lib: added logger api to node core #87346
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-logger-serializers.js#L383
--- stderr ---
(node:189483) ExperimentalWarning: Logger is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
--- stdout ---
Test failure: 'should work with child logger bindings'
Location: test/parallel/test-logger-serializers.js:359:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ undefined
- 'req-456'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-logger-serializers.js:383:14)
at Test.runInAsyncScope (node:async_hooks:227:14)
at Test.run (node:internal/test_runner/test:1382:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:960:18)
at Test.postRun (node:internal/test_runner/test:1522:19)
at Test.run (node:internal/test_runner/test:1447:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: undefined,
expected: 'req-456',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --experimental-logger --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-logger-serializers.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-logger-serializers.js#L383
--- stderr ---
(node:185657) ExperimentalWarning: Logger is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
--- stdout ---
Test failure: 'should work with child logger bindings'
Location: test/parallel/test-logger-serializers.js:359:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ undefined
- 'req-456'
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-logger-serializers.js:383:14)
at Test.runInAsyncScope (node:async_hooks:227:14)
at Test.run (node:internal/test_runner/test:1382:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:960:18)
at Test.postRun (node:internal/test_runner/test:1522:19)
at Test.run (node:internal/test_runner/test:1447:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: undefined,
expected: 'req-456',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --experimental-logger --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-logger-serializers.js
|
|
sccache stats - test-linux
91% - 4589 hits, 441 misses, 0 errors
|
|
sccache stats - test-linux
85% - 4304 hits, 737 misses, 0 errors
|