repl: remove dependency on domain module #79629
Triggered via pull request
January 10, 2026 10:35
Status
Failure
Total duration
2h 22m 39s
Artifacts
–
Annotations
20 errors and 2 notices
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-editor.js#L23
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at run (/home/runner/work/node/node/node/test/parallel/test-repl-editor.js:23:41)
at Array.forEach (<anonymous>)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-editor.js:72:7)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-editor.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-empty.js#L8
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-empty.js:8:24)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-empty.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-custom-eval-previews.js#L16
--- stdout ---
Test failure: 'doesn't show previews by default'
Location: test/parallel/test-repl-custom-eval-previews.js:37:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:17:43
at new Promise (<anonymous>)
at getReplRunOutput (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:16:10)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:39:26)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
Test failure: 'does show previews if `preview` is set to `true`'
Location: test/parallel/test-repl-custom-eval-previews.js:53:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:17:43
at new Promise (<anonymous>)
at getReplRunOutput (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:16:10)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:55:26)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-domain.js#L29
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-domain.js:29:1)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-domain.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-definecommand.js#L15
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-definecommand.js:15:43)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-definecommand.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-custom-eval.js#L13
--- stderr ---
node:repl:212
throw err;
^
AssertionError [ERR_ASSERTION]: Unexpected global(s) found: bar
at process.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:433:14)
at process.emit (node:events:508:20) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
--- stdout ---
Test failure: 'uses the custom eval function as expected'
Location: test/parallel/test-repl-custom-eval.js:34:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:14:43
at new Promise (<anonymous>)
at getReplRunOutput (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:13:10)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:35:26)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
Test failure: 'surfaces errors as expected'
Location: test/parallel/test-repl-custom-eval.js:45:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:14:43
at new Promise (<anonymous>)
at getReplRunOutput (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:13:10)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:46:26)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
Test failure: 'provides a repl context to the eval callback'
Location: test/parallel/test-repl-custom-eval.js:53:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at context (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:55:30)
at new Promise (<anonymous>)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:54:27)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
Test failure: 'provides the global context to the eval callback'
Location: test/parallel/test-repl-custom-eval.js:64:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at context (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:66:30)
at new Promise (<anonymous>)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:65:27)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
Test failure: 'inherits variables from the global context but does not use it afterwords if `useGlobal` is false'
Location: test/parallel/test-repl-custom-eval.js:78:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at context (/home/runner/w
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-completion-on-getters-disabled.js#L10
--- stdout ---
Test failure: 'completion of nested properties of an undeclared objects'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:29:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:10:43)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:30:7)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:435:3)
Test failure: 'completion of nested properties on plain objects'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:39:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:10:43)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:40:7)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1507:7)
Test failure: 'completions are generated for properties that don't trigger getters'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:53:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:10:43)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:54:7)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:435:3)
Test failure: 'no completions are generated for properties that trigger getters'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:84:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:10:43)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:85:7)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1507:7)
Test failure: 'no side effects are triggered for getters during completion'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:119:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at TestContext.<anonymo
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-context.js#L9
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-context.js:9:34)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-context.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-autolibs.js#L30
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-autolibs.js:30:1)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-autolibs.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl.js#L92
--- stderr ---
------------
out: ""
in: ""
------------
out: "message"
in: "'Read, Eval, Print Loop'"
------------
out: "invoke_me(987)"
in: "'invoked 987'"
------------
out: "a = 12345"
in: "12345"
------------
out: "{a:1}"
in: "{ a: 1 }"
------------
out: "throw new Error('test error');"
in: "Uncaught Error: test error"
------------
out: "throw { foo: 'bar' };"
in: " at REPL6:1:7"
node:repl:212
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ ' at REPL6:1:7'
- "Uncaught { foo: 'bar' }"
at runReplTests (/home/runner/work/node/node/node/test/parallel/test-repl.js:92:16)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async /home/runner/work/node/node/node/test/parallel/test-repl.js:942:5 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ' at REPL6:1:7',
expected: "Uncaught { foo: 'bar' }",
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-editor.js#L23
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at run (/home/runner/work/node/node/node/test/parallel/test-repl-editor.js:23:41)
at Array.forEach (<anonymous>)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-editor.js:72:7)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-editor.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-empty.js#L8
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-empty.js:8:24)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-empty.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-custom-eval-previews.js#L16
--- stdout ---
Test failure: 'doesn't show previews by default'
Location: test/parallel/test-repl-custom-eval-previews.js:37:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:17:43
at new Promise (<anonymous>)
at getReplRunOutput (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:16:10)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:39:26)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
Test failure: 'does show previews if `preview` is set to `true`'
Location: test/parallel/test-repl-custom-eval-previews.js:53:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:17:43
at new Promise (<anonymous>)
at getReplRunOutput (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:16:10)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js:55:26)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval-previews.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-definecommand.js#L15
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-definecommand.js:15:43)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-definecommand.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-domain.js#L29
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-domain.js:29:1)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-domain.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-custom-eval.js#L13
--- stderr ---
node:repl:212
throw err;
^
AssertionError [ERR_ASSERTION]: Unexpected global(s) found: bar
at process.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:433:14)
at process.emit (node:events:508:20) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
--- stdout ---
Test failure: 'uses the custom eval function as expected'
Location: test/parallel/test-repl-custom-eval.js:34:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:14:43
at new Promise (<anonymous>)
at getReplRunOutput (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:13:10)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:35:26)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
Test failure: 'surfaces errors as expected'
Location: test/parallel/test-repl-custom-eval.js:45:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at /home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:14:43
at new Promise (<anonymous>)
at getReplRunOutput (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:13:10)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:46:26)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
Test failure: 'provides a repl context to the eval callback'
Location: test/parallel/test-repl-custom-eval.js:53:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at context (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:55:30)
at new Promise (<anonymous>)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:54:27)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
Test failure: 'provides the global context to the eval callback'
Location: test/parallel/test-repl-custom-eval.js:64:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at context (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:66:30)
at new Promise (<anonymous>)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-custom-eval.js:65:27)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
Test failure: 'inherits variables from the global context but does not use it afterwords if `useGlobal` is false'
Location: test/parallel/test-repl-custom-eval.js:78:3
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at context (/home/runner/w
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-completion-on-getters-disabled.js#L10
--- stdout ---
Test failure: 'completion of nested properties of an undeclared objects'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:29:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:10:43)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:30:7)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:435:3)
Test failure: 'completion of nested properties on plain objects'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:39:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:10:43)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:40:7)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1507:7)
Test failure: 'completions are generated for properties that don't trigger getters'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:53:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:10:43)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:54:7)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Test.start (node:internal/test_runner/test:992:17)
at node:internal/test_runner/test:1505:71
at node:internal/per_context/primordials:466:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:435:3)
Test failure: 'no completions are generated for properties that trigger getters'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:84:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:10:43)
at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:85:7)
at Test.runInAsyncScope (node:async_hooks:212:14)
at Test.run (node:internal/test_runner/test:1095:25)
at Suite.processPendingSubtests (node:internal/test_runner/test:777:18)
at Test.postRun (node:internal/test_runner/test:1224:19)
at Test.run (node:internal/test_runner/test:1152:12)
at async Promise.all (index 0)
at async Suite.run (node:internal/test_runner/test:1507:7)
Test failure: 'no side effects are triggered for getters during completion'
Location: test/parallel/test-repl-completion-on-getters-disabled.js:119:5
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at TestContext.<anonymo
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-context.js#L9
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-context.js:9:34)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-context.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-autolibs.js#L30
--- stderr ---
node:repl:212
throw err;
^
TypeError: Cannot read properties of undefined (reading 'on')
at startNewREPLServer (/home/runner/work/node/node/node/test/common/repl.js:25:24)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-autolibs.js:30:1)
at Module._compile (node:internal/modules/cjs/loader:1803:14)
at Object..js (node:internal/modules/cjs/loader:1934:10)
at Module.load (node:internal/modules/cjs/loader:1524:32)
at Module._load (node:internal/modules/cjs/loader:1326: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
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-autolibs.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl.js#L92
--- stderr ---
------------
out: ""
in: ""
------------
out: "message"
in: "'Read, Eval, Print Loop'"
------------
out: "invoke_me(987)"
in: "'invoked 987'"
------------
out: "a = 12345"
in: "12345"
------------
out: "{a:1}"
in: "{ a: 1 }"
------------
out: "throw new Error('test error');"
in: "Uncaught Error: test error"
------------
out: "throw { foo: 'bar' };"
in: " at REPL6:1:7"
node:repl:212
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ ' at REPL6:1:7'
- "Uncaught { foo: 'bar' }"
at runReplTests (/home/runner/work/node/node/node/test/parallel/test-repl.js:92:16)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async /home/runner/work/node/node/node/test/parallel/test-repl.js:942:5 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: ' at REPL6:1:7',
expected: "Uncaught { foo: 'bar' }",
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl.js
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|