nodejs/reliability

CI Reliability 2024-03-07

Opened this issue ยท 0 comments

Failures in node-test-pull-request/57510 to node-test-pull-request/57608 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-03-07 09:18 0 0 27 2 71 0.00%

JSTest Failure

Reason parallel/test-domain-error-types
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/51912/, https://github.com/nodejs/node/pull/51880/, https://github.com/nodejs/node/pull/51977/, https://github.com/nodejs/node/pull/51463/, https://github.com/nodejs/node/pull/51998/, https://github.com/nodejs/node/pull/51999/, https://github.com/nodejs/node/pull/51996/)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-equinix-ubuntu2004_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57572/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57608/
Example
not ok 952 parallel/test-domain-error-types
  ---
  duration_ms: 1829.26800
  severity: crashed
  exitcode: -11
  stack: |-
  ...


Reason benchmark/test-benchmark-http2
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51719/, https://github.com/nodejs/node/pull/51804/, https://github.com/nodejs/node/pull/51973/)
Appeared test-azure_msft-win2016_vs2017-x64-2, test-azure_msft-win2016_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57523/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57602/
Example
not ok 184 benchmark/test-benchmark-http2
  ---
  duration_ms: 1953.21500
  severity: fail
  exitcode: 1
  stack: |-
    Error: test-double-http2 failed with 3221226505.
        at ChildProcess.<anonymous> (C:\workspace\node-test-binary-windows-native-suites\node\benchmark\_http-benchmarkers.js:242:16)
        at Object.onceWrapper (node:events:632:26)
        at ChildProcess.emit (node:events:517:28)
        at maybeClose (node:internal/child_process:1098:16)
        at ChildProcess._handle.onexit (node:internal/child_process:303:5)
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    3221226505 !== 0
    
        at ChildProcess.<anonymous> (C:\workspace\node-test-binary-windows-native-suites\node\test\common\benchmark.js:28:12)
        at ChildProcess.emit (node:events:517:28)
        at ChildProcess._handle.onexit (node:internal/child_process:292:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTIO...

Reason parallel/test-child-process-exec-encoding
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51623/, https://github.com/nodejs/node/pull/51783/, https://github.com/nodejs/node/pull/51948/)
Appeared test-rackspace-win2019_vs2019-x64-1, test-rackspace-win2019_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/57530/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57561/
Example
not ok 99 parallel/test-child-process-exec-encoding
  ---
  duration_ms: 582.99500
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1000
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Command failed: "C:\workspace\node-test-binary-windows-js-suites\node\Release\node.exe" "C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-encoding.js" child
    
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:436:12
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:473:15
        at ChildProcess.exithandler (node:child_process:430:5)
        at genericNodeError (node:internal/errors:984:15)
        at wrappedFn (node:internal/errors:538:14)
        at ChildProcess.exithandler (node:child_process:422:12)
        at ChildProcess.emit (node:events:519:28)
        at maybeClose (node:internal/child_process:1105:16)
        at ChildProcess._handle.onexit...

Reason parallel/test-child-process-exec-maxbuf
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51623/, https://github.com/nodejs/node/pull/51783/, https://github.com/nodejs/node/pull/51948/)
Appeared test-rackspace-win2019_vs2019-x64-1, test-rackspace-win2019_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/57530/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57561/
Example
not ok 98 parallel/test-child-process-exec-maxbuf
  ---
  duration_ms: 410.99300
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/child_process:421
        throw new ErrnoException(err, 'spawn');
        ^
    
    Error: spawn UNKNOWN
        at ChildProcess.spawn (node:internal/child_process:421:11)
        at spawn (node:child_process:761:9)
        at Object.execFile (node:child_process:351:17)
        at Object.exec (node:child_process:234:25)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-maxbuf.js:40:6)
        at Module._compile (node:internal/modules/cjs/loader:1368:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1426:10)
        at Module.load (node:internal/modules/cjs/loader:1205:32)
        at Module._load (node:internal/modules/cjs/loader:1021:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12) {
      errno: -4094,
      code: 'UNKNOWN',
 ...

Reason parallel/test-http-chunk-extensions-limit
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51927/, https://github.com/nodejs/node/pull/51736/, https://github.com/nodejs/node/pull/51973/)
Appeared test-digitalocean-freebsd12-x64-2, test-osuosl-aix72-ppc64_be-2, test-ibm-aix72-ppc64_be-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57512/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57591/
Example
not ok 1237 parallel/test-http-chunk-extensions-limit
  ---
  duration_ms: 813.72400
  severity: fail
  exitcode: 1
  stack: |-
    node:events:495
          throw er; // Unhandled 'error' event
          ^
    
    Error: read ECONNRESET
        at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
    Emitted 'error' event on Socket instance at:
        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: 'read'
    }
    
    Node.js v18.19.2-pre
  ...


