CI Reliability 2023-12-31

Open
#756 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
20/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
nodejs, shell

Research direction

Start with the linked CI console logs and the named tests, including test/parallel/test-whatwg-webstreams-transfer.js and test/async-hooks/test-fsreqcallback-readFile.js. Compare the repeated failures across the listed environments and determine which failures are actionable rather than infrastructure noise. Done means the reported CI reliability failures have an identified resolution and no longer recur.

Written by the indexing model from the issue text.

Description

Failures in node-test-pull-request/56502 to node-test-pull-request/56600 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-31 00:15 0 6 18 11 65 6.74%
JSTest Failure
Reason parallel/test-whatwg-webstreams-transfer
Type JS_TEST_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/50120/, https://github.com/nodejs/node/pull/48882/, https://github.com/nodejs/node/pull/51037/, https://github.com/nodejs/node/pull/50758/, https://github.com/nodejs/node/pull/51291/, https://github.com/nodejs/node/pull/50610/, https://github.com/nodejs/node/pull/51310/, https://github.com/nodejs/node/pull/51312/)
Appeared test-rackspace-debian11-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-2, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-ibm-rhel8-x64-1, test-rackspace-win2019_vs2019-x64-1, test-digitalocean-alpine318_container-x64-1, test-osuosl-rhel8-ppc64_le-3, test-ibm-ubuntu2204_sharedlibs_container-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-3, test-digitalocean-ubuntu2204_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/56524/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56600/
Example
not ok 3229 parallel/test-whatwg-webstreams-transfer
  ---
  duration_ms: 330.72300
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.js:434:10)
        at MessagePort.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-whatwg-webstreams-transfer.js:280:33)
        at MessagePort.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.js:476:15)
        at MessagePort.eventHandler (node:internal/event_target:1106:12)
        at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20)
        at exports.emitMessage (node:internal/per_context/messageport:23:28)
    Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.js:434:10)
        at MessagePort.<anonymous> (/home/iojs/bui...

Reason async-hooks/test-fsreqcallback-readFile
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/51264/, https://github.com/nodejs/node/pull/51291/, https://github.com/nodejs/node/pull/49790/, https://github.com/nodejs/node/pull/51310/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-3, test-digitalocean-ubuntu2204_sharedlibs_container-x64-7, test-digitalocean-ubuntu2204_sharedlibs_container-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/56504/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56599/
Example
not ok 3604 async-hooks/test-fsreqcallback-readFile
  ---
  duration_ms: 330.99300
  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 parallel/test-inspector-async-stack-traces-set-interval
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51112/, https://github.com/nodejs/node/pull/51293/, https://github.com/nodejs/node/pull/51305/)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/56506/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56575/
Example
not ok 2013 parallel/test-inspector-async-stack-traces-set-interval
  ---
  duration_ms: 15297.94500
  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:44065/252f88f7-319a-4204-a748-47ae86e401dd
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [test] Skipping the first breakpoint in the eval script
    Timed out waiting for matching notification (break on [eval]:0)
    1
  ...


Reason parallel/test-module-loading-globalpaths
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50614/, https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56583/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
Example
not ok 1864 parallel/test-module-loading-globalpaths
  ---
  duration_ms: 3575.84500
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3000
      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.1850/install/bin/node'
        at Object.copyFileSync (node:fs:3000: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:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      errno: -2...

Reason parallel/test-assert-esm-cjs-message-verify
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51255/, https://github.com/nodejs/node/pull/51168/)
Appeared test-azure_msft-win2016_vs2017-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56509/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56512/
Example
not ok 69 parallel/test-assert-esm-cjs-message-verify
  ---
  duration_ms: 427.00200
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: ensure the assert.ok throwing similar error messages for esm and cjs files
        # Subtest: should return code 1 for each command
        ok 1 - should return code 1 for each command
          ---
          duration_ms: 182.1517
          ...


Reason parallel/test-debugger-heap-profiler
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50115/, https://github.com/nodejs/node/pull/51310/)
Appeared test-orka-macos11-x64-1, test-azure_msft-win11_vs2022-arm64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/56570/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56599/
Example
not ok 482 parallel/test-debugger-heap-profiler
  ---
  duration_ms: 1073.60400
  severity: fail
  exitcode: 1
  stack: |-
    undefined:22611
    ,14,28,45219,72,
    
    SyntaxError: Unexpected end of JSON input
        at JSON.parse (<anonymous>)
        at waitInitialBreak (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-debugger-heap-profiler.js:26:12)
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51146/, https://github.com/nodejs/node/pull/51305/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-1, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56523/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56577/
Example
not ok 1321 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120075.74900
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51112/, https://github.com/nodejs/node/pull/51032/)
Appeared test-ibm-aix72-ppc64_be-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56502/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56525/
Example
not ok 1617 parallel/test-http-server-request-timeouts-mixed
  ---
  duration_ms: 3208.43500
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:408
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(request2.completed)
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-http-server-request-timeouts-mixed.js:108:5)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-macos-app-sandbox
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56594/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
Example
not ok 1865 parallel/test-macos-app-sandbox
  ---
  duration_ms: 6154.59500
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3000
      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.1827/node_sandboxed.app/Contents/MacOS/node'
        at Object.copyFileSync (node:fs:3000: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:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      errno...

Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50115/, https://github.com/nodejs/node/pull/49790/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56579/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56585/
Example
not ok 3693 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 1355.71800
  severity: fail
  exitcode: 7
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:77
      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:35: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:953: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
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56594/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
Example
not ok 4048 sequential/test-single-executable-application
  ---
  duration_ms: 3322.21500
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3000
      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.4049/sea'
        at copyFileSync (node:fs:3000:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application.js:53:1)
        at Module._compile (node:internal/modules/cjs/loader:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      errno: -28,
      c...

Reason sequential/test-single-executable-application-disable-experimental-sea-warning
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56594/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
Example
not ok 4049 sequential/test-single-executable-application-disable-experimental-sea-warning
  ---
  duration_ms: 3149.40600
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3000
      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.4050/sea'
        at copyFileSync (node:fs:3000:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-disable-experimental-sea-warning.js:54:1)
        at Module._compile (node:internal/modules/cjs/loader:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at no...

Reason sequential/test-single-executable-application-empty
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56594/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
Example
not ok 4050 sequential/test-single-executable-application-empty
  ---
  duration_ms: 3118.15000
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3000
      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.4051/sea'
        at copyFileSync (node:fs:3000:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-empty.js:41:1)
        at Module._compile (node:internal/modules/cjs/loader:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      errno: ...

Reason sequential/test-single-executable-application-snapshot
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56594/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
Example
not ok 4051 sequential/test-single-executable-application-snapshot
  ---
  duration_ms: 3853.21300
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3000
      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.4052/sea'
        at copyFileSync (node:fs:3000:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-snapshot.js:88:3)
        at Module._compile (node:internal/modules/cjs/loader:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      e...

Reason sequential/test-single-executable-application-snapshot-and-code-cache
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56594/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
Example
not ok 4052 sequential/test-single-executable-application-snapshot-and-code-cache
  ---
  duration_ms: 3710.77600
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3000
      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.4053/sea'
        at copyFileSync (node:fs:3000:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-snapshot-and-code-cache.js:65:3)
        at Module._compile (node:internal/modules/cjs/loader:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/r...

Reason sequential/test-single-executable-application-use-code-cache
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56594/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
Example
not ok 4053 sequential/test-single-executable-application-use-code-cache
  ---
  duration_ms: 3018.85900
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3000
      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.4054/sea'
        at copyFileSync (node:fs:3000:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/test-single-executable-application-use-code-cache.js:59:1)
        at Module._compile (node:internal/modules/cjs/loader:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:...

Reason sequential/test-worker-fshandles-open-close-on-termination
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51138/, https://github.com/nodejs/node/pull/51305/)
Appeared test-azure_msft-win2016_vs2017-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/56517/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56575/
Example
not ok 963 sequential/test-worker-fshandles-open-close-on-termination
  ---
  duration_ms: 1326.56000
  severity: fail
  exitcode: 3221226356
  stack: |-
  ...


Jenkins Failure
Reason Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@78fd291b[node-test-commit-osx]. Most probably the node is offline
Type JENKINS_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51291/, https://github.com/nodejs/node/pull/51295/)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/56558/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56568/
Example
java.io.IOException: Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@78fd291b[node-test-commit-osx]. Most probably the node is offline
	at hudson.matrix.MatrixRun$MatrixRunExecution.getParentWorkspaceLease(MatrixRun.java:173)
	at hudson.matrix.MatrixRun$MatrixRunExecution.decideWorkspace(MatrixRun.java:187)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:511)
	at hudson.model.Run.execute(Run.java:1895)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:153)

Build Failure
Reason error: The last gc run reported the following. Please correct the root cause
Type BUILD_FAILURE
Failed PR 13 (https://github.com/nodejs/node/pull/51264/, https://github.com/nodejs/node/pull/51278/, https://github.com/nodejs/node/pull/51146/, https://github.com/nodejs/node/pull/50120/, https://github.com/nodejs/node/pull/48882/, https://github.com/nodejs/node/pull/51112/, https://github.com/nodejs/node/pull/51037/, https://github.com/nodejs/node/pull/51291/, https://github.com/nodejs/node/pull/51295/, https://github.com/nodejs/node/pull/51305/, https://github.com/nodejs/node/pull/49790/, https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/51310/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56504/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56599/
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.

Reason error: unrecognized command line option '-std=gnu++20'; did you mean '-std=gnu++2a'?
Type BUILD_FAILURE
Failed PR 13 (https://github.com/nodejs/node/pull/51264/, https://github.com/nodejs/node/pull/51278/, https://github.com/nodejs/node/pull/51146/, https://github.com/nodejs/node/pull/50120/, https://github.com/nodejs/node/pull/48882/, https://github.com/nodejs/node/pull/51112/, https://github.com/nodejs/node/pull/51037/, https://github.com/nodejs/node/pull/51291/, https://github.com/nodejs/node/pull/51295/, https://github.com/nodejs/node/pull/51305/, https://github.com/nodejs/node/pull/49790/, https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/51310/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/56504/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56599/
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 fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/51278/, https://github.com/nodejs/node/pull/51146/, https://github.com/nodejs/node/pull/51112/, https://github.com/nodejs/node/pull/51291/, https://github.com/nodejs/node/pull/51295/, https://github.com/nodejs/node/pull/51305/, https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/51312/)
Appeared test-osuosl-rhel8-ppc64_le-2, test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-ubuntu2204_sharedlibs_container-x64-9, test-ibm-ubuntu2204_sharedlibs_container-x64-5, test-ibm-ubuntu2204_sharedlibs_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56511/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56600/
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 7 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/51146/, https://github.com/nodejs/node/pull/51112/, https://github.com/nodejs/node/pull/50758/, https://github.com/nodejs/node/pull/50610/, https://github.com/nodejs/node/pull/50115/, https://github.com/nodejs/node/pull/51312/)
Appeared test-equinix_mnx-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56521/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56600/
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 4 (https://github.com/nodejs/node/pull/50405/, https://github.com/nodejs/node/pull/50653/, https://github.com/nodejs/node/pull/50890/, https://github.com/nodejs/node/pull/50354/)
Appeared test-equinix-ubuntu2004_container-armv7l-2, test-equinix-debian11_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-debian11_container-armv7l-2, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56522/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56597/
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/jenkins17099117626817770978.sh
+ '[' -d .git ']'
+ git clean -fdx
Removing out/

Reason ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ...
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/50115/)
Appeared test-digitalocean-fedora38-x64-2, test-digitalocean-fedora37-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56521/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56579/
Example
ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for node-test-commit-linux/nodes=fedora-latest-x64 #55614
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/50653/, https://github.com/nodejs/node/pull/51290/)
Appeared test-rackspace-win2022_vs2022-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56548/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56561/
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

Git Failure
Reason Failed to delete workspace
Type GIT_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/51295/, https://github.com/nodejs/node/pull/50115/, https://github.com/nodejs/node/pull/50614/, https://github.com/nodejs/node/pull/49790/, https://github.com/nodejs/node/pull/51309/, https://github.com/nodejs/node/pull/50354/, https://github.com/nodejs/node/pull/51310/)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/56573/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56599/
Example
hudson.plugins.git.GitException: Failed to delete workspace
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:813)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:170)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)

CCTest Failure
Progress
  • parallel/test-whatwg-webstreams-transfer (8)
  • async-hooks/test-fsreqcallback-readFile (4)
  • parallel/test-inspector-async-stack-traces-set-interval (3)
  • parallel/test-module-loading-globalpaths (3)
  • parallel/test-assert-esm-cjs-message-verify (2)
  • parallel/test-debugger-heap-profiler (2)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (2)
  • parallel/test-http-server-request-timeouts-mixed (2)
  • parallel/test-macos-app-sandbox (2)
  • pummel/test-fs-readfile-tostring-fail (2)
  • sequential/test-single-executable-application (2)
  • sequential/test-single-executable-application-disable-experimental-sea-warning (2)
  • sequential/test-single-executable-application-empty (2)
  • sequential/test-single-executable-application-snapshot (2)
  • sequential/test-single-executable-application-snapshot-and-code-cache (2)
  • sequential/test-single-executable-application-use-code-cache (2)
  • sequential/test-worker-fshandles-open-close-on-termination (2)
  • Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@78fd291b[node-test-commit-osx]. Most probably the node is offline (2)
  • error: The last gc run reported the following. Please correct the root cause (13)
  • error: unrecognized command line option '-std=gnu++20'; did you mean '-std=gnu++2a'? (13)
  • fatal: No rebase in progress? (8)
  • error: unrecognized command line option ‘-std=gnu++20’; did you mean ‘-std=gnu++2a’? (7)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (4)
  • ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ... (2)
  • error: remote GitHub already exists. (2)
  • Failed to delete workspace (7)
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.