Skip to content

lib: added logger api to node core #87369

lib: added logger api to node core

lib: added logger api to node core #87369

Triggered via pull request June 28, 2026 10:29
Status Failure
Total duration 37m 0s
Artifacts

test-linux.yml

on: pull_request
Matrix: test-linux
Fit to window
Zoom out
Zoom in

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-log-basic.js#L426
--- stderr --- (node:189649) 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 serialize both err and error fields' Location: test/parallel/test-log-basic.js:411:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'Error 2' at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-log-basic.js:426:14) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 at node:internal/per_context/primordials:504:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:478:3) at node:internal/per_context/primordials:504:9 at Array.map (<anonymous>) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'Error 2', operator: 'strictEqual', diff: 'simple' } Test failure: 'should serialize error field with all properties' Location: test/parallel/test-log-basic.js:433:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'Test error' at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-log-basic.js:447:14) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 at node:internal/per_context/primordials:504:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:478:3) at node:internal/per_context/primordials:504:9 at Array.map (<anonymous>) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'Test error', 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-log-basic.js
test-linux (ubuntu-24.04)
Process completed with exit code 2.
test-linux (ubuntu-24.04): test/parallel/test-log-basic.js#L426
--- stderr --- (node:184592) 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 serialize both err and error fields' Location: test/parallel/test-log-basic.js:411:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'Error 2' at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-log-basic.js:426:14) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 at node:internal/per_context/primordials:504:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:478:3) at node:internal/per_context/primordials:504:9 at Array.map (<anonymous>) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'Error 2', operator: 'strictEqual', diff: 'simple' } Test failure: 'should serialize error field with all properties' Location: test/parallel/test-log-basic.js:433:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'Test error' at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-log-basic.js:447:14) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 at node:internal/per_context/primordials:504:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:478:3) at node:internal/per_context/primordials:504:9 at Array.map (<anonymous>) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'Test error', 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-log-basic.js
sccache stats - test-linux
90% - 4532 hits, 498 misses, 0 errors
sccache stats - test-linux
90% - 4521 hits, 520 misses, 0 errors