CI Reliability 2023-10-11
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- git, node.js, shell
- Domain
- ci-cd, devops, testing-qa
Research direction
Start with the generated ncu-ci walk pr --stats=true --markdown report and its linked Jenkins console examples, especially the recurring build and JavaScript test failures. Compare the first and last CI jobs for each failure across the listed nodes. Done means the recurring failures have been investigated and no longer break the affected CI runs.
Written by the indexing model from the issue text.
Description
Failures in node-test-pull-request/54587 to node-test-pull-request/54685 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 |
|---|---|---|---|---|---|---|
| 2023-10-11 00:13 | 1 | 15 | 9 | 4 | 71 | 15.79% |
Jenkins Failure
Git Failure
Build Failure
| Reason | fatal error: string_view: No such file or directory |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 10 (https://github.com/nodejs/node/pull/49824/, https://github.com/nodejs/node/pull/49639/, https://github.com/nodejs/node/pull/50081/, https://github.com/nodejs/node/pull/50104/, https://github.com/nodejs/node/pull/49880/, https://github.com/nodejs/node/pull/50115/, https://github.com/nodejs/node/pull/50120/, https://github.com/nodejs/node/pull/50090/, https://github.com/nodejs/node/pull/49232/, https://github.com/nodejs/node/pull/50121/) |
| Appeared | test-rackspace-centos7-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54588/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54677/ |
Example
fatal error: string_view: No such file or directory
| Reason | fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 9 (https://github.com/nodejs/node/pull/49824/, https://github.com/nodejs/node/pull/49051/, https://github.com/nodejs/node/pull/48638/, https://github.com/nodejs/node/pull/50011/, https://github.com/nodejs/node/pull/50090/, https://github.com/nodejs/node/pull/50053/, https://github.com/nodejs/node/pull/49232/, https://github.com/nodejs/node/pull/50128/, https://github.com/nodejs/node/pull/50033/) |
| Appeared | test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54593/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54680/ |
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
fatal: failed to run repack
| Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/49824/, https://github.com/nodejs/node/pull/49970/, https://github.com/nodejs/node/pull/49720/, https://github.com/nodejs/node/pull/50115/, https://github.com/nodejs/node/pull/50018/, https://github.com/nodejs/node/pull/50090/, https://github.com/nodejs/node/pull/49232/, https://github.com/nodejs/node/pull/50053/) |
| Appeared | test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-ubuntu2004_container-armv7l-1, test-equinix-centos7_container-arm64-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-4, test-equinix-ubuntu2004_container-armv7l-2, test-equinix_mnx-smartos20-x64-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54588/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54673/ |
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/jenkins2110129805914516980.sh
+ '[' -d .git ']'
+ git clean -fdx
| Reason | fatal error: charconv: No such file or directory |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/49970/, https://github.com/nodejs/node/pull/50115/, https://github.com/nodejs/node/pull/50120/, https://github.com/nodejs/node/pull/50125/) |
| Appeared | test-equinix_mnx-smartos18-x64-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54607/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54672/ |
Example
fatal error: charconv: No such file or directory
| Reason | fatal: No rebase in progress? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/49825/, https://github.com/nodejs/node/pull/49232/) |
| Appeared | test-softlayer-debian10-x64-1, test-digitalocean-ubi81_container-x64-1, test-orka-macos11-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54587/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54661/ |
Example
fatal: No rebase in progress?
CCTest Failure
JSTest Failure
Example
not ok 649 parallel/test-runner-cli-concurrency
---
duration_ms: 1538.01400
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: concurrency of one
ok 1 - concurrency of one
---
duration_ms: 1122.7274
...
Example
not ok 295 parallel/test-http-agent-maxtotalsockets
---
duration_ms: 0.540
severity: fail
exitcode: 3221226505
stack: |-
...
Example
not ok 1267 parallel/test-fs-watch-recursive-add-file
---
duration_ms: 360019.54000
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 1270 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
---
duration_ms: 360099.13300
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 1269 parallel/test-fs-watch-recursive-add-file-to-new-folder
---
duration_ms: 360040.24600
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 1275 parallel/test-fs-watch-recursive-add-file-with-url
---
duration_ms: 360104.78900
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 1273 parallel/test-fs-watch-recursive-add-folder
---
duration_ms: 360018.73600
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 915 pummel/test-heapdump-shadow-realm
---
duration_ms: 15090.09000
severity: fail
exitcode: 3221226505
stack: |-
(node:5904) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `node --trace-warnings ...` to show where the warning was created)
...
| Reason | sequential/test-single-executable-application-snapshot |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 9 (https://github.com/nodejs/node/pull/50107/, https://github.com/nodejs/node/pull/49756/, https://github.com/nodejs/node/pull/49232/, https://github.com/nodejs/node/pull/49962/, https://github.com/nodejs/node/pull/50124/, https://github.com/nodejs/node/pull/50125/, https://github.com/nodejs/node/pull/50121/, https://github.com/nodejs/node/pull/50033/, https://github.com/nodejs/node/pull/50035/) |
| Appeared | test-azure_msft-win2016_vs2017-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54652/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54685/ |
Example
not ok 948 sequential/test-single-executable-application-snapshot
---
duration_ms: 16754.72800
severity: fail
exitcode: 1
stack: |-
[process 6088]: --- stderr ---
Aborted()
[process 6088]: --- stdout ---
[36mStart injection of NODE_SEA_BLOB in C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.947\sea.exe...[0m
[31mError: Aborted(). Build with -sASSERTIONS for more info.[0m
[process 6088]: status = 1, signal = null
C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86:11)
at expectSyncExit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:91:5)
at spawnSyncAndExitWithoutError (C:\workspace\node-test-binary-windows-js-suites\node\test\commo...
| Reason | parallel/test-fs-watch-recursive-symlink |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/50077/, https://github.com/nodejs/node/pull/50073/, https://github.com/nodejs/node/pull/50025/, https://github.com/nodejs/node/pull/50018/, https://github.com/nodejs/node/pull/49962/) |
| Appeared | test-ibm-rhel8-s390x-1, test-nearform-macos11.0-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54595/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54664/ |
Example
not ok 1379 parallel/test-fs-watch-recursive-symlink
---
duration_ms: 120049.45200
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | pummel/test-fs-readfile-tostring-fail |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/50035/, https://github.com/nodejs/node/pull/49232/, https://github.com/nodejs/node/pull/50114/, https://github.com/nodejs/node/pull/50124/, https://github.com/nodejs/node/pull/50108/) |
| Appeared | test-orka-macos11-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54659/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54674/ |
Example
not ok 3653 pummel/test-fs-readfile-tostring-fail
---
duration_ms: 188.77700
severity: fail
exitcode: 7
stack: |-
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:76
throw err;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOSPC: no space left on device, write
at Object.callback (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:34:37)
at callback (node:internal/streams/writable:747:21)
at onwriteError (node:internal/streams/writable:588:3)
at onwrite (node:internal/streams/writable:631:7)
at node:internal/fs/streams:493:5
at node:internal/fs/streams:435:14
at FSReqCallback.wrapper [as oncomplete] (node:fs:958:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: [Error: ENOSPC: no space left on device, write] {
errno: -28,
code: 'ENOSPC'...
| Reason | sequential/test-http-regr-gh-2928 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/50077/, https://github.com/nodejs/node/pull/50038/, https://github.com/nodejs/node/pull/50085/, https://github.com/nodejs/node/pull/50081/, https://github.com/nodejs/node/pull/50090/) |
| Appeared | test-azure_msft-win2016_vs2017-x64-2, test-azure_msft-win2016_vs2017-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54595/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54641/ |
Example
not ok 937 sequential/test-http-regr-gh-2928
---
duration_ms: 367.77600
severity: fail
exitcode: 3221226505
stack: |-
.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.
...
| Reason | sequential/test-inspector-debug-end |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/50120/, https://github.com/nodejs/node/pull/49962/, https://github.com/nodejs/node/pull/50121/, https://github.com/nodejs/node/pull/50128/) |
| Appeared | test-ibm-rhel7-s390x-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54654/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54675/ |
Example
not ok 3691 sequential/test-inspector-debug-end
---
duration_ms: 120.53
severity: fail
exitcode: -15
stack: |-
timeout
Test there's no crash stopping server that was not started
Test there's no crash stopping server without connecting
[err] Debugger listening on ws://127.0.0.1:40792/8d0770a7-473e-487c-893a-f72e462f7e96
[err]
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
Test there's no crash stopping server after connecting
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:37285/6e2db3a8-45b5-4846-ab40-3143559e233d
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
...
| Reason | sequential/test-single-executable-application-snapshot-and-code-cache |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/49993/, https://github.com/nodejs/node/pull/49822/, https://github.com/nodejs/node/pull/49880/, https://github.com/nodejs/node/pull/50093/) |
| Appeared | test-azure_msft-win2016_vs2017-x64-1, test-rackspace-debian10-x64-1, undefined |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54635/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54665/ |
Example
not ok 947 sequential/test-single-executable-application-snapshot-and-code-cache
---
duration_ms: 16545.19000
severity: fail
exitcode: 1
stack: |-
[process 4388]: --- stderr ---
Aborted()
[process 4388]: --- stdout ---
[36mStart injection of NODE_SEA_BLOB in C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.946\sea.exe...[0m
[31mError: Aborted(). Build with -sASSERTIONS for more info.[0m
[process 4388]: status = 1, signal = null
C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86
throw new Error(`${failures.join('\n')}`);
^
Error: - process terminated with status 1, expected 0
at logAndThrow (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86:11)
at expectSyncExit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:91:5)
at spawnSyncAndExitWithoutError (C:\workspace\node-test-binary-windows-js-suites\...
| Reason | parallel/test-watch-mode-files_watcher |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/50120/, https://github.com/nodejs/node/pull/50053/, https://github.com/nodejs/node/pull/50033/) |
| Appeared | test-nearform-macos11.0-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54654/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54684/ |
Example
not ok 3955 parallel/test-watch-mode-files_watcher
---
duration_ms: 360205.63000
severity: fail
exitcode: -15
stack: |-
timeout
TAP version 13
# Subtest: watch mode file watcher
# Subtest: should watch changed files
ok 1 - should watch changed files
---
duration_ms: 98921.53675
...
| Reason | wpt/test-blob |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/50025/, https://github.com/nodejs/node/pull/49051/, https://github.com/nodejs/node/pull/50077/) |
| Appeared | test-rackspace-win2022_vs2022-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54591/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54595/ |
Example
not ok 954 wpt/test-blob
---
duration_ms: 765.99300
severity: crashed
exitcode: 3221225477
stack: |-
[SKIPPED] Blob-constructor-dom.window.js: Depends on DOM API
[SKIPPED] Blob-in-worker.worker.js: Depends on Web Workers API
[SKIPPED] Blob-slice.any.js: Depends on File API
[PASS] slice start is negative, relativeStart will be max((size + start), 0)
[PASS] slice start is greater than blob size, relativeStart will be min(start, size)
[PASS] slice end is negative, relativeEnd will be max((size + end), 0)
[PASS] slice end is greater than blob size, relativeEnd will be min(end, size)
[PASS] Blob.arrayBuffer()
[PASS] Blob.arrayBuffer() empty Blob data
[PASS] Blob.arrayBuffer() non-ascii input
[PASS] Blob.arrayBuffer() non-unicode input
[PASS] Blob.arrayBuffer() concurrent reads
[PASS] Blob interface object
[PASS] Blob constructor with no arguments
[PASS] Blob constructor with no arguments, without 'new'
[PASS] Blob constructor without bracket...
| Reason | node-api/test_threadsafe_function/test |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/33633/, https://github.com/nodejs/node/pull/50109/) |
| Appeared | test-equinix-ubuntu2004_container-armv7l-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54662/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54681/ |
Example
not ok 142 node-api/test_threadsafe_function/test
---
duration_ms: 360065.30700
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-blob-file-backed |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50093/, https://github.com/nodejs/node/pull/50121/) |
| Appeared | test-digitalocean-ubuntu1804-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54648/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54677/ |
Example
not ok 269 parallel/test-blob-file-backed
---
duration_ms: 130.06100
severity: fail
exitcode: 1
stack: |-
node:internal/per_context/domexception:53
ErrorCaptureStackTrace(this);
^
DOMException [NotReadableError]: The blob could not be read
at new DOMException (node:internal/per_context/domexception:53:5)
at __node_internal_ (node:internal/util:698:10)
at BlobReader.<anonymous> (node:internal/blob:292:25)
Node.js v21.0.0-pre
...
| Reason | parallel/test-fs-promises-watch |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/47839/, https://github.com/nodejs/node/pull/50090/) |
| Appeared | test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54601/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54658/ |
Example
not ok 862 parallel/test-fs-promises-watch
---
duration_ms: 448.46600
severity: fail
exitcode: 1
stack: |-
node:internal/errors:563
ErrorCaptureStackTrace(err);
^
Error: EMFILE: too many open files, watch '/home/iojs/node-tmp/.tmp.856/watch1/foo'
at watch (node:internal/fs/watchers:357:21)
at watch.next (<anonymous>)
at _watch (node:internal/fs/promises:1095:10)
at _watch.next (<anonymous>)
at test (/home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-fs-promises-watch.js:53:44)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-fs-promises-watch.js:74:3)
at Module._compile (node:internal/modules/cjs/loader:1369:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
at Module.load (node:internal/modules/cjs/loader:1201:32)
at Module._load (node:internal/modules/cjs/loader:1017:12) {
errno: -24,
syscall: 'watch'...
| Reason | parallel/test-fs-watch-recursive-update-file |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50085/, https://github.com/nodejs/node/pull/49720/) |
| Appeared | test-nearform-macos11.0-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54614/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54618/ |
Example
not ok 3784 parallel/test-fs-watch-recursive-update-file
---
duration_ms: 360049.03700
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-fs-write-stream-eagain |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50085/, https://github.com/nodejs/node/pull/50090/) |
| Appeared | test-rackspace-win2022_vs2022-x64-1, test-osuosl-rhel8-ppc64_le-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54610/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54641/ |
Example
not ok 309 parallel/test-fs-write-stream-eagain
---
duration_ms: 424.98900
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: WriteStream EAGAIN
# Subtest: _write
not ok 1 - _write
---
duration_ms: 25.8224
location: 'file:///C:/workspace/node-test-binary-windows-js-suites/node/test/parallel/test-fs-write-stream-eagain.mjs:15:3'
failureType: 'testCodeFailure'
error: |-
Expected values to be strictly equal:
'' !== 'foo'
code: 'ERR_ASSERTION'
name: 'AssertionError'
expected: 'foo'
actual: ''
operator: 'strictEqual'
stack: |-
TestContext.<anonymous> (file:///C:/workspace/node-test-binary-windows-js-suites/node/test/parallel/test-fs-write-stream-eagain.mjs:30:12)
process.processTicksAndRejections (node:internal/process/task_queues:95:5)
async Test.run (node:internal/test_runne...
| Reason | parallel/test-runner-output |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/49824/, https://github.com/nodejs/node/pull/50125/) |
| Appeared | test-equinix_mnx-smartos20-x64-3, test-digitalocean-rhel8-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54588/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54672/ |
Example
not ok 2542 parallel/test-runner-output
---
duration_ms: 5304.95200
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: 4293.814426
...
| Reason | parallel/test-worker-memory |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50121/, https://github.com/nodejs/node/pull/50109/) |
| Appeared | test-azure_msft-win2016_vs2017-x64-2, test-rackspace-win2022_vs2022-x64-6 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54677/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54681/ |
Example
not ok 866 parallel/test-worker-memory
---
duration_ms: 3559.05400
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=11 (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=10 (numWorkers=4)
run() called with n=10 (numWorkers=4)
run() called...
| Reason | sequential/test-worker-prof |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/47839/, https://github.com/nodejs/node/pull/50011/) |
| Appeared | test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-ibm-rhel7-s390x-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54601/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54631/ |
Example
not ok 4019 sequential/test-worker-prof
---
duration_ms: 2520.01900
severity: fail
exitcode: 1
stack: |-
[process 1898546]: --- stderr ---
#
# Fatal error in ../deps/v8/src/libsampler/sampler.cc, line 587
# Debug check failed: IsActive().
#
#
#
#FailureMessage Object: 0xffff8808a508
1: 0xaaaae663b4ac node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
2: 0xaaaae6824f60 [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
3: 0xaaaae6824f8c [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
4: 0xaaaae86001c8 V8_Fatal(char const*, int, char const*, ...) [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
5: 0xaaaae86001f8 [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
6: 0xaaaae7162ed8 v8::sampler::Sampler::DoSample() [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]
7: 0xaa...
| Reason | wpt/test-webcrypto |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50091/, https://github.com/nodejs/node/pull/50121/) |
| Appeared | test-rackspace-win2019_vs2019-x64-4, test-rackspace-win2019_vs2019-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/54624/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/54677/ |
Example
not ok 958 wpt/test-webcrypto
---
duration_ms: 29181.49300
severity: crashed
exitcode: 3221225477
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] 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] setup - define tests
[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 deriveBits 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 p+1 (=1, order 1)
[PASS] X25519 deriveBits chec...
Progress
-
fatal error: string_view: No such file or directory(10) -
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository(9) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?(8) -
fatal error: charconv: No such file or directory(4) -
fatal: No rebase in progress?(2) -
parallel/test-runner-cli-concurrency(22) -
parallel/test-http-agent-maxtotalsockets(18) -
parallel/test-fs-watch-recursive-add-file(14) -
parallel/test-fs-watch-recursive-add-file-to-existing-subfolder(14) -
parallel/test-fs-watch-recursive-add-file-to-new-folder(13) -
parallel/test-fs-watch-recursive-add-file-with-url(13) -
parallel/test-fs-watch-recursive-add-folder(13) -
pummel/test-heapdump-shadow-realm(9) -
sequential/test-single-executable-application-snapshot(9) -
parallel/test-fs-watch-recursive-symlink(5) -
pummel/test-fs-readfile-tostring-fail(5) -
sequential/test-http-regr-gh-2928(5) -
sequential/test-inspector-debug-end(4) -
sequential/test-single-executable-application-snapshot-and-code-cache(4) -
parallel/test-watch-mode-files_watcher(3) -
wpt/test-blob(3) -
node-api/test_threadsafe_function/test(2) -
parallel/test-blob-file-backed(2) -
parallel/test-fs-promises-watch(2) -
parallel/test-fs-watch-recursive-update-file(2) -
parallel/test-fs-write-stream-eagain(2) -
parallel/test-runner-output(2) -
parallel/test-worker-memory(2) -
sequential/test-worker-prof(2) -
wpt/test-webcrypto(2)
- Dominant language
- Shell
- Stars
- 57
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from nodejs/reliability
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
nodejs/reliability#1666 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
nodejs/reliability#1665 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
nodejs/reliability#1664 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
nodejs/reliability#1663 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
nodejs/reliability#1662 ·
All issues in nodejs/reliability
Similar issues
-
Update Vish to 1.1.5 Openpackage-update
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
oSoWoSo/vOid_Community_repOsitory#144 · 1 comment ·
-
help wanted new command
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
tldr-pages/tldr#24151 ·
-
PacReq: Rune IDE Openpackage request
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
pacstall/pacstall-programs#9402 ·
-
[BUG] ci: the first prefetch-images.sh call runs before shard.txt exists, so it is always a no-op Openbug github-actions
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
update-request
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
msys2/MINGW-packages#31768 ·