Failures in node-test-pull-request/67694 to node-test-pull-request/67789 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown reports/2025-07-03.md)
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
|---|---|---|---|---|---|---|
| 2025-07-03 00:12 | 0 | 0 | 34 | 1 | 65 | 0.00% |
Example
not ok 1028 pummel/test-string-decoder-large-buffer
---
duration_ms: 172.01000
severity: fail
exitcode: 1
stack: |-
c:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-string-decoder-large-buffer.js:26
throw e;
^
RangeError: Array buffer allocation failed
at new ArrayBuffer (<anonymous>)
at new Uint8Array (<anonymous>)
at new FastBuffer (node:internal/buffer:961:5)
at createUnsafeBuffer (node:internal/buffer:1097:12)
at allocate (node:buffer:444:10)
at Function.allocUnsafe (node:buffer:409:10)
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-string-decoder-large-buffer.js:21:22)
at Module._compile (node:internal/modules/cjs/loader:1730:14)
at Object..js (node:internal/modules/cjs/loader:1895:10)
at Module.load (node:internal/modules/cjs/loader:1465:32)
Node.js v22.17.1-pre
...
Example
not ok 2808 parallel/test-runner-watch-mode-kill-signal
---
duration_ms: 1213.56600
severity: fail
exitcode: 1
stack: |-
Test failure: 'can be overridden (to SIGINT)'
Location: test/parallel/test-runner-watch-mode-kill-signal.mjs:80:3
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /__SIGINT received__/. Input:
'ready!\n' +
"Restarting '/home/iojs/node-tmp/.tmp.2808/index.js'\n" +
'__SIGTERM received__\n'
at TestContext.<anonymous> (file:///home/iojs/build/workspace/node/test/parallel/test-runner-watch-mode-kill-signal.mjs:102:12)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:1069:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:752:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'ready!\n' +
"Restarting '/home/iojs/node-tmp/.tmp.2808/index.js'\n" +
...
Example
not ok 229 parallel/test-config-file
---
duration_ms: 4174.14000
severity: fail
exitcode: 1
stack: |-
Test failure: '--inspect=true should be parsed correctly'
Location: test\parallel\test-config-file.js:237:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /^Debugger listening on (ws:\/\/[^\s]+)/. Input:
'Starting inspector on 127.0.0.1:9229 failed: address already in use\r\n'
at TestContext.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-config-file.js:244:3)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:744:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Starting inspector on 127.0.0.1:9229 failed: address already in use\r\n',
expected: /^Debugger listening on (ws:\/\/[^\s]+)/,
...
Example
not ok 102 parallel/test-child-process-advanced-serialization-splitted-length-field
---
duration_ms: 126.03600
severity: crashed
exitcode: 2147483651
stack: |-
#
# Fatal process OOM in Re-embedded builtins: set permissions
#
...
Example
not ok 65 es-module/test-vm-contextified-script-leak
---
duration_ms: 265.01000
severity: crashed
exitcode: 3221225477
stack: |-
Created 128 objects
Created 256 objects
Found finalized object at 299, stop testing
...
Example
not ok 980 parallel/test-worker-message-port-transfer-filehandle
---
duration_ms: 286.99800
severity: fail
exitcode: 1
stack: |-
<anonymous_script>:0
[Error: A FileHandle object was closed during garbage collection. This used to be allowed with a deprecation warning but is now considered an error. Please close FileHandle objects explicitly.] {
code: 'ERR_INVALID_STATE'
}
Node.js v25.0.0-pre
...
Example
not ok 4126 parallel/test-stream-readable-to-web
---
duration_ms: 120039.81700
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 4496 sequential/test-performance-eventloopdelay
---
duration_ms: 14727.00200
severity: fail
exitcode: 1
stack: |-
node:internal/assert/utils:272
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(histogram.min > 0)
at Timeout.spinAWhile [as _onTimeout] (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-performance-eventloopdelay.js:70:7)
at listOnTimeout (node:internal/timers:608:17)
at process.processTimers (node:internal/timers:543:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v25.0.0-pre
...
Example
not ok 2666 parallel/test-runner-run-watch
---
duration_ms: 29644.41600
severity: fail
exitcode: 1
stack: |-
Test failure: 'should run with different cwd while in watch mode and isolation "none"'
Location: test/parallel/test-runner-run-watch.mjs:358:5
AssertionError [ERR_ASSERTION]: function should not have been called at file:///Users/admin/build/workspace/node-test-commit-osx/nodes/osx13-x64/test/parallel/test-runner-run-watch.mjs:373
called with arguments: [Object: null prototype] {
name: '<anonymous>',
nesting: 0,
testNumber: 1,
details: [Object: null prototype] {
duration_ms: 218.751234,
type: 'test',
error: [Error: test failed] {
code: 'ERR_TEST_FAILURE',
failureType: 'testCodeFailure',
cause: 'test failed',
exitCode: null,
signal: 'SIGTERM'
}
},
line: 1,
column: 1,
file: '/Users/admin/build/workspace/node-test-commit-osx/nodes/osx13-x64/<anonymous>'...
Example
not ok 3981 parallel/test-worker-nearheaplimit-deadlock
---
duration_ms: 511.45400
severity: crashed
exitcode: -6
stack: |-
<--- Last few GCs --->
[2154389:0x7f49fc001000] 52 ms: Mark-Compact 1.8 (3.2) -> 1.5 (3.2) MB, pooled: 0.0 MB, 3.77 / 0.00 ms (average mu = 0.314, current mu = 0.535) background allocation failure; GC in old space requested
[2154389:0x7f49fc001000] 54 ms: Mark-Compact 1.5 (3.2) -> 1.5 (3.2) MB, pooled: 0.0 MB, 2.74 / 0.00 ms (average mu = 0.259, current mu = 0.009) background allocation failure; GC in old space requested
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0x5589af739029 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [out/Release/node]
2: 0x5589afbb89a4 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [out/Release/node]
3: 0x5589afbb8ab0 v8::internal::V8::FatalProcessOutOfMemory(v8::...
Example
not ok 4552 sequential/test-tls-session-timeout
---
duration_ms: 169.61500
severity: fail
exitcode: 1
stack: |-
node:assert:92
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
'New' !== 'Reused'
at /home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-tls-session-timeout.js:150:16
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-tls-session-timeout.js:134:7)
at ChildProcess.emit (node:events:507:28)
at ChildProcess._handle.onexit (node:internal/child_process:293:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'New',
expected: 'Reused',
operator: 'strictEqual'
}
Node.js v25.0.0-pre
...
Example
Build timed out (after 30 minutes). Marking the build as failed.
Example
Failed to trigger node-test-commit
Example
fatal error: Killed signal terminated program cc1plus
Example
fatal: No rebase in progress?