CI Reliability 2022-04-13

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

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
15/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
node.js, shell

Research direction

Start with the generated CI report and the linked console logs for parallel/test-child-process-set-blocking, pummel/test-child-process-spawn-loop, pummel/test-fs-largefile, pummel/test-repl-empty-maybelocal-crash, and report/test-report-fatal-error. Reproduce the reported failures on the named environments, identify which failures remain current, and consider the work done when the relevant CI failures no longer recur.

Written by the indexing model from the issue text.

Description

Failures in node-test-pull-request/43367 to node-test-pull-request/43466 that failed more than 2 PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md)

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2022-04-13 00:13 0 21 6 9 64 23.08%
JSTest Failure
Reason parallel/test-child-process-set-blocking
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/42657/, https://github.com/nodejs/node/pull/41431/, https://github.com/nodejs/node/pull/42298/, https://github.com/nodejs/node/pull/42645/, https://github.com/nodejs/node/pull/41263/)
Appeared test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43451/
Example
not ok 189 parallel/test-child-process-set-blocking
  ---
  duration_ms: 0.173
  severity: fail
  exitcode: 1
  stack: |-
    node:events:505
          throw er; // Unhandled 'error' event
          ^
    
    Error: spawn python ENOENT
        at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
        at onErrorNT (node:internal/child_process:476:16)
        at processTicksAndRejections (node:internal/process/task_queues:82:21)
    Emitted 'error' event on ChildProcess instance at:
        at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12)
        at onErrorNT (node:internal/child_process:476:16)
        at processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -2,
      code: 'ENOENT',
      syscall: 'spawn python',
      path: 'python',
      spawnargs: [ '-c', 'print(100000 * "C")' ]
    }
    
    Node.js v18.0.0-pre
  ...


Reason pummel/test-child-process-spawn-loop
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/42657/, https://github.com/nodejs/node/pull/41431/, https://github.com/nodejs/node/pull/42298/, https://github.com/nodejs/node/pull/42645/, https://github.com/nodejs/node/pull/41263/)
Appeared test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43451/
Example
not ok 3218 pummel/test-child-process-spawn-loop
  ---
  duration_ms: 0.333
  severity: fail
  exitcode: 1
  stack: |-
    node:events:505
          throw er; // Unhandled 'error' event
          ^
    
    Error: spawn python ENOENT
        at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
        at onErrorNT (node:internal/child_process:476:16)
        at processTicksAndRejections (node:internal/process/task_queues:82:21)
    Emitted 'error' event on ChildProcess instance at:
        at Process.ChildProcess._handle.onexit (node:internal/child_process:289:12)
        at onErrorNT (node:internal/child_process:476:16)
        at processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -2,
      code: 'ENOENT',
      syscall: 'spawn python',
      path: 'python',
      spawnargs: [ '-c', 'print(1024000 * "C")' ]
    }
    
    Node.js v18.0.0-pre
  ...


