CI Reliability 2023-10-30

Open
#702 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
15/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
node.js, shell

Research direction

Start with the ncu-ci reliability report and its linked CI console logs, focusing on the named tests such as node-api/test_threadsafe_function/test and sequential/test-debugger-pid. Compare the failures across the listed AIX, macOS, ARM, and s390x jobs. The report does not define a specific fix or completion criterion, so further investigation is needed before work can be considered done.

Written by the indexing model from the issue text.

Description

Failures in node-test-pull-request/55224 to node-test-pull-request/55322 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-30 00:13 0 14 17 5 64 14.74%
JSTest Failure
Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50408/, https://github.com/nodejs/node/pull/50441/, https://github.com/nodejs/node/pull/50443/)
Appeared test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55264/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55299/
Example
not ok 124 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360057.50600
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-debugger-launch
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50389/, https://github.com/nodejs/node/pull/50448/, https://github.com/nodejs/node/pull/50457/)
Appeared test-ibm-aix72-ppc64_be-1, test-ibm-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55310/
Example
not ok 3970 sequential/test-debugger-launch
  ---
  duration_ms: 3631.16800
  severity: fail
  exitcode: 13
  stack: |-
  ...


Reason sequential/test-debugger-pid
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50389/, https://github.com/nodejs/node/pull/50448/, https://github.com/nodejs/node/pull/50457/)
Appeared test-ibm-aix72-ppc64_be-1, test-ibm-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55310/
Example
not ok 3971 sequential/test-debugger-pid
  ---
  duration_ms: 6250.81600
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Timeout (5000) while waiting for /break/; found: Warning: script 'alive.js' was not loaded yet.
    debug> 
    Break on start in test/fixtures/debugger/three-lines.js:1
    > 1 let x = 1;
      2 x = x + 1;
      3 module.exports = x;
    debug> 
        at runTest (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/sequential/test-debugger-pid.js:28:12)
        at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/debugger.js:90:18)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: Error: ...

