Failures in [node-test-pull-request/43701](https://ci.nodejs.org/job/node-test-pull-request/43701/) to [node-test-pull-request/43799](https://ci.nodejs.org/job/node-test-pull-request/43799/) 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-05-01 00:17 | 0 | 8 | 22 | 4 | 66 | 8.33% | ### Jenkins Failure | Reason | <code>Backing channel 'JNLP4-connect connection from ... is disconnected.</code> | | - | :- | | Type | JENKINS_FAILURE | | Failed PR | 4 (https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42812/, https://github.com/nodejs/node/pull/42901/, https://github.com/nodejs/node/pull/42910/) | | Appeared | [test-equinix-ubuntu2004_container-armv7l-1](https://ci.nodejs.org/computer/test-equinix-ubuntu2004_container-armv7l-1/), [test-equinix-ubuntu2004_container-armv7l-2](https://ci.nodejs.org/computer/test-equinix-ubuntu2004_container-armv7l-2/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/43768/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43775/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-arm/nodes=ubuntu2004-armv7l/41657/console">Example</a></summary> ``` java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.81.219/145.40.81.219:50168' 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) ``` </details> ------- ### Build Failure ### undefined | Reason | <code>Unknown</code> | | - | :- | | Type | undefined | | Failed PR | 11 (https://github.com/nodejs/node/pull/42865/, https://github.com/nodejs/node/pull/42883/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42901/, https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42926/, https://github.com/nodejs/node/pull/42623/, https://github.com/nodejs/node/pull/42399/) | | Appeared | [test-nearform_arm-win10_vs2019-arm64-1](https://ci.nodejs.org/computer/test-nearform_arm-win10_vs2019-arm64-1/), [test-equinix-debian10_container-armv7l-1](https://ci.nodejs.org/computer/test-equinix-debian10_container-armv7l-1/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/43705/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43798/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=2,nodes=win10-arm64-COMPILED_BY-vs2019-arm64/13778/">Example</a></summary> ``` Unknown ``` </details> ------- ### JSTest Failure | Reason | <code>parallel/test-http-server-headers-timeout-keepalive</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 15 (https://github.com/nodejs/node/pull/42872/, https://github.com/nodejs/node/pull/42725/, https://github.com/nodejs/node/pull/42849/, https://github.com/nodejs/node/pull/40434/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42883/, https://github.com/nodejs/node/pull/42854/, https://github.com/nodejs/node/pull/42881/, https://github.com/nodejs/node/pull/41850/, https://github.com/nodejs/node/pull/42747/, https://github.com/nodejs/node/pull/42901/, https://github.com/nodejs/node/pull/42903/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42601/, https://github.com/nodejs/node/pull/42924/) | | Appeared | [test-macstadium-macos11.0-arm64-4](https://ci.nodejs.org/computer/test-macstadium-macos11.0-arm64-4/), [test-orka-macos11-x64-2](https://ci.nodejs.org/computer/test-orka-macos11-x64-2/), [test-orka-macos11-x64-1](https://ci.nodejs.org/computer/test-orka-macos11-x64-1/), [test-macstadium-macos11.0-arm64-3](https://ci.nodejs.org/computer/test-macstadium-macos11.0-arm64-3/), [test-nearform-macos10.15-x64-2](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-2/), [test-nearform-macos10.15-x64-1](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-1/), [test-orka-macos10.15-x64-1](https://ci.nodejs.org/computer/test-orka-macos10.15-x64-1/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/43702/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43793/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes=osx11/5459/console">Example</a></summary> ``` not ok 1303 parallel/test-http-server-headers-timeout-keepalive --- duration_ms: 6.540 severity: fail exitcode: 1 stack: |- node:assert:123 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'HTTP/1.1 200 OK\r\n' + + 'Content-Type: text/plain\r\n' + + 'Date: Sat, 30 Apr 2022 13:26:46 GMT\r\n' + + 'Connection: close\r\n' + + 'Transfer-Encoding: chunked\r\n' + + '\r\n' + + '0\r\n' + + '\r\n' - '' at Socket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/parallel/test-http-server-headers-timeout-keepalive.js:81:12) at Socket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:438:15) at Socket.emit (node:events:539:35) at endReadableNT (node:internal/streams/readable:1344:12) at process.processTicksAndRejections (node:internal/... ``` </details> ------- | Reason | <code>parallel/test-http-server-request-timeout-keepalive</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 12 (https://github.com/nodejs/node/pull/42849/, https://github.com/nodejs/node/pull/42695/, https://github.com/nodejs/node/pull/42747/, https://github.com/nodejs/node/pull/41850/, https://github.com/nodejs/node/pull/42881/, https://github.com/nodejs/node/pull/42782/, https://github.com/nodejs/node/pull/42812/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42924/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42623/, https://github.com/nodejs/node/pull/42926/) | | Appeared | [test-digitalocean-fedora34-x64-1](https://ci.nodejs.org/computer/test-digitalocean-fedora34-x64-1/), [test-orka-macos11-x64-2](https://ci.nodejs.org/computer/test-orka-macos11-x64-2/), [test-orka-macos11-x64-1](https://ci.nodejs.org/computer/test-orka-macos11-x64-1/), [test-macstadium-macos11.0-arm64-3](https://ci.nodejs.org/computer/test-macstadium-macos11.0-arm64-3/), [test-nearform-macos10.15-x64-1](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-1/), [test-ibm-rhel8-s390x-4](https://ci.nodejs.org/computer/test-ibm-rhel8-s390x-4/), [test-digitalocean-freebsd12-x64-2](https://ci.nodejs.org/computer/test-digitalocean-freebsd12-x64-2/), [test-macstadium-macos11.0-arm64-4](https://ci.nodejs.org/computer/test-macstadium-macos11.0-arm64-4/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/43710/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43796/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-linux/nodes=fedora-latest-x64/45626/console">Example</a></summary> ``` not ok 1173 parallel/test-http-server-request-timeout-keepalive --- duration_ms: 15.746 severity: fail exitcode: 1 stack: |- node:assert:123 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'HTTP/1.1 200 OK\r\n' + + 'Content-Type: text/plain\r\n' + + 'Date: Sat, 30 Apr 2022 15:02:44 GMT\r\n' + + 'Connection: close\r\n' + + 'Transfer-Encoding: chunked\r\n' + + '\r\n' + + '0\r\n' + + '\r\n' - '' at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-http-server-request-timeout-keepalive.js:79:12) at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.js:438:15) at Socket.emit (node:events:539:35) at endReadableNT (node:internal/streams/readable:1344:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { ... ``` </details> ------- | Reason | <code>parallel/test-fs-promises-file-handle-readFile</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 8 (https://github.com/nodejs/node/pull/42854/, https://github.com/nodejs/node/pull/42881/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42747/, https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42926/) | | 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/43732/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43796/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/44792/console">Example</a></summary> ``` not ok 719 parallel/test-fs-promises-file-handle-readFile --- duration_ms: 0.87 severity: fail exitcode: 1 stack: |- node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ [Error: ENOSPC: no space left on device, ftruncate] { errno: -28, code: 'ENOSPC', syscall: 'ftruncate' } Node.js v19.0.0-pre ... ``` </details> ------- | Reason | <code>parallel/test-fs-readfile</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 8 (https://github.com/nodejs/node/pull/42854/, https://github.com/nodejs/node/pull/42881/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42747/, https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42926/) | | 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/43732/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43796/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/44792/console">Example</a></summary> ``` not ok 764 parallel/test-fs-readfile --- 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.truncateSync (node:fs:1058: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:1105:14) at Module._extensions..js (node:internal/modules/cjs/loader:1159:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Module._load (node:internal/modules/cjs/loader:827: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 v19.0.0-pre ... ``` </details> ------- | Reason | <code>pummel/test-fs-largefile</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 8 (https://github.com/nodejs/node/pull/42854/, https://github.com/nodejs/node/pull/42881/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42747/, https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42926/) | | 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/43732/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43796/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/44792/console">Example</a></summary> ``` not ok 3243 pummel/test-fs-largefile --- duration_ms: 0.90 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:1105:14) at Module._extensions..js (node:internal/modules/cjs/loader:1159:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Module._load (node:internal/modules/cjs/loader:827: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 v19.0.0-pre ... ``` </details> ------- | Reason | <code>pummel/test-fs-readfile-tostring-fail</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 8 (https://github.com/nodejs/node/pull/42854/, https://github.com/nodejs/node/pull/42881/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42747/, https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42683/, https://github.com/nodejs/node/pull/42926/) | | 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/43732/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43796/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/44792/console">Example</a></summary> ``` not ok 3244 pummel/test-fs-readfile-tostring-fail --- duration_ms: 0.91 severity: fail exitcode: 7 stack: |- /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/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 v19.0.0-pre ... ``` </details> ------- | Reason | <code>parallel/test-runner-cli</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 6 (https://github.com/nodejs/node/pull/42881/, https://github.com/nodejs/node/pull/42893/, https://github.com/nodejs/node/pull/42747/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42854/) | | Appeared | [test-nearform-macos10.15-x64-1](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-1/), [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/43735/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43785/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/44783/console">Example</a></summary> ``` not ok 2024 parallel/test-runner-cli --- duration_ms: 0.889 severity: fail exitcode: 1 stack: |- node:assert:1026 throw err; ^ AssertionError [ERR_ASSERTION]: The input did not match the regular expression /not ok 1 - this should fail/. Input: 'TAP version 13\n' + 'not ok 1 - /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js\n' + ' ---\n' + ' duration_ms: 0.065864137\n' + " failureType: 'subtestsFailed'\n" + ' exitCode: 1\n' + " stdout: ''\n" + ' stderr: |-\n' + ' /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js:2\n' + " throw new Error('thrown from index.js');\n" + ' ^\n' + ' \n' + ' Error: thrown from index.js\n' + ' at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js:2:7)\n' + ' ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-3</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 4 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42782/, https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42854/) | | 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/43728/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43799/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43073/console">Example</a></summary> ``` not ok 668 parallel/test-domain-no-error-handler-abort-on-uncaught-3 --- duration_ms: 120.137 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>abort/test-abort-fatal-error</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 3 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42782/, https://github.com/nodejs/node/pull/42910/) | | 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/43724/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43775/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43053/console">Example</a></summary> ``` not ok 3468 abort/test-abort-fatal-error --- duration_ms: 120.108 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>abort/test-abort-uncaught-exception</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 3 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42782/, https://github.com/nodejs/node/pull/42910/) | | 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/43724/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43775/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43053/console">Example</a></summary> ``` not ok 3469 abort/test-abort-uncaught-exception --- duration_ms: 120.147 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>abort/test-addon-uv-handle-leak</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 3 (https://github.com/nodejs/node/pull/42869/, https://github.com/nodejs/node/pull/42900/, https://github.com/nodejs/node/pull/42910/) | | 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/43711/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43775/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43053/console">Example</a></summary> ``` not ok 3471 abort/test-addon-uv-handle-leak --- duration_ms: 120.129 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>report/test-report-fatal-error</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 3 (https://github.com/nodejs/node/pull/42869/, https://github.com/nodejs/node/pull/42463/, https://github.com/nodejs/node/pull/42909/) | | 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/43744/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43782/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43060/console">Example</a></summary> ``` not ok 3236 report/test-report-fatal-error --- duration_ms: 120.138 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>wpt/test-url</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 3 (https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/42915/, https://github.com/nodejs/node/pull/42926/) | | Appeared | [test-azure_msft-win10_vs2019-x64-4](https://ci.nodejs.org/computer/test-azure_msft-win10_vs2019-x64-4/), [test-digitalocean-alpine311_container-x64-1](https://ci.nodejs.org/computer/test-digitalocean-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-2](https://ci.nodejs.org/computer/test-ibm-rhel8-x64-2/), [test-joyent-ubuntu1804-x64-1](https://ci.nodejs.org/computer/test-joyent-ubuntu1804-x64-1/), [test-digitalocean-freebsd12-x64-1](https://ci.nodejs.org/computer/test-digitalocean-freebsd12-x64-1/), [test-nearform-macos10.15-x64-2](https://ci.nodejs.org/computer/test-nearform-macos10.15-x64-2/), [test-orka-macos11-x64-1](https://ci.nodejs.org/computer/test-orka-macos11-x64-1/), [test-osuosl-rhel8-ppc64_le-4](https://ci.nodejs.org/computer/test-osuosl-rhel8-ppc64_le-4/), [test-joyent-smartos20-x64-4](https://ci.nodejs.org/computer/test-joyent-smartos20-x64-4/), [test-digitalocean-ubi81_container-x64-1](https://ci.nodejs.org/computer/test-digitalocean-ubi81_container-x64-1/), [test-softlayer-ubuntu1804_sharedlibs_container-x64-5](https://ci.nodejs.org/computer/test-softlayer-ubuntu1804_sharedlibs_container-x64-5/), [test-softlayer-ubuntu1804_sharedlibs_container-x64-3](https://ci.nodejs.org/computer/test-softlayer-ubuntu1804_sharedlibs_container-x64-3/), [test-digitalocean-ubuntu1804_sharedlibs_container-x64-1](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-1/), [test-softlayer-ubuntu1804_sharedlibs_container-x64-2](https://ci.nodejs.org/computer/test-softlayer-ubuntu1804_sharedlibs_container-x64-2/), [test-digitalocean-ubuntu1804_sharedlibs_container-x64-3](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-3/), [test-digitalocean-ubuntu1804_sharedlibs_container-x64-5](https://ci.nodejs.org/computer/test-digitalocean-ubuntu1804_sharedlibs_container-x64-5/), [test-macstadium-macos11.0-arm64-4](https://ci.nodejs.org/computer/test-macstadium-macos11.0-arm64-4/), [test-equinix-ubuntu1804_sharedlibs_container-arm64-3](https://ci.nodejs.org/computer/test-equinix-ubuntu1804_sharedlibs_container-arm64-3/), [test-osuosl-aix72-ppc64_be-2](https://ci.nodejs.org/computer/test-osuosl-aix72-ppc64_be-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-ibm-rhel8-s390x-1](https://ci.nodejs.org/computer/test-ibm-rhel8-s390x-1/), [test-rackspace-win2012r2_vs2013-x64-1](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2013-x64-1/), [test-equinix-debian10_container-armv7l-2](https://ci.nodejs.org/computer/test-equinix-debian10_container-armv7l-2/), [test-equinix-ubuntu2004_container-armv7l-1](https://ci.nodejs.org/computer/test-equinix-ubuntu2004_container-armv7l-1/), [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/43779/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43792/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=2,nodes=win10-COMPILED_BY-vs2019/14544/console">Example</a></summary> ``` not ok 861 wpt/test-url --- duration_ms: 2.540 severity: fail exitcode: 3221226356 stack: |- ---- percent-encoding.window.js ---- [SKIPPED] TODO: port from .window.js ---- url-setters-a-area.window.js ---- [SKIPPED] already tested in url-setters.any.js ---- historical.any.js ---- [PASS] Setting URL's href attribute and base URLs ---- historical.any.js ---- [PASS] URL.domainToASCII should be undefined ---- historical.any.js ---- [PASS] URL.domainToUnicode should be undefined ---- idlharness.any.js ---- [PASS] idl_test validation ---- idlharness.any.js ---- [PASS] URL interface: existence and properties of interface object ---- idlharness.any.js ---- [PASS] URL interface object length ---- idlharness.any.js ---- [PASS] URL interface object name ---- idlharness.any.js ---- [PASS] URL interface: legacy window alias ---- idlharness.any.js ---- [PASS] URL interface: existence and properties of interface prototype objec... ``` </details> ------- | Reason | <code>abort/test-http-parser-consume</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42900/, https://github.com/nodejs/node/pull/42910/) | | 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/43771/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43775/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43053/console">Example</a></summary> ``` not ok 3472 abort/test-http-parser-consume --- duration_ms: 120.272 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-0</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42782/, https://github.com/nodejs/node/pull/42854/) | | 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/43752/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43799/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43073/console">Example</a></summary> ``` not ok 665 parallel/test-domain-no-error-handler-abort-on-uncaught-0 --- duration_ms: 120.170 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-1</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42782/, https://github.com/nodejs/node/pull/42854/) | | 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/43752/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43799/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43073/console">Example</a></summary> ``` not ok 666 parallel/test-domain-no-error-handler-abort-on-uncaught-1 --- duration_ms: 120.102 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-2</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42782/, https://github.com/nodejs/node/pull/42854/) | | 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/43752/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43799/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43073/console">Example</a></summary> ``` not ok 667 parallel/test-domain-no-error-handler-abort-on-uncaught-2 --- duration_ms: 120.166 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-4</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42909/) | | 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/43728/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43782/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43060/console">Example</a></summary> ``` not ok 669 parallel/test-domain-no-error-handler-abort-on-uncaught-4 --- duration_ms: 120.129 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-5</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42909/) | | 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/43728/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43782/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43060/console">Example</a></summary> ``` not ok 670 parallel/test-domain-no-error-handler-abort-on-uncaught-5 --- duration_ms: 120.205 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-6</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42909/) | | 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/43728/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43782/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43060/console">Example</a></summary> ``` not ok 671 parallel/test-domain-no-error-handler-abort-on-uncaught-6 --- duration_ms: 120.136 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-8</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42909/) | | 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/43724/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43782/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43060/console">Example</a></summary> ``` not ok 680 parallel/test-domain-no-error-handler-abort-on-uncaught-8 --- duration_ms: 120.134 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-no-error-handler-abort-on-uncaught-9</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42909/) | | 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/43724/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43782/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43060/console">Example</a></summary> ``` not ok 683 parallel/test-domain-no-error-handler-abort-on-uncaught-9 --- duration_ms: 120.139 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42886/, https://github.com/nodejs/node/pull/42909/) | | 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/43724/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43782/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos20-64/43060/console">Example</a></summary> ``` not ok 689 parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler --- duration_ms: 120.146 severity: fail exitcode: -15 stack: |- timeout ... ``` </details> ------- | Reason | <code>parallel/test-gc-http-client-timeout</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42869/, https://github.com/nodejs/node/pull/42924/) | | Appeared | [test-macstadium-macos11.0-arm64-3](https://ci.nodejs.org/computer/test-macstadium-macos11.0-arm64-3/), [test-digitalocean-freebsd12-x64-1](https://ci.nodejs.org/computer/test-digitalocean-freebsd12-x64-1/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/43711/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43794/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes=osx11/5461/console">Example</a></summary> ``` not ok 882 parallel/test-gc-http-client-timeout --- duration_ms: 0.429 severity: fail exitcode: 1 stack: |- done/collected/total: 9/0/413 done/collected/total: 38/0/413 done/collected/total: 79/0/413 node:events:505 throw er; // Unhandled 'error' event ^ Error: connect ECONNRESET ::1:63900 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1195:16) Emitted 'error' event on ClientRequest instance at: at Socket.socketErrorListener (node:_http_client:454:9) at Socket.emit (node:events:527: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: -54, code: 'ECONNRESET', syscall: 'connect', address: '::1', port: 63900 } Node.js v19.0.0-pre ... ``` </details> ------- | Reason | <code>parallel/test-macos-app-sandbox</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/36510/, https://github.com/nodejs/node/pull/42926/) | | 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/43778/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43796/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1015/44792/console">Example</a></summary> ``` not ok 1576 parallel/test-macos-app-sandbox --- duration_ms: 1.196 severity: fail exitcode: 1 stack: |- node:assert:123 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-macos-app-sandbox.js:43:8) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Module._extensions..js (node:internal/modules/cjs/loader:1159:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Module._load (node:internal/modules/cjs/loader:827:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual' } Node.js v19.0.0-pre ... ``` </details> ------- | Reason | <code>parallel/test-net-connect-memleak</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42909/, https://github.com/nodejs/node/pull/42399/) | | Appeared | [test-rackspace-win2012r2_vs2013-x64-1](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2013-x64-1/), [test-rackspace-win2012r2_vs2019-x64-1](https://ci.nodejs.org/computer/test-rackspace-win2012r2_vs2019-x64-1/) | | First CI | https://ci.nodejs.org/job/node-test-pull-request/43782/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43798/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=2,nodes=win2012r2-COMPILED_BY-vs2019-x86/14547/console">Example</a></summary> ``` not ok 468 parallel/test-net-connect-memleak --- duration_ms: 0.253 severity: fail exitcode: 1 stack: |- Mismatched noop function calls. Expected exactly 1, actual 0. at Proxy.mustCall (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:396:10) at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-net-connect-memleak.js:33:40) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Module._extensions..js (node:internal/modules/cjs/loader:1159:10) at Module.load (node:internal/modules/cjs/loader:981:32) at Module._load (node:internal/modules/cjs/loader:827:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 ... ``` </details> ------- | Reason | <code>sequential/test-net-connect-local-error</code> | | - | :- | | Type | JS_TEST_FAILURE | | Failed PR | 2 (https://github.com/nodejs/node/pull/42910/, https://github.com/nodejs/node/pull/42623/) | | 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/43779/ | | Last CI | https://ci.nodejs.org/job/node-test-pull-request/43795/ | <details> <summary><a href="https://ci.nodejs.org/job/node-test-commit-freebsd/nodes=freebsd12-x64/43902/console">Example</a></summary> ``` not ok 3584 sequential/test-net-connect-local-error --- duration_ms: 0.122 severity: fail exitcode: 1 stack: |- node:assert:123 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 12347 at onError (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/sequential/test-net-connect-local-error.js:28:10) at Socket.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/sequential/test-net-connect-local-error.js:38:49) at Socket.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/index.js:438:15) at Socket.emit (node:events:527: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:8... ``` </details> ------- ### Progress - [ ] `Backing channel 'JNLP4-connect connection from ... is disconnected.` (4) - [ ] `Unknown` (11) - [ ] `parallel/test-http-server-headers-timeout-keepalive` (15) - [ ] `parallel/test-http-server-request-timeout-keepalive` (12) - [ ] `parallel/test-fs-promises-file-handle-readFile` (8) - [ ] `parallel/test-fs-readfile` (8) - [ ] `pummel/test-fs-largefile` (8) - [ ] `pummel/test-fs-readfile-tostring-fail` (8) - [ ] `parallel/test-runner-cli` (6) - [ ] `parallel/test-domain-no-error-handler-abort-on-uncaught-3` (4) - [ ] `abort/test-abort-fatal-error` (3) - [ ] `abort/test-abort-uncaught-exception` (3) - [ ] `abort/test-addon-uv-handle-leak` (3) - [ ] `report/test-report-fatal-error` (3) - [ ] `wpt/test-url` (3) - [ ] `abort/test-http-parser-consume` (2) - [ ] `parallel/test-domain-no-error-handler-abort-on-uncaught-0` (2) - [ ] `parallel/test-domain-no-error-handler-abort-on-uncaught-1` (2) - [ ] `parallel/test-domain-no-error-handler-abort-on-uncaught-2` (2) - [ ] `parallel/test-domain-no-error-handler-abort-on-uncaught-4` (2) - [ ] `parallel/test-domain-no-error-handler-abort-on-uncaught-5` (2) - [ ] `parallel/test-domain-no-error-handler-abort-on-uncaught-6` (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-gc-http-client-timeout` (2) - [ ] `parallel/test-macos-app-sandbox` (2) - [ ] `parallel/test-net-connect-memleak` (2) - [ ] `sequential/test-net-connect-local-error` (2)