Failures in node-test-pull-request/59118 to node-test-pull-request/59204 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md)
| UTC Time |
RUNNING |
SUCCESS |
UNSTABLE |
ABORTED |
FAILURE |
Green Rate |
| 2024-05-14 00:08 |
1 |
14 |
22 |
17 |
46 |
17.07% |
Jenkins Failure
Build Failure
Example
error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
js-regexp-string-iterator-tq-csa.cc
C:\workspace\node-compile-windows\node\out\Release\obj\global_intermediate\torque-generated\src\objects\js-segment-iterator-tq.inc(10,1): fatal error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
js-raw-json-tq-csa.cc
js-shared-array-tq-csa.cc
Example
fatal: No rebase in progress?
Example
sh: line 4: node: command not found
Example
FATAL: Channel "hudson.remoting.Channel@5f54ea6a:JNLP4-connect connection from 145.40.96.123/145.40.96.123:45764": Remote call on JNLP4-connect connection from 145.40.96.123/145.40.96.123:45764 failed. The channel is closing down or has closed down
java.nio.channels.ClosedChannelException
at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:155)
at org.jenkinsci.remoting.protocol.impl.NIONetworkLayer.ready(NIONetworkLayer.java:143)
at org.jenkinsci.remoting.protocol.IOHub$OnReady.run(IOHub.java:789)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
JSTest Failure
| Reason |
parallel/test-buffer-tostring-rangeerror |
| Type |
JS_TEST_FAILURE |
| Failed PR |
8 (https://github.com/nodejs/node/pull/34066/, https://github.com/nodejs/node/pull/39463/, https://github.com/nodejs/node/pull/51575/, https://github.com/nodejs/node/pull/51805/, https://github.com/nodejs/node/pull/52443/, https://github.com/nodejs/node/pull/52946/, https://github.com/nodejs/node/pull/52966/, https://github.com/nodejs/node/pull/52971/) |
| Appeared |
test-digitalocean-ubuntu2204_sharedlibs_container-x64-3, test-ibm-ubuntu2204_sharedlibs_container-x64-3, test-ibm-ubuntu2204_sharedlibs_container-x64-2, test-ibm-alpine319_container-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-5, test-digitalocean-ubi81_container-x64-1 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/59125/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/59204/ |
Example
not ok 1118 parallel/test-buffer-tostring-rangeerror
---
duration_ms: 120065.76900
severity: fail
exitcode: -15
stack: |-
timeout
(node:1645381) [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)
...
| Reason |
benchmark/test-benchmark-crypto |
| Type |
JS_TEST_FAILURE |
| Failed PR |
6 (https://github.com/nodejs/node/pull/50786/, https://github.com/nodejs/node/pull/49790/, https://github.com/nodejs/node/pull/52443/, https://github.com/nodejs/node/pull/52948/, https://github.com/nodejs/node/pull/52949/, https://github.com/nodejs/node/pull/51463/) |
| Appeared |
test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win11_vs2022-x64-4, test-osuosl-debian11_container-armv7l-1, test-ibm-rhel8-s390x-4, test-ibm-ubuntu2204_sharedlibs_container-x64-3, test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-alpine319_container-x64-2 |
| First CI |
https://ci.nodejs.org/job/node-test-pull-request/59130/ |
| Last CI |
https://ci.nodejs.org/job/node-test-pull-request/59186/ |
Example
not ok 180 benchmark/test-benchmark-crypto
---
duration_ms: 3543.00100
severity: fail
exitcode: 1
stack: |-
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at main (c:\workspace\node-test-binary-windows-native-suites\node\benchmark\crypto\timingSafeEqual.js:21:10)
at c:\workspace\node-test-binary-windows-native-suites\node\benchmark\common.js:54:9
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual'
}
Node.js v23.0.0-pre
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\common\benchmark...
Example
not ok 122 parallel/test-cli-node-options
---
duration_ms: 1460.00800
severity: fail
exitcode: 3221226505
stack: |-
...
Example
not ok 120 parallel/test-cli-permission-deny-fs
---
duration_ms: 1278.00700
severity: fail
exitcode: 1
stack: |-
C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-permission-deny-fs.js:62
const [fs, fsIn, fsOut] = stdout.toString().split('\n');
^
TypeError: Cannot read properties of null (reading 'toString')
at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-permission-deny-fs.js:62:36)
at Module._compile (node:internal/modules/cjs/loader:1358:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
at Module.load (node:internal/modules/cjs/loader:1208:32)
at Module._load (node:internal/modules/cjs/loader:1024:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
at node:internal/main/run_main_module:28:49
Node.js v20.13.2-pre
...
Example
not ok 4098 sequential/test-http-server-request-timeouts-mixed
---
duration_ms: 3304.70000
severity: fail
exitcode: 1
stack: |-
node:assert:408
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(request2.completed)
at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-http-server-request-timeouts-mixed.js:108:5)
at listOnTimeout (node:internal/timers:573:17)
at process.processTimers (node:internal/timers:514:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v23.0.0-pre
...
Example
not ok 384 parallel/test-blob-file-backed
---
duration_ms: 278.80300
severity: fail
exitcode: 1
stack: |-
node:internal/blob:289
const error = lazyDOMException('The blob could not be read', 'NotReadableError');
^
DOMException [NotReadableError]: The blob could not be read
at BlobReader.<anonymous> (node:internal/blob:289:25)
Node.js v23.0.0-pre
...
Example
not ok 2553 parallel/test-pipe-file-to-http
---
duration_ms: 120118.76600
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 198 parallel/test-debugger-heap-profiler
---
duration_ms: 2133.13900
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.190
Files blocking: [ 'node.heapsnapshot' ]
C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:69
throw e;
^
Error: EBUSY: resource busy or locked, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.190'
at rmdirSync (node:fs:1218:11)
at _rmdirSync (node:internal/fs/rimraf:235:5)
at rimrafSync (node:internal/fs/rimraf:193:7)
at Object.rmSync (node:fs:1267:10)
at rmSync (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:20:8)
at onexit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:54:5)
at process.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:43:14)
at process.emit (...
Example
not ok 2721 parallel/test-net-write-fully-async-buffer
---
duration_ms: 120073.24400
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 2691 parallel/test-runner-output
---
duration_ms: 3897.19000
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: test runner output
# Subtest: test-runner/output/abort.js
ok 1 - test-runner/output/abort.js
---
duration_ms: 2705.225307
...
Progress