Skip to content

errors: fix incorrect argument label for array elements #2878

errors: fix incorrect argument label for array elements

errors: fix incorrect argument label for array elements #2878

Triggered via pull request January 31, 2026 13:34
Status Failure
Total duration 2h 5m 55s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 32s
Build slim tarball
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

12 errors
x86_64-darwin: with shared libraries
Process completed with exit code 2.
x86_64-darwin: with shared libraries: test/parallel/test-process-execve-validation.js#L33
--- stderr --- node:assert:456 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_VALUE', + message: "The property 'args[0]' must be a string without null bytes. Received 123", - message: "The argument 'args[0]' must be a string without null bytes. Received 123", name: 'TypeError' } at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: TypeError [ERR_INVALID_ARG_VALUE]: The property 'args[0]' must be a string without null bytes. Received 123 at process.execve (node:internal/process/per_thread:299:15) at assert.throws.name (/Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:34:15) at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) { code: 'ERR_INVALID_ARG_VALUE' }, expected: { name: 'TypeError', code: 'ERR_INVALID_ARG_VALUE', message: "The argument 'args[0]' must be a string without null bytes. Received 123" }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js
x86_64-darwin: with shared libraries: test/parallel/test-abortsignal-any.mjs#L15
--- stdout --- Test failure: 'should throw when input contains non-signal values' Location: test/parallel/test-abortsignal-any.mjs:14:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_TYPE', + message: 'The "signals[1]" property must be an instance of AbortSignal. Received undefined' - message: 'The "signals[1]" argument must be an instance of AbortSignal. Received undefined' } at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-abortsignal-any.mjs:15:12) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1533:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError], expected: [Object], operator: 'throws', 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-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-abortsignal-any.mjs
aarch64-linux: with shared libraries
Process completed with exit code 2.
aarch64-linux: with shared libraries: test/parallel/test-process-execve-validation.js#L33
--- stderr --- node:assert:456 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_VALUE', + message: "The property 'args[0]' must be a string without null bytes. Received 123", - message: "The argument 'args[0]' must be a string without null bytes. Received 123", name: 'TypeError' } at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: TypeError [ERR_INVALID_ARG_VALUE]: The property 'args[0]' must be a string without null bytes. Received 123 at process.execve (node:internal/process/per_thread:299:15) at assert.throws.name (/home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:34:15) at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) { code: 'ERR_INVALID_ARG_VALUE' }, expected: { name: 'TypeError', code: 'ERR_INVALID_ARG_VALUE', message: "The argument 'args[0]' must be a string without null bytes. Received 123" }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js
aarch64-linux: with shared libraries: test/parallel/test-abortsignal-any.mjs#L15
--- stdout --- Test failure: 'should throw when input contains non-signal values' Location: test/parallel/test-abortsignal-any.mjs:14:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_TYPE', + message: 'The "signals[1]" property must be an instance of AbortSignal. Received undefined' - message: 'The "signals[1]" argument must be an instance of AbortSignal. Received undefined' } at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-abortsignal-any.mjs:15:12) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1533:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError], expected: [Object], operator: 'throws', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-abortsignal-any.mjs
aarch64-darwin: with shared libraries
Process completed with exit code 2.
aarch64-darwin: with shared libraries: test/parallel/test-process-execve-validation.js#L33
--- stderr --- node:assert:456 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_VALUE', + message: "The property 'args[0]' must be a string without null bytes. Received 123", - message: "The argument 'args[0]' must be a string without null bytes. Received 123", name: 'TypeError' } at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: TypeError [ERR_INVALID_ARG_VALUE]: The property 'args[0]' must be a string without null bytes. Received 123 at process.execve (node:internal/process/per_thread:299:15) at assert.throws.name (/Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:34:15) at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) { code: 'ERR_INVALID_ARG_VALUE' }, expected: { name: 'TypeError', code: 'ERR_INVALID_ARG_VALUE', message: "The argument 'args[0]' must be a string without null bytes. Received 123" }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js
aarch64-darwin: with shared libraries: test/parallel/test-abortsignal-any.mjs#L15
--- stdout --- Test failure: 'should throw when input contains non-signal values' Location: test/parallel/test-abortsignal-any.mjs:14:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_TYPE', + message: 'The "signals[1]" property must be an instance of AbortSignal. Received undefined' - message: 'The "signals[1]" argument must be an instance of AbortSignal. Received undefined' } at TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-abortsignal-any.mjs:15:12) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1533:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError], expected: [Object], operator: 'throws', 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-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-abortsignal-any.mjs
x86_64-linux: with shared libraries
Process completed with exit code 2.
x86_64-linux: with shared libraries: test/parallel/test-process-execve-validation.js#L33
--- stderr --- node:assert:456 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_VALUE', + message: "The property 'args[0]' must be a string without null bytes. Received 123", - message: "The argument 'args[0]' must be a string without null bytes. Received 123", name: 'TypeError' } at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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: TypeError [ERR_INVALID_ARG_VALUE]: The property 'args[0]' must be a string without null bytes. Received 123 at process.execve (node:internal/process/per_thread:299:15) at assert.throws.name (/home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:34:15) at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js:33:12) at Module._compile (node:internal/modules/cjs/loader:1809:14) at Object..js (node:internal/modules/cjs/loader:1940:10) at Module.load (node:internal/modules/cjs/loader:1530:32) at Module._load (node:internal/modules/cjs/loader:1332:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) { code: 'ERR_INVALID_ARG_VALUE' }, expected: { name: 'TypeError', code: 'ERR_INVALID_ARG_VALUE', message: "The argument 'args[0]' must be a string without null bytes. Received 123" }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-process-execve-validation.js
x86_64-linux: with shared libraries: test/parallel/test-abortsignal-any.mjs#L15
--- stdout --- Test failure: 'should throw when input contains non-signal values' Location: test/parallel/test-abortsignal-any.mjs:14:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { code: 'ERR_INVALID_ARG_TYPE', + message: 'The "signals[1]" property must be an instance of AbortSignal. Received undefined' - message: 'The "signals[1]" argument must be an instance of AbortSignal. Received undefined' } at TestContext.<anonymous> (file:///home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-abortsignal-any.mjs:15:12) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Suite.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1533:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError], expected: [Object], operator: 'throws', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-01-31879b6c7bdb-slim/test/parallel/test-abortsignal-any.mjs

Artifacts

Produced during runtime
Name Size Digest
tarballs
47.7 MB
sha256:73a30a1c4c6d32947c37a324cec8dabed92ba51a56f10389381dc7a3dcae3cb8