CI Reliability 2021-09-27
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
- node.js
- Domain
- ci-cd, testing-qa
Research direction
Start with the linked CI jobs and their console output for wpt/test-user-timing, parallel/test-http2-pipe-named-pipe, and the other listed tests. Compare the failures across the named platforms and reproduce or isolate each recurring failure. Done means the reported failures are explained and resolved or clearly tracked with the relevant test and CI evidence.
Written by the indexing model from the issue text.
Description
Failures in node-test-pull-request/39984 to node-test-pull-request/40081 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 |
|---|---|---|---|---|---|---|
| 2021-09-27 00:02 | 0 | 11 | 24 | 6 | 59 | 11.70% |
JSTest Failure
Example
not ok 840 wpt/test-user-timing
---
duration_ms: 5.984
severity: fail
exitcode: 1
stack: |-
---- idlharness.any.js ----
[SKIPPED] idlharness cannot recognize Node.js environment
---- invoke_with_timing_attributes.worker.js ----
[SKIPPED] importScripts not supported
---- performance-measure-invalid.worker.js ----
[SKIPPED] importScripts not supported
---- buffered-flag.any.js ----
[PASS] PerformanceObserver with buffered flag sees previous marks
---- buffered-flag.any.js ----
[PASS] PerformanceObserver with buffered flag sees previous measures
---- case-sensitivity.any.js ----
[PASS] getEntriesByType values are case sensitive
---- clear_all_marks.any.js ----
[PASS] Clearing all marks remove all of them.
---- clear_non_existent_measure.any.js ----
[PASS] Clearing a non-existent measure doesn't affect existing measures
---- clear_one_mark.any.js ----
[PASS] Clearing an existent mark doesn't affect other existing marks
---- clea...
Example
not ok 1316 parallel/test-http2-pipe-named-pipe
---
duration_ms: 0.55
severity: fail
exitcode: 1
stack: |-
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
139837 !== 139244
at WriteStream.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/parallel/test-http2-pipe-named-pipe.js:26:12)
at WriteStream.emit (node:events:402:35)
at finish (node:internal/streams/writable:751:10)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 139837,
expected: 139244,
operator: 'strictEqual'
}
Node.js v17.0.0-pre
...
Example
not ok 2088 parallel/test-repl-sigint-nested-eval
---
duration_ms: 0.731
severity: fail
exitcode: 1
stack: |-
Stacktrace:
ptr1=0x3164ece81d49
ptr2=(nil)
ptr3=(nil)
ptr4=(nil)
failure_message_object=0x7ffe1849aab0
==== JS stack trace =========================================
0: ExitFrame [pc: 0x559e079c4e59]
1: StubFrame [pc: 0x559e07a47aea]
Security context: 0x3808468ab041 <JSGlobalObject>
2: _fatalException [0x380846888819] [node:internal/process/execution:151] [bytecode=0x14f6e7465311 offset=13](this=0x380846882d29 <process map = 0x1c407f1f56f1>,0x3164ece81d49 <Odd Oddball: termination_exception>,0x3164ece81769 <false>)
3: InternalFrame [pc: 0x559e0795669b]
4: EntryFrame [pc: 0x559e07956423]
5: builtin exit frame: evaluate(this=0x355a10222609 <ModuleWrap map = 0x188eb0dcd449>,0x355a10222609 <ModuleWrap map = 0x188eb0dcd449>,-1,0x3164ece81769 <false>)
6: getESMFacade [0x2da8210d...
| Reason | parallel/test-http2-cancel-while-client-reading |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 4 (https://github.com/nodejs/node/pull/40167/, https://github.com/nodejs/node/pull/40121/, https://github.com/nodejs/node/pull/40188/, https://github.com/nodejs/node/pull/40147/) |
| Appeared | test-orka-macos10.14-x64-2, test-orka-macos10.14-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/40004/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40074/ |
Example
not ok 1187 parallel/test-http2-cancel-while-client-reading
---
duration_ms: 0.448
severity: fail
exitcode: 1
stack: |-
node:events:368
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20)
Emitted 'error' event on ServerHttp2Stream instance at:
at emitErrorNT (node:internal/streams/destroy:164:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -54,
code: 'ECONNRESET',
syscall: 'read'
}
Node.js v17.0.0-pre
...
| Reason | parallel/test-child-process-fork-closed-channel-segfault |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/40145/, https://github.com/nodejs/node/pull/40180/, https://github.com/nodejs/node/pull/40018/) |
| Appeared | test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_rvagg-debian10-armv7l_pi2-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/40011/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40076/ |
Example
not ok 98 parallel/test-child-process-fork-closed-channel-segfault
---
duration_ms: 4.522
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-fork-closed-channel-segfault.js:83
throw err;
^
Error: write EPIPE
at ChildProcess.target._send (node:internal/child_process:844:20)
at ChildProcess.<anonymous> (node:internal/child_process:665:16)
at ChildProcess.emit (node:events:402:35)
at emit (node:internal/child_process:915:12)
at processTicksAndRejections (node:internal/process/task_queues:84:21) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}
Node.js v17.0.0-pre
...
| Reason | sequential/test-cpu-prof-dir-and-name |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/40131/, https://github.com/nodejs/node/pull/40188/, https://github.com/nodejs/node/pull/40203/) |
| Appeared | test-ibm-rhel7-s390x-4, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-osuosl-aix72-ppc64_be-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39984/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40077/ |
Example
not ok 3363 sequential/test-cpu-prof-dir-and-name
---
duration_ms: 0.165
severity: fail
exitcode: 1
stack: |-
Dispatching message { "id": 1, "method": "Profiler.enable" }
Receive CPU profile message
{"id":1,"result":{}}
Dispatching message { "id": 2, "method": "Profiler.start" }
Receive CPU profile message
{"id":2,"result":{}}
Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
Receive CPU profile message
{"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
EndStartedProfilers
V8CpuProfilerConnection::End(), ending = false
Dispatching message { "id": 4, "method": "Profiler.stop" }
Receive CPU profile message
Writing profile response (id = 4)
Written result to /home/iojs/node-tmp/.tmp.3362/prof/test.cpuprofile
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',
url: '',
...
| Reason | sequential/test-cpu-prof-exit |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40131/, https://github.com/nodejs/node/pull/40188/) |
| Appeared | test-requireio_pivotalagency-debian10-arm64_pi3-2, test-osuosl-aix72-ppc64_be-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39984/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40050/ |
Example
not ok 805 sequential/test-cpu-prof-exit
---
duration_ms: 2.250
severity: fail
exitcode: 1
stack: |-
Dispatching message { "id": 1, "method": "Profiler.enable" }
Receive CPU profile message
{"id":1,"result":{}}
Dispatching message { "id": 2, "method": "Profiler.start" }
Receive CPU profile message
{"id":2,"result":{}}
Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
Receive CPU profile message
{"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
null !== 55
at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/sequential/test-cpu-prof-exit.js:35:10)
at Module._compile (node:internal/modules/cjs/loader:1095:14)
at Object.Module._extensions..js (node:internal/modules/...
| Reason | sequential/test-debugger-preserve-breaks |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40131/, https://github.com/nodejs/node/pull/40151/) |
| Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-osuosl-aix72-ppc64_be-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39984/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40068/ |
Example
not ok 3413 sequential/test-debugger-preserve-breaks
---
duration_ms: 9.675
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/debugger.js:84
reject(new Error([
^
Error: Timeout (5000) while waiting for />\s+$/; found:
at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/debugger.js:84:18)
at listOnTimeout (node:internal/timers:557:17)
at processTimers (node:internal/timers:500:7)
Node.js v17.0.0-pre
...
| Reason | sequential/test-debugger-restart-message |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40131/, https://github.com/nodejs/node/pull/40082/) |
| Appeared | test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-osuosl-aix72-ppc64_be-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39984/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/39993/ |
Example
not ok 812 sequential/test-debugger-restart-message
---
duration_ms: 21.359
severity: fail
exitcode: 1
stack: |-
/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84
reject(new Error([
^
Error: Timeout (10000) while waiting for /(?:assert|break|break on start|debugCommand|exception|other|promiseRejection) in/i; found: < Debugger ending on ws://127.0.0.1:9229/0161d4a8-8f01-4590-b7e9-18412e6e9a13
< For help, see: https://nodejs.org/en/docs/inspector
<
debug>
< Debugger listening on ws://127.0.0.1:9229/f8ab1b5e-afa3-4a18-8975-1d76592e7ade
< For help, see: https://nodejs.org/en/docs/inspector
<
debug>
connecting to 127.0.0.1:9229 ...
ok
debug>
< Debugger attached.
<
debug>
at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84:18)
at listOnTimeout (node:internal/timers:557:17)
at proc...
| Reason | sequential/test-diagnostic-dir-cpu-prof |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40131/, https://github.com/nodejs/node/pull/40145/) |
| Appeared | test-nearform-macos10.15-x64-3, test-osuosl-aix72-ppc64_be-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39984/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40021/ |
Example
not ok 3415 sequential/test-diagnostic-dir-cpu-prof
---
duration_ms: 0.326
severity: fail
exitcode: 1
stack: |-
Dispatching message { "id": 1, "method": "Profiler.enable" }
Receive CPU profile message
{"id":1,"result":{}}
Dispatching message { "id": 2, "method": "Profiler.start" }
Receive CPU profile message
{"id":2,"result":{}}
Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
Receive CPU profile message
{"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
EndStartedProfilers
V8CpuProfilerConnection::End(), ending = false
Dispatching message { "id": 4, "method": "Profiler.stop" }
Receive CPU profile message
Writing profile response (id = 4)
Written result to /Users/iojs/node-tmp/.tmp.3414/prof/CPU.20210921.171725.31055.0.001.cpuprofile
[
{
id: 1,
callFrame: {
functionName: '(root)',
scriptId: '0',...
| Reason | sequential/test-heap-prof |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40131/, https://github.com/nodejs/node/pull/40150/) |
| Appeared | test-requireio_williamkapke-debian10-arm64_pi3-2, test-osuosl-aix72-ppc64_be-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39984/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/39998/ |
Example
not ok 816 sequential/test-heap-prof
---
duration_ms: 240.213
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | sequential/test-net-connect-econnrefused |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40178/, https://github.com/nodejs/node/pull/40206/) |
| Appeared | test-rackspace-centos7-x64-1, test-ibm-rhel7-s390x-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/40027/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40056/ |
Example
not ok 3460 sequential/test-net-connect-econnrefused
---
duration_ms: 120.41
severity: fail
exitcode: -15
stack: |-
timeout
pending 50 rounds 1
pending 49 rounds 1
pending 48 rounds 1
pending 47 rounds 1
pending 46 rounds 1
pending 45 rounds 1
pending 44 rounds 1
pending 43 rounds 1
pending 42 rounds 1
pending 41 rounds 1
pending 40 rounds 1
pending 39 rounds 1
pending 38 rounds 1
pending 37 rounds 1
pending 36 rounds 1
pending 35 rounds 1
pending 34 rounds 1
pending 33 rounds 1
pending 32 rounds 1
pending 31 rounds 1
pending 30 rounds 1
pending 29 rounds 1
pending 28 rounds 1
pending 27 rounds 1
pending 26 rounds 1
pending 25 rounds 1
pending 24 rounds 1
pending 23 rounds 1
pending 22 rounds 1
pending 21 rounds 1
pending 20 rounds 1
pending 19 rounds 1
pending 18 rounds 1
pending 17 rounds 1
pending 16 rounds 1
pending 15 rounds 1
pending 14 rounds ...
| Reason | sequential/test-tls-securepair-client |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40084/, https://github.com/nodejs/node/pull/40018/) |
| Appeared | test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/40051/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40081/ |
Example
not ok 836 sequential/test-tls-securepair-client
---
duration_ms: 9.335
severity: fail
exitcode: 1
stack: |-
Using default temp DH parameters
ACCEPT [::]:39931
WAIT-ACCEPT
client connected
client: connected+secure!
client pair.cleartext.getPeerCertificate(): {"subject":{"C":"UK","ST":"Acknack Ltd","L":"Rhys Jones","O":"node.js","OU":["Test TLS Certificate","Engineering"],"CN":"localhost","emailAddress":"alex@aub.dev"},"issuer":{"C":"UK","ST":"Acknack Ltd","L":"Rhys Jones","O":"node.js","OU":["Test TLS Certificate","Engineering"],"CN":"localhost","emailAddress":"alex@aub.dev"},"modulus":"B7DC58888A27B1C0B7BF3FC0D9C791ECA8596650EEFF96F27B9DE70954DC2A759DDAC798E9401D29EAEC5FA9E3AFCDC37793957B5056FF026FA7912359300661B16CC25366783E3879D10633DDFD07A2EAFBFF22064AD38BC986378602CAD8AF136E182340F85D930F7E42D2A5A6F6CBF1F2E038D0281AB54E16745019CAFBD2215F7EC9BBF6681984A54C8188873C9A898061EF0AD90683DCCC812EE9EB7F90DD959E76D152D9184C5F7B82072FE61FA10E95108D05B466038C71373C9FE4641A922DD3F88C...
| Reason | sequential/test-worker-prof |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40131/, https://github.com/nodejs/node/pull/40203/) |
| Appeared | test-nearform-macos11.0-arm64-1, test-osuosl-aix72-ppc64_be-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39984/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40078/ |
Example
not ok 3500 sequential/test-worker-prof
---
duration_ms: 0.667
severity: fail
exitcode: 1
stack: |-
node:assert:400
throw err;
^
AssertionError [ERR_ASSERTION]: 14 >= 15
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-worker-prof.js:78:5)
at Module._compile (node:internal/modules/cjs/loader:1095:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1147:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v17.0.0-pre
...
Jenkins Failure
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 203.217.18.114/203.217.18.114:48188' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy98.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1211)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1203)
| Reason | Build timed out (after 5 minutes). Marking the build as failed. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 6 (https://github.com/nodejs/node/pull/40084/, https://github.com/nodejs/node/pull/40145/, https://github.com/nodejs/node/pull/40121/, https://github.com/nodejs/node/pull/40180/, https://github.com/nodejs/node/pull/40181/, https://github.com/nodejs/node/pull/39774/) |
| Appeared | test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39988/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40045/ |
Example
Build timed out (after 5 minutes). Marking the build as failed.
| Reason | Build timed out (after 60 minutes). Marking the build as failed. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40090/, https://github.com/nodejs/node/pull/39774/) |
| Appeared | test-digitalocean-ubi81_container-x64-1, test-softlayer-ubi81_container-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/39990/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40067/ |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Build Failure
| Reason | fatal error: ld terminated with signal 9 [Killed] |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 5 (https://github.com/nodejs/node/pull/40121/, https://github.com/nodejs/node/pull/40145/, https://github.com/nodejs/node/pull/40151/, https://github.com/nodejs/node/pull/40194/, https://github.com/nodejs/node/pull/40212/) |
| Appeared | test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/40020/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40073/ |
Example
fatal error: ld terminated with signal 9 [Killed]
| Reason | Failed to trigger sub builds |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/39392/, https://github.com/nodejs/node/pull/40180/) |
| Appeared | undefined |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/40003/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40039/ |
Example
Failed to trigger sub builds
| Reason | fatal: No rebase in progress? |
|---|---|
| Type | BUILD_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40175/, https://github.com/nodejs/node/pull/40178/) |
| Appeared | test-orka-macos10.14-x64-2, test-rackspace-debian10-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/40019/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40027/ |
Example
fatal: No rebase in progress?
undefined
| Reason | Unknown |
|---|---|
| Type | undefined |
| Failed PR | 3 (https://github.com/nodejs/node/pull/40169/, https://github.com/nodejs/node/pull/40188/, https://github.com/nodejs/node/pull/40212/) |
| Appeared | test-msft-win10-arm64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/40009/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/40073/ |
Example
Unknown
Progress
-
wpt/test-user-timing(13) -
parallel/test-http2-pipe-named-pipe(8) -
parallel/test-repl-sigint-nested-eval(7) -
parallel/test-http2-cancel-while-client-reading(4) -
parallel/test-child-process-fork-closed-channel-segfault(3) -
sequential/test-cpu-prof-dir-and-name(3) -
sequential/test-cpu-prof-exit(2) -
sequential/test-debugger-preserve-breaks(2) -
sequential/test-debugger-restart-message(2) -
sequential/test-diagnostic-dir-cpu-prof(2) -
sequential/test-heap-prof(2) -
sequential/test-net-connect-econnrefused(2) -
sequential/test-tls-securepair-client(2) -
sequential/test-worker-prof(2) -
Backing channel 'JNLP4-connect connection from ... is disconnected.(6) -
Build timed out (after 5 minutes). Marking the build as failed.(6) -
Build timed out (after 60 minutes). Marking the build as failed.(2) -
fatal error: ld terminated with signal 9 [Killed](5) -
Failed to trigger sub builds(2) -
fatal: No rebase in progress?(2) -
Unknown(3)
- 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
-
out-of-date
Difficulty 1/5 Under an hour Newbie friendliness 82/100
CachyOS/CachyOS-PKGBUILDS#1894 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
community-scripts/ProxmoxVE#17396 · 1 comment ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
mattpocock/skills#1099 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
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 ·