Failures in node-test-pull-request/70588 to node-test-pull-request/70685 that failed 2 or more PRs
(Generated with ncu-ci walk pr --stats=true --markdown reports/2026-01-06.md)
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
|---|---|---|---|---|---|---|
| 2026-01-06 00:12 | 0 | 8 | 28 | 16 | 48 | 9.52% |
| Reason | Build timed out (after 30 minutes). Marking the build as failed. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/61054/, https://github.com/nodejs/node/pull/61163/) |
| Appeared | test-azure_msft-win11_vs2022-arm64-5 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70595/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70625/ |
Example
Build timed out (after 30 minutes). Marking the build as failed.
Example
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from [email protected]:nodejs/node.git
at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
Example
fatal error: too many errors emitted, stopping now [-ferror-limit=]
Example
Failed to trigger node-test-commit
Example
fatal error: Killed signal terminated program cc1plus
| Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/59904/, https://github.com/nodejs/node/pull/49292/) |
| Appeared | test-azure-ubuntu2204_container-armv7l-2, test-osuosl-ubuntu2204_container-armv7l-1, test-osuosl-rhel8_container-arm64-1, test-azure-ubuntu2204_container-arm64-5, test-osuosl-aix72-ppc64_be-3, test-mnx-smartos22-x64-4, test-mnx-smartos23-x64-6, test-azure-ubuntu2204_container-arm64-6 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70617/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70658/ |
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-armv7l] $ /bin/bash -ex /tmp/jenkins5724004747011055054.sh
+ '[' -d .git ']'
+ git clean -fdx
Removing out/
| Reason | ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for ... |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/55579/, https://github.com/nodejs/node/pull/49292/) |
| Appeared | test-linuxonecc-rhel9-s390x-1, test-linuxonecc-rhel9-s390x-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70596/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70658/ |
Example
ERROR: Step ‘Publish JUnit test result report’ failed: no workspace for node-test-commit-linuxone/nodes=rhel9-s390x #52931
Collecting metadata...
Metadata collection done.
[Checks API] No suitable checks publisher found.
Notifying upstream projects of job completion
Finished: FAILURE
Example
not ok 2676 parallel/test-repl-programmatic-history
---
duration_ms: 169.56500
severity: fail
exitcode: 1
stack: |-
node:internal/deps/undici/undici:4610
throw err;
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at assertCrypto (node:internal/util:241:11)
at node:crypto:36:1
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at requireBuiltin (node:internal/bootstrap/realm:429:14)
at requireWithFallbackInDeps (node:internal/bootstrap/realm:440:10)
at node:crypto (node:internal/deps/undici/undici:4599:51)
at detectRuntimeFeatureByNodeModule (node:internal/deps/undici/undici:4606:32)
at detectRuntimeFeature (node:internal/deps/undici/undici:4645:16)
at #detectRuntimeFeature (node:internal/deps/undici/undici:4690:24)
at RuntimeFeatures.has (node:internal/deps/undici/undici:4673:68) {
code: 'ERR_NO_CRYPTO'
}
...
Example
not ok 3904 parallel/test-zlib-brotli-16GB
---
duration_ms: 1328.87800
severity: fail
exitcode: 1
stack: |-
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
0 !== 4
at Timeout.<anonymous> (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/parallel/test-zlib-brotli-16GB.js:22:10)
at Timeout._onTimeout (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/common/index.js:506:15)
at listOnTimeout (node:internal/timers:605:17)
at process.processTimers (node:internal/timers:541:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 0,
expected: 4,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
...
Example
not ok 2601 parallel/test-quic-test-client
---
duration_ms: 1627.33000
severity: fail
exitcode: 1
stack: |-
/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/out/Release/ngtcp2_test_client
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Missing expected rejection.
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async file:///Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/parallel/test-quic-test-client.mjs:36:1 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: { message: /Process exited with code 1 and signal null/ },
operator: 'rejects',
diff: 'simple'
}
Node.js v26.0.0-pre
...
Example
not ok 4973 sequential/test-performance-eventloopdelay
---
duration_ms: 7364.19100
severity: fail
exitcode: 1
stack: |-
node:internal/assert/utils:146
throw error;
^
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:605:17)
at process.processTimers (node:internal/timers:541:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v26.0.0-pre
...
Example
not ok 4463 test-runner/test-run-watch-run-duration
---
duration_ms: 4829.35200
severity: fail
exitcode: 1
stack: |-
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 1/. Input:
'# Subtest: test.js\n' +
'not ok 2 - test.js\n' +
' ---\n' +
' duration_ms: 1063.147235\n' +
" type: 'test'\n" +
" location: '/Users/admin/node-tmp/.tmp.4460/test.js:1:1'\n" +
" failureType: 'testCodeFailure'\n" +
' exitCode: ~\n' +
" signal: 'SIGTERM'\n" +
" error: 'test failed'\n" +
" code: 'ERR_TEST_FAILURE'\n" +
' ...\n' +
'# Subtest: test has ran\n' +
'ok 2 - test has ran\n' +
' ---\n' +
' duration_ms: 0.994822\n' +
" type: 'test'\n" +
' ...\n' +
'1..2\n' +
'# tests 2\n' +
'# suites 0\n' +
'# pass 1\n' +
'# fail 1\n' +
'# cancelled 0\n'...
Example
not ok 4456 client-proxy/test-https-proxy-request
---
duration_ms: 111.66300
severity: fail
exitcode: 1
stack: |-
node:internal/util:241
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at assertCrypto (node:internal/util:241:11)
at node:crypto:36:1
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at requireBuiltin (node:internal/bootstrap/realm:429:14)
at requireWithFallbackInDeps (node:internal/bootstrap/realm:440:10)
at node:crypto (node:internal/deps/undici/undici:4599:51)
at detectRuntimeFeatureByNodeModule (node:internal/deps/undici/undici:4606:32)
at detectRuntimeFeature (node:internal/deps/undici/undici:4645:16)
at #detectRuntimeFeature (node:internal/deps/undici/undici:4690:24)
at RuntimeFeatures.has (node:internal/deps/undici/undici:4673:68) {
code: 'ERR_NO_CRYPTO'
}
Node.j...
Example
not ok 4458 client-proxy/test-https-proxy-request-connection-refused
---
duration_ms: 112.65000
severity: fail
exitcode: 1
stack: |-
node:internal/util:241
throw new ERR_NO_CRYPTO();
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at assertCrypto (node:internal/util:241:11)
at node:crypto:36:1
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at requireBuiltin (node:internal/bootstrap/realm:429:14)
at requireWithFallbackInDeps (node:internal/bootstrap/realm:440:10)
at node:crypto (node:internal/deps/undici/undici:4599:51)
at detectRuntimeFeatureByNodeModule (node:internal/deps/undici/undici:4606:32)
at detectRuntimeFeature (node:internal/deps/undici/undici:4645:16)
at #detectRuntimeFeature (node:internal/deps/undici/undici:4690:24)
at RuntimeFeatures.has (node:internal/deps/undici/undici:4673:68) {
code: 'ERR_NO_CRYPTO'
...
Example
not ok 88 es-module/test-vm-contextified-script-leak
---
duration_ms: 344.00200
severity: crashed
exitcode: 3221225477
stack: |-
Created 128 objects
Created 256 objects
Found finalized object at 308, stop testing
...
Example
not ok 4824 node-api/test_threadsafe_function/test
---
duration_ms: 120159.79100
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 81 parallel/test-blob
---
duration_ms: 210.36700
severity: fail
exitcode: 1
stack: |-
node:internal/event_target:1120
process.nextTick(() => { throw err; });
^
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at assertCrypto (node:internal/util:241:11)
at node:crypto:36:1
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at requireBuiltin (node:internal/bootstrap/realm:429:14)
at requireWithFallbackInDeps (node:internal/bootstrap/realm:440:10)
at node:crypto (node:internal/deps/undici/undici:4599:51)
at detectRuntimeFeatureByNodeModule (node:internal/deps/undici/undici:4606:32)
at detectRuntimeFeature (node:internal/deps/undici/undici:4645:16)
at #detectRuntimeFeature (node:internal/deps/undici/undici:4690:24)
at RuntimeFeatures.has (node:internal/deps/undici/undici:4673:68) {
code: 'ERR_NO_CRYPTO'
}...
Example
not ok 4656 wpt/test-wasm-webapi
---
duration_ms: 517.92600
severity: fail
exitcode: 1
stack: |-
[SKIPPED] abort.any.js: WPTRunner does not support fetch()
[SKIPPED] contenttype.any.js: WPTRunner does not support fetch()
[SKIPPED] historical.any.js: indexedDB is not defined
[SKIPPED] idlharness.any.js: not configured
[SKIPPED] instantiateStreaming-bad-imports.any.js: Flaky on ARM with V8 >= 11.2
[SKIPPED] origin.sub.any.js: CORS not implemented
[SKIPPED] status.any.js: WPTRunner does not support fetch()
[PASS] compileStreaming
[PASS] instantiateStreaming
[UNEXPECTED_FAILURE][FAIL] compileStreaming after consumption
Node.js is not compiled with OpenSSL crypto support
Error [ERR_NO_CRYPTO]: Node.js is not compiled with OpenSSL crypto support
at assertCrypto (node:internal/util:241:11)
at node:crypto:36:1
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at requireBuiltin (node:internal/bootstr...
Example
not ok 5054 wpt/test-webcrypto
---
duration_ms: 9218.58800
severity: crashed
exitcode: -5
stack: |-
[SKIPPED] algorithm-discards-context.https.window.js: Not relevant in Node.js context
[SKIPPED] historical.any.js: Not relevant in Node.js context
[PASS] CryptoKey.algorithm getter returns cached object
[PASS] CryptoKey.usages getter returns cached object
[PASS] setup - define tests
[PASS] X25519 key derivation checks for all-zero value result with a key of order 0
[PASS] X25519 key derivation checks for all-zero value result with a key of order 1
[PASS] X25519 key derivation checks for all-zero value result with a key of order 8
[PASS] X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)
[PASS] X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)
[PASS] X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)
[PASS] X25519 good parameters
[P...