Failures in node-test-pull-request/65940 to node-test-pull-request/66034 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown reports/2025-04-05.md)
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
|---|---|---|---|---|---|---|
| 2025-04-05 00:10 | 2 | 3 | 24 | 3 | 68 | 3.16% |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Example
Error: list index out of range
> if errorlevel 1 exit /b
> if errorlevel 1 exit /b
Example
Failed to trigger node-test-commit
| Reason | error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj] |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/57592/, https://github.com/nodejs/node/pull/57114/, https://github.com/nodejs/node/pull/57400/) |
| Appeared | test-rackspace-win2022_vs2022-x64-6, test-rackspace-win2022_vs2022-x64-1, test-rackspace-win2022_vs2022-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/66013/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/66034/ |
Example
error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
Creating library ..\..\out\Release\mksnapshot_host.lib and object ..\..\out\Release\mksnapshot_host.exp
proxy-revocable-tq-csa.cc
proxy-is-extensible-tq-csa.cc
proxy-set-prototype-of-tq-csa.cc
Example
fatal: No rebase in progress?
| Reason | error C1085: Cannot write precompiled header file: 'out\Release\obj\cctest\cctest.pch': There is not enough space on the disk. [C:\workspace\node-compile-windows\node\cctest.vcxproj] |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/57551/, https://github.com/nodejs/node/pull/57592/) |
| Appeared | test-rackspace-win2022_vs2022-x64-6 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/65948/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/65951/ |
Example
error C1085: Cannot write precompiled header file: 'out\Release\obj\cctest\cctest.pch': There is not enough space on the disk. [C:\workspace\node-compile-windows\node\cctest.vcxproj]
> if errorlevel 1 (
if not defined project_generated echo Building Node with reused solution failed. To regenerate project files use "vcbuild projgen"
exit /B 1
Example
not ok 4035 pummel/test-buffer-large-size
---
duration_ms: 720040.54700
severity: fail
exitcode: -15
stack: |-
timeout
(node:1492032) [DEP0030] DeprecationWarning: SlowBuffer() is deprecated. Please use Buffer.allocUnsafeSlow()
(Use `node --trace-deprecation ...` to show where the warning was created)
...
Example
not ok 1511 parallel/test-file-write-stream4
---
duration_ms: 120084.64500
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 4404 sequential/test-tls-session-timeout
---
duration_ms: 214.46000
severity: fail
exitcode: 1
stack: |-
node:assert:95
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 v24.0.0-pre
...
Example
not ok 713 parallel/test-runner-plan
---
duration_ms: 2168.01700
severity: fail
exitcode: 1
stack: |-
Test failure: 'throws if options is not an object'
Location: test\parallel\test-runner-plan.mjs:9:3
AssertionError [ERR_ASSERTION]: Missing expected exception.
at assert.<computed> [as throws] (node:internal/test_runner/test:254:18)
at TestContext.<anonymous> (file:///C:/workspace/node-test-binary-windows-js-suites/node/test/parallel/test-runner-plan.mjs:10:14)
at Test.runInAsyncScope (node:async_hooks:214:14)
at Test.run (node:internal/test_runner/test:979:25)
at Test.start (node:internal/test_runner/test:877:17)
at node:internal/test_runner/test:1356:71
at node:internal/per_context/primordials:483:82
at new Promise (<anonymous>)
at new SafePromise (node:internal/per_context/primordials:451:29)
at node:internal/per_context/primordials:483:9 {
generatedMessage: false,
code: 'ERR_ASSERTION',
...
Example
not ok 4400 sequential/test-performance-eventloopdelay
---
duration_ms: 14743.79100
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-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 v24.0.0-pre
...
Example
not ok 4082 pummel/test-timers
---
duration_ms: 1462.36400
severity: fail
exitcode: 1
stack: |-
diff: 1001
diff: 1272
node:internal/assert/utils:281
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert.ok(Math.abs(diff - t) < WINDOW * interval_count)
at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/pummel/test-timers.js:64:12)
at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:435:15)
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 v24.0.0-pre
...
Example
not ok 4430 sequential/test-perf-hooks
---
duration_ms: 171.47000
severity: fail
exitcode: 1
stack: |-
check initial nodeTiming
{
"name": "node",
"entryType": "node",
"startTime": 0,
"duration": 93.947476,
"nodeStart": 0.9537659883499146,
"v8Start": 19.064089059829712,
"environment": 42.399564027786255,
"loopStart": -1,
"loopExit": -1,
"bootstrapComplete": 53.24575197696686,
"idleTime": 0,
"uvMetricsInfo": {
"loopCount": 0,
"events": 0,
"eventsWaiting": 0
}
}
node:internal/assert/utils:281
throw err;
^
AssertionError [ERR_ASSERTION]: now (106.284222) - timing.duration (93.947476) = 12.336746000000005 >= 10
at checkNodeTiming (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-perf-hooks.js:61:3)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-perf-hooks.j...