[WIP] lib: added logger api in node core #3065
test-shared.yml
on: pull_request
Build slim tarball
1m 19s
Matrix: build
Annotations
8 errors
|
aarch64-darwin: with shared libraries
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-log-basic.js#L68
--- stderr ---
(node:70973) 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> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-05894e615d71-slim/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 /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-05894e615d71-slim/test/parallel/test-log-basic.js
|
|
x86_64-linux: with shared libraries
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries:
test/parallel/test-log-basic.js#L68
--- stderr ---
(node:70006) 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/_temp/node-v26.0.0-nightly2026-02-05894e615d71-slim/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/_temp/node-v26.0.0-nightly2026-02-05894e615d71-slim/test/parallel/test-log-basic.js
|
|
aarch64-linux: with shared libraries
Process completed with exit code 2.
|
|
aarch64-linux: with shared libraries:
test/parallel/test-log-basic.js#L68
--- stderr ---
(node:79830) 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/_temp/node-v26.0.0-nightly2026-02-05894e615d71-slim/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/_temp/node-v26.0.0-nightly2026-02-05894e615d71-slim/test/parallel/test-log-basic.js
|
|
x86_64-darwin: with shared libraries
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-log-basic.js#L68
--- stderr ---
(node:82384) 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> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-02-05894e615d71-slim/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 /Users/runner/work/_temp/node-v26.0.0-nightly2026-02-05894e615d71-slim/test/parallel/test-log-basic.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
|
47.8 MB |
sha256:d440d179fb4cbb7f1845af396c5db803a4f1c2a787364fa90b8e30f00d964256
|
|