Failures in [node-test-pull-request/47598](https://ci.nodejs.org/job/node-test-pull-request/47598/) to [node-test-pull-request/47684](https://ci.nodejs.org/job/node-test-pull-request/47684/) 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-11-05 00:15 | 14 | 11 | 14 | 8 | 53 | 14.10% | ### JSTest Failure | Reason | <code>pummel/test-fs-largefile</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 6 (https://github.com/nodejs/node/pull/44226/, https://github.com/nodejs/node/pull/45269/, https://github.com/nodejs/node/pull/44412/, https://github.com/nodejs/node/pull/45273/, https://github.com/nodejs/node/pull/45286/, https://github.com/nodejs-private/node-private/pull/366/) | | Appeared | [test-nearform-macos10.15-x64-2](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-2/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47613/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47664/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/48391/console">Example</a></summary> ``` not ok 3399 pummel/test-fs-largefile --- duration_ms: 0.99 severity: fail exitcode: 1 stack: |- node:internal/fs/utils:347 throw err; ^ Error: ENOSPC: no space left on device, ftruncate at Object.ftruncateSync (node:fs:1131: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:1159:14) at Module._extensions..js (node:internal/modules/cjs/loader:1213:10) at Module.load (node:internal/modules/cjs/loader:1037:32) at Module._load (node:internal/modules/cjs/loader:878:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12) at node:internal/main/run_main_module:23:47 { errno: -28, syscall: 'ftruncate', code: 'ENOSPC' } Node.js v19.0.1 ... ``` </details> ------- | Reason | <code>node-api/test_fatal/test2</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 3 (https://github.com/nodejs/node/pull/44458/, https://github.com/nodejs/node/pull/45156/, https://github.com/nodejs-private/node-private/pull/365/) | | Appeared | [test-joyent-smartos20-x64-3](https://ci.nodejs.org/computer/test-joyent-smartos20-x64-3/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47601/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47654/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/46304/console">Example</a></summary> ``` not ok 3583 node-api/test_fatal/test2 --- duration_ms: 300.167 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-fs-watch-recursive</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 3 (https://github.com/nodejs/node/pull/45254/, https://github.com/nodejs/node/pull/45286/, https://github.com/nodejs/node/pull/45289/) | | Appeared | [test-osuosl-rhel8-ppc64_le-3](https://ci.nodejs.org/computer/test-osuosl-rhel8-ppc64_le-3/), [test-digitalocean-ubuntu1804_sharedlibs_container-x64-2](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-2/), [test-joyent-smartos20-x64-3](https://ci.nodejs.org/computer/test-joyent-smartos20-x64-3/), [test-digitalocean-alpine312_container-x64-2](https://ci.nodejs.org/computer/test-digitalocean-alpine312_container-x64-2/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47631/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47684/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-plinux/nodes=rhel8-ppc64le/45530/console">Example</a></summary> ``` not ok 1482 parallel/test-fs-watch-recursive --- duration_ms: 121.842 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>pummel/test-fs-readfile-tostring-fail</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 3 (https://github.com/nodejs/node/pull/44226/, https://github.com/nodejs/node/pull/45286/, https://github.com/nodejs-private/node-private/pull/366/) | | Appeared | [test-nearform-macos10.15-x64-2](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-2/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47613/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47664/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/48391/console">Example</a></summary> ``` not ok 3400 pummel/test-fs-readfile-tostring-fail --- duration_ms: 0.127 severity: fail exitcode: 7 stack: |- /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:73 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/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:31:37) at callback (node:internal/streams/writable:555:21) at onwriteError (node:internal/streams/writable:418:3) at onwrite (node:internal/streams/writable:460:7) at node:internal/fs/streams:439:14 at FSReqCallback.wrapper [as oncomplete] (node:fs:946:5) { generatedMessage: false, code: 'ERR_ASSERTION', actual: [Error: ENOSPC: no space left on device, write] { errno: -28, code: 'ENOSPC', syscall: 'write' }, expected... ``` </details> ------- | Reason | <code>parallel/test-corepack-yarn-install</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/45272/, https://github.com/nodejs-private/node-private/pull/362/) | | Appeared | [test-digitalocean-ubuntu1804_sharedlibs_container-x64-4](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-4/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47626/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47633/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_debug_x64/34424/console">Example</a></summary> ``` not ok 591 parallel/test-corepack-yarn-install --- duration_ms: 2.415 severity: fail exitcode: 1 stack: |- (node:30811) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. (Use `node --trace-deprecation ...` to show where the warning was created) Segmentation fault (core dumped) assert.js:118 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: yarn install got error code 139 at handleExit (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-corepack-yarn-install.js:60:10) at handleExit (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:380:15) at ChildProcess.exithandler (child_process.js:390:5) at ChildProcess.emit (events.js:400:28) at maybeClose (internal/child_process.js:1088:16) at Process.ChildProcess._handle.one... ``` </details> ------- | Reason | <code>parallel/test-fs-promises-file-handle-readFile</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/45286/, https://github.com/nodejs-private/node-private/pull/366/) | | Appeared | [test-nearform-macos10.15-x64-2](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-2/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47638/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47664/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/48391/console">Example</a></summary> ``` not ok 743 parallel/test-fs-promises-file-handle-readFile --- duration_ms: 0.100 severity: fail exitcode: 1 stack: |- node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: ENOSPC: no space left on device, ftruncate] { errno: -28, code: 'ENOSPC', syscall: 'ftruncate' } Node.js v19.0.1 ... ``` </details> ------- | Reason | <code>parallel/test-fs-readfile</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/45286/, https://github.com/nodejs-private/node-private/pull/366/) | | Appeared | [test-nearform-macos10.15-x64-2](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-2/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47638/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47664/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/48391/console">Example</a></summary> ``` not ok 791 parallel/test-fs-readfile --- duration_ms: 0.163 severity: fail exitcode: 1 stack: |- node:internal/fs/utils:347 throw err; ^ Error: ENOSPC: no space left on device, ftruncate at Object.ftruncateSync (node:fs:1131:3) at Object.truncateSync (node:fs:1090:14) at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-fs-readfile.js:61:6) at Module._compile (node:internal/modules/cjs/loader:1159:14) at Module._extensions..js (node:internal/modules/cjs/loader:1213:10) at Module.load (node:internal/modules/cjs/loader:1037:32) at Module._load (node:internal/modules/cjs/loader:878:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12) at node:internal/main/run_main_module:23:47 { errno: -28, syscall: 'ftruncate', code: 'ENOSPC' } Node.js v19.0.1 ... ``` </details> ------- | Reason | <code>parallel/test-release-npm</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/43525/, https://github.com/nodejs/node/pull/45289/) | | Appeared | [test-nearform-macos10.15-x64-1](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-1/), [test-orka-macos11-x64-1](https://ci.nodejs.org/computer/test-orka-macos11-x64-1/), [test-softlayer-alpine311_container-x64-1](https://ci.nodejs.org/computer/test-softlayer-alpine311_container-x64-1/), [test-digitalocean-alpine312_container-x64-1](https://ci.nodejs.org/computer/test-digitalocean-alpine312_container-x64-1/), [test-softlayer-debian10-x64-1](https://ci.nodejs.org/computer/test-softlayer-debian10-x64-1/), [test-rackspace-fedora32-x64-1](https://ci.nodejs.org/computer/test-rackspace-fedora32-x64-1/), [test-digitalocean-fedora34-x64-2](https://ci.nodejs.org/computer/test-digitalocean-fedora34-x64-2/), [test-ibm-rhel8-x64-3](https://ci.nodejs.org/computer/test-ibm-rhel8-x64-3/), [test-ibm-ubuntu1804-x64-2](https://ci.nodejs.org/computer/test-ibm-ubuntu1804-x64-2/), [test-digitalocean-freebsd12-x64-1](https://ci.nodejs.org/computer/test-digitalocean-freebsd12-x64-1/), [test-joyent-smartos20-x64-3](https://ci.nodejs.org/computer/test-joyent-smartos20-x64-3/), [test-osuosl-aix72-ppc64_be-2](https://ci.nodejs.org/computer/test-osuosl-aix72-ppc64_be-2/), [test-ibm-rhel8-s390x-2](https://ci.nodejs.org/computer/test-ibm-rhel8-s390x-2/), [test-equinix-rhel8_container-arm64-2](https://ci.nodejs.org/computer/test-equinix-rhel8_container-arm64-2/), [test-equinix-ubuntu1804_sharedlibs_container-arm64-5](https://ci.nodejs.org/computer/test-equinix-ubuntu1804_sharedlibs_container-arm64-5/), [test-equinix-ubuntu2004_sharedlibs_container-arm64-6](https://ci.nodejs.org/computer/test-equinix-ubuntu2004_sharedlibs_container-arm64-6/), [test-equinix-ubuntu2004_container-armv7l-2](https://ci.nodejs.org/computer/test-equinix-ubuntu2004_container-armv7l-2/), [test-osuosl-rhel8-ppc64_le-3](https://ci.nodejs.org/computer/test-osuosl-rhel8-ppc64_le-3/), [test-macstadium-macos11.0-arm64-4](https://ci.nodejs.org/computer/test-macstadium-macos11.0-arm64-4/), [test-equinix-ubuntu1804_sharedlibs_container-arm64-6](https://ci.nodejs.org/computer/test-equinix-ubuntu1804_sharedlibs_container-arm64-6/), [test-digitalocean-ubi81_container-x64-2](https://ci.nodejs.org/computer/test-digitalocean-ubi81_container-x64-2/), [test-digitalocean-ubuntu1804_sharedlibs_container-x64-2](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-2/), [test-softlayer-ubuntu1804_sharedlibs_container-x64-1](https://ci.nodejs.org/computer/test-softlayer-ubuntu1804_sharedlibs_container-x64-1/), [test-digitalocean-ubuntu1804_sharedlibs_container-x64-9](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-9/), [test-softlayer-ubuntu1804_sharedlibs_container-x64-2](https://ci.nodejs.org/computer/test-softlayer-ubuntu1804_sharedlibs_container-x64-2/), [test-softlayer-ubuntu1804_sharedlibs_container-x64-3](https://ci.nodejs.org/computer/test-softlayer-ubuntu1804_sharedlibs_container-x64-3/), [test-softlayer-ubuntu1804_sharedlibs_container-x64-4](https://ci.nodejs.org/computer/test-softlayer-ubuntu1804_sharedlibs_container-x64-4/), [test-equinix-debian10_container-armv7l-1](https://ci.nodejs.org/computer/test-equinix-debian10_container-armv7l-1/), [test-equinix-ubuntu2004_container-armv7l-1](https://ci.nodejs.org/computer/test-equinix-ubuntu2004_container-armv7l-1/), [undefined](https://ci.nodejs.org/computer/undefined/), [test-orka-macos11-x64-2](https://ci.nodejs.org/computer/test-orka-macos11-x64-2/), [test-digitalocean-freebsd12-x64-2](https://ci.nodejs.org/computer/test-digitalocean-freebsd12-x64-2/), [test-digitalocean-alpine312_container-x64-2](https://ci.nodejs.org/computer/test-digitalocean-alpine312_container-x64-2/), [test-rackspace-debian10-x64-1](https://ci.nodejs.org/computer/test-rackspace-debian10-x64-1/), [test-digitalocean-fedora32-x64-1](https://ci.nodejs.org/computer/test-digitalocean-fedora32-x64-1/), [test-digitalocean-fedora34-x64-1](https://ci.nodejs.org/computer/test-digitalocean-fedora34-x64-1/), [test-ibm-rhel8-x64-1](https://ci.nodejs.org/computer/test-ibm-rhel8-x64-1/), [test-digitalocean-ubuntu1804-x64-1](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804-x64-1/), [test-ibm-rhel8-s390x-4](https://ci.nodejs.org/computer/test-ibm-rhel8-s390x-4/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47682/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47684/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/48410/console">Example</a></summary> ``` not ok 2036 parallel/test-release-npm --- duration_ms: 0.609 severity: fail exitcode: 1 stack: |- node:assert:124 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 0 !== 1 at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-release-npm.js:20:10) at Module._compile (node:internal/modules/cjs/loader:1205:14) at Module._extensions..js (node:internal/modules/cjs/loader:1259:10) at Module.load (node:internal/modules/cjs/loader:1068:32) at Module._load (node:internal/modules/cjs/loader:909:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12) at node:internal/main/run_main_module:23:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 0, expected: 1, operator: 'strictEqual' } Node.js v20.0.0 ... ``` </details> ------- ### Jenkins Failure | Reason | <code>Backing channel 'JNLP4-connect connection from ... is disconnected.</code> | | - | :- | | Type | JENKINS_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/45139/, https://github.com/nodejs/node/pull/45254/) | | Appeared | [test-digitalocean-freebsd12-x64-2](https://ci.nodejs.org/computer/test-digitalocean-freebsd12-x64-2/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47607/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47628/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-freebsd/nodes=freebsd12-x64/46666/console">Example</a></summary> ``` java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:41107' is disconnected. at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215) at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285) at jdk.proxy2/jdk.proxy2.$Proxy87.isAlive(Unknown Source) at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215) at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207) ``` </details> ------- ### Build Failure | Reason | <code>error: remote GitHub already exists.</code> | | - | :- | | Type | BUILD_FAILURE | | Failed PR | 6 (https://github.com/nodejs/node/pull/45143/, https://github.com/nodejs/node/pull/45285/, https://github.com/nodejs/node/pull/45286/, https://github.com/nodejs/node/pull/45288/, https://github.com/nodejs-private/node-private/pull/365/, https://github.com/nodejs/node/pull/45289/) | | Appeared | [test-rackspace-win2012r2_vs2019-x64-6](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-6/), [test-rackspace-win2012r2_vs2017-x64-1](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2017-x64-1/), [test-rackspace-win2012r2_vs2019-x64-1](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-1/), [test-rackspace-win2012r2_vs2019-x64-5](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-5/), [test-rackspace-win2012r2_vs2019-x64-4](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-4/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47598/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47684/ | <details> <summary><a href="https://ci.nodejs.org/job/node-compile-windows/nodes=win-vs2019-arm64/47798/console">Example</a></summary> ``` 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 ``` </details> ------- | Reason | <code>ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?</code> | | - | :- | | Type | BUILD_FAILURE | | Failed PR | 3 (https://github.com/nodejs-private/node-private/pull/362/, https://github.com/nodejs-private/node-private/pull/365/, https://github.com/nodejs-private/node-private/pull/366/) | | Appeared | [test-azure_msft-win10_vs2019-x64-2](https://ci.nodejs.org/computer/test-azure_msft-win10_vs2019-x64-2/), [test-rackspace-win2012r2_vs2019-x64-5](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-5/), [test-azure_msft-win10_vs2019-x64-3](https://ci.nodejs.org/computer/test-azure_msft-win10_vs2019-x64-3/), [test-rackspace-win2012r2_vs2019-x64-1](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-1/), [test-azure_msft-win10_vs2019-x64-4](https://ci.nodejs.org/computer/test-azure_msft-win10_vs2019-x64-4/), [test-rackspace-win2012r2_vs2013-x64-1](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2013-x64-1/), [test-azure_msft-win10_vs2019-x64-1](https://ci.nodejs.org/computer/test-azure_msft-win10_vs2019-x64-1/), [test-rackspace-win2012r2_vs2019-x64-4](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-4/), [test-rackspace-win2012r2_vs2019-x64-6](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-6/), [test-rackspace-win2012r2_vs2019-x64-3](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-3/), [test-rackspace-win2012r2_vs2019-x64-2](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-2/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47633/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47664/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=0,nodes=win10-COMPILED_BY-vs2019/17540/console">Example</a></summary> ``` 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 ``` </details> ------- | Reason | <code>Failed to trigger node-test-commit</code> | | - | :- | | Type | BUILD_FAILURE | | Failed PR | 2 (https://github.com/nodejs-private/node-private/pull/365/, https://github.com/nodejs-private/node-private/pull/366/) | | Appeared | [test-ibm-ubuntu1804-x64-1](https://ci.nodejs.org/computer/test-ibm-ubuntu1804-x64-1/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47643/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47674/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-pull-request/47674/console">Example</a></summary> ``` Failed to trigger node-test-commit ``` </details> ------- | Reason | <code>Failed to trigger sub builds</code> | | - | :- | | Type | BUILD_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/45288/, https://github.com/nodejs/node/pull/45286/) | | Appeared | [undefined](https://ci.nodejs.org/computer/undefined/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47647/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47655/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit/57592/console">Example</a></summary> ``` Failed to trigger sub builds ``` </details> ------- | Reason | <code>error: ld returned 1 exit status</code> | | - | :- | | Type | BUILD_FAILURE | | Failed PR | 2 (https://github.com/nodejs-private/node-private/pull/366/, https://github.com/nodejs/node/pull/45286/) | | Appeared | [test-digitalocean-ubuntu1804_sharedlibs_container-x64-8](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-8/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47675/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47676/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_zlib_x64/34486/console">Example</a></summary> ``` error: ld returned 1 exit status deps/openssl/openssl-cli.target.mk:293: recipe for target '/home/iojs/build/workspace/node-test-commit-linux-containered/out/Release/openssl-cli' failed make[2]: *** [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Release/openssl-cli] Error 1 make[2]: *** Waiting for unfinished jobs.... rm 736d921f6b1b990ce7212282398c5c71fcfd32a0.intermediate 79feaad4809862e5f5b05339774ae21a1fc30cef.intermediate Makefile:134: recipe for target 'node' failed ``` </details> ------- | Reason | <code>fatal error: ld terminated with signal 9 [Killed]</code> | | - | :- | | Type | BUILD_FAILURE | | Failed PR | 2 (https://github.com/nodejs-private/node-private/pull/363/, https://github.com/nodejs/node/pull/45274/) | | Appeared | [test-digitalocean-ubuntu1804_sharedlibs_container-x64-2](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-2/), [test-digitalocean-ubuntu1804_sharedlibs_container-x64-4](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-4/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/47634/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/47635/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_debug_x64/34426/console">Example</a></summary> ``` fatal error: ld terminated with signal 9 [Killed] ``` </details> ------- ### Git Failure ### Progress - [ ] `pummel/test-fs-largefile` (6) - [ ] `node-api/test_fatal/test2` (3) - [ ] `parallel/test-fs-watch-recursive` (3) - [ ] `pummel/test-fs-readfile-tostring-fail` (3) - [ ] `parallel/test-corepack-yarn-install` (2) - [ ] `parallel/test-fs-promises-file-handle-readFile` (2) - [ ] `parallel/test-fs-readfile` (2) - [ ] `parallel/test-release-npm` (2) - [ ] `Backing channel 'JNLP4-connect connection from ... is disconnected.` (2) - [ ] `error: remote GitHub already exists.` (6) - [ ] `ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error?` (3) - [ ] `Failed to trigger node-test-commit` (2) - [ ] `Failed to trigger sub builds` (2) - [ ] `error: ld returned 1 exit status` (2) - [ ] `fatal error: ld terminated with signal 9 [Killed]` (2)