Skip to content

repl: Customizable subprompt for multiline input #1348

repl: Customizable subprompt for multiline input

repl: Customizable subprompt for multiline input #1348

Triggered via pull request November 30, 2025 20:20
Status Failure
Total duration 6h 2m 15s
Artifacts 1

test-shared.yml

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

Annotations

32 errors
aarch64-darwin: with shared libraries: test/parallel/test-repl-cli-eval.js#L20
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: stdout: Welcome to Node.js v26.0.0-pre. Type ".help" for more information. at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-cli-eval.js:20:5) at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Socket.emit (node:events:520:22) at endReadableNT (node:internal/streams/readable:1701:12) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: false, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-cli-eval.js
aarch64-darwin: with shared libraries: test/parallel/test-repl-autolibs.js#L30
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at startNewREPLServer (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/repl.js:14:27) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-autolibs.js:30:1) at Module._compile (node:internal/modules/cjs/loader:1760:14) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-autolibs.js
aarch64-darwin: with shared libraries: test/parallel/test-repl-autocomplete.js#L152
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at runTest (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-autocomplete.js:152:8) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-autocomplete.js:219:1) Node.js v26.0.0-pre Command: out/Release/node --expose-internals /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-autocomplete.js
aarch64-darwin: with shared libraries: test/parallel/test-repl-async-iife.js#L7
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-async-iife.js:7:30) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1891:10) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-async-iife.js
aarch64-darwin: with shared libraries: test/parallel/test-repl-array-prototype-tempering.js#L0
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre node:internal/process/promises:330 new UnhandledPromiseRejection(reason); ^ UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "1". at throwUnhandledRejectionsMode (node:internal/process/promises:330:7) at processPromiseRejections (node:internal/process/promises:413:17) at process.processTicksAndRejections (node:internal/process/task_queues:104:32) { code: 'ERR_UNHANDLED_REJECTION' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-array-prototype-tempering.js
aarch64-darwin: with shared libraries: test/parallel/test-repl.js#L1005
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Server.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl.js:1005:29) at Server.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Server.emit (node:events:508:20) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl.js
aarch64-darwin: with shared libraries: test/parallel/test-preload.js#L138
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The input did not match the regular expression /> 'test'\r?\n> $/. Input: 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n' at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-preload.js:138:12) at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at ChildProcess.emit (node:events:508:20) at maybeClose (node:internal/child_process:1084:16) at Socket.<anonymous> (node:internal/child_process:456:11) at Socket.emit (node:events:508:20) at Pipe.<anonymous> (node:net:346:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n', expected: /> 'test'\r?\n> $/, operator: 'match', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-preload.js
aarch64-darwin: with shared libraries: test/parallel/test-force-repl-with-eval.js#L22
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(gotToEnd) at process.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-force-repl-with-eval.js:22:3) at process.emit (node:events:520:22) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-force-repl-with-eval.js
aarch64-darwin: with shared libraries: test/parallel/test-force-repl.js#L18
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n' - 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n> ' at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-force-repl.js:18:10) at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Socket.emit (node:events:520:22) at endReadableNT (node:internal/streams/readable:1701:12) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n', expected: 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n> ', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-force-repl.js
aarch64-darwin: with shared libraries: test/parallel/test-cwd-enoent-repl.js#L33
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 42 at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-cwd-enoent-repl.js:33:10) at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Object.onceWrapper (node:events:623:12) at ChildProcess.emit (node:events:508:20) at ChildProcess._handle.onexit (node:internal/child_process:293:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 42, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre --- stdout --- Welcome to Node.js v26.0.0-pre. Type ".help" for more information. Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-cwd-enoent-repl.js
x86_64-darwin: with shared libraries: test/parallel/test-repl-cli-eval.js#L20
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: stdout: Welcome to Node.js v26.0.0-pre. Type ".help" for more information. at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-cli-eval.js:20:5) at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Socket.emit (node:events:520:22) at endReadableNT (node:internal/streams/readable:1701:12) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: false, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-cli-eval.js
x86_64-darwin: with shared libraries: test/parallel/test-repl-clear-immediate-crash.js#L10
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-clear-immediate-crash.js:10:10) at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at ChildProcess.emit (node:events:508:20) at ChildProcess._handle.onexit (node:internal/child_process:293:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-clear-immediate-crash.js
x86_64-darwin: with shared libraries: test/parallel/test-repl-autocomplete.js#L152
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at runTest (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-autocomplete.js:152:8) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-autocomplete.js:219:1) Node.js v26.0.0-pre Command: out/Release/node --expose-internals /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-autocomplete.js
x86_64-darwin: with shared libraries: test/parallel/test-repl-array-prototype-tempering.js#L0
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre node:internal/process/promises:330 new UnhandledPromiseRejection(reason); ^ UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "1". at throwUnhandledRejectionsMode (node:internal/process/promises:330:7) at processPromiseRejections (node:internal/process/promises:413:17) at process.processTicksAndRejections (node:internal/process/task_queues:104:32) { code: 'ERR_UNHANDLED_REJECTION' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-array-prototype-tempering.js
x86_64-darwin: with shared libraries: test/parallel/test-repl-async-iife.js#L7
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-async-iife.js:7:30) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1891:10) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl-async-iife.js
x86_64-darwin: with shared libraries: test/parallel/test-repl.js#L1005
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Server.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl.js:1005:29) at Server.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Server.emit (node:events:508:20) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-repl.js
x86_64-darwin: with shared libraries: test/parallel/test-preload.js#L108
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-preload.js:108:10) at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at ChildProcess.emit (node:events:508:20) at maybeClose (node:internal/child_process:1084:16) at Socket.<anonymous> (node:internal/child_process:456:11) at Socket.emit (node:events:508:20) at Pipe.<anonymous> (node:net:346:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-preload.js
x86_64-darwin: with shared libraries: test/parallel/test-force-repl-with-eval.js#L22
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(gotToEnd) at process.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-force-repl-with-eval.js:22:3) at process.emit (node:events:520:22) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-force-repl-with-eval.js
x86_64-darwin: with shared libraries: test/parallel/test-force-repl.js#L18
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n' - 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n> ' at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-force-repl.js:18:10) at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Socket.emit (node:events:520:22) at endReadableNT (node:internal/streams/readable:1701:12) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n', expected: 'Welcome to Node.js v26.0.0-pre.\nType ".help" for more information.\n> ', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-force-repl.js
x86_64-darwin: with shared libraries: test/parallel/test-cwd-enoent-repl.js#L33
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 42 at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-cwd-enoent-repl.js:33:10) at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Object.onceWrapper (node:events:623:12) at ChildProcess.emit (node:events:508:20) at ChildProcess._handle.onexit (node:internal/child_process:293:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 42, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre --- stdout --- Welcome to Node.js v26.0.0-pre. Type ".help" for more information. Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-cwd-enoent-repl.js
x86_64-linux: with shared libraries: test/parallel/test-debugger-heap-profiler.js#L37
--- stdout --- Mismatched noop function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:462:10) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-heap-profiler.js:37:34) 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) Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-heap-profiler.js
x86_64-linux: with shared libraries: test/parallel/test-debugger-exec-scope.mjs#L0
--- stderr --- Warning: Detected unsettled top-level await at file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-exec-scope.mjs:22 await cli.quit(); ^ Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-exec-scope.mjs
x86_64-linux: with shared libraries: test/parallel/test-debugger-exceptions.js#L0
--- stderr --- /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/debugger.js:88 reject(new Error(message)); ^ Error: Child exited, code 1 while waiting for /break (?:on start )?in/i; found: undefined STDERR: There was an internal error in Node.js. Please report this bug. Cannot read properties of undefined (reading 'history') TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at startRepl (node:internal/debugger/inspect_repl:1215:17) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async node:internal/debugger/inspect:180:22 at ChildProcess.onChildClose (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/debugger.js:88:18) at ChildProcess.emit (node:events:508:20) at maybeClose (node:internal/child_process:1084:16) at Socket.<anonymous> (node:internal/child_process:456:11) at Socket.emit (node:events:508:20) at Pipe.<anonymous> (node:net:346:12) Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-exceptions.js
x86_64-linux: with shared libraries: test/parallel/test-debugger-clear-breakpoints.js#L0
--- stderr --- /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/debugger.js:88 reject(new Error(message)); ^ Error: Child exited, code 1 while waiting for /break (?:on start )?in/i; found: undefined STDERR: There was an internal error in Node.js. Please report this bug. Cannot read properties of undefined (reading 'history') TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at startRepl (node:internal/debugger/inspect_repl:1215:17) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async node:internal/debugger/inspect:180:22 at ChildProcess.onChildClose (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/debugger.js:88:18) at ChildProcess.emit (node:events:508:20) at maybeClose (node:internal/child_process:1084:16) at ChildProcess._handle.onexit (node:internal/child_process:304:5) Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-clear-breakpoints.js
x86_64-linux: with shared libraries: test/parallel/test-debugger-breakpoint-exists.js#L24
--- stdout --- Mismatched noop function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:462:10) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-breakpoint-exists.js:24:18) 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) Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-breakpoint-exists.js
x86_64-linux: with shared libraries: test/parallel/test-debugger-address.mjs#L0
--- stderr --- /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/debugger.js:88 reject(new Error(message)); ^ Error: Child exited, code 1 while waiting for />\s+$/; found: undefined STDERR: There was an internal error in Node.js. Please report this bug. Cannot read properties of undefined (reading 'history') TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at startRepl (node:internal/debugger/inspect_repl:1215:17) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async node:internal/debugger/inspect:180:22 at ChildProcess.onChildClose (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/debugger.js:88:18) at ChildProcess.emit (node:events:508:20) at maybeClose (node:internal/child_process:1084:16) at ChildProcess._handle.onexit (node:internal/child_process:304:5) Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-address.mjs
x86_64-linux: with shared libraries: test/parallel/test-debugger-break.js#L110
--- stdout --- Mismatched noop function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:462:10) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-break.js:110:16) 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) Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-break.js
x86_64-linux: with shared libraries: test/parallel/test-debugger-auto-resume.mjs#L0
--- stderr --- /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/debugger.js:88 reject(new Error(message)); ^ Error: Child exited, code 1 while waiting for /break (?:on start )?in/i; found: undefined STDERR: There was an internal error in Node.js. Please report this bug. Cannot read properties of undefined (reading 'history') TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at startRepl (node:internal/debugger/inspect_repl:1215:17) at process.processTicksAndRejections (node:internal/process/task_queues:103:5) at async node:internal/debugger/inspect:180:22 at ChildProcess.onChildClose (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/debugger.js:88:18) at ChildProcess.emit (node:events:508:20) at maybeClose (node:internal/child_process:1084:16) at ChildProcess._handle.onexit (node:internal/child_process:304:5) Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-debugger-auto-resume.mjs
x86_64-linux: with shared libraries: test/parallel/test-cwd-enoent-repl.js#L33
--- stderr --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.createRepl [as createInternalRepl] (node:internal/repl:53:21) at node:internal/main/repl:42:13 at asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:11) Node.js v26.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 42 at ChildProcess.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-cwd-enoent-repl.js:33:10) at ChildProcess.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/common/index.js:504:15) at Object.onceWrapper (node:events:623:12) at ChildProcess.emit (node:events:508:20) at ChildProcess._handle.onexit (node:internal/child_process:293:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 42, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre --- stdout --- Welcome to Node.js v26.0.0-pre. Type ".help" for more information. Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/parallel/test-cwd-enoent-repl.js
x86_64-linux: with shared libraries: test/pseudo-tty/repl-dumb-tty.js#L10
--- stdout --- node:internal/repl/history:281 if (typeof options.history !== 'undefined') { ^ TypeError: Cannot read properties of undefined (reading 'history') at [_kValidateOptions] (node:internal/repl/history:281:24) at new ReplHistory (node:internal/repl/history:64:27) at REPLServer.setupHistoryManager (node:internal/readline/interface:388:27) at REPLServer.InterfaceConstructor (node:internal/readline/interface:219:8) at REPLServer.Interface (node:readline:115:3) at new REPLServer (node:repl:762:5) at Object.start (node:repl:1202:10) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/pseudo-tty/repl-dumb-tty.js:10:6) at Module._compile (node:internal/modules/cjs/loader:1760:14) at Object..js (node:internal/modules/cjs/loader:1891:10) Node.js v26.0.0-pre Command: /nix/store/7gl4khq26h625mpqzkiiqsify3hclar1-python3-3.13.9/bin/python3 /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/pseudo-tty/../../tools/pseudo-tty.py out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-30af6a01dd45-slim/test/pseudo-tty/repl-dumb-tty.js
aarch64-linux: with shared libraries
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared libraries
The operation was canceled.

Artifacts

Produced during runtime
Name Size Digest
tarballs
47.7 MB
sha256:13dea72f080b82a27570477edc5a07f3aac9f25c9aced8b2056a44ee9675bd18