Reason parallel/test-http-chunk-problem
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51657/, https://github.com/nodejs/node/pull/51589/, https://github.com/nodejs/node/pull/51977/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-ubuntu2204_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57556/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57603/
Example
not ok 1671 parallel/test-http-chunk-problem
  ---
  duration_ms: 120028.58100
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason pummel/test-crypto-timing-safe-equal-benchmarks
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51801/, https://github.com/nodejs/node/pull/51948/, https://github.com/nodejs/node/pull/51932/)
Appeared test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57518/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57596/
Example
not ok 3712 pummel/test-crypto-timing-safe-equal-benchmarks
  ---
  duration_ms: 1654.64400
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:408
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=-3.902590470192131)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/pummel/test-crypto-timing-safe-equal-benchmarks.js:109:1)
        at Module._compile (node:internal/modules/cjs/loader:1368:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1426:10)
        at Module.load (node:internal/modules/cjs/loader:1205:32)
        at Module._load (node:internal/modules/cjs/loader:1021:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '...

Reason parallel/test-blob-file-backed
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51657/, https://github.com/nodejs/node/pull/51952/)
Appeared test-osuosl-aix72-ppc64_be-3, test-digitalocean-fedora38-x64-1, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57524/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57569/
Example
not ok 315 parallel/test-blob-file-backed
  ---
  duration_ms: 271.83800
  severity: fail
  exitcode: 1
  stack: |-
    
    node:internal/blob:291
              const error = lazyDOMException('The blob could not be read', 'NotReadableError');
                            ^
    DOMException [NotReadableError]: The blob could not be read
        at BlobReader.<anonymous> (node:internal/blob:291:25)
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-buffer-constructor-node-modules-paths
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51783/, https://github.com/nodejs/node/pull/51948/)
Appeared test-rackspace-win2019_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57557/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57558/
Example
not ok 87 parallel/test-buffer-constructor-node-modules-paths
  ---
  duration_ms: 329.05500
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:126
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + '<--- Last few GCs --->\r\n' +
    +   '\r\n' +
    +   '\r\n' +
    +   '<--- JS stacktrace --->\r\n' +
    +   '\r\n' +
    +   '\r\n' +
    +   '#\r\n' +
    +   '# Fatal JavaScript out of memory: MemoryChunk allocation failed during deserialization.\r\n' +
    +   '#'
    - ''
        at test (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-constructor-node-modules-paths.js:20:12)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-constructor-node-modules-paths.js:23:1)
        at Module._compile (node:internal/modules/cjs/loader:1368:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:14...

Reason parallel/test-cluster-fork-stdio
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51977/, https://github.com/nodejs/node/pull/51996/)
Appeared test-rackspace-win2019_vs2019-x64-4, test-azure_msft-win11_vs2022-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57603/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57608/
Example
not ok 918 parallel/test-cluster-fork-stdio
  ---
  duration_ms: 120302.03800
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-fs-operations-with-surrogate-pairs
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51821/, https://github.com/nodejs/node/pull/51736/)
Appeared test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win11_vs2022-x64-3, test-rackspace-win2016_vs2015-x64-2, test-rackspace-win2019_vs2019-x64-4, test-rackspace-win2022_vs2022-x64-2, test-azure_msft-win11_vs2022-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57531/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57539/
Example
not ok 270 parallel/test-fs-operations-with-surrogate-pairs
  ---
  duration_ms: 162.00100
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: File operations with filenames containing surrogate pairs
        # Subtest: should write, read, and delete a file with surrogate pairs in the filename
        not ok 1 - should write, read, and delete a file with surrogate pairs in the filename
          ---
          duration_ms: 0.8374
          location: 'c:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\parallel\\test-fs-operations-with-surrogate-pairs.js:13:3'
          failureType: 'testCodeFailure'
          error: "ENOENT: no such file or directory, mkdtemp 'c:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\.tmp.269\\emoji-fruit-๐Ÿ‡ ๐Ÿˆ ๐Ÿ‰ ๐ŸŠ ๐Ÿ‹XXXXXX'"
          code: 'ENOENT'
          stack: |-
            Object.mkdtempSync (node:fs:2986:18)
            TestContext.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-operat...

Reason parallel/test-fs-read-stream-concurrent-reads
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51884/, https://github.com/nodejs/node/pull/51977/)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-debian11_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57541/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57594/
Example
not ok 3765 parallel/test-fs-read-stream-concurrent-reads
  ---
  duration_ms: 360036.66200
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51801/, https://github.com/nodejs/node/pull/51943/)
Appeared test-ibm-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57518/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57553/
Example
not ok 2323 parallel/test-performance-function
  ---
  duration_ms: 193.41700
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/histogram:291
        validateInteger(val, 'val', 1);
        ^
    
    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-linux/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 v22.0.0-pre
  ...


Reason parallel/test-runner-output
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51743/, https://github.com/nodejs/node/pull/51972/)
Appeared test-digitalocean-freebsd12-x64-1, test-digitalocean-fedora32-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57566/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57592/
Example
not ok 2401 parallel/test-runner-output
  ---
  duration_ms: 32019.22800
  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: 28175.63798
          ...


Reason sequential/test-http-keepalive-maxsockets
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51927/, https://github.com/nodejs/node/pull/51463/)
Appeared test-ibm-aix72-ppc64_be-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57512/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57595/
Example
not ok 4059 sequential/test-http-keepalive-maxsockets
  ---
  duration_ms: 5666.79200
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:126
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 2
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/sequential/test-http-keepalive-maxsockets.js:54:14)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 2,
      operator: 'strictEqual'
    }
    
    Node.js v22.0.0-pre
  ...


