repl: remove dependency on domain module #61227
+405
−283
Open
Annotations
8 errors and 1 notice
|
Test
Process completed with exit code 2.
|
|
Test:
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:///home/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|% 0|+ 0|- 0]: release test-async-local-storage-bind
[00:00|% 3|+ 1|- 0]: release test-async-local-storage-contexts
[00:00|% 7|+ 2|- 0]: release test-async-local-storage-deep-stack
[00:00|% 11|+ 3|- 0]: release test-async-local-storage-dgram
[00:00|% 14|+ 4|- 0]: release test-async-local-storage-enable-disable
[00:00|% 18|+ 5|- 0]: release test-async-local-storage-enter-with
[00:00|% 22|+ 6|- 0]: release test-async-local-storage-enter-with
[00:00|% 25|+ 7|- 0]: release test-async-local-storage-errors
[00:00|% 29|+ 8|- 0]: release test-async-local-storage-exit-does-not-l...
[00:00|% 33|+ 9|- 0]: release test-async-local-storage-gcable
=== release test-async-local-storage-errors ===
Path: async-hooks/test-async-local-storage-errors
/home/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] (/home/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: /home/runner/work/node/node/node/out/Release/node --no-async-context-frame /home/runner/work/node/node/node/test/async-hooks/test-async-local-storage-errors.js
[00:00|% 37|+ 9|- 1]: release test-async-local-storage-http
[00:00|% 40|+ 10|- 1]: release test-async-local-storage-http-agent
[00:00|% 44|+ 11|- 1]: release test-async-local-storage-http-agent
[00:00|% 48|+ 12|- 1]: release test-async-local-storage-http-multiclien...
[00:00|% 51|+ 13|- 1]: release test-async-local-storage-isolation
[00:00|% 55|+ 14|- 1]: release test-async-local-storage-misc-stores
[00:00|% 59|+ 15|- 1]: release test-async-local-storage-nested
[00:00|% 62|+ 16|- 1]: re
|
|
Test:
test/async-hooks/test-async-local-storage-errors.js#L64
--- stderr ---
/home/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] (/home/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 /home/runner/work/node/node/node/test/async-hooks/test-async-local-storage-errors.js
|
|
Test:
test/report/test-report-uncaught-exception-override.js#L8
--- stderr ---
/home/runner/work/node/node/node/test/report/test-report-uncaught-exception-override.js:24
throw error;
^
Error: test error
at Object.<anonymous> (/home/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 /home/runner/work/node/node/node/test/report/test-report-uncaught-exception-override.js
|
|
Test:
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> (/home/runner/work/node/node/node/test/parallel/test-process-uncaught-exception-monitor.js:50:12)
at process.<anonymous> (/home/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 /home/runner/work/node/node/node/test/parallel/test-process-uncaught-exception-monitor.js
|
|
Test:
test/parallel/test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js#L13
--- stderr ---
/home/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> (/home/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 /home/runner/work/node/node/node/test/parallel/test-process-exception-capture-should-abort-on-uncaught-setflagsfromstring.js
|
|
Test:
test/parallel/test-process-exception-capture-should-abort-on-uncaught.js#L12
--- stderr ---
/home/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> (/home/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 /home/runner/work/node/node/node/test/parallel/test-process-exception-capture-should-abort-on-uncaught.js
|
|
Test:
test/parallel/test-process-exception-capture.js#L13
--- stderr ---
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /home/runner/work/node/node/node/test/parallel/test-process-exception-capture.js:12
called with arguments: Error: foo
at Object.<anonymous> (/home/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 (/home/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 /home/runner/work/node/node/node/test/parallel/test-process-exception-capture.js
|
|
Post Set up sccache
0% - 0 hits, 0 misses, 0 errors
|
Loading