CI Reliability 2022-11-18
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 57
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
Failures in node-test-pull-request/47902 to node-test-pull-request/48000 that failed more than 2 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 |
|---|---|---|---|---|---|---|
| 2022-11-18 00:15 | 0 | 5 | 33 | 25 | 37 | 6.67% |
JSTest Failure
| Reason | parallel/test-fs-watch-recursive |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/45474/, https://github.com/nodejs/node/pull/45490/, https://github.com/nodejs/node/pull/45371/, https://github.com/nodejs/node/pull/45432/) |
| Appeared | test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4, test-orka-macos11-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47968/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48000/ |
Example
not ok 1344 parallel/test-fs-watch-recursive
---
duration_ms: 120.68
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | addons/report-fatalerror/test |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/45371/, https://github.com/nodejs/node/pull/45496/, https://github.com/nodejs/node/pull/45432/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47982/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/48000/ |
Example
not ok 3495 addons/report-fatalerror/test
---
duration_ms: 300.144
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 3656 benchmark/test-benchmark-streams
---
duration_ms: 2.21
severity: fail
exitcode: 1
stack: |-
node:events:497
throw er; // Unhandled 'error' event
^
Error [ERR_METHOD_NOT_IMPLEMENTED]: The _read() method is not implemented
at new NodeError (node:internal/errors:393:5)
at Readable._read (node:internal/streams/readable:683:9)
at Readable.read (node:internal/streams/readable:516:12)
at maybeReadMore_ (node:internal/streams/readable:670:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Emitted 'error' event on Readable instance at:
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
code: 'ERR_METHOD_NOT_IMPLEMENTED'
}
Node.js v20.0.0-pre
node:assert:124
throw new AssertionError(obj);
^
...
| Reason | parallel/test-corepack-yarn-install |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45494/, https://github.com/nodejs/node/pull/45489/) |
| Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47990/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47993/ |
Example
not ok 591 parallel/test-corepack-yarn-install
---
duration_ms: 2.414
severity: fail
exitcode: 1
stack: |-
(node:9231) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
#
# Fatal error in ../deps/v8/src/base/memory.h, line 22
# Debug check failed: IsAligned(addr, alignof(T)).
#
#
#
#FailureMessage Object: 0x7ffe8e219d30
1: 0x56382ebbaa63 node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
2: 0x56382ed62a73 [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
3: 0x56382ed62a93 [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
4: 0x5638307e6c07 V8_Fatal(char const*, int, char const*, ...) [/home/iojs/build/workspace/node-tes...
| Reason | sequential/test-perf-hooks |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45482/, https://github.com/nodejs/node/pull/45422/) |
| Appeared | test-joyent-smartos20-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47966/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47970/ |
Example
not ok 3831 sequential/test-perf-hooks
---
duration_ms: 1.148
severity: fail
exitcode: 1
stack: |-
{
name: 'node',
entryType: 'node',
startTime: 0,
duration: { around: 43.94373321533203 },
nodeStart: { around: 0 },
v8Start: { around: 0 },
bootstrapComplete: { around: 43.91535949707031, delay: 2500 },
environment: { around: 0 },
loopStart: -1,
loopExit: -1
}
node:assert:400
throw err;
^
AssertionError [ERR_ASSERTION]: nodeStart: 842.4637451171875 >= 250
at checkNodeTiming (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/sequential/test-perf-hooks.js:31:7)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/sequential/test-perf-hooks.js:43:1)
at Module._compile (node:internal/modules/cjs/loader:1213:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1267:10)
at Module.load (node:i...
CCTest Failure
| Reason | ../test/cctest/test_inspector_socket.cc:323: Failure |
|---|---|
| Type | CC_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/45387/, https://github.com/nodejs/node/pull/45427/, https://github.com/nodejs/node/pull/45495/) |
| Appeared | test-digitalocean-alpine312_container-x64-1, test-digitalocean-alpine312_container-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47905/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47992/ |
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
Actual: true
Expected: false
[ FAILED ] InspectorSocketTest.HostIPv6NonRoutable (4999 ms)
Jenkins Failure
| Reason | Backing channel 'JNLP4-connect connection from ... is disconnected. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/45438/, https://github.com/nodejs/node/pull/45432/, https://github.com/nodejs/node/pull/45464/, https://github.com/nodejs/node/pull/45422/) |
| Appeared | test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47904/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47960/ |
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:63904' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy87.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
Build Failure
| Reason | ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 6 (https://github.com/nodejs/node/pull/45266/, https://github.com/nodejs/node/pull/45289/, https://github.com/nodejs/node/pull/45391/, https://github.com/nodejs/node/pull/45377/, https://github.com/nodejs/node/pull/45494/, https://github.com/nodejs/node/pull/45489/) |
| Appeared | test-azure_msft-win2016_vs2017-x64-3, test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2015-x64-1, test-rackspace-win2012r2_vs2019-x64-5, test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2013-x64-1, test-rackspace-win2012r2_vs2017-x64-3, test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2019-x64-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47940/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47993/ |
Example
ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE
| Reason | fatal error: ld terminated with signal 9 [Killed] |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/45432/, https://github.com/nodejs/node/pull/45482/, https://github.com/nodejs/node/pull/45489/) |
| Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-osuosl-ubuntu1804_container-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47930/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47975/ |
Example
fatal error: ld terminated with signal 9 [Killed]
| Reason | error: remote GitHub already exists. |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45427/, https://github.com/nodejs/node/pull/45444/) |
| Appeared | test-nearform_arm-win10_vs2019-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47906/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47980/ |
Example
error: remote GitHub already exists.
> git fetch --prune --no-tags GitHub
> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp
| Reason | fatal: No rebase in progress? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45427/, https://github.com/nodejs/node/pull/45475/) |
| Appeared | test-nearform-macos11.0-arm64-1, test-orka-macos10.15-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47906/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47986/ |
Example
fatal: No rebase in progress?
| Reason | sh: line 12: [: -gt: unary operator expected |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/45427/, https://github.com/nodejs/node/pull/45444/) |
| Appeared | test-rackspace-win2012r2_vs2017-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/47906/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/47980/ |
Example
sh: line 12: [: -gt: unary operator expected
Progress
-
parallel/test-fs-watch-recursive(4) -
addons/report-fatalerror/test(3) -
benchmark/test-benchmark-streams(2) -
parallel/test-corepack-yarn-install(2) -
sequential/test-perf-hooks(2) -
../test/cctest/test_inspector_socket.cc:323: Failure(3) -
Backing channel 'JNLP4-connect connection from ... is disconnected.(4) -
ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?(6) -
fatal error: ld terminated with signal 9 [Killed](3) -
error: remote GitHub already exists.(2) -
fatal: No rebase in progress?(2) -
sh: line 12: [: -gt: unary operator expected(2)
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.
Research direction
Start with the listed failing tests—parallel/test-fs-watch-recursive, addons/report-fatalerror/test, and benchmark/test-benchmark-streams—and inspect their linked CI console examples. Done means the reported failures have been investigated and the affected CI jobs no longer fail.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- ci-cd, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100