CI Reliability 2021-12-15
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 20/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- nodejs, shell
- Domain
- ci-cd, devops, testing-qa
Research direction
Start with the generated reliability report and its linked Jenkins console examples, grouping the listed Jenkins, Git, build, and JavaScript test failures by affected CI job. Compare the first and last CI links for each category; done is not defined beyond making the CI green again, so the expected resolution needs clarification.
Written by the indexing model from the issue text.
Description
Failures in node-test-pull-request/41395 to node-test-pull-request/41492 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-12-15 00:01 | 2 | 26 | 7 | 4 | 61 | 27.66% |
Jenkins Failure
| Reason | Build timed out (after 10 minutes). Marking the build as failed. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40661/) |
| Appeared | test-ibm-ubuntu1804-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41440/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41441/ |
Example
Build timed out (after 10 minutes). Marking the build as failed.
| Reason | Build timed out (after 120 minutes). Marking the build as failed. |
|---|---|
| Type | JENKINS_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41133/, https://github.com/nodejs/node/pull/40565/) |
| Appeared | test-digitalocean-fedora32-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41461/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41480/ |
Example
Build timed out (after 120 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/41127/, https://github.com/nodejs/node/pull/41026/) |
| Appeared | test-digitalocean-ubi81_container-x64-1, test-softlayer-ubi81_container-x64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41437/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41444/ |
Example
Build timed out (after 60 minutes). Marking the build as failed.
Git Failure
| Reason | ERROR: Error fetching remote repo 'origin' |
|---|---|
| Type | GIT_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/40661/) |
| Appeared | test-equinix-ubuntu1804_container-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41440/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41441/ |
Example
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
at hudson.scm.SCM.checkout(SCM.java:505)
Build Failure
Example
fatal error: ld terminated with signal 9 [Killed]
undefined
Example
Unknown
JSTest Failure
Example
not ok 270 parallel/test-fs-rmdir-recursive
---
duration_ms: 271.680
severity: fail
exitcode: -15
stack: |-
timeout
...
Example
not ok 852 wpt/test-user-timing
---
duration_ms: 9.413
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_all_measures.any.js ----
[PASS] Clearing all marks remove all of them.
---- clear_one_mark.any.js -...
Example
not ok 790 parallel/test-crypto-keygen
---
duration_ms: 120.115
severity: fail
exitcode: 1
stack: |-
timeout
...
Example
not ok 239 parallel/test-fs-rm
---
duration_ms: 0.949
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.237
Files blocking: [ 'rm-0', 'rm-5', 'rm-args-file.txt', 'rm-promises-file.txt' ]
assert.js:982
throw newErr;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.237\rm-0'
at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:338:12
at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:375:15
at CB (internal/fs/rimraf.js:59:5)
at FSReqCallback.oncomplete (fs.js:179:23)
{
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: [Error: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.237\rm-0'] {
errno: -4051,
...
| Reason | parallel/test-child-process-fork-closed-channel-segfault |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41019/, https://github.com/nodejs/node/pull/41132/, https://github.com/nodejs/node/pull/41121/) |
| Appeared | test-requireio_davglass-debian10-arm64_pi3-1, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_securogroup-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41403/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41484/ |
Example
not ok 103 parallel/test-child-process-fork-closed-channel-segfault
---
duration_ms: 3.514
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 v18.0.0-pre
...
| Reason | parallel/test-child-process-pipe-dataflow |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41046/, https://github.com/nodejs/node/pull/41026/, https://github.com/nodejs/node/pull/41173/) |
| Appeared | test-azure_msft-win2016_vs2017-x64-5, test-rackspace-win2012r2_vs2017-x64-2, test-azure_msft-win10_vcbt2015-x64-4 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41429/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41492/ |
Example
not ok 743 parallel/test-child-process-pipe-dataflow
---
duration_ms: 120.194
severity: fail
exitcode: 1
stack: |-
timeout
...
| Reason | parallel/test-crypto-dh-odd-key |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/41116/, https://github.com/nodejs/node/pull/41023/, https://github.com/nodejs/node/pull/40532/) |
| Appeared | test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41424/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41440/ |
Example
not ok 239 parallel/test-crypto-dh-odd-key
---
duration_ms: 240.68
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-repl-sigint-nested-eval |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/36696/, https://github.com/nodejs/node/pull/41132/, https://github.com/nodejs/node/pull/41153/) |
| Appeared | test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41438/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41481/ |
Example
not ok 1944 parallel/test-repl-sigint-nested-eval
---
duration_ms: 0.148
severity: fail
exitcode: 1
stack: |-
Stacktrace:
ptr1=0x37bb001d49
ptr2=(nil)
ptr3=(nil)
ptr4=(nil)
failure_message_object=0x3ffdca6c638
==== JS stack trace =========================================
0: ExitFrame [pc: 0x2bd3290]
1: StubFrame [pc: 0x2c9c842]
Security context: 0x00bb386b1ad9 <JSGlobalObject>
2: _fatalException [0xbb38688789] [node:internal/process/execution:145] [bytecode=0x1d88469bf1 offset=13](this=0x00bb38682d09 <process map = 0xd9cdd36039>,0x0037bb001d49 <Odd Oddball: termination_exception>,0x0037bb001769 <false>)
3: InternalFrame [pc: 0x2b313b0]
4: EntryFrame [pc: 0x2b30f1c]
5: builtin exit frame: evaluate(this=0x00a3110633a9 <ModuleWrap map = 0xc00f8db51>,0x00a3110633a9 <ModuleWrap map = 0xc00f8db51>,-1,0x0037bb001769 <false>)
6: getESMFacade [0xb1cdf9ab71] [node:internal/bootstrap/loader...
| Reason | wpt/test-webcrypto |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 3 (https://github.com/nodejs/node/pull/40899/, https://github.com/nodejs/node/pull/40532/, https://github.com/nodejs/node/pull/41150/) |
| Appeared | test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41428/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41474/ |
Example
not ok 852 wpt/test-webcrypto
---
duration_ms: 240.195
severity: fail
exitcode: -15
stack: |-
timeout
[EXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests()
location is not defined
location is not defined
/home/iojs/build/workspace/node-test-binary-arm/test/fixtures/wpt/common/subset-tests.js:5
if (location.search) {
^
ReferenceError: location is not defined
at /home/iojs/build/workspace/node-test-binary-arm/test/fixtures/wpt/common/subset-tests.js:5:3
at /home/iojs/build/workspace/node-test-binary-arm/test/fixtures/wpt/common/subset-tests.js:60:3
at Script.runInThisContext (node:vm:129:12)
at runInThisContext (node:vm:305:38)
at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/wpt/worker.js:52:3)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
at Module.load (node:i...
| Reason | addons/worker-buffer-callback/test-free-called |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41092/, https://github.com/nodejs/node/pull/41147/) |
| Appeared | test-digitalocean-freebsd12-x64-2 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41401/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41462/ |
Example
not ok 3267 addons/worker-buffer-callback/test-free-called
---
duration_ms: 0.240
severity: fail
exitcode: 1
stack: |-
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/addons/worker-buffer-callback/test-free-called.js:14:8)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149: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: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictE...
| Reason | parallel/test-crypto-dh-constructor |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41116/, https://github.com/nodejs/node/pull/41080/) |
| Appeared | test-requireio_mininodes-debian10-armv7l_pi2-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41424/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41459/ |
Example
not ok 219 parallel/test-crypto-dh-constructor
---
duration_ms: 240.155
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-2 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41109/, https://github.com/nodejs/node/pull/41023/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41406/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41411/ |
Example
not ok 741 parallel/test-domain-no-error-handler-abort-on-uncaught-2
---
duration_ms: 120.148
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-3 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41109/, https://github.com/nodejs/node/pull/41023/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41406/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41411/ |
Example
not ok 742 parallel/test-domain-no-error-handler-abort-on-uncaught-3
---
duration_ms: 120.149
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-8 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41019/, https://github.com/nodejs/node/pull/41109/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41397/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41406/ |
Example
not ok 748 parallel/test-domain-no-error-handler-abort-on-uncaught-8
---
duration_ms: 120.192
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-domain-no-error-handler-abort-on-uncaught-9 |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41019/, https://github.com/nodejs/node/pull/41109/) |
| Appeared | test-joyent-smartos20-x64-3 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41397/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41406/ |
Example
not ok 755 parallel/test-domain-no-error-handler-abort-on-uncaught-9
---
duration_ms: 120.113
severity: fail
exitcode: -15
stack: |-
timeout
...
| Reason | parallel/test-fs-write-stream-file-handle |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41082/, https://github.com/nodejs/node/pull/41149/) |
| Appeared | test-requireio_svincent-debian10-armv7l_pi2-3, test-ibm-rhel7-s390x-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41395/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41469/ |
Example
not ok 273 parallel/test-fs-write-stream-file-handle
---
duration_ms: 4.510
severity: fail
exitcode: 1
stack: |-
Can't clean tmpdir: /home/iojs/tmp/.tmp.271
Files blocking: [ '.nfs0000000001b60e4400004474' ]
Note: ".nfs*" might be files that were open and unlinked but not closed.
See http://nfs.sourceforge.net/#faq_d2 for details.
node:assert:123
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ ''
- 'hello world'
at WriteStream.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-fs-write-stream-file-handle.js:19:12)
at WriteStream.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:401:15)
at WriteStream.emit (node:events:390:28)
at emitCloseNT (node:internal/streams/destroy:145:10)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
genera...
| Reason | sequential/test-net-connect-econnrefused |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/39239/, https://github.com/nodejs/node/pull/41146/) |
| Appeared | test-softlayer-centos7-x64-1, test-osuosl-centos7-ppc64_le-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41439/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41485/ |
Example
not ok 3510 sequential/test-net-connect-econnrefused
---
duration_ms: 120.86
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 | wpt/test-timers |
|---|---|
| Type | JS_TEST_FAILURE |
| Failed PR | 2 (https://github.com/nodejs/node/pull/41116/, https://github.com/nodejs/node/pull/40899/) |
| Appeared | test-orka-macos11-x64-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-1 |
| First CI | https://ci.nodejs.org/job/node-test-pull-request/41427/ |
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/41428/ |
Example
not ok 3559 wpt/test-timers
---
duration_ms: 0.686
severity: fail
exitcode: 1
stack: |-
---- missing-timeout-setinterval.any.js ----
[PASS] Calling setInterval with no interval should be the same as if called with 0 interval
---- missing-timeout-setinterval.any.js ----
[PASS] Calling setInterval with undefined interval should be the same as if called with 0 interval
---- negative-settimeout.any.js ----
[PASS] Untitled
---- cleartimeout-clearinterval.any.js ----
[PASS] Clear timeout with clearInterval
---- cleartimeout-clearinterval.any.js ----
[PASS] Clear interval with clearTimeout
---- negative-setinterval.any.js ----
[PASS] Untitled
[UNEXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests()
assert_unreached: Reached unreachable code
{
message: 'assert_unreached: Reached unreachable code',
stack: ' at listOnTimeout (node:internal/timers:557:17)\n' +
' at processTimers (node:internal/timers:500:7)'
}
...
Progress
-
Build timed out (after 10 minutes). Marking the build as failed.(2) -
Build timed out (after 120 minutes). Marking the build as failed.(2) -
Build timed out (after 60 minutes). Marking the build as failed.(2) -
ERROR: Error fetching remote repo 'origin'(2) -
fatal error: ld terminated with signal 9 [Killed](19) -
Unknown(16) -
parallel/test-fs-rmdir-recursive(10) -
wpt/test-user-timing(8) -
parallel/test-crypto-keygen(7) -
parallel/test-fs-rm(4) -
parallel/test-child-process-fork-closed-channel-segfault(3) -
parallel/test-child-process-pipe-dataflow(3) -
parallel/test-crypto-dh-odd-key(3) -
parallel/test-repl-sigint-nested-eval(3) -
wpt/test-webcrypto(3) -
addons/worker-buffer-callback/test-free-called(2) -
parallel/test-crypto-dh-constructor(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-2(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-3(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-8(2) -
parallel/test-domain-no-error-handler-abort-on-uncaught-9(2) -
parallel/test-fs-write-stream-file-handle(2) -
sequential/test-net-connect-econnrefused(2) -
wpt/test-timers(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
-
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 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100