Example
```
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
at hudson.scm.SCM.checkout(SCM.java:540)
```
Build Failure
Reason
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Example
```
Error: - process terminated with status 1, expected 0
---
duration_ms: 18871.62100
...
ok 992 sequential/test-single-executable-application # skip Cannot find signtool: Error: - process terminated with status 1, expected 0
---
```
Example
```
not ok 653 parallel/test-dns
---
duration_ms: 267.37000
severity: fail
exitcode: 1
stack: |-
(node:3869465) [DEP0118] DeprecationWarning: The provided hostname "" is not a valid hostname, and is supported in the dns module solely for compatibility.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected ... Lines skipped
[
{
address: '1.2.3.4',
+ ttl: 3333333332,
- ttl: 3333333333,
type: 'A'
},
{
address: '::42',
+ ttl: 3333333332,
- ttl: 3333333333,
type: 'AAAA'
...
```
Example
```
not ok 123 parallel/test-cli-bad-options
---
duration_ms: 1053.03600
severity: fail
exitcode: 1
stack: |-
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
3221225725 !== 1
at missingOption (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-bad-options.js:22:10)
at Object. (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-bad-options.js:17:1)
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 {
generatedMessage: true,
code: 'ERR_ASSER...
```
Example
```
not ok 127 parallel/test-cli-syntax-piped-bad
---
duration_ms: 1381.00200
severity: fail
exitcode: 1
stack: |-
node:assert:408
throw err;
^
AssertionError [ERR_ASSERTION]:
#
# Fatal process OOM in Re-embedded builtins: set permissions
#
starts with export var p = 5; var foo bar;
at C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-syntax-piped-bad.js:47:3
at Array.forEach ()
at Object. (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-syntax-piped-bad.js:38:12)
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:1...
```
Example
```
not ok 75 parallel/test-blob-file-backed
---
duration_ms: 171.46500
severity: fail
exitcode: 1
stack: |-
node:internal/blob:290
const error = lazyDOMException('The blob could not be read', 'NotReadableError');
^
DOMException [NotReadableError]: The blob could not be read
at BlobReader. (node:internal/blob:290:25)
Node.js v23.0.0-pre
...
```
Example
```
not ok 2822 parallel/test-http2-large-write-multiple-requests
---
duration_ms: 120054.30400
severity: fail
exitcode: -15
stack: |-
timeout
server sends content 1
server sends content 2
server sends content 3
server sends content 4
server sends content 5
server sends content 6
server sends content 7
server sends content 8
server sends content 9
server sends content 10
server sends content 11
server sends content 12
server sends content 13
server sends content 14
server sends content 15
server sends content 16
server sends content 17
server sends content 18
server sends content 19
server sends content 20
server sends content 21
server sends content 22
server sends content 23
server sends content 24
server sends content 25
server sends content 26
server sends content 27
server sends content 28
server sends content 29
server sends content 30
server sends content 31
server s...
```
Example
```
not ok 2455 parallel/test-performance-function
---
duration_ms: 222.66900
severity: fail
exitcode: 1
stack: |-
node:internal/histogram:291
validateInteger(val, 'val', 1);
^
RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
at RecordableHistogram.record (node:internal/histogram:291:5)
at processComplete (node:internal/perf/timerify:40:15)
at timerified m (node:internal/perf/timerify:87:5)
at /home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-performance-function.js:103:5
at runNextTicks (node:internal/process/task_queues:60:5)
at listOnTimeout (node:internal/timers:565:9)
at process.processTimers (node:internal/timers:539:7) {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v23.0.0-pre
...
```
Example
```
not ok 4123 wpt/test-timers
---
duration_ms: 1208.49600
severity: fail
exitcode: 1
stack: |-
[SKIPPED] negative-settimeout.any.js: unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672
[PASS] Clear timeout with clearInterval
[PASS] Clear interval with clearTimeout
[PASS] Calling setInterval with no interval should be the same as if called with 0 interval
[PASS] Calling setInterval with undefined interval should be the same as if called with 0 interval
[PASS] negative-setinterval
[PASS] type-long-setinterval
[UNEXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests()
assert_unreached: Reached unreachable code
{
message: 'assert_unreached: Reached unreachable code',
stack: ' at listOnTimeout (node:internal/timers:601:17)\n' +
' at process.processTimers (node:internal/timers:539:7)'
}
Command: /home/iojs/build/workspace/node-test-commit-linux/out/Release/node /home/iojs/build/workspace/node-test-commit...
```
Failures in node-test-pull-request/60335 to node-test-pull-request/60431 that failed 2 or more PRs (Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)Git Failure
ERROR: Error fetching remote repo 'origin'
Example
``` ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999) at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305) at hudson.scm.SCM.checkout(SCM.java:540) ```Build Failure
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
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/jenkins8189929881339065458.sh + '[' -d .git ']' + git clean -fdx Removing out/ ```Error: - process terminated with status 1, expected 0
Example
``` Error: - process terminated with status 1, expected 0 --- duration_ms: 18871.62100 ... ok 992 sequential/test-single-executable-application # skip Cannot find signtool: Error: - process terminated with status 1, expected 0 --- ```Error: getWindowSize EINVAL
Example
``` Error: getWindowSize EINVAL outline = at WriteStream._refreshSize (node:tty:137:24) outline = at process.refreshStderrOnSigWinch (node:internal/bootstrap/switches/is_main_thread:142:10) outline = at process.emit (node:events:532:35) outline = Emitted 'error' event on WriteStream instance at: outline = at WriteStream._refreshSize (node:tty:137:10) ```Failed to trigger sub builds
Example
``` Failed to trigger sub builds ```fatal: No rebase in progress?
Example
``` fatal: No rebase in progress? ```JSTest Failure
sequential/test-http-server-request-timeouts-mixed
Example
``` not ok 4145 sequential/test-http-server-request-timeouts-mixed --- duration_ms: 3335.20000 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:601:17) at process.processTimers (node:internal/timers:539:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' } Node.js v23.0.0-pre ... ```parallel/test-cli-node-options
Example
``` not ok 121 parallel/test-cli-node-options --- duration_ms: 571.00800 severity: fail exitcode: 134 stack: |- <--- Last few GCs ---> <--- JS stacktrace ---> FATAL ERROR: Committing semi space failed. Allocation failed - JavaScript heap out of memory ----- Native stack trace ----- <--- Last few GCs ---> <--- JS stacktrace ---> FATAL ERROR: Committing semi space failed. Allocation failed - JavaScript heap out of memory ----- Native stack trace ----- <--- Last few GCs ---> <--- JS stacktrace ---> FATAL ERROR: Committing semi space failed. Allocation failed - JavaScript heap out of memory ----- Native stack trace ----- 1: 00007FF61925E89B 2: 00007FF6191D05F4 3: 00007FF619C47431 4: 00007FF619C30B88 1: 00007FF61925E89B 5: 00007FF619A92630 2: 00007FF6191D05F4 6: 00007FF619A4A433 3: 00007FF619C47431 7: 00007FF619A9BCF0 4: 00... ```parallel/test-dns
Example
``` not ok 653 parallel/test-dns --- duration_ms: 267.37000 severity: fail exitcode: 1 stack: |- (node:3869465) [DEP0118] DeprecationWarning: The provided hostname "" is not a valid hostname, and is supported in the dns module solely for compatibility. (Use `node --trace-deprecation ...` to show where the warning was created) node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected ... Lines skipped [ { address: '1.2.3.4', + ttl: 3333333332, - ttl: 3333333333, type: 'A' }, { address: '::42', + ttl: 3333333332, - ttl: 3333333333, type: 'AAAA' ... ```parallel/test-child-process-spawn-windows-batch-file
Example
``` not ok 125 parallel/test-child-process-spawn-windows-batch-file --- duration_ms: 5482.01000 severity: fail exitcode: 1 stack: |- node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at Object.parallel/test-cli-bad-options
Example
``` not ok 123 parallel/test-cli-bad-options --- duration_ms: 1053.03600 severity: fail exitcode: 1 stack: |- node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 3221225725 !== 1 at missingOption (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-bad-options.js:22:10) at Object.parallel/test-cli-permission-deny-fs
Example
``` not ok 122 parallel/test-cli-permission-deny-fs --- duration_ms: 713.98600 severity: fail exitcode: 1 stack: |- node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: '' !== 'false' at Object.parallel/test-cli-syntax-piped-bad
Example
``` not ok 127 parallel/test-cli-syntax-piped-bad --- duration_ms: 1381.00200 severity: fail exitcode: 1 stack: |- node:assert:408 throw err; ^ AssertionError [ERR_ASSERTION]: # # Fatal process OOM in Re-embedded builtins: set permissions # starts with export var p = 5; var foo bar; at C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-syntax-piped-bad.js:47:3 at Array.forEach (parallel/test-cluster-advanced-serialization
Example
``` not ok 672 parallel/test-cluster-advanced-serialization --- duration_ms: 120587.64400 severity: fail exitcode: 1 stack: |- timeout ... ```parallel/test-blob-file-backed
Example
``` not ok 75 parallel/test-blob-file-backed --- duration_ms: 171.46500 severity: fail exitcode: 1 stack: |- node:internal/blob:290 const error = lazyDOMException('The blob could not be read', 'NotReadableError'); ^ DOMException [NotReadableError]: The blob could not be read at BlobReader.parallel/test-file-write-stream4
Example
``` not ok 1504 parallel/test-file-write-stream4 --- duration_ms: 120051.45400 severity: fail exitcode: -15 stack: |- timeout ... ```parallel/test-fs-utimes
Example
``` not ok 1354 parallel/test-fs-utimes --- duration_ms: 38954.90500 severity: fail exitcode: 1 stack: |- node:assert:408 throw err; ^ AssertionError [ERR_ASSERTION]: FAILED: expect_ok [Arguments] { '0': 'utimes', '1': '/home/iojs/node-tmp/.tmp.1267', '2': null, '3': '123456', '4': -1 } check_mtime: 7.58899998664856 at expect_ok (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/parallel/test-fs-utimes.js:64:3) at /home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/parallel/test-fs-utimes.js:102:5 at /home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/index.js:487:15 at FSReqCallback.oncomplete (node:fs:188:23) { generatedMessage: false, code: 'ERR_ASSERTION', actual: null, expected: true, operator: '==' } Node.js v23.0.0-pre ... ```parallel/test-http2-large-write-multiple-requests
Example
``` not ok 2822 parallel/test-http2-large-write-multiple-requests --- duration_ms: 120054.30400 severity: fail exitcode: -15 stack: |- timeout server sends content 1 server sends content 2 server sends content 3 server sends content 4 server sends content 5 server sends content 6 server sends content 7 server sends content 8 server sends content 9 server sends content 10 server sends content 11 server sends content 12 server sends content 13 server sends content 14 server sends content 15 server sends content 16 server sends content 17 server sends content 18 server sends content 19 server sends content 20 server sends content 21 server sends content 22 server sends content 23 server sends content 24 server sends content 25 server sends content 26 server sends content 27 server sends content 28 server sends content 29 server sends content 30 server sends content 31 server s... ```parallel/test-performance-function
Example
``` not ok 2455 parallel/test-performance-function --- duration_ms: 222.66900 severity: fail exitcode: 1 stack: |- node:internal/histogram:291 validateInteger(val, 'val', 1); ^ RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0 at RecordableHistogram.record (node:internal/histogram:291:5) at processComplete (node:internal/perf/timerify:40:15) at timerified m (node:internal/perf/timerify:87:5) at /home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-performance-function.js:103:5 at runNextTicks (node:internal/process/task_queues:60:5) at listOnTimeout (node:internal/timers:565:9) at process.processTimers (node:internal/timers:539:7) { code: 'ERR_OUT_OF_RANGE' } Node.js v23.0.0-pre ... ```sequential/test-single-executable-application-empty
Example
``` not ok 4171 sequential/test-single-executable-application-empty --- duration_ms: 8632.52700 severity: fail exitcode: 1 stack: |- Copied /home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node to /home/iojs/node-tmp/.tmp.4170/sea [process 1691258]: --- stderr --- [process 1691258]: --- stdout --- [36mStart injection of NODE_SEA_BLOB in /home/iojs/node-tmp/.tmp.4170/sea...[0m [31mError: Couldn't read target executable[0m [process 1691258]: status = 1, signal = null /home/iojs/build/workspace/node-test-commit-arm-debug/test/sequential/test-single-executable-application-empty.js:53 throw e; ^ Error: Cannot inject /home/iojs/node-tmp/.tmp.4170/sea-prep.blob into /home/iojs/node-tmp/.tmp.4170/sea: Error: - process terminated with status 1, expected 0 at logAndThrow (/home/iojs/build/workspace/node-test-commit-arm-debug/test/common/child_process.js:86:11) at expectSyncExit (/home/iojs/build/workspace/node-test-commi... ```sequential/test-single-executable-application-snapshot-and-code-cache
Example
``` not ok 4173 sequential/test-single-executable-application-snapshot-and-code-cache --- duration_ms: 9837.18300 severity: fail exitcode: 1 stack: |- Copied /home/iojs/build/workspace/node-test-commit-linux-containered/out/Release/node to /home/iojs/node-tmp/.tmp.4172/sea Injected /home/iojs/node-tmp/.tmp.4172/sea-prep.blob into /home/iojs/node-tmp/.tmp.4172/sea [process 989046]: --- stderr --- Found SEA blob 0x55b9b0250080, size=4456317 Found SEA resource 0x55b9b0250080, size=4456317 Readwpt/test-timers
Example
``` not ok 4123 wpt/test-timers --- duration_ms: 1208.49600 severity: fail exitcode: 1 stack: |- [SKIPPED] negative-settimeout.any.js: unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672 [PASS] Clear timeout with clearInterval [PASS] Clear interval with clearTimeout [PASS] Calling setInterval with no interval should be the same as if called with 0 interval [PASS] Calling setInterval with undefined interval should be the same as if called with 0 interval [PASS] negative-setinterval [PASS] type-long-setinterval [UNEXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests() assert_unreached: Reached unreachable code { message: 'assert_unreached: Reached unreachable code', stack: ' at listOnTimeout (node:internal/timers:601:17)\n' + ' at process.processTimers (node:internal/timers:539:7)' } Command: /home/iojs/build/workspace/node-test-commit-linux/out/Release/node /home/iojs/build/workspace/node-test-commit... ```wpt/test-webcrypto
Example
``` not ok 4227 wpt/test-webcrypto --- duration_ms: 3056.79100 severity: crashed exitcode: -11 stack: |- [SKIPPED] algorithm-discards-context.https.window.js: Not relevant in Node.js context [SKIPPED] historical.any.js: Not relevant in Node.js context <--- Last few GCs ---> [769844:bf7a000] 290 ms: Scavenge 5.6 (7.3) -> 5.2 (9.5) MB, pooled: 0 MB, 14.92 / 0.00 ms (average mu = 1.000, current mu = 1.000) allocation failure; [769844:bf7a000] 474 ms: Scavenge 8.6 (11.8) -> 7.8 (11.8) MB, pooled: 0 MB, 70.99 / 0.00 ms (average mu = 1.000, current mu = 1.000) allocation failure; [769844:bf7a000] 543 ms: Scavenge 9.0 (11.8) -> 8.1 (16.8) MB, pooled: 0 MB, 55.07 / 0.00 ms (average mu = 1.000, current mu = 1.000) allocation failure; <--- JS stacktrace ---> FATAL ERROR: Zone Allocation failed - process out of memory ----- Native stack trace ----- # # Fatal error in , line 0 # Check failed: allocation. ... ```Progress
ERROR: Error fetching remote repo 'origin'
(3)ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
(3)Error: - process terminated with status 1, expected 0
(3)Error: getWindowSize EINVAL
(3)Failed to trigger sub builds
(3)fatal: No rebase in progress?
(3)sequential/test-http-server-request-timeouts-mixed
(7)parallel/test-cli-node-options
(5)parallel/test-dns
(5)parallel/test-child-process-spawn-windows-batch-file
(4)parallel/test-cli-bad-options
(4)parallel/test-cli-permission-deny-fs
(4)parallel/test-cli-syntax-piped-bad
(4)parallel/test-cluster-advanced-serialization
(4)parallel/test-blob-file-backed
(2)parallel/test-file-write-stream4
(2)parallel/test-fs-utimes
(2)parallel/test-http2-large-write-multiple-requests
(2)parallel/test-performance-function
(2)sequential/test-single-executable-application-empty
(2)sequential/test-single-executable-application-snapshot-and-code-cache
(2)wpt/test-timers
(2)wpt/test-webcrypto
(2)