Reason pummel/test-fs-largefile
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/42636/, https://github.com/nodejs/node/pull/42628/, https://github.com/nodejs/node/pull/42645/, https://github.com/nodejs/node/pull/42657/, https://github.com/nodejs/node/pull/42702/)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43370/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43450/
Example
not ok 3233 pummel/test-fs-largefile
  ---
  duration_ms: 0.89
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/utils:345
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1099:3)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-largefile.js:37:4)
        at Module._compile (node:internal/modules/cjs/loader:1106:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1160:10)
        at Module.load (node:internal/modules/cjs/loader:982:32)
        at Function.Module._load (node:internal/modules/cjs/loader:829:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        at node:internal/main/run_main_module:17:47 {
      errno: -28,
      syscall: 'ftruncate',
      code: 'ENOSPC'
    }
    
    Node.js v18.0.0-pre
  ...


Reason pummel/test-repl-empty-maybelocal-crash
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/42662/, https://github.com/nodejs/node/pull/42596/, https://github.com/nodejs/node/pull/42616/, https://github.com/nodejs/node/pull/42702/)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43410/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43448/
Example
not ok 3276 pummel/test-repl-empty-maybelocal-crash
  ---
  duration_ms: 26.933
  severity: crashed
  exitcode: -9
  stack: |-
    > 
  ...


Reason report/test-report-fatal-error
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/42637/, https://github.com/nodejs/node/pull/42387/, https://github.com/nodejs/node/pull/42650/, https://github.com/nodejs/node/pull/41431/)
Appeared test-digitalocean-freebsd12-x64-2, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-2, test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-x64-2, test-digitalocean-ubuntu1804-x64-1, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1, test-joyent-smartos20-x64-3, test-osuosl-aix72-ppc64_be-3, test-ibm-rhel8-s390x-4, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-osuosl-rhel8-ppc64_le-2, test-softlayer-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-macstadium-macos11.0-arm64-3, undefined, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-6, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43367/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43411/
Example
not ok 4 report/test-report-fatal-error
  ---
  duration_ms: 1.376
  severity: fail
  exitcode: 1
  stack: |-
    /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/report.js:52
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'IPv6'
    - 'unknown'
        at /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/report.js:162:14
        at Array.forEach (<anonymous>)
        at _validateContent (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/report.js:148:28)
        at validateContent (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/report.js:45:5)
        at Object.validate (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/report.js:32:3)
        at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/no...

Reason abort/test-abort-backtrace
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42387/, https://github.com/nodejs/node/pull/42657/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43386/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43419/
Example
not ok 3457 abort/test-abort-backtrace
  ---
  duration_ms: 120.158
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-abort-fatal-error
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42387/, https://github.com/nodejs/node/pull/42657/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43386/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43419/
Example
not ok 3458 abort/test-abort-fatal-error
  ---
  duration_ms: 120.168
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42636/, https://github.com/nodejs/node/pull/42628/, https://github.com/nodejs/node/pull/42657/)
Appeared test-orka-macos11-x64-2, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43370/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43398/
Example
not ok 3234 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 0.166
  severity: fail
  exitcode: 7
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/pummel/test-fs-readfile-tostring-fail.js:69
      throw err;
      ^
    
    [Error: ENOSPC: no space left on device, write] {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'write'
    }
    
    Node.js v18.0.0-pre
  ...


Reason node-api/test_fatal/test
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42637/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43367/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43411/
Example
not ok 3393 node-api/test_fatal/test
  ---
  duration_ms: 120.77
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42645/, https://github.com/nodejs/node/pull/41263/)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43439/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43459/
Example
not ok 3388 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360.45
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-6
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/41513/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43420/
Example
not ok 669 parallel/test-domain-no-error-handler-abort-on-uncaught-6
  ---
  duration_ms: 120.145
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-7
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/41513/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43420/
Example
not ok 673 parallel/test-domain-no-error-handler-abort-on-uncaught-7
  ---
  duration_ms: 120.141
  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/41513/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43409/
Example
not ok 684 parallel/test-domain-no-error-handler-abort-on-uncaught-8
  ---
  duration_ms: 120.159
  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/41513/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43409/
Example
not ok 689 parallel/test-domain-no-error-handler-abort-on-uncaught-9
  ---
  duration_ms: 120.104
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42109/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43372/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43409/
Example
not ok 694 parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
  ---
  duration_ms: 120.160
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-with-abort-on-uncaught-exception
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42109/, https://github.com/nodejs/node/pull/41431/)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43372/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43409/
Example
not ok 705 parallel/test-domain-with-abort-on-uncaught-exception
  ---
  duration_ms: 120.124
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-gc-http-client-timeout
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42628/, https://github.com/nodejs/node/pull/41263/)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43374/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43466/
Example
not ok 896 parallel/test-gc-http-client-timeout
  ---
  duration_ms: 1.936
  severity: crashed
  exitcode: -6
  stack: |-
    We should do 300 requests
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    Done: 0/300
    Collected: 0/44
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    timeout (expected)
    time...

Reason parallel/test-inspector-multisession-ws
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/41513/, https://github.com/nodejs/node/pull/41431/)
Appeared test-ibm-rhel8-s390x-4, test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43391/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43421/
Example
not ok 1986 parallel/test-inspector-multisession-ws
  ---
  duration_ms: 15.334
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:37323/69258050-4593-48d6-b7ba-43acaea16c7d
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] Debugger attached.
    [err] 
    [test] Breaking in code and verifying events are fired
    Timed out waiting for matching notification (Initial pause)
    1
  ...


