Skip to content

lib: added logger api in node core #80690

lib: added logger api in node core

lib: added logger api in node core #80690

Triggered via pull request February 5, 2026 18:17
Status Failure
Total duration 34m 32s
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#L68
--- stderr --- (node:182669) 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 have all log methods' Location: test/parallel/test-log-basic.js:60:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'undefined' - 'function' at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-log-basic.js:68:14) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at node:internal/test_runner/test:1531:71 at node:internal/per_context/primordials:466:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:435:3) at node:internal/per_context/primordials:466:9 at Array.map (<anonymous>) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'undefined', expected: 'function', 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#L68
--- stderr --- (node:173856) 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 have all log methods' Location: test/parallel/test-log-basic.js:60:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'undefined' - 'function' at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-log-basic.js:68:14) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at node:internal/test_runner/test:1531:71 at node:internal/per_context/primordials:466:82 at new Promise (<anonymous>) at new SafePromise (node:internal/per_context/primordials:435:3) at node:internal/per_context/primordials:466:9 at Array.map (<anonymous>) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'undefined', expected: 'function', 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
67% - 3263 hits, 1594 misses, 0 errors
sccache stats
83% - 3998 hits, 846 misses, 0 errors