CI Reliability 2023-12-19
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 18/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Domain
- build-system, ci-cd, testing
Research direction
Start with the linked Jenkins console logs and the generated report from ncu-ci walk pr --stats=true --markdown .../reliability/results.md. Compare the listed Jenkins, CCTest, and build failures to determine whether they share a root cause or need separate issues. Done requires a confirmed cause and an agreed fix path, but this report names no source files or tests to change.
Written by the indexing model from the issue text.
Description
Failures in node-test-pull-request/56278 to node-test-pull-request/56377 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-12-19 00:13 | 0 | 11 | 14 | 2 | 73 | 11.22% |
Jenkins Failure
| Reason | Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64 |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 9 (https://github.com/nodejs/node/pull/50572/, https://github.com/nodejs/node/pull/51131/, https://github.com/nodejs/node/pull/51087/, https://github.com/nodejs/node/pull/50060/, https://github.com/nodejs/node/pull/51183/, https://github.com/nodejs/node/pull/51027/, https://github.com/nodejs/node/pull/51108/, https://github.com/nodejs/node/pull/51104/, https://github.com/nodejs/node/pull/51191/) |
| Appeared | test-orka-macos11-x64-2, test-orka-macos11-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56279/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56345/ |
Example
java.io.IOException: Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64
at hudson.FilePath.createTextTempFile(FilePath.java:1624)
at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:202)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:120)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:123)
CCTest Failure
| Reason | C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected) |
|---|---|
| Type | CC_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45427/, https://github.com/nodejs/node/pull/51131/) |
| Appeared | test-azure_msft-win11_vs2022-arm64-2, test-azure_msft-win11_vs2022-arm64-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56278/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56283/ |
Example
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
Actual: true
Expected: false
[ FAILED ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)
Git Failure
Build Failure
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
| Reason | error: The last gc run reported the following. Please correct the root cause |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 12 (https://github.com/nodejs/node/pull/51120/, https://github.com/nodejs/node/pull/51027/, https://github.com/nodejs/node/pull/51160/, https://github.com/nodejs/node/pull/50794/, https://github.com/nodejs/node/pull/50786/, https://github.com/nodejs/node/pull/51078/, https://github.com/nodejs/node/pull/51080/, https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/51191/, https://github.com/nodejs/node/pull/51108/, https://github.com/nodejs/node/pull/51045/, https://github.com/nodejs/node/pull/51205/) |
| Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56298/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56363/ |
Example
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Example
error: unrecognized command line option '-std=gnu++20'; did you mean '-std=gnu++2a'?
deps/simdutf/simdutf.target.mk:86: recipe for target '/home/iojs/build/workspace/node-test-commit-linux-containered/out/Release/obj.target/simdutf/deps/simdutf/simdutf.o' failed
make[2]: *** [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Release/obj.target/simdutf/deps/simdutf/simdutf.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:134: recipe for target 'node' failed
make[1]: *** [node] Error 2
| Reason | Error: Invalid data stream |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 6 (https://github.com/nodejs/node/pull/51045/, https://github.com/nodejs/node/pull/51205/, https://github.com/nodejs/node/pull/51204/, https://github.com/nodejs/node/pull/51149/, https://github.com/nodejs/node/pull/51183/, https://github.com/nodejs/node/pull/51104/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56362/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56377/ |
Example
Error: Invalid data stream
make: *** [build-ci] Error 1
Build step 'Execute shell' marked build as failure
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Example
fatal: No rebase in progress?
| Reason | error: unrecognized command line option ‘-std=gnu++20’; did you mean ‘-std=gnu++2a’? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/51027/, https://github.com/nodejs/node/pull/51045/, https://github.com/nodejs/node/pull/51108/, https://github.com/nodejs/node/pull/51191/, https://github.com/nodejs/node/pull/51205/) |
| Appeared | test-equinix_mnx-ubuntu1804-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56299/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56363/ |
Example
error: unrecognized command line option ‘-std=gnu++20’; did you mean ‘-std=gnu++2a’?
deps/simdutf/simdutf.target.mk:84: recipe for target '/home/iojs/build/workspace/node-test-commit-linux/out/Release/obj.target/simdutf/deps/simdutf/simdutf.o' failed
make[2]: *** [/home/iojs/build/workspace/node-test-commit-linux/out/Release/obj.target/simdutf/deps/simdutf/simdutf.o] Error 1
Makefile:134: recipe for target 'node' failed
make[1]: *** [node] Error 2
Makefile:565: recipe for target 'build-ci' failed
| Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/50115/, https://github.com/nodejs/node/pull/33633/) |
| Appeared | test-equinix-debian11_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1, test-osuosl-debian11_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-rhel8_container-arm64-1, test-osuosl-ubuntu2004_container-armv7l-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56286/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56358/ |
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/jenkins8202139537080704530.sh
+ '[' -d .git ']'
+ git clean -fdx
Removing out/
JSTest Failure
Example
not ok 1860 parallel/test-macos-app-sandbox
---
duration_ms: 6409.27200
severity: fail
exitcode: 1
stack: |-
node:fs:3025
binding.copyFile(
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1824/node_sandboxed.app/Contents/MacOS/node'
at Object.copyFileSync (node:fs:3025:11)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-macos-app-sandbox.js:41:4)
at Module._compile (node:internal/modules/cjs/loader:1375:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Module._load (node:internal/modules/cjs/loader:1022:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
at node:internal/main/run_main_module:28:49 {
errno...
Example
not ok 4041 sequential/test-single-executable-application-use-code-cache
---
duration_ms: 18399.70500
severity: fail
exitcode: 1
stack: |-
[process 6532]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4041/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4041/sea: the codesign_allocate helper tool cannot be found or used
[process 6532]: --- stdout ---
[process 6532]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/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/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:91:5)
...
Example
not ok 1859 parallel/test-module-loading-globalpaths
---
duration_ms: 3652.99900
severity: fail
exitcode: 1
stack: |-
node:fs:3025
binding.copyFile(
^
Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1847/install/bin/node'
at Object.copyFileSync (node:fs:3025:11)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-module-loading-globalpaths.js:32:6)
at Module._compile (node:internal/modules/cjs/loader:1375:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Module._load (node:internal/modules/cjs/loader:1022:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
at node:internal/main/run_main_module:28:49 {
errno: -2...
Example
not ok 3680 pummel/test-fs-readfile-tostring-fail
---
duration_ms: 298.93100
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:757:21)
at onwriteError (node:internal/streams/writable:597:3)
at onwrite (node:internal/streams/writable:640:7)
at node:internal/fs/streams:513:5
at node:internal/fs/streams:455:14
at FSReqCallback.wrapper [as oncomplete] (node:fs:951:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: [Error: ENOSPC: no space left on device, write] {
errno: -28,
code: 'ENOSPC'...
| Reason | sequential/test-single-executable-application-empty |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/50758/, https://github.com/nodejs/node/pull/50943/, https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/50060/, https://github.com/nodejs/node/pull/51045/, https://github.com/nodejs/node/pull/51205/, https://github.com/nodejs/node/pull/51204/, https://github.com/nodejs/node/pull/51104/) |
| Appeared | test-orka-macos11-x64-2, test-nearform-macos10.15-x64-2, test-orka-macos11-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56287/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56370/ |
Example
not ok 4038 sequential/test-single-executable-application-empty
---
duration_ms: 17557.77600
severity: fail
exitcode: 1
stack: |-
[process 6488]: --- 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 6488]: --- stdout ---
[process 6488]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/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/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:91:5)
at spawn...
| Reason | sequential/test-single-executable-application-snapshot |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/50758/, https://github.com/nodejs/node/pull/50943/, https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/50060/, https://github.com/nodejs/node/pull/51045/, https://github.com/nodejs/node/pull/51205/, https://github.com/nodejs/node/pull/51204/, https://github.com/nodejs/node/pull/51104/) |
| Appeared | test-orka-macos11-x64-2, test-nearform-macos10.15-x64-2, test-orka-macos11-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56287/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56370/ |
Example
not ok 4039 sequential/test-single-executable-application-snapshot
---
duration_ms: 19354.94100
severity: fail
exitcode: 1
stack: |-
[process 6501]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4039/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4039/sea: the codesign_allocate helper tool cannot be found or used
[process 6501]: --- stdout ---
[process 6501]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/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/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:91:5)
at sp...
| Reason | sequential/test-single-executable-application-snapshot-and-code-cache |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 8 (https://github.com/nodejs/node/pull/50758/, https://github.com/nodejs/node/pull/50943/, https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/50060/, https://github.com/nodejs/node/pull/51045/, https://github.com/nodejs/node/pull/51205/, https://github.com/nodejs/node/pull/51204/, https://github.com/nodejs/node/pull/51104/) |
| Appeared | test-orka-macos11-x64-2, test-nearform-macos10.15-x64-2, test-orka-macos11-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56287/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56370/ |
Example
not ok 4040 sequential/test-single-executable-application-snapshot-and-code-cache
---
duration_ms: 18451.37200
severity: fail
exitcode: 1
stack: |-
[process 6517]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4040/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4040/sea: the codesign_allocate helper tool cannot be found or used
[process 6517]: --- stdout ---
[process 6517]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/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/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:91:5...
| Reason | sequential/test-single-executable-application |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 7 (https://github.com/nodejs/node/pull/50943/, https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/50060/, https://github.com/nodejs/node/pull/51045/, https://github.com/nodejs/node/pull/51205/, https://github.com/nodejs/node/pull/51204/, https://github.com/nodejs/node/pull/51104/) |
| Appeared | test-orka-macos11-x64-2, test-nearform-macos10.15-x64-2, test-orka-macos11-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56288/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56370/ |
Example
not ok 4036 sequential/test-single-executable-application
---
duration_ms: 17406.52900
severity: fail
exitcode: 1
stack: |-
[process 6459]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4036/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4036/sea: the codesign_allocate helper tool cannot be found or used
[process 6459]: --- stdout ---
[process 6459]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/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/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_process.js:91:5)
at spawnSyncAn...
| Reason | sequential/test-single-executable-application-disable-experimental-sea-warning |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 7 (https://github.com/nodejs/node/pull/50943/, https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/50060/, https://github.com/nodejs/node/pull/51045/, https://github.com/nodejs/node/pull/51205/, https://github.com/nodejs/node/pull/51204/, https://github.com/nodejs/node/pull/51104/) |
| Appeared | test-orka-macos11-x64-2, test-nearform-macos10.15-x64-2, test-orka-macos11-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56288/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56370/ |
Example
not ok 4037 sequential/test-single-executable-application-disable-experimental-sea-warning
---
duration_ms: 17980.24000
severity: fail
exitcode: 1
stack: |-
[process 6471]: --- stderr ---
error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4037/sea.cstemp (No space left on device)
/Users/iojs/node-tmp/.tmp.4037/sea: the codesign_allocate helper tool cannot be found or used
[process 6471]: --- stdout ---
[process 6471]: status = 1, signal = null
/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/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/osx11-x64/test/common/child_process.js:86:11)
at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/child_proces...
| Reason | addons/heap-profiler/test |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 6 (https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/50908/, https://github.com/nodejs/node/pull/51027/, https://github.com/nodejs/node/pull/51200/, https://github.com/nodejs/node/pull/50060/, https://github.com/nodejs/node/pull/51045/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56350/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56356/ |
Example
not ok 3734 addons/heap-profiler/test
---
duration_ms: 308.15000
severity: crashed
exitcode: -5
stack: |-
#
# Fatal error in , line 0
# unreachable code
#
#
#
#FailureMessage Object: 0x700017c75860
----- Native stack trace -----
1: 0x1099fb5b2 node::NodePlatform::GetStackTracePrinter()::$_3::__invoke() [/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node]
2: 0x10acdbf13 V8_Fatal(char const*, ...) [/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node]
3: 0x109cdd7cb v8::internal::ConcurrentMarking::RunMajor(v8::JobDelegate*, v8::base::EnumSet<v8::internal::CodeFlushMode, int>, unsigned int, bool) [/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node]
4: 0x109ce8552 v8::internal::ConcurrentMarking::JobTaskMajor::Run(v8::JobDelegate*) [/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node]
5: 0x10a92988b v8::platform::Default...
| Reason | pummel/test-webcrypto-derivebits-pbkdf2 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 6 (https://github.com/nodejs/node/pull/51124/, https://github.com/nodejs/node/pull/50908/, https://github.com/nodejs/node/pull/51027/, https://github.com/nodejs/node/pull/51200/, https://github.com/nodejs/node/pull/50060/, https://github.com/nodejs/node/pull/51045/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56350/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56356/ |
Example
not ok 3725 pummel/test-webcrypto-derivebits-pbkdf2
---
duration_ms: 798.28400
severity: crashed
exitcode: -11
stack: |-
...
| Reason | async-hooks/test-fsreqcallback-readFile |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/51120/, https://github.com/nodejs/node/pull/51080/, https://github.com/nodejs/node/pull/51045/) |
| Appeared | test-digitalocean-ubuntu2204_sharedlibs_container-x64-9, test-digitalocean-ubuntu2204_sharedlibs_container-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-5 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56298/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56326/ |
Example
not ok 3590 async-hooks/test-fsreqcallback-readFile
---
duration_ms: 409.89600
severity: fail
exitcode: 1
stack: |-
node:assert:408
throw err;
^
AssertionError [ERR_ASSERTION]: Checking invocations at stage "reqwrap[2]: while in onread callback":
Never called "destroy", but expected 1 invocation(s).
at checkHook (/home/iojs/build/workspace/node-test-commit-linux-containered/test/async-hooks/hook-checks.js:44:7)
at Array.forEach (<anonymous>)
at checkInvocations (/home/iojs/build/workspace/node-test-commit-linux-containered/test/async-hooks/hook-checks.js:27:62)
at onread (/home/iojs/build/workspace/node-test-commit-linux-containered/test/async-hooks/test-fsreqcallback-readFile.js:32:3)
at onread (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:476:15)
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read/context:68:3)
at FSReqCallback.callbackTrampoline...
| Reason | es-module/test-esm-detect-ambiguous |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50758/, https://github.com/nodejs/node/pull/50943/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56287/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56288/ |
Example
not ok 3516 es-module/test-esm-detect-ambiguous
---
duration_ms: 975.12200
severity: fail
exitcode: 1
stack: |-
TAP version 13
# Subtest: --experimental-detect-module
# Subtest: string input
# Subtest: permits ESM syntax in --eval input without requiring --input-type=module
ok 1 - permits ESM syntax in --eval input without requiring --input-type=module
---
duration_ms: 589.418016
...
| Reason | parallel/test-fs-watch-recursive-symlink |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/51108/, https://github.com/nodejs/node/pull/51168/) |
| Appeared | test-ibm-rhel8-s390x-4, test-osuosl-rhel8-ppc64_le-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56330/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56336/ |
Example
not ok 1416 parallel/test-fs-watch-recursive-symlink
---
duration_ms: 120078.91700
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-inspector-exception |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50786/, https://github.com/nodejs/node/pull/51205/) |
| Appeared | test-ibm-ubi81_container-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56312/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56363/ |
Example
not ok 2187 parallel/test-inspector-exception
---
duration_ms: 15347.39900
severity: fail
exitcode: 1
stack: |-
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:46083/7c343f78-5824-4b99-8233-4a71df55f5a7
[err]
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[test] Verifying debugger stops on start (--inspect-brk option)
[err] Debugger attached.
[err]
Timed out waiting for matching notification (break on file:///home/iojs/build/workspace/node-test-commit-linux-containered/test/fixtures/throws_error.js:21)
1
...
| Reason | parallel/test-module-stat |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50908/, https://github.com/nodejs/node/pull/51104/) |
| Appeared | test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56351/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56377/ |
Example
not ok 1858 parallel/test-module-stat
---
duration_ms: 327.04400
severity: fail
exitcode: 1
stack: |-
...
| Reason | parallel/test-worker-stdio |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/50758/, https://github.com/nodejs/node/pull/50943/) |
| Appeared | test-nearform-macos10.15-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56287/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56288/ |
Example
not ok 3286 parallel/test-worker-stdio
---
duration_ms: 1441.36400
severity: fail
exitcode: 1
stack: |-
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Original: <Buffer cf fa ed fe 07 00 00 01 03 00 00 00 02 00 00 00 12 00 00 00 b0 09 00 00 85 80 a1 00 00 00 00 00 19 00 00 00 48 00 00 00 5f 5f 50 41 47 45 5a 45 52 4f ... 97915366 more bytes>, Actual: <Buffer cf fa ed fe 07 00 00 01 03 00 00 00 02 00 00 00 12 00 00 00 b0 09 00 00 85 80 a1 00 00 00 00 00 19 00 00 00 48 00 00 00 5f 5f 50 41 47 45 5a 45 52 4f ... 97915366 more bytes>
at BufferingWritable.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-worker-stdio.js:36:12)
at BufferingWritable.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/index.js:468:15)
at BufferingWritable.emit (node:events:530:35)
at finish (node:internal/streams/writable:945:10)
at node:internal/...
| Reason | pummel/test-crypto-timing-safe-equal-benchmarks |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/51131/, https://github.com/nodejs/node/pull/50786/) |
| Appeared | test-ibm-aix72-ppc64_be-1, test-nearform-macos11.0-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/56283/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/56312/ |
Example
not ok 3676 pummel/test-crypto-timing-safe-equal-benchmarks
---
duration_ms: 3397.21500
severity: fail
exitcode: 1
stack: |-
node:assert:408
throw err;
^
AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=-3.926262962042953)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/pummel/test-crypto-timing-safe-equal-benchmarks.js:109:1)
at Module._compile (node:internal/modules/cjs/loader:1375:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1434:10)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Module._load (node:internal/modules/cjs/loader:1022:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
at node:internal/main/run_main_module:28:49 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: ...
Progress
-
Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64(9) -
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)(2) -
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository(14) -
error: The last gc run reported the following. Please correct the root cause(12) -
error: unrecognized command line option '-std=gnu++20'; did you mean '-std=gnu++2a'?(12) -
Error: Invalid data stream(6) -
fatal: No rebase in progress?(6) -
error: unrecognized command line option ‘-std=gnu++20’; did you mean ‘-std=gnu++2a’?(5) -
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?(3) -
parallel/test-macos-app-sandbox(12) -
sequential/test-single-executable-application-use-code-cache(10) -
parallel/test-module-loading-globalpaths(9) -
pummel/test-fs-readfile-tostring-fail(9) -
sequential/test-single-executable-application-empty(8) -
sequential/test-single-executable-application-snapshot(8) -
sequential/test-single-executable-application-snapshot-and-code-cache(8) -
sequential/test-single-executable-application(7) -
sequential/test-single-executable-application-disable-experimental-sea-warning(7) -
addons/heap-profiler/test(6) -
pummel/test-webcrypto-derivebits-pbkdf2(6) -
async-hooks/test-fsreqcallback-readFile(3) -
es-module/test-esm-detect-ambiguous(2) -
parallel/test-fs-watch-recursive-symlink(2) -
parallel/test-inspector-exception(2) -
parallel/test-module-stat(2) -
parallel/test-worker-stdio(2) -
pummel/test-crypto-timing-safe-equal-benchmarks(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 ·