Reason sequential/test-tls-session-timeout
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51977/, https://github.com/nodejs/node/pull/51996/)
Appeared test-azure_msft-win2016_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57603/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57608/
Example
not ok 956 sequential/test-tls-session-timeout
  ---
  duration_ms: 2480.32100
  severity: fail
  exitcode: 1
  stack: |-
    C:\workspace\node-test-binary-windows-js-suites\node\test\sequential\test-tls-session-timeout.js:114
            throw er;
            ^
    
    [Error: 28110000:error:0A00041A:SSL routines:ssl3_read_bytes:tlsv1 alert decode error:C:\workspace\node-compile-windows\node\deps\openssl\openssl\ssl\record\rec_layer_s3.c:1590:SSL alert number 50
    ] {
      library: 'SSL routines',
      reason: 'tlsv1 alert decode error',
      code: 'ERR_SSL_TLSV1_ALERT_DECODE_ERROR'
    }
    
    Node.js v20.11.2-pre
  ...


Reason wasi/test-wasi
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51623/, https://github.com/nodejs/node/pull/51736/)
Appeared test-azure_msft-win11_vs2022-arm64-4, test-azure_msft-win11_vs2022-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57510/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57513/
Example
not ok 916 wasi/test-wasi
  ---
  duration_ms: 5712.56000
  severity: fail
  exitcode: 1
  stack: |-
    executing cant_dotdot
    (node:2152) ExperimentalWarning: WASI is an experimental feature and might change at any time
    (Use `node --trace-warnings ...` to show where the warning was created)
    fd_prestat_get(3, 69752)
    fd_prestat_dir_name(3, 69776, 8)
    fd_prestat_get(4, 69752)
    fd_prestat_dir_name(4, 69776, 4)
    fd_prestat_get(5, 69752)
    fd_fdstat_get(3, 69704)
    path_open(3, 1, 1062, 14, 0, 264240830, 268435455, 0, 69700)
    
    executing cant_dotdot
    (node:8660) ExperimentalWarning: WASI is an experimental feature and might change at any time
    (Use `node --trace-warnings ...` to show where the warning was created)
    fd_prestat_get(3, 69752)
    fd_prestat_dir_name(3, 69776, 8)
    fd_prestat_get(4, 69752)
    fd_prestat_dir_name(4, 69776, 4)
    fd_prestat_get(5, 69752)
    fd_fdstat_get(3, 69704)
    path_open(3, 1, 1062, 14, 0, 264240830, 268435455, 0, 69700)
    
    e...

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51463/, https://github.com/nodejs/node/pull/51973/)
Appeared test-digitalocean-freebsd12-x64-2, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57595/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57602/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:12277' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy186.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1212)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1204)

