tools: run tests --without-amaro on test-shared macOS
#1325
Triggered via pull request
November 30, 2025 15:28
Status
Failure
Total duration
3h 21m 57s
Artifacts
1
test-shared.yml
on: pull_request
Build slim tarball
1m 16s
Matrix: build
Annotations
20 errors
|
aarch64-darwin: with shared libraries:
test/es-module/test-esm-import-flag.mjs#L213
--- stdout ---
Test failure: 'should import files from the env before ones from the CLI'
Location: test/es-module/test-esm-import-flag.mjs:202:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /^1\r?\n2\r?\n3\r?\n$/. Input:
'3\n'
at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/es-module/test-esm-import-flag.mjs:213:12)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '3\n',
expected: /^1\r?\n2\r?\n3\r?\n$/,
operator: 'match',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/es-module/test-esm-import-flag.mjs
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-worker-node-options.js#L9
--- stderr ---
[process 50126]: --- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/out/Release/node'
- 'foo'
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/fixtures/spawn-worker-with-copied-env.js:6:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/out/Release/node',
expected: 'foo',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
[process 50126]: --- stdout ---
[process 50126]: status = 1, signal = null
/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-worker-node-options.js:9:1)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
options: { env: { NODE_OPTIONS: '--title=foo' } },
command: '/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/fixtures/spawn-worker-with-copied-env'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-worker-node-options.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-worker-execargv-invalid.js#L42
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Missing expected exception (Error).
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-worker-execargv-invalid.js:42:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: { code: 'ERR_WORKER_INVALID_EXEC_ARGV', name: 'Error' },
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-worker-execargv-invalid.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-unicode-node-options.js#L25
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'' !== 'foó'
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-unicode-node-options.js:25:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: 'foó',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-unicode-node-options.js:21:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
--- stdout ---
--redirect-warings=
Command: out/Release/node --expose-internals /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-unicode-node-options.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-process-warnings.mjs#L157
--- stdout ---
Test failure: 'should be specifiable in NODE_OPTIONS'
Location: test/parallel/test-process-warnings.mjs:145:5
AssertionError [ERR_ASSERTION]: The input was expected to not match the regular expression /\(node:\d+\) \[DEP2\] DeprecationWarning/. Input:
'(node:42862) [DEP1] DeprecationWarning: Deprecation Warning 1\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n' +
'(node:42862) [DEP2] DeprecationWarning: Deprecation Warning 2\n' +
'(node:42862) ExperimentalWarning: Experimental Warning\n'
at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-process-warnings.mjs:157:14)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '(node:42862) [DEP1] DeprecationWarning: Deprecation Warning 1\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n' +
'(node:42862) [DEP2] DeprecationWarning: Deprecation Warning 2\n' +
'(node:42862) ExperimentalWarning: Experimental Warning\n',
expected: /\(node:\d+\) \[DEP2\] DeprecationWarning/,
operator: 'doesNotMatch',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-process-warnings.mjs
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-permission-child-process-inherit-flags.js#L36
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-permission-child-process-inherit-flags.js:36:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --permission --allow-child-process --allow-fs-read=* --allow-worker /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-permission-child-process-inherit-flags.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-permission-allow-child-process-cli.js#L45
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-permission-allow-child-process-cli.js:45:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --permission --allow-child-process --allow-fs-read=* /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-permission-allow-child-process-cli.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-max-old-space-size-percentage.js#L58
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: NODE_OPTIONS: Expected non-zero exit for invalid input
at /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-max-old-space-size-percentage.js:63:10
at Array.forEach (<anonymous>)
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-max-old-space-size-percentage.js:58:20)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 0,
expected: 0,
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-max-old-space-size-percentage.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-config-file.js#L71
--- stdout ---
Test failure: 'should parse boolean flag defaulted to true'
Location: test/parallel/test-config-file.js:65:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '(node:35848) ExperimentalWarning: --experimental-config-file is an experimental feature and might change at any time\n' +
+ '(Use `node --trace-warnings ...` to show where the warning was created)\n' +
+ '(node:35848) Warning: A warning\n'
- ''
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:71:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '(node:35848) ExperimentalWarning: --experimental-config-file is an experimental feature and might change at any time\n' +
'(Use `node --trace-warnings ...` to show where the warning was created)\n' +
'(node:35848) Warning: A warning\n',
expected: '',
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should parse array flag correctly'
Location: test/parallel/test-config-file.js:131:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'D\n'
- 'A\nB\nC\nD\n'
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:139:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'D\n',
expected: 'A\nB\nC\nD\n',
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should validate array flag as string'
Location: test/parallel/test-config-file.js:155:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'B\n' !== 'A\nB\n'
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:163:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'B\n',
expected: 'A\nB\n',
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'unsigned flag should be parsed correctly'
Location: test/parallel/test-config-file.js:191:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '16384\n'
- '4294967295\n'
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:199:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '16384\n',
expected: '4294967295\n',
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'string flag should be parsed correctly'
Location: test/parallel/test-config-file.js:228:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '✔ should pass (0.408ms)\n' +
+ 'ℹ tests 1\n' +
+ 'ℹ suites 0\n' +
+ 'ℹ pass 1\n' +
+ 'ℹ fail 0\n' +
+ 'ℹ cancelled 0\n' +
+ 'ℹ skipped 0\n' +
+ 'ℹ todo 0\n' +
+ 'ℹ duration_ms 50.134667\n'
- '.\n'
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:237:10)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '✔ should pass (0.408ms)\n' +
'ℹ tests 1\n' +
'ℹ suites 0\n' +
'ℹ pass 1\n' +
'ℹ fail 0\n' +
'ℹ cancelled 0\n' +
'ℹ skipped 0\n' +
'ℹ todo 0\n' +
'ℹ duration_m
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-cli-options-as-flags.js#L47
--- stdout ---
Test failure: 'should extract flags from NODE_OPTIONS environment variable'
Location: test/parallel/test-cli-options-as-flags.js:31:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js:47:12)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should extract flags from config file'
Location: test/parallel/test-cli-options-as-flags.js:52:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js:65:12)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should extract flags from config file and command line'
Location: test/parallel/test-cli-options-as-flags.js:72:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js:90:12)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should extract flags from .env file'
Location: test/parallel/test-cli-options-as-flags.js:95:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js:107:12)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js
|
|
x86_64-darwin: with shared libraries:
test/es-module/test-esm-import-flag.mjs#L213
--- stdout ---
Test failure: 'should import files from the env before ones from the CLI'
Location: test/es-module/test-esm-import-flag.mjs:202:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /^1\r?\n2\r?\n3\r?\n$/. Input:
'3\n'
at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/es-module/test-esm-import-flag.mjs:213:12)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '3\n',
expected: /^1\r?\n2\r?\n3\r?\n$/,
operator: 'match',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/es-module/test-esm-import-flag.mjs
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-worker-node-options.js#L9
--- stderr ---
[process 75008]: --- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/out/Release/node'
- 'foo'
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/fixtures/spawn-worker-with-copied-env.js:6:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/out/Release/node',
expected: 'foo',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
[process 75008]: --- stdout ---
[process 75008]: status = 1, signal = null
/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-worker-node-options.js:9:1)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
options: { env: { NODE_OPTIONS: '--title=foo' } },
command: '/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/fixtures/spawn-worker-with-copied-env'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-worker-node-options.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-worker-execargv-invalid.js#L42
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Missing expected exception (Error).
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-worker-execargv-invalid.js:42:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: { code: 'ERR_WORKER_INVALID_EXEC_ARGV', name: 'Error' },
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-worker-execargv-invalid.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-unicode-node-options.js#L25
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'' !== 'foó'
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-unicode-node-options.js:25:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: 'foó',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-unicode-node-options.js:21:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
--- stdout ---
--redirect-warings=
Command: out/Release/node --expose-internals /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-unicode-node-options.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-process-warnings.mjs#L157
--- stdout ---
Test failure: 'should be specifiable in NODE_OPTIONS'
Location: test/parallel/test-process-warnings.mjs:145:5
AssertionError [ERR_ASSERTION]: The input was expected to not match the regular expression /\(node:\d+\) \[DEP2\] DeprecationWarning/. Input:
'(node:65550) [DEP1] DeprecationWarning: Deprecation Warning 1\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n' +
'(node:65550) [DEP2] DeprecationWarning: Deprecation Warning 2\n' +
'(node:65550) ExperimentalWarning: Experimental Warning\n'
at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-process-warnings.mjs:157:14)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '(node:65550) [DEP1] DeprecationWarning: Deprecation Warning 1\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n' +
'(node:65550) [DEP2] DeprecationWarning: Deprecation Warning 2\n' +
'(node:65550) ExperimentalWarning: Experimental Warning\n',
expected: /\(node:\d+\) \[DEP2\] DeprecationWarning/,
operator: 'doesNotMatch',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-process-warnings.mjs
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-permission-child-process-inherit-flags.js#L36
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-permission-child-process-inherit-flags.js:36:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --permission --allow-child-process --allow-fs-read=* --allow-worker /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-permission-child-process-inherit-flags.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-permission-allow-child-process-cli.js#L45
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-permission-allow-child-process-cli.js:45:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --permission --allow-child-process --allow-fs-read=* /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-permission-allow-child-process-cli.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-max-old-space-size-percentage.js#L58
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: NODE_OPTIONS: Expected non-zero exit for invalid input
at /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-max-old-space-size-percentage.js:63:10
at Array.forEach (<anonymous>)
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-max-old-space-size-percentage.js:58:20)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 0,
expected: 0,
operator: 'notStrictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-max-old-space-size-percentage.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-config-file.js#L71
--- stdout ---
Test failure: 'should parse boolean flag defaulted to true'
Location: test/parallel/test-config-file.js:65:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '(node:55586) ExperimentalWarning: --experimental-config-file is an experimental feature and might change at any time\n' +
+ '(Use `node --trace-warnings ...` to show where the warning was created)\n' +
+ '(node:55586) Warning: A warning\n'
- ''
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:71:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '(node:55586) ExperimentalWarning: --experimental-config-file is an experimental feature and might change at any time\n' +
'(Use `node --trace-warnings ...` to show where the warning was created)\n' +
'(node:55586) Warning: A warning\n',
expected: '',
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should parse array flag correctly'
Location: test/parallel/test-config-file.js:131:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'D\n'
- 'A\nB\nC\nD\n'
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:139:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'D\n',
expected: 'A\nB\nC\nD\n',
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should validate array flag as string'
Location: test/parallel/test-config-file.js:155:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'B\n' !== 'A\nB\n'
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:163:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'B\n',
expected: 'A\nB\n',
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'unsigned flag should be parsed correctly'
Location: test/parallel/test-config-file.js:191:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '16384\n'
- '4294967295\n'
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:199:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '16384\n',
expected: '4294967295\n',
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'string flag should be parsed correctly'
Location: test/parallel/test-config-file.js:228:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '✔ should pass (0.935508ms)\n' +
+ 'ℹ tests 1\n' +
+ 'ℹ suites 0\n' +
+ 'ℹ pass 1\n' +
+ 'ℹ fail 0\n' +
+ 'ℹ cancelled 0\n' +
+ 'ℹ skipped 0\n' +
+ 'ℹ todo 0\n' +
+ 'ℹ duration_ms 135.515561\n'
- '.\n'
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-config-file.js:237:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '✔ should pass (0.935508ms)\n' +
'ℹ tests 1\n' +
'ℹ suites 0\n' +
'ℹ pass 1\n' +
'ℹ fail 0\n' +
'ℹ cancelled 0\n' +
'ℹ skipped 0\n' +
'ℹ todo 0\n' +
'ℹ duration_ms 135.515561\n',
expected: '.\n',
operator: 'strictEqual',
diff: 'simp
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-cli-options-as-flags.js#L47
--- stdout ---
Test failure: 'should extract flags from NODE_OPTIONS environment variable'
Location: test/parallel/test-cli-options-as-flags.js:31:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js:47:12)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should extract flags from config file'
Location: test/parallel/test-cli-options-as-flags.js:52:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js:65:12)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should extract flags from config file and command line'
Location: test/parallel/test-cli-options-as-flags.js:72:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js:90:12)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'should extract flags from .env file'
Location: test/parallel/test-cli-options-as-flags.js:95:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js:107:12)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30baaf00425f-slim/test/parallel/test-cli-options-as-flags.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
|
47.7 MB |
sha256:b7ed0ba61a422dca9414a9b35f06f1c10a326aacd89ebe2dbcac45d9630eea06
|
|