nodejs / reliability

Make the CI green again
35 stars 11 forks source link

CI Reliability 2024-05-13 #863

Open github-actions[bot] opened 3 months ago

github-actions[bot] commented 3 months ago

Failures in node-test-pull-request/59098 to node-test-pull-request/59195 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
2024-05-13 00:08 0 15 19 18 48 18.29%

CCTest Failure

Build Failure

Reason error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
Type BUILD_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/36257/, https://github.com/nodejs/node/pull/48847/, https://github.com/nodejs/node/pull/51921/, https://github.com/nodejs/node/pull/52827/, https://github.com/nodejs/node/pull/51820/, https://github.com/nodejs/node/pull/50317/, https://github.com/nodejs/node/pull/52881/, https://github.com/nodejs/node/pull/52951/, https://github.com/nodejs/node/pull/51575/)
Appeared test-rackspace-win2022_vs2022-x64-2, test-rackspace-win2022_vs2022-x64-6, test-rackspace-win2022_vs2022-x64-5, test-rackspace-win2022_vs2022-x64-3, test-rackspace-win2022_vs2022-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59099/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59180/
Example ``` error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj] js-regexp-string-iterator-tq-csa.cc C:\workspace\node-compile-windows\node\out\Release\obj\global_intermediate\torque-generated\src\objects\js-segment-iterator-tq.inc(10,1): fatal error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj] js-raw-json-tq-csa.cc js-shared-array-tq-csa.cc ```

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/50308/, https://github.com/nodejs/node/pull/50786/, https://github.com/nodejs/node/pull/48847/, https://github.com/nodejs/node/pull/51805/, https://github.com/nodejs/node/pull/49292/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-1, test-digitalocean-alpine318_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59129/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59172/
Example ``` fatal: No rebase in progress? ```

Reason sh: line 4: node: command not found
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/52910/, https://github.com/nodejs/node/pull/51589/, https://github.com/nodejs/node/pull/52881/, https://github.com/nodejs/node/pull/52870/)
Appeared test-equinix-ubuntu2204-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59122/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59167/
Example ``` sh: line 4: node: command not found ```

Reason FATAL: Channel "hudson.remoting.Channel@5f54ea6a:JNLP4-connect connection from ... Remote call on JNLP4-connect connection from 145.40.96.123/145.40.96.123:45764 failed. The channel is closing down or has closed down
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/52827/, https://github.com/nodejs/node/pull/52946/, https://github.com/nodejs/node/pull/52283/)
Appeared undefined, test-equinix-ubuntu2204-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59137/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59139/
Example ``` FATAL: Channel "hudson.remoting.Channel@5f54ea6a:JNLP4-connect connection from 145.40.96.123/145.40.96.123:45764": Remote call on JNLP4-connect connection from 145.40.96.123/145.40.96.123:45764 failed. The channel is closing down or has closed down java.nio.channels.ClosedChannelException at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:155) at org.jenkinsci.remoting.protocol.impl.NIONetworkLayer.ready(NIONetworkLayer.java:143) at org.jenkinsci.remoting.protocol.IOHub$OnReady.run(IOHub.java:789) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) ```

JSTest Failure

Reason benchmark/test-benchmark-crypto
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/36257/, https://github.com/nodejs/node/pull/50786/, https://github.com/nodejs/node/pull/49790/, https://github.com/nodejs/node/pull/52443/, https://github.com/nodejs/node/pull/52948/, https://github.com/nodejs/node/pull/52949/, https://github.com/nodejs/node/pull/51463/)
Appeared test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win11_vs2022-x64-4, test-osuosl-debian11_container-armv7l-1, test-ibm-rhel8-s390x-4, test-ibm-ubuntu2204_sharedlibs_container-x64-3, test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-alpine319_container-x64-2, test-digitalocean-debian11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59099/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59186/
Example ``` not ok 180 benchmark/test-benchmark-crypto --- duration_ms: 3543.00100 severity: fail exitcode: 1 stack: |- node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at main (c:\workspace\node-test-binary-windows-native-suites\node\benchmark\crypto\timingSafeEqual.js:21:10) at c:\workspace\node-test-binary-windows-native-suites\node\benchmark\common.js:54:9 at process.processTicksAndRejections (node:internal/process/task_queues:77:11) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual' } Node.js v23.0.0-pre node:assert:126 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at ChildProcess. (c:\workspace\node-test-binary-windows-native-suites\node\test\common\benchmark... ```

Reason parallel/test-buffer-tostring-rangeerror
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/34066/, https://github.com/nodejs/node/pull/39463/, https://github.com/nodejs/node/pull/51575/, https://github.com/nodejs/node/pull/51805/, https://github.com/nodejs/node/pull/52443/, https://github.com/nodejs/node/pull/52946/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-3, test-ibm-ubuntu2204_sharedlibs_container-x64-2, test-ibm-alpine319_container-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-5, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59125/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59168/
Example ``` not ok 1244 parallel/test-buffer-tostring-rangeerror --- duration_ms: 120073.76400 severity: fail exitcode: -15 stack: |- timeout (node:2934155) [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) ... ```

Reason parallel/test-cli-node-options
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/31137/, https://github.com/nodejs/node/pull/51805/, https://github.com/nodejs/node/pull/49292/, https://github.com/nodejs/node/pull/52949/, https://github.com/nodejs/node/pull/47739/)
Appeared test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59175/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59195/
Example ``` not ok 122 parallel/test-cli-node-options --- duration_ms: 1460.00800 severity: fail exitcode: 3221226505 stack: |- ... ```