Reason parallel/test-child-process-fork-exec-path
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49849/, https://github.com/nodejs/node/pull/50389/)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55227/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Example
not ok 189 parallel/test-child-process-fork-exec-path
  ---
  duration_ms: 2116.06000
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3005
      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.184/node-copy.exe'
        at Object.copyFileSync (node:fs:3005:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-child-process-fork-exec-path.js:50:4)
        at Module._compile (node:internal/modules/cjs/loader:1376:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
        at Module.load (node:internal/modules/cjs/loader:1207:32)
        at Module._load (node:internal/modules/cjs/loader:1023:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
        at node:internal/main/run_main_module:28:49 {
      errno: -28...

Reason parallel/test-debugger-extract-function-name
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50389/, https://github.com/nodejs/node/pull/50457/)
Appeared test-ibm-aix72-ppc64_be-1, test-ibm-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55310/
Example
not ok 729 parallel/test-debugger-extract-function-name
  ---
  duration_ms: 5428.40900
  severity: fail
  exitcode: 1
  stack: |-
    /home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/debugger.js:90
              reject(new Error([
                     ^
    
    Error: Timeout (5000) while waiting for /break (?:on start )?in/i; found: 
        at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/debugger.js:90:18)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7)
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-file-write-stream4
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49849/, https://github.com/nodejs/node/pull/50389/)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55227/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Example
not ok 780 parallel/test-file-write-stream4
  ---
  duration_ms: 835.75000
  severity: fail
  exitcode: 1
  stack: |-
    node:events:493
          throw er; // Unhandled 'error' event
          ^
    
    Error: ENOSPC: no space left on device, write
    Emitted 'error' event on WriteStream instance at:
        at WriteStream.onerror (node:internal/streams/readable:1000:14)
        at WriteStream.emit (node:events:515:28)
        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) {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'write'
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-fs-write-reuse-callback
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49849/, https://github.com/nodejs/node/pull/50389/)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55227/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Example
not ok 996 parallel/test-fs-write-reuse-callback
  ---
  duration_ms: 866.65700
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason parallel/test-inspector-exception
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50371/, https://github.com/nodejs/node/pull/50120/)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/55234/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55321/
Example
not ok 1944 parallel/test-inspector-exception
  ---
  duration_ms: 15261.20900
  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:43777/7252a9df-7e40-42ff-835a-df7f0d8d74b8
    [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-linuxone/test/fixtures/throws_error.js:21)
    1
  ...


Reason parallel/test-macos-app-sandbox
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49849/, https://github.com/nodejs/node/pull/50389/)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55227/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Example
not ok 1818 parallel/test-macos-app-sandbox
  ---
  duration_ms: 805.19000
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3005
      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.1820/node_sandboxed.app/Contents/MacOS/node'
        at Object.copyFileSync (node:fs:3005:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-macos-app-sandbox.js:37:4)
        at Module._compile (node:internal/modules/cjs/loader:1376:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
        at Module.load (node:internal/modules/cjs/loader:1207:32)
        at Module._load (node:internal/modules/cjs/loader:1023:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
        at node:internal/main/run_main_module:28:49 {
      errno:...

Reason parallel/test-module-loading-globalpaths
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49849/, https://github.com/nodejs/node/pull/50389/)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55227/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Example
not ok 1841 parallel/test-module-loading-globalpaths
  ---
  duration_ms: 754.94100
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3005
      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.1843/install/bin/node'
        at Object.copyFileSync (node:fs:3005: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:1376:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
        at Module.load (node:internal/modules/cjs/loader:1207:32)
        at Module._load (node:internal/modules/cjs/loader:1023:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
        at node:internal/main/run_main_module:28:49 {
      errno: -28...

Reason parallel/test-runner-output
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50359/, https://github.com/nodejs/node/pull/50411/)
Appeared test-digitalocean-fedora32-x64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55228/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55275/
Example
not ok 2509 parallel/test-runner-output
  ---
  duration_ms: 6289.81300
  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: 3546.501428
          ...


Reason parallel/test-snapshot-typescript
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49849/, https://github.com/nodejs/node/pull/50389/)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55227/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55229/
Example
not ok 2398 parallel/test-snapshot-typescript
  ---
  duration_ms: 732.84700
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3005
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/fixtures/snapshot/typescript.js' -> '/Users/iojs/node-tmp/.tmp.2400/snapshot.js'
        at Object.copyFileSync (node:fs:3005:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-snapshot-typescript.js:20:4)
        at Module._compile (node:internal/modules/cjs/loader:1376:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
        at Module.load (node:internal/modules/cjs/loader:1207:32)
        at Module._load (node:internal/modules/cjs/loader:1023:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
        at node:internal/main/run_main_module:28:49 {
      errno: -2...

Jenkins Failure
Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50215/, https://github.com/nodejs/node/pull/50004/, https://github.com/nodejs/node/pull/44878/)
Appeared test-rackspace-win2022_vs2022-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55238/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55301/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Git Failure
Build Failure
Reason Failed to trigger fanned build
Type BUILD_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/50457/, https://github.com/nodejs/node/pull/50456/, https://github.com/nodejs/node/pull/50443/, https://github.com/nodejs/node/pull/49025/, https://github.com/nodejs/node/pull/50385/, https://github.com/nodejs/node/pull/50467/, https://github.com/nodejs/node/pull/50440/, https://github.com/nodejs/node/pull/50120/, https://github.com/nodejs/node/pull/48740/)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/55310/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55322/
Example
Failed to trigger fanned build

Reason fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
Type BUILD_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50371/, https://github.com/nodejs/node/pull/50408/, https://github.com/nodejs/node/pull/50428/, https://github.com/nodejs/node/pull/49711/, https://github.com/nodejs/node/pull/50443/, https://github.com/nodejs/node/pull/50460/, https://github.com/nodejs/node/pull/50463/)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55241/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55308/
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 6 (https://github.com/nodejs/node/pull/50402/, https://github.com/nodejs/node/pull/50428/, https://github.com/nodejs/node/pull/44878/, https://github.com/nodejs/node/pull/50460/, https://github.com/nodejs/node/pull/50463/, https://github.com/nodejs/node/pull/50462/)
Appeared test-equinix_mnx-smartos20-x64-4, test-ibm-aix72-ppc64_be-2, test-osuosl-debian10_container-armv7l-1, test-equinix-centos7_container-arm64-1, test-equinix-centos7_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55259/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55309/
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 Error: Invalid regular expression: /\p{P}/u: Invalid property name
Type BUILD_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/50231/, https://github.com/nodejs/node/pull/50409/, https://github.com/nodejs/node/pull/50408/, https://github.com/nodejs/node/pull/50395/, https://github.com/nodejs/node/pull/50402/, https://github.com/nodejs/node/pull/50459/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, 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/55253/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55306/
Example
Error: Invalid regular expression: /\p{P}/u: Invalid property name
    at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:155:18)
    at callTranslator (node:internal/modules/esm/loader:285:14)
    at ModuleLoader.moduleProvider (node:internal/modules/esm/loader:291:30)

Node.js v22.0.0-pre

Reason fatal error: string_view: No such file or directory
Type BUILD_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/50135/, https://github.com/nodejs/node/pull/50402/, https://github.com/nodejs/node/pull/50428/, https://github.com/nodejs/node/pull/50411/, https://github.com/nodejs/node/pull/50105/, https://github.com/nodejs/node/pull/50120/)
Appeared test-rackspace-centos7-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/55236/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55321/
Example
fatal error: string_view: No such file or directory

Reason fatal error: charconv: No such file or directory
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/50402/, https://github.com/nodejs/node/pull/50428/, https://github.com/nodejs/node/pull/50462/, https://github.com/nodejs/node/pull/50120/)
Appeared test-equinix_mnx-smartos18-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/55259/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55321/
Example
fatal error: charconv: No such file or directory

Reason ERROR: No files found with the specified search criteria.
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50460/, https://github.com/nodejs/node/pull/50463/, https://github.com/nodejs/node/pull/50462/)
Appeared test-rackspace-win2022_vs2022-x64-3, test-rackspace-win2022_vs2022-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/55307/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55309/
Example
ERROR: No files found with the specified search criteria.
        1 file(s) copied.

> set DEBUG_HELPER=1 

> call vcbuild.bat arm64 release msi

Reason Error: list index out of range
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/44878/, https://github.com/nodejs/node/pull/50460/, https://github.com/nodejs/node/pull/50463/)
Appeared test-equinix-debian10_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55301/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55308/
Example
Error: list index out of range
+ true
+ tap2junit -i cctest.tap -o out/junit/cctest.xml
usage: tap2junit [-h] --input INPUT --output OUTPUT [--compact] [--name NAME]
                 [--package PACKAGE]
tap2junit: error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'

Reason fatal: bad object refs/heads/jenkins-node-test-commit-windows-fanned-7c8137bee077c13a8e4bba42e88a511b2664ddd8-bin-win-vs2022-x86
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50460/, https://github.com/nodejs/node/pull/50463/, https://github.com/nodejs/node/pull/50462/)
Appeared test-rackspace-win2022_vs2022-x64-1, test-rackspace-win2022_vs2022-x64-6, test-digitalocean-rhel8_arm_cross_container-x64-2, test-rackspace-win2022_vs2022-x64-5, test-rackspace-win2022_vs2022-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/55307/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55309/
Example
fatal: bad object refs/heads/jenkins-node-test-commit-windows-fanned-7c8137bee077c13a8e4bba42e88a511b2664ddd8-bin-win-vs2022-x86        
fatal: bad object refs/heads/jenkins-node-test-commit-windows-fanned-7c8137bee077c13a8e4bba42e88a511b2664ddd8-bin-win-vs2022-x86

Reason Failed to trigger sub builds
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50289/, https://github.com/nodejs/node/pull/50294/)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/55226/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55294/
Example
Failed to trigger sub builds

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50443/, https://github.com/nodejs/node/pull/33633/)
Appeared test-nearform-macos11.0-arm64-1, test-ibm-rhel8-s390x-1, test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/55313/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55315/
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/50215/, https://github.com/nodejs/node/pull/50004/)
Appeared test-rackspace-win2019_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/55238/
Last CI https://ci.nodejs.org/job/node-test-pull-request/55269/
Example
sh: line 12: [: -gt: unary operator expected

Progress
  • node-api/test_threadsafe_function/test (3)
  • sequential/test-debugger-launch (3)
  • sequential/test-debugger-pid (3)
  • parallel/test-child-process-fork-exec-path (2)
  • parallel/test-debugger-extract-function-name (2)
  • parallel/test-file-write-stream4 (2)
  • parallel/test-fs-write-reuse-callback (2)
  • parallel/test-inspector-exception (2)
  • parallel/test-macos-app-sandbox (2)
  • parallel/test-module-loading-globalpaths (2)
  • parallel/test-runner-output (2)
  • parallel/test-snapshot-typescript (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (3)
  • Failed to trigger fanned build (9)
  • fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository (8)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (6)
  • Error: Invalid regular expression: /\p{P}/u: Invalid property name (6)
  • fatal error: string_view: No such file or directory (6)
  • fatal error: charconv: No such file or directory (4)
  • ERROR: No files found with the specified search criteria. (3)
  • Error: list index out of range (3)
  • fatal: bad object refs/heads/jenkins-node-test-commit-windows-fanned-7c8137bee077c13a8e4bba42e88a511b2664ddd8-bin-win-vs2022-x86 (3)
  • Failed to trigger sub builds (2)
  • fatal: No rebase in progress? (2)
  • sh: line 12: [: -gt: unary operator expected (2)
Dominant language
Shell
Stars
57
Forks
20
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nodejs/reliability

All issues in nodejs/reliability

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.