CCTest Failure

Reason Value of: (!expectation.read_expected)
Type CC_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51943/, https://github.com/nodejs/node/pull/51903/, https://github.com/nodejs/node/pull/51998/)
Appeared test-digitalocean-alpine318_container-x64-1, test-digitalocean-alpine315_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57552/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57604/
Example
Value of: (!expectation.read_expected)
  Actual: true
Expected: false

[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (4999 ms)

Git Failure

Build Failure

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/51801/, https://github.com/nodejs/node/pull/51623/, https://github.com/nodejs/node/pull/51820/, https://github.com/nodejs/node/pull/51589/)
Appeared test-equinix-debian11_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-debian11_container-armv7l-2, test-osuosl-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2, test-osuosl-debian11_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57514/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57586/
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-armv7l] $ /bin/bash -ex /tmp/jenkins7233274798554556647.sh
+ '[' -d .git ']'
+ git clean -fdx
Removing out/

Reason fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device)
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/51880/, https://github.com/nodejs/node/pull/51903/, https://github.com/nodejs/node/pull/51932/, https://github.com/nodejs/node/pull/51973/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57578/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57591/
Example
fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device)

Reason fatal error: error in backend: IO failure on output stream: No space left on device
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/51880/, https://github.com/nodejs/node/pull/51932/, https://github.com/nodejs/node/pull/51976/, https://github.com/nodejs/node/pull/51977/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57587/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57594/
Example
fatal error: error in backend: IO failure on output stream: No space left on device

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/51898/, https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/51932/, https://github.com/nodejs/node/pull/51463/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-ubuntu2204_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/57511/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57595/
Example
fatal: No rebase in progress?

Progress

  • parallel/test-domain-error-types (7)
  • benchmark/test-benchmark-http2 (3)
  • parallel/test-child-process-exec-encoding (3)
  • parallel/test-child-process-exec-maxbuf (3)
  • parallel/test-http-chunk-extensions-limit (3)
  • parallel/test-http-chunk-problem (3)
  • pummel/test-crypto-timing-safe-equal-benchmarks (3)
  • parallel/test-blob-file-backed (2)
  • parallel/test-buffer-constructor-node-modules-paths (2)
  • parallel/test-cluster-fork-stdio (2)
  • parallel/test-fs-operations-with-surrogate-pairs (2)
  • parallel/test-fs-read-stream-concurrent-reads (2)
  • parallel/test-performance-function (2)
  • parallel/test-runner-output (2)
  • sequential/test-http-keepalive-maxsockets (2)
  • sequential/test-tls-session-timeout (2)
  • wasi/test-wasi (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • Value of: (!expectation.read_expected) (3)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (4)
  • fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device) (4)
  • fatal error: error in backend: IO failure on output stream: No space left on device (4)
  • fatal: No rebase in progress? (4)