Skip to content

repl: remove dependency on domain module #71275

repl: remove dependency on domain module

repl: remove dependency on domain module #71275

Triggered via pull request January 13, 2026 21:48
Status Failure
Total duration 54m 54s
Artifacts

test-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 notice
test-macOS
Process completed with exit code 2.
test-macOS: test/sequential/test-without-async-context-frame.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at file:///Users/runner/work/node/node/node/test/sequential/test-without-async-context-frame.mjs:24:8 at process.processTicksAndRejections (node:internal/process/task_queues:104:5) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre --- stdout --- [00:00|% 0|+ 0|- 0]: release test-async-local-storage-args [00:00|% 0|+ 0|- 0]: release test-async-local-storage-async-await [00:00|% 0|+ 0|- 0]: release test-async-local-storage-async-functions [00:00|% 3|+ 1|- 0]: release test-async-local-storage-bind [00:00|% 7|+ 2|- 0]: release test-async-local-storage-contexts [00:00|% 11|+ 3|- 0]: release test-async-local-storage-deep-stack [00:00|% 14|+ 4|- 0]: release test-async-local-storage-dgram [00:00|% 18|+ 5|- 0]: release test-async-local-storage-enable-disable [00:00|% 22|+ 6|- 0]: release test-async-local-storage-enter-with [00:00|% 25|+ 7|- 0]: release test-async-local-storage-enter-with [00:00|% 29|+ 8|- 0]: release test-async-local-storage-errors [00:00|% 33|+ 9|- 0]: release test-async-local-storage-exit-does-not-l... [00:00|% 37|+ 10|- 0]: release test-async-local-storage-gcable [00:00|% 40|+ 11|- 0]: release test-async-local-storage-http === release test-async-local-storage-errors === Path: async-hooks/test-async-local-storage-errors /Users/runner/work/node/node/node/test/async-hooks/test-async-local-storage-errors.js:64 throw new Error('err2'); ^ Error: err2 at Timeout.fireErr2 [as _onTimeout] (/Users/runner/work/node/node/node/test/async-hooks/test-async-local-storage-errors.js:64:9) at listOnTimeout (node:internal/timers:605:17) at process.processTimers (node:internal/timers:541:7) Node.js v26.0.0-pre Command: /Users/runner/work/node/node/node/out/Release/node --no-async-context-frame /Users/runner/work/node/node/node/test/async-hooks/test-async-local-storage-errors.js [00:00|% 44|+ 11|- 1]: release test-async-local-storage-http-agent [00:00|% 48|+ 12|- 1]: release test-async-local-storage-http-agent [00:00|% 51|+ 13|- 1]: release test-async-local-storage-http-multiclien... [00:00|% 55|+ 14|- 1]: release test-async-local-storage-isolation [00:00|% 59|+ 15|- 1]: release test-async-local-storage-misc-stores [00:00|% 62|+ 16|- 1]: release test-async-local-storage-nested [00:00|% 66|+ 17|- 1]:
test-macOS: test/report/test-report-uncaught-exception-override.js#L8
--- stderr --- /Users/runner/work/node/node/node/test/report/test-report-uncaught-exception-override.js:24 throw error; ^ Error: test error at Object.<anonymous> (/Users/runner/work/node/node/node/test/report/test-report-uncaught-exception-override.js:8:15) 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 --report-uncaught-exception /Users/runner/work/node/node/node/test/report/test-report-uncaught-exception-override.js
test-macOS: test/async-hooks/test-async-local-storage-errors.js#L64
--- stderr --- /Users/runner/work/node/node/node/test/async-hooks/test-async-local-storage-errors.js:64 throw new Error('err2'); ^ Error: err2 at Timeout.fireErr2 [as _onTimeout] (/Users/runner/work/node/node/node/test/async-hooks/test-async-local-storage-errors.js:64:9) at listOnTimeout (node:internal/timers:605:17) at process.processTimers (node:internal/timers:541:7) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/node/node/node/test/async-hooks/test-async-local-storage-errors.js
test-macOS: test/parallel/test-process-uncaught-exception-monitor.js#L50
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected "actual" to be reference-equal to "expected": + actual - expected + [Error: `process.setupUncaughtExceptionCapture()` was called while a capture callback was already active] { + code: 'ERR_UNCAUGHT_EXCEPTION_CAPTURE_ALREADY_SET' + } - [Error: MyError] at process.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-process-uncaught-exception-monitor.js:50:12) at process.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:506:15) at process.emit (node:events:508:20) at process._fatalException (node:internal/process/execution:177:13) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Error: `process.setupUncaughtExceptionCapture()` was called while a capture callback was already active] { code: 'ERR_UNCAUGHT_EXCEPTION_CAPTURE_ALREADY_SET' }, expected: [Error: MyError], operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-process-uncaught-exception-monitor.js
test-macOS: test/parallel/test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js#L13
--- stderr --- /Users/runner/work/node/node/node/test/parallel/test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js:13 throw new Error('foo'); ^ Error: foo at Object.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js:13: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) 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 /Users/runner/work/node/node/node/test/parallel/test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js
test-macOS: test/parallel/test-process-exception-capture-should-abort-on-uncaught.js#L12
--- stderr --- /Users/runner/work/node/node/node/test/parallel/test-process-exception-capture-should-abort-on-uncaught.js:12 throw new Error('foo'); ^ Error: foo at Object.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-process-exception-capture-should-abort-on-uncaught.js:12: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) 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 --abort-on-uncaught-exception /Users/runner/work/node/node/node/test/parallel/test-process-exception-capture-should-abort-on-uncaught.js
test-macOS: test/parallel/test-process-exception-capture.js#L13
--- stderr --- node:assert:173 throw err; ^ AssertionError [ERR_ASSERTION]: function should not have been called at /Users/runner/work/node/node/node/test/parallel/test-process-exception-capture.js:12 called with arguments: Error: foo at Object.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-process-exception-capture.js:13: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) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47, 'uncaughtException' at process.mustNotCall (/Users/runner/work/node/node/node/test/common/index.js:564:12) at process.emit (node:events:508:20) at process._fatalException (node:internal/process/execution:192:30) { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: undefined, operator: 'fail', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --abort-on-uncaught-exception /Users/runner/work/node/node/node/test/parallel/test-process-exception-capture.js
sccache stats
0% - 0 hits, 0 misses, 0 errors