Failures in node-test-pull-request/67099 to node-test-pull-request/67198 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown reports/2025-05-31.md)
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
|---|---|---|---|---|---|---|
| 2025-05-31 00:11 | 1 | 20 | 19 | 1 | 59 | 20.41% |
Example
Build timed out (after 30 minutes). Marking the build as failed.
| Reason | Build timed out (after 60 minutes). Marking the build as failed. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/54364/, https://github.com/nodejs/node/pull/58181/) |
| Appeared | test-ibm-ubi81_container-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/67122/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/67185/ |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Example
fatal: No rebase in progress?
Example
not ok 1640 parallel/test-http2-debug
---
duration_ms: 211.88000
severity: fail
exitcode: 1
stack: |-
[process 1627868]: --- stderr ---
HTTP2 1627868: Http2Session client: created
(node:1627868) Warning: Setting the NODE_DEBUG environment variable to 'http2' can expose sensitive data (such as passwords, tokens and authentication headers) in the resulting log.
(Use `node --trace-warnings ...` to show where the warning was created)
HTTP2 1627868: Http2Session server: received a connection
HTTP2 1627868: Http2Session server: setting up session handle
Http2Session server (14) session created
Http2Session server (14) i/o stream consumed
HTTP2 1627868: Http2Session server: sending settings
HTTP2 1627868: Http2Session server: submitting settings
Http2Session server (14) scheduling write
HTTP2 1627868: Http2Session server: created
HTTP2 1627868: Http2Session client: setting up session handle
Http2Session client (18) session created
Http2Session cli...
Example
not ok 105 parallel/test-buffer-tostring-range
---
duration_ms: 220.01700
severity: fail
exitcode: 1
stack: |-
node:internal/buffer:961
super(bufferOrLength, byteOffset, length);
^
RangeError: Array buffer allocation failed
at new ArrayBuffer (<anonymous>)
at new Uint8Array (<anonymous>)
at new FastBuffer (node:internal/buffer:961:5)
at Function.alloc (node:buffer:397:10)
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-tostring-range.js:107:28)
at Module._compile (node:internal/modules/cjs/loader:1529:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
at Module.load (node:internal/modules/cjs/loader:1275:32)
at Module._load (node:internal/modules/cjs/loader:1096:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:164:12)
Node.js v20.19.3-pre
...
Example
not ok 961 pummel/test-blob-slice-with-large-size
---
duration_ms: 173.01000
severity: fail
exitcode: 1
stack: |-
c:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-blob-slice-with-large-size.js:18
throw e;
^
RangeError: Array buffer allocation failed
at new ArrayBuffer (<anonymous>)
at ArrayBuffer.slice (<anonymous>)
at getSource (node:internal/blob:124:24)
at node:internal/blob:159:34
at from (<anonymous>)
at new Blob (node:internal/blob:158:22)
at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-blob-slice-with-large-size.js:13:16)
at Module._compile (node:internal/modules/cjs/loader:1529:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
at Module.load (node:internal/modules/cjs/loader:1275:32)
Node.js v20.19.3-pre
...
Example
not ok 4521 wpt/test-streams
---
duration_ms: 1479.32200
severity: crashed
exitcode: -5
stack: |-
[SKIPPED] queuing-strategies-size-function-per-global.window.js: Browser-specific test
[SKIPPED] readable-streams/cross-realm-crash.window.js: Browser-specific test
[SKIPPED] readable-streams/owning-type-video-frame.any.js: Browser-specific test
[SKIPPED] readable-streams/read-task-handling.window.js: Browser-specific test
[SKIPPED] transferable/deserialize-error.window.js: Browser-specific test
[SKIPPED] transferable/transfer-with-messageport.window.js: Browser-specific test
[SKIPPED] transform-streams/invalid-realm.tentative.window.js: Browser-specific test
[PASS] a signal argument 'null' should cause pipeTo() to reject
[PASS] a signal argument 'AbortSignal' should cause pipeTo() to reject
[PASS] a signal argument 'true' should cause pipeTo() to reject
[PASS] a signal argument '-1' should cause pipeTo() to reject
[PASS] a signal argument '[object AbortSi...
Example
not ok 68 async-hooks/test-improper-order
---
duration_ms: 459.21600
severity: fail
exitcode: 1
stack: |-
node:assert:94
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
null !== 1
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/async-hooks/test-improper-order.js:55:12)
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/index.js:437:15)
at ChildProcess.emit (node:events:507:28)
at maybeClose (node:internal/child_process:1101:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: null,
expected: 1,
operator: 'strictEqual'
}
Node.js v25.0.0-pre
...
Example
not ok 68 async-hooks/test-improper-unwind
---
duration_ms: 422.18400
severity: fail
exitcode: 1
stack: |-
node:assert:94
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
null !== 1
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/async-hooks/test-improper-unwind.js:59:12)
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/index.js:437:15)
at ChildProcess.emit (node:events:507:28)
at maybeClose (node:internal/child_process:1101:16)
at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: null,
expected: 1,
operator: 'strictEqual'
}
Node.js v25.0.0-pre
...
Example
not ok 2624 parallel/test-runner-run-watch
---
duration_ms: 25774.94300
severity: fail
exitcode: 1
stack: |-
Mismatched noop function calls. Expected exactly 1, actual 2.
at Module.mustCall (/Users/admin/build/workspace/node-test-commit-osx/nodes/osx13-x64/test/common/index.js:395:10)
at TestContext.<anonymous> (file:///Users/admin/build/workspace/node-test-commit-osx/nodes/osx13-x64/test/parallel/test-runner-run-watch.mjs:324:37)
at Test.runInAsyncScope (node:async_hooks:214:14)
at Test.run (node:internal/test_runner/test:1062:25)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Suite.processPendingSubtests (node:internal/test_runner/test:752:7)
...
Example
not ok 4098 parallel/test-stream-readable-to-web
---
duration_ms: 120046.72000
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 4437 sequential/test-performance-eventloopdelay
---
duration_ms: 7332.46500
severity: fail
exitcode: 1
stack: |-
node:internal/assert/utils:281
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-linux-containered/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 4469 sequential/test-tls-session-timeout
---
duration_ms: 211.54700
severity: fail
exitcode: 1
stack: |-
node:assert:94
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:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'New',
expected: 'Reused',
operator: 'strictEqual'
}
Node.js v25.0.0-pre
...