Example
```
not ok 2667 parallel/test-runner-output
---
duration_ms: 5269.80800
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: 3569.896695
...
```
Example
```
not ok 75 parallel/test-blob-file-backed
---
duration_ms: 183.30100
severity: fail
exitcode: 1
stack: |-
node:internal/blob:291
const error = lazyDOMException('The blob could not be read', 'NotReadableError');
^
DOMException [NotReadableError]: The blob could not be read
at BlobReader. (node:internal/blob:291:25)
Node.js v22.0.0-pre
...
```
Example
```
not ok 886 parallel/test-worker-memory
---
duration_ms: 2966.62100
severity: crashed
exitcode: 3221225477
stack: |-
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=15 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=14 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=13 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=12 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=11 (numWorkers=4)
run() called with n=10 (numWorkers=4)
run() called...
```
Example
```
not ok 4039 sequential/test-single-executable-application-snapshot-and-code-cache
---
duration_ms: 6913.92000
severity: fail
exitcode: 1
stack: |-
[process 4662]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4038/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4038/sea: the codesign_allocate helper tool cannot be found or used
[process 4662]: --- stdout ---
[process 4662]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:91:5)
...
```
Example
```
not ok 2173 parallel/test-http2-large-write-multiple-requests
---
duration_ms: 120071.67300
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
```
error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
iterator-from-tq-csa.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\tuple(315,1): fatal error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
math-tq-csa.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\tuple(47,90): fatal error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
```
Failures in node-test-pull-request/57750 to node-test-pull-request/57846 that failed 2 or more PRs (Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)JSTest Failure
parallel/test-runner-output
Example
``` not ok 2667 parallel/test-runner-output --- duration_ms: 5269.80800 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: 3569.896695 ... ```parallel/test-blob-file-backed
Example
``` not ok 75 parallel/test-blob-file-backed --- duration_ms: 183.30100 severity: fail exitcode: 1 stack: |- node:internal/blob:291 const error = lazyDOMException('The blob could not be read', 'NotReadableError'); ^ DOMException [NotReadableError]: The blob could not be read at BlobReader.parallel/test-cluster-fork-stdio
Example
``` not ok 915 parallel/test-cluster-fork-stdio --- duration_ms: 120313.66400 severity: fail exitcode: 1 stack: |- timeout ... ```parallel/test-worker-memory
Example
``` not ok 886 parallel/test-worker-memory --- duration_ms: 2966.62100 severity: crashed exitcode: 3221225477 stack: |- run() called with n=15 (numWorkers=4) run() called with n=15 (numWorkers=4) run() called with n=15 (numWorkers=4) run() called with n=15 (numWorkers=4) run() called with n=14 (numWorkers=4) run() called with n=14 (numWorkers=4) run() called with n=14 (numWorkers=4) run() called with n=14 (numWorkers=4) run() called with n=13 (numWorkers=4) run() called with n=13 (numWorkers=4) run() called with n=13 (numWorkers=4) run() called with n=13 (numWorkers=4) run() called with n=12 (numWorkers=4) run() called with n=12 (numWorkers=4) run() called with n=12 (numWorkers=4) run() called with n=12 (numWorkers=4) run() called with n=11 (numWorkers=4) run() called with n=11 (numWorkers=4) run() called with n=11 (numWorkers=4) run() called with n=11 (numWorkers=4) run() called with n=10 (numWorkers=4) run() called... ```sequential/test-single-executable-application-snapshot-and-code-cache
Example
``` not ok 4039 sequential/test-single-executable-application-snapshot-and-code-cache --- duration_ms: 6913.92000 severity: fail exitcode: 1 stack: |- [process 4662]: --- stderr --- error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4038/sea.cstemp (No space left on device) /Users/iojs/node-tmp/.tmp.4038/sea: the codesign_allocate helper tool cannot be found or used [process 4662]: --- stdout --- [process 4662]: status = 1, signal = null /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86 throw new Error(`${failures.join('\n')}`); ^ Error: - process terminated with status 1, expected 0 at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86:11) at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:91:5) ... ```parallel/test-crypto-dh-generate-keys
Example
``` not ok 946 parallel/test-crypto-dh-generate-keys --- duration_ms: 120221.95800 severity: fail exitcode: 1 stack: |- timeout ... ```parallel/test-http-chunk-problem
Example
``` not ok 1382 parallel/test-http-chunk-problem --- duration_ms: 120067.39000 severity: fail exitcode: -15 stack: |- timeout ... ```parallel/test-http2-large-write-multiple-requests
Example
``` not ok 2173 parallel/test-http2-large-write-multiple-requests --- duration_ms: 120071.67300 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-tls-ticket-cluster
Example
``` not ok 800 parallel/test-tls-ticket-cluster --- duration_ms: 949.01100 severity: fail exitcode: 1 stack: |- [primary] got "listening" [primary] connecting 62043 session? false [primary] got "listening" [primary] got "listening" [worker] connection reused? false [primary] got "not-reused" [primary] connecting 62043 session? true [worker] connection reused? true [primary] got "reused" [primary] connecting 62043 session? true [worker] connection reused? true [primary] got "reused" [primary] connecting 62043 session? true [primary] got "listening" [worker] connection reused? true [primary] got "reused" [primary] connecting 62043 session? true [worker] connection reused? true [primary] got "reused" [primary] connecting 62043 session? true [worker] connection reused? true [primary] got "reused" [primary] connecting 62043 session? true [worker] connection reused? true [primary] got "reused" [primary] con... ```Jenkins Failure
CCTest Failure
Build Failure
fatal: No rebase in progress?
Example
``` fatal: No rebase in progress? ```ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ...
Example
``` ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for node-test-commit-linux/nodes=fedora-latest-x64 #56666 Collecting metadata... Metadata collection done. Notifying upstream projects of job completion Finished: FAILURE ```error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
Example
``` error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj] iterator-from-tq-csa.cc C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\tuple(315,1): fatal error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj] math-tq-csa.cc C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\tuple(47,90): fatal error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj] ```Progress
parallel/test-runner-output
(6)parallel/test-blob-file-backed
(3)parallel/test-cluster-fork-stdio
(3)parallel/test-worker-memory
(3)sequential/test-single-executable-application-snapshot-and-code-cache
(3)parallel/test-crypto-dh-generate-keys
(2)parallel/test-http-chunk-problem
(2)parallel/test-http2-large-write-multiple-requests
(2)parallel/test-tls-ticket-cluster
(2)fatal: No rebase in progress?
(11)ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ...
(2)error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
(2)