Reason report/test-report-uv-handles
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/41431/, https://github.com/nodejs/node/pull/41263/)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-digitalocean-freebsd12-x64-2, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-2, test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-x64-2, test-digitalocean-ubuntu1804-x64-1, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-1, test-joyent-smartos20-x64-3, test-osuosl-aix72-ppc64_be-3, test-ibm-rhel8-s390x-4, test-osuosl-rhel8-ppc64_le-2, test-softlayer-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-macstadium-macos11.0-arm64-3, undefined, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-6, test-equinix-debian10_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43411/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43466/
Example
not ok 2948 report/test-report-uv-handles
  ---
  duration_ms: 1.160
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'Found bad BaseObject during clean exit: ConnectionsList\n' +
    +   ' 1: 0xaaaae12a9428 node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]\n' +
    +   ' 2: 0xaaaae1392de0 node::Abort() [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]\n' +
    +   ' 3: 0xaaaae12cafa4  [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]\n' +
    +   ' 4: 0xaaaae12d7ff8  [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]\n' +
    +   ' 5: 0xaaaae12cb03c node::Environment::VerifyNoStrongBaseObjects() [/home/iojs/build/workspace/node-test-commit-arm-debug/out/Debug/node]\n' +
    +   ' 6: 0xaaaae123c3d4 node::SpinEventLoop(node::Env...

Jenkins Failure
Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/42613/, https://github.com/nodejs/node/pull/42645/, https://github.com/nodejs/node/pull/42596/, https://github.com/nodejs/node/pull/42298/, https://github.com/nodejs/node/pull/42688/, https://github.com/nodejs/node/pull/42109/, https://github.com/nodejs/node/pull/41263/)
Appeared test-digitalocean-fedora34-x64-1, test-digitalocean-freebsd12-x64-2, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43373/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43465/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 178.62.236.249/178.62.236.249:40792' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy79.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Build Failure
Reason ERROR: Step ?Publish JUnit test result report? failed: no workspace for ...
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42613/, https://github.com/nodejs/node/pull/42656/, https://github.com/nodejs/node/pull/41263/)
Appeared test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43375/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43451/
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-arm/nodes=ubuntu1804-arm64 #41430
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

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

Reason Failed to trigger node-test-commit
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/42298/, https://github.com/nodejs/node/pull/42616/, https://github.com/nodejs/node/pull/node/)
Appeared test-packetnet-ubuntu1804-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43423/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43446/
Example
Failed to trigger node-test-commit

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42657/, https://github.com/nodejs/node/pull/42702/)
Appeared test-rackspace-win2012r2_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43404/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43450/
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/master:refs/remotes/jenkins_tmp

undefined
Reason Unknown
Type undefined
Failed PR 6 (https://github.com/nodejs/node/pull/42637/, https://github.com/nodejs/node/pull/42645/, https://github.com/nodejs/node/pull/42464/, https://github.com/nodejs/node/pull/42596/, https://github.com/nodejs/node/pull/41431/, https://github.com/nodejs/node/pull/42686/)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43367/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43441/
Example
Unknown

Git Failure
Progress
  • parallel/test-child-process-set-blocking (5)
  • pummel/test-child-process-spawn-loop (5)
  • pummel/test-fs-largefile (5)
  • pummel/test-repl-empty-maybelocal-crash (4)
  • report/test-report-fatal-error (4)
  • abort/test-abort-backtrace (3)
  • abort/test-abort-fatal-error (3)
  • pummel/test-fs-readfile-tostring-fail (3)
  • node-api/test_fatal/test (2)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-6 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-7 (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-domain-throw-error-then-throw-from-uncaught-exception-handler (2)
  • parallel/test-domain-with-abort-on-uncaught-exception (2)
  • parallel/test-gc-http-client-timeout (2)
  • parallel/test-inspector-multisession-ws (2)
  • report/test-report-uv-handles (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (7)
  • ERROR: Step ?Publish JUnit test result report? failed: no workspace for ... (3)
  • ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ... (3)
  • Failed to trigger node-test-commit (3)
  • error: remote GitHub already exists. (2)
  • Unknown (6)
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.