Example
```
java.io.IOException: Backing channel 'JNLP4-connect connection from 167.99.124.188/167.99.124.188:43698' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy82.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1212)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1204)
```
Example
```
not ok 77 parallel/test-assert-esm-cjs-message-verify
---
duration_ms: 736.00800
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: ensure the assert.ok throwing similar error messages for esm and cjs files
# Subtest: should return code 1 for each command
ok 1 - should return code 1 for each command
---
duration_ms: 298.7248
...
```
Example
```
not ok 704 parallel/test-sqlite
---
duration_ms: 16949.91800
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: accessing the node:sqlite module
# Subtest: cannot be accessed without the node: scheme
ok 1 - cannot be accessed without the node: scheme
---
duration_ms: 4.0739
...
```
Example
```
not ok 634 parallel/test-dns
---
duration_ms: 412.48700
severity: fail
exitcode: 1
stack: |-
(node:47943) [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 2776 parallel/test-runner-run-watch
---
duration_ms: 33415.58600
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: test runner watch mode
# Subtest: should run tests repeatedly
ok 1 - should run tests repeatedly
---
duration_ms: 3979.366075
...
```
Example
```
not ok 906 parallel/test-worker-memory
---
duration_ms: 2003.16800
severity: fail
exitcode: 3221226356
stack: |-
run() called with n=7.5 (numWorkers=8)
run() called with n=7.5 (numWorkers=8)
run() called with n=7.5 (numWorkers=8)
run() called with n=7.5 (numWorkers=8)
run() called with n=7.5 (numWorkers=8)
run() called with n=7.5 (numWorkers=8)
run() called with n=7.5 (numWorkers=8)
run() called with n=7.5 (numWorkers=8)
run() called with n=6.5 (numWorkers=8)
run() called with n=6.5 (numWorkers=8)
run() called with n=6.5 (numWorkers=8)
run() called with n=6.5 (numWorkers=8)
run() called with n=6.5 (numWorkers=8)
run() called with n=6.5 (numWorkers=8)
run() called with n=6.5 (numWorkers=8)
run() called with n=5.5 (numWorkers=8)
run() called with n=6.5 (numWorkers=8)
run() called with n=5.5 (numWorkers=8)
run() called with n=5.5 (numWorkers=8)
run() called with n=5.5 (numWorkers=8)
run() called with n=5.5 (numWorkers=8...
```
Example
```
not ok 2812 parallel/test-http2-large-write-multiple-requests
---
duration_ms: 120046.76000
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 3844 parallel/test-runner-watch-mode
---
duration_ms: 300135.50200
severity: fail
exitcode: -15
stack: |-
timeout
TAP version 13
# Subtest: test runner watch mode
# Subtest: should run tests repeatedly
ok 1 - should run tests repeatedly
---
duration_ms: 1650.127304
...
```
Progress
[ ] Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
Failures in node-test-pull-request/60514 to node-test-pull-request/60604 that failed 2 or more PRs (Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)Jenkins Failure
Backing channel 'JNLP4-connect connection from ... is disconnected.
Example
``` java.io.IOException: Backing channel 'JNLP4-connect connection from 167.99.124.188/167.99.124.188:43698' is disconnected. at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285) at jdk.proxy2/jdk.proxy2.$Proxy82.isAlive(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1212) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1204) ```Build Failure
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) ```fatal: No rebase in progress?
Example
``` fatal: No rebase in progress? ```JSTest Failure
parallel/test-assert-esm-cjs-message-verify
Example
``` not ok 77 parallel/test-assert-esm-cjs-message-verify --- duration_ms: 736.00800 severity: fail exitcode: 1 stack: |- TAP version 13 # Subtest: ensure the assert.ok throwing similar error messages for esm and cjs files # Subtest: should return code 1 for each command ok 1 - should return code 1 for each command --- duration_ms: 298.7248 ... ```parallel/test-http2-socket-close
Example
``` not ok 478 parallel/test-http2-socket-close --- duration_ms: 1171.00300 severity: fail exitcode: 1 stack: |- node:events:497 throw er; // Unhandled 'error' event ^ Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:218:20) Emitted 'error' event on ClientHttp2Stream instance at: at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -4077, code: 'ECONNRESET', syscall: 'read' } Node.js v20.15.2-pre ... ```parallel/test-sqlite
Example
``` not ok 704 parallel/test-sqlite --- duration_ms: 16949.91800 severity: fail exitcode: 1 stack: |- TAP version 13 # Subtest: accessing the node:sqlite module # Subtest: cannot be accessed without the node: scheme ok 1 - cannot be accessed without the node: scheme --- duration_ms: 4.0739 ... ```parallel/test-dns
Example
``` not ok 634 parallel/test-dns --- duration_ms: 412.48700 severity: fail exitcode: 1 stack: |- (node:47943) [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-file-write-stream4
Example
``` not ok 1430 parallel/test-file-write-stream4 --- duration_ms: 360069.30900 severity: fail exitcode: -15 stack: |- timeout ... ```parallel/test-net-write-fully-async-buffer
Example
``` not ok 3831 parallel/test-net-write-fully-async-buffer --- duration_ms: 300111.27700 severity: fail exitcode: -15 stack: |- timeout ... ```parallel/test-runner-run-watch
Example
``` not ok 2776 parallel/test-runner-run-watch --- duration_ms: 33415.58600 severity: fail exitcode: 1 stack: |- TAP version 13 # Subtest: test runner watch mode # Subtest: should run tests repeatedly ok 1 - should run tests repeatedly --- duration_ms: 3979.366075 ... ```parallel/test-worker-memory
Example
``` not ok 906 parallel/test-worker-memory --- duration_ms: 2003.16800 severity: fail exitcode: 3221226356 stack: |- run() called with n=7.5 (numWorkers=8) run() called with n=7.5 (numWorkers=8) run() called with n=7.5 (numWorkers=8) run() called with n=7.5 (numWorkers=8) run() called with n=7.5 (numWorkers=8) run() called with n=7.5 (numWorkers=8) run() called with n=7.5 (numWorkers=8) run() called with n=7.5 (numWorkers=8) run() called with n=6.5 (numWorkers=8) run() called with n=6.5 (numWorkers=8) run() called with n=6.5 (numWorkers=8) run() called with n=6.5 (numWorkers=8) run() called with n=6.5 (numWorkers=8) run() called with n=6.5 (numWorkers=8) run() called with n=6.5 (numWorkers=8) run() called with n=5.5 (numWorkers=8) run() called with n=6.5 (numWorkers=8) run() called with n=5.5 (numWorkers=8) run() called with n=5.5 (numWorkers=8) run() called with n=5.5 (numWorkers=8) run() called with n=5.5 (numWorkers=8... ```sequential/test-http-server-request-timeouts-mixed
Example
``` not ok 4160 sequential/test-http-server-request-timeouts-mixed --- duration_ms: 3411.21200 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-crypto-authenticated
Example
``` not ok 3851 parallel/test-crypto-authenticated --- duration_ms: 360042.12600 severity: fail exitcode: -15 stack: |- timeout ... ```parallel/test-http2-large-write-multiple-requests
Example
``` not ok 2812 parallel/test-http2-large-write-multiple-requests --- duration_ms: 120046.76000 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-runner-watch-mode
Example
``` not ok 3844 parallel/test-runner-watch-mode --- duration_ms: 300135.50200 severity: fail exitcode: -15 stack: |- timeout TAP version 13 # Subtest: test runner watch mode # Subtest: should run tests repeatedly ok 1 - should run tests repeatedly --- duration_ms: 1650.127304 ... ```Progress
Backing channel 'JNLP4-connect connection from ... is disconnected.
(2)Error: getWindowSize EINVAL
(4)fatal: No rebase in progress?
(4)parallel/test-assert-esm-cjs-message-verify
(5)parallel/test-http2-socket-close
(5)parallel/test-sqlite
(5)parallel/test-dns
(3)parallel/test-file-write-stream4
(3)parallel/test-net-write-fully-async-buffer
(3)parallel/test-runner-run-watch
(3)parallel/test-worker-memory
(3)sequential/test-http-server-request-timeouts-mixed
(3)parallel/test-crypto-authenticated
(2)parallel/test-http2-large-write-multiple-requests
(2)parallel/test-runner-watch-mode
(2)