Failures in node-test-pull-request/66001 to node-test-pull-request/66098 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown reports/2025-04-07.md)
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
|---|---|---|---|---|---|---|
| 2025-04-07 00:11 | 0 | 4 | 33 | 2 | 61 | 4.08% |
Example
Error: list index out of range
> if errorlevel 1 exit /b
> if errorlevel 1 exit /b
Example
fatal: No rebase in progress?
| 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
Failed to trigger node-test-commit
Example
error: remote GitHub already exists.
> git fetch --prune --no-tags GitHub
> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp
Example
not ok 4037 pummel/test-buffer-large-size
---
duration_ms: 720046.94700
severity: fail
exitcode: -15
stack: |-
timeout
(node:2117565) [DEP0030] DeprecationWarning: SlowBuffer() is deprecated. Please use Buffer.allocUnsafeSlow()
(Use `node --trace-deprecation ...` to show where the warning was created)
...
Example
not ok 721 parallel/test-runner-plan
---
duration_ms: 3392.98500
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 1007 parallel/test-file-write-stream4
---
duration_ms: 120185.02200
severity: fail
exitcode: 1
stack: |-
timeout
...
Example
not ok 4458 sequential/test-tls-session-timeout
---
duration_ms: 215.17300
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 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 1568 parallel/test-buffer-tostring-rangeerror
---
duration_ms: 120046.43500
severity: fail
exitcode: -15
stack: |-
timeout
(node:4134819) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:4134819) [DEP0030] DeprecationWarning: SlowBuffer() is deprecated. Please use Buffer.allocUnsafeSlow()
...
Example
not ok 2619 parallel/test-runner-run-watch
---
duration_ms: 23043.59500
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:292: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:307
called with arguments: [Object: null prototype] {
name: '<anonymous>',
nesting: 0,
testNumber: 1,
details: [Object: null prototype] {
duration_ms: 277.34459,
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>'
...