Reason parallel/test-cli-permission-deny-fs
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/31137/, https://github.com/nodejs/node/pull/51805/, https://github.com/nodejs/node/pull/49292/, https://github.com/nodejs/node/pull/52949/, https://github.com/nodejs/node/pull/47739/)
Appeared test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59175/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59195/
Example ``` not ok 120 parallel/test-cli-permission-deny-fs --- duration_ms: 1278.00700 severity: fail exitcode: 1 stack: |- C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-permission-deny-fs.js:62 const [fs, fsIn, fsOut] = stdout.toString().split('\n'); ^ TypeError: Cannot read properties of null (reading 'toString') at Object. (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-permission-deny-fs.js:62:36) at Module._compile (node:internal/modules/cjs/loader:1358:14) at Module._extensions..js (node:internal/modules/cjs/loader:1416:10) at Module.load (node:internal/modules/cjs/loader:1208:32) at Module._load (node:internal/modules/cjs/loader:1024:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) at node:internal/main/run_main_module:28:49 Node.js v20.13.2-pre ... ```

Reason sequential/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/50308/, https://github.com/nodejs/node/pull/51589/, https://github.com/nodejs/node/pull/52443/, https://github.com/nodejs/node/pull/52870/, https://github.com/nodejs/node/pull/52949/)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59129/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59169/
Example ``` not ok 4098 sequential/test-http-server-request-timeouts-mixed --- duration_ms: 3304.70000 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 (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/sequential/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 v23.0.0-pre ... ```

Reason parallel/test-blob-file-backed
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/50308/, https://github.com/nodejs/node/pull/52870/, https://github.com/nodejs/node/pull/52949/)
Appeared test-ibm-ubi81_container-x64-1, test-digitalocean-fedora39-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59129/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59190/
Example ``` not ok 384 parallel/test-blob-file-backed --- duration_ms: 278.80300 severity: fail exitcode: 1 stack: |- node:internal/blob:289 const error = lazyDOMException('The blob could not be read', 'NotReadableError'); ^ DOMException [NotReadableError]: The blob could not be read at BlobReader. (node:internal/blob:289:25) Node.js v23.0.0-pre ... ```

Reason parallel/test-debugger-heap-profiler
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52283/, https://github.com/nodejs/node/pull/52948/)
Appeared test-rackspace-win2019_vs2019-x64-1, test-azure_msft-win11_vs2022-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59136/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59165/
Example ``` not ok 198 parallel/test-debugger-heap-profiler --- duration_ms: 2133.13900 severity: fail exitcode: 1 stack: |- Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.190 Files blocking: [ 'node.heapsnapshot' ] C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:69 throw e; ^ Error: EBUSY: resource busy or locked, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.190' at rmdirSync (node:fs:1218:11) at _rmdirSync (node:internal/fs/rimraf:235:5) at rimrafSync (node:internal/fs/rimraf:193:7) at Object.rmSync (node:fs:1267:10) at rmSync (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:20:8) at onexit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:54:5) at process. (C:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:43:14) at process.emit (... ```

Reason parallel/test-net-write-fully-async-buffer
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52727/, https://github.com/nodejs/node/pull/52870/)
Appeared test-digitalocean-rhel9-x64-1, test-equinix-rhel8_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59163/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59167/
Example ``` not ok 2721 parallel/test-net-write-fully-async-buffer --- duration_ms: 120073.24400 severity: fail exitcode: -15 stack: |- timeout ... ```

Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47739/, https://github.com/nodejs/node/pull/52954/)
Appeared undefined, test-ibm-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59098/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59170/
Example ``` not ok 2440 parallel/test-performance-function --- duration_ms: 338.11400 severity: fail exitcode: 1 stack: |- node:internal/event_target:1090 process.nextTick(() => { throw err; }); ^ RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0 at RecordableHistogram.record (node:internal/histogram:291:5) at processComplete (node:internal/perf/timerify:40:15) at timerified m (node:internal/perf/timerify:87:5) at /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-performance-function.js:103:5 at runNextTicks (node:internal/process/task_queues:60:5) at listOnTimeout (node:internal/timers:540:9) at process.processTimers (node:internal/timers:514:7) { code: 'ERR_OUT_OF_RANGE' } Node.js v23.0.0-pre ... ```

Reason parallel/test-pipe-file-to-http
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52946/, https://github.com/nodejs/node/pull/49292/)
Appeared test-osuosl-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59168/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59172/
Example ``` not ok 2945 parallel/test-pipe-file-to-http --- duration_ms: 360054.50000 severity: fail exitcode: -15 stack: |- timeout ... ```

Reason parallel/test-runner-output
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52910/, https://github.com/nodejs/node/pull/52881/)
Appeared test-osuosl-aix72-ppc64_be-2, test-equinix_mnx-smartos20-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/59122/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59128/
Example ``` not ok 2691 parallel/test-runner-output --- duration_ms: 3897.19000 severity: fail exitcode: 1 stack: |- TAP version 13 # Subtest: test runner output # Subtest: test-runner/output/abort.js ok 1 - test-runner/output/abort.js --- duration_ms: 2705.225307 ... ```

Reason parallel/test-stream-readable-unpipe-resume
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48479/, https://github.com/nodejs/node/pull/52946/)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-ibm-ubuntu2204_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59103/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59138/
Example ``` not ok 3922 parallel/test-stream-readable-unpipe-resume --- duration_ms: 360085.67600 severity: fail exitcode: -15 stack: |- timeout ... ```

Reason parallel/test-tls-client-destroy-soon
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48479/, https://github.com/nodejs/node/pull/52870/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59103/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59167/
Example ``` not ok 3697 parallel/test-tls-client-destroy-soon --- duration_ms: 120084.62200 severity: fail exitcode: -15 stack: |- timeout ... ```

Progress