nodejs / nodejs/reliability

CI Reliability 2024-04-01

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

Nobody has claimed this yet.

Dominant language
Shell
Stars
57
Forks
20
PR merge metrics
No merged PRs in 30d

Description

Failures in node-test-pull-request/57920 to node-test-pull-request/58019 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-04-01 00:09 1 1 21 2 75 1.03%
JSTest Failure
Reason parallel/test-http2-large-write-multiple-requests
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/52199/, https://github.com/nodejs/node/pull/52217/, https://github.com/nodejs/node/pull/52215/, https://github.com/nodejs/node/pull/51821/, https://github.com/nodejs/node/pull/52190/, https://github.com/nodejs/node/pull/51362/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-2, test-digitalocean-ubuntu2204_sharedlibs_container-x64-3, test-ibm-rhel8-x64-1, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57929/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58005/
Example
not ok 2967 parallel/test-http2-large-write-multiple-requests
  ---
  duration_ms: 120088.49600
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    server sends content 1
    server sends content 2
    server sends content 3
    server sends content 4
    server sends content 5
    server sends content 6
    server sends content 7
    server sends content 8
    server sends content 9
    server sends content 10
    server sends content 11
    server sends content 12
    server sends content 13
    server sends content 14
    server sends content 15
    server sends content 16
    server sends content 17
    server sends content 18
    server sends content 19
    server sends content 20
    server sends content 21
    server sends content 22
    server sends content 23
    server sends content 24
    server sends content 25
    server sends content 26
    server sends content 27
    server sends content 28
    server sends content 29
    server sends content 30
    server sends content 31
    server s...

Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/52164/, https://github.com/nodejs/node/pull/52212/, https://github.com/nodejs/node/pull/51127/, https://github.com/nodejs/node/pull/52190/, https://github.com/nodejs/node/pull/52264/, https://github.com/nodejs/node/pull/52293/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-4, undefined, test-ibm-ubuntu2204-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57945/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58017/
Example
not ok 2375 parallel/test-performance-function
  ---
  duration_ms: 470.36500
  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-containered/test/parallel/test-performance-function.js:103:5 {
      code: 'ERR_OUT_OF_RANGE'
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-buffer-constructor-node-modules-paths
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/52135/, https://github.com/nodejs/node/pull/52239/, https://github.com/nodejs/node/pull/52225/, https://github.com/nodejs/node/pull/51362/)
Appeared test-rackspace-win2022_vs2022-x64-4, test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57951/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58011/
Example
not ok 89 parallel/test-buffer-constructor-node-modules-paths
  ---
  duration_ms: 490.99300
  severity: fail
  exitcode: 1
  stack: |-
    C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-constructor-node-modules-paths.js:20
        assert.strictEqual(stderr.trim(), '');
                                  ^
    
    TypeError: Cannot read properties of null (reading 'trim')
        at test (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-constructor-node-modules-paths.js:20:31)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-constructor-node-modules-paths.js:24:1)
        at Module._compile (node:internal/modules/cjs/loader:1421:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1499:10)
        at Module.load (node:internal/modules/cjs/loader:1232:32)
        at Module._load (node:internal/modules/cjs/loader:1048:12)
        at Function.executeUserEntryPoint [as runM...

Reason parallel/test-http-get-pipeline-problem
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/52165/, https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52164/, https://github.com/nodejs/node/pull/52175/)
Appeared test-azure_msft-win2016_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57927/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57958/
Example
not ok 356 parallel/test-http-get-pipeline-problem
  ---
  duration_ms: 354.00500
  severity: fail
  exitcode: 3221226505
  stack: |-
    image.length = 45658
    recv 0
    done 0
    recv 1
    done 1
    recv 2
    done 2
    recv 3
    done 3
    recv 4
    done 4
    recv 5
    recv 6
    done 5
    done 6
    recv 7
    done 7
    recv 8
  ...


Reason parallel/test-child-process-exec-encoding
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/52135/, https://github.com/nodejs/node/pull/52217/, https://github.com/nodejs/node/pull/52239/)
Appeared test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57951/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57983/
Example
not ok 102 parallel/test-child-process-exec-encoding
  ---
  duration_ms: 936.03200
  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
    
    
    #
    
    # Fatal JavaScript out of memory: MemoryChunk allocation failed during deserialization.
    
    #
    
    
    
    
        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)
        ...

Reason pummel/test-crypto-timing-safe-equal-benchmarks
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52190/, https://github.com/nodejs/node/pull/52135/)
Appeared test-ibm-aix72-ppc64_be-1, test-azure_msft-win11_vs2022-x64-4, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/57926/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58019/
Example
not ok 3753 pummel/test-crypto-timing-safe-equal-benchmarks
  ---
  duration_ms: 3318.81300
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:408
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=-6.206915363272007)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/pummel/test-crypto-timing-safe-equal-benchmarks.js:109:1)
        at Module._compile (node:internal/modules/cjs/loader:1421:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1499:10)
        at Module.load (node:internal/modules/cjs/loader:1232:32)
        at Module._load (node:internal/modules/cjs/loader:1048:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:187:14)
        at node:internal/main/run_main_module:28:49 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: ...

Reason wpt/test-wasm-webapi
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/52135/, https://github.com/nodejs/node/pull/52175/, https://github.com/nodejs/node/pull/52262/)
Appeared test-rackspace-win2022_vs2022-x64-3, test-digitalocean-ubuntu2204_sharedlibs_container-x64-7, test-ibm-ubuntu2204-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/57947/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58000/
Example
not ok 984 wpt/test-wasm-webapi
  ---
  duration_ms: 455.00500
  severity: crashed
  exitcode: 3221225477
  stack: |-
    [SKIPPED] abort.any.js: WPTRunner does not support fetch()
    [SKIPPED] contenttype.any.js: WPTRunner does not support fetch()
    [SKIPPED] historical.any.js: indexedDB is not defined
    [SKIPPED] idlharness.any.js: not configured
    [SKIPPED] instantiateStreaming-bad-imports.any.js: Flaky on ARM with V8 >= 11.2
    [SKIPPED] origin.sub.any.js: CORS not implemented
    [SKIPPED] status.any.js: WPTRunner does not support fetch()
    [PASS] compileStreaming
    [PASS] instantiateStreaming
    [PASS] compileStreaming: no body
    [PASS] compileStreaming: no body in a promise
    [PASS] compileStreaming: undefined
    [PASS] compileStreaming: undefined in a promise
    [PASS] compileStreaming: null
    [PASS] compileStreaming: null in a promise
    [PASS] compileStreaming: true
    [PASS] compileStreaming: true in a promise
    [PASS] compileStreaming: "test"
    [PASS] compileStreaming: "...

Reason es-module/test-esm-loader-chaining
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52225/)
Appeared test-rackspace-win2022_vs2022-x64-4, test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/58005/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58009/
Example
not ok 122 es-module/test-esm-loader-chaining
  ---
  duration_ms: 12791.22500
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: ESM: loader chaining
        # Subtest: should load unadulterated source when there are no loaders
        ok 1 - should load unadulterated source when there are no loaders
          ---
          duration_ms: 556.7929
          ...


Reason parallel/test-child-process-exec-maxbuf
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52135/, https://github.com/nodejs/node/pull/52239/)
Appeared test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57951/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57983/
Example
not ok 101 parallel/test-child-process-exec-maxbuf
  ---
  duration_ms: 697.00000
  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:63:6)
        at Module._compile (node:internal/modules/cjs/loader:1421:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1499:10)
        at Module.load (node:internal/modules/cjs/loader:1232:32)
        at Module._load (node:internal/modules/cjs/loader:1048:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:187:14) {
      errno: -4094,
      code: 'UNKNOWN',
...

Reason parallel/test-child-process-flush-stdio
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52135/, https://github.com/nodejs/node/pull/52239/)
Appeared test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57951/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57983/
Example
not ok 103 parallel/test-child-process-flush-stdio
  ---
  duration_ms: 648.99100
  severity: crashed
  exitcode: 2147483651
  stack: |-
    
    <--- Last few GCs --->
    
    
    <--- JS stacktrace --->
    
    
    #
    # Fatal JavaScript out of memory: Committing semi space failed.
    #
    
  ...


Reason parallel/test-domain-error-types
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51306/, https://github.com/nodejs/node/pull/52264/)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/57955/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57998/
Example
not ok 961 parallel/test-domain-error-types
  ---
  duration_ms: 1427.32700
  severity: crashed
  exitcode: -11
  stack: |-
  ...


Reason parallel/test-macos-app-sandbox
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52217/, https://github.com/nodejs/node/pull/52190/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57959/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57962/
Example
not ok 1899 parallel/test-macos-app-sandbox
  ---
  duration_ms: 1170.55400
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:126
      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-arm/nodes/osx11/test/parallel/test-macos-app-sandbox.js:47:8)
        at Module._compile (node:internal/modules/cjs/loader:1421:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1499:10)
        at Module.load (node:internal/modules/cjs/loader:1232:32)
        at Module._load (node:internal/modules/cjs/loader:1048:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:187:14)
        at node:internal/main/run_main_module:28:49 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 0,
      operator: 'strictEqual'
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-shadow-realm-gc
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52190/, https://github.com/nodejs/node/pull/52225/)
Appeared test-ibm-rhel8-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/57986/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58015/
Example
not ok 2693 parallel/test-shadow-realm-gc
  ---
  duration_ms: 5170.47400
  severity: crashed
  exitcode: -11
  stack: |-
  ...


Reason parallel/test-worker-http2-stream-terminate
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52165/, https://github.com/nodejs/node/pull/52262/)
Appeared test-azure_msft-win10_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57927/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58000/
Example
not ok 884 parallel/test-worker-http2-stream-terminate
  ---
  duration_ms: 578.00300
  severity: fail
  exitcode: 3221226356
  stack: |-
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52256/, https://github.com/nodejs/node/pull/52161/)
Appeared test-macstadium-macos11.0-arm64-3, test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57992/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58008/
Example
not ok 3753 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 67.38000
  severity: fail
  exitcode: 7
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/pummel/test-fs-readfile-tostring-fail.js:77
      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-arm/nodes/osx11/test/pummel/test-fs-readfile-tostring-fail.js:35:37)
        at callback (node:internal/streams/writable:757:21)
        at onwriteError (node:internal/streams/writable:597:3)
        at onwrite (node:internal/streams/writable:640:7)
        at node:internal/fs/streams:513:5
        at node:internal/fs/streams:455:14
        at FSReqCallback.wrapper [as oncomplete] (node:fs:948:5) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: [Error: ENOSPC: no space left on device, write] {
        errno: -28,
        code: 'ENOSPC',...

Reason sequential/test-single-executable-application-snapshot-and-code-cache
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52268/, https://github.com/nodejs/node/pull/52293/)
Appeared test-ibm-rhel8-x64-1, test-rackspace-debian11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/58002/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58017/
Example
not ok 4125 sequential/test-single-executable-application-snapshot-and-code-cache
  ---
  duration_ms: 7642.07200
  severity: fail
  exitcode: 1
  stack: |-
    Copied /home/iojs/build/workspace/node-test-commit-linux/out/Release/node to /home/iojs/node-tmp/.tmp.4124/sea
    Injected /home/iojs/node-tmp/.tmp.4124/sea-prep.blob into /home/iojs/node-tmp/.tmp.4124/sea
    [process 4052196]: --- stderr ---
    Found SEA blob 0xe9b0188, size=4521591
    Found SEA resource 0xe9b0188, size=4521591
    Read<uint32_t>()(4-byte), count=1: { 21223968 }, read 4 bytes
    Read SEA magic 143da20
    Read<uint32_t>()(4-byte), count=1: { 6 }, read 4 bytes
    Read SEA flags 6
    Read<uint64_t>()(8-byte), count=1: { 11 }, read 8 bytes
    ReadStringView(), length=11: 0xe9b0198, read 11 bytes, content: snapshot.js
    Read SEA code path 0xe9b0198, size=11
    Read<uint64_t>()(8-byte), count=1: { 4521556 }, read 8 bytes
    ReadStringView(), length=4521556: 0xe9b01ab, read 4521556 bytes
    Read SEA resource snapshot 0xe9b01ab...

Reason sequential/test-worker-fshandles-error-on-termination
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52164/)
Appeared test-rackspace-win2019_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57939/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57940/
Example
not ok 936 sequential/test-worker-fshandles-error-on-termination
  ---
  duration_ms: 665.03200
  severity: crashed
  exitcode: 3221225477
  stack: |-
  ...


Reason wpt/test-url
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52175/, https://github.com/nodejs/node/pull/52239/)
Appeared test-azure_msft-win11_vs2022-arm64-3, test-digitalocean-ubuntu2204_sharedlibs_container-x64-7, test-ibm-ubuntu2204_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/57958/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57984/
Example
not ok 983 wpt/test-url
  ---
  duration_ms: 905.23400
  severity: crashed
  exitcode: 3221225477
  stack: |-
    [SKIPPED] idlharness-shadowrealm.window.js: ShadowRealm support is not enabled
    [SKIPPED] javascript-urls.window.js: requires document.body reference
    [SKIPPED] percent-encoding.window.js: TODO: port from .window.js
    [SKIPPED] url-setters-a-area.window.js?include=file: already tested in url-setters.any.js
    [SKIPPED] url-setters-a-area.window.js?include=javascript: already tested in url-setters.any.js
    [SKIPPED] url-setters-a-area.window.js?include=mailto: already tested in url-setters.any.js
    [SKIPPED] url-setters-a-area.window.js?exclude=(file|javascript|mailto): already tested in url-setters.any.js
    [EXPECTED_FAILURE][FAIL] searchParams on location object
    assert_false: location object should not have a searchParams attribute expected false got true
        at Test.<anonymous> (d:\workspace\node-test-binary-windows-js-suites\node\test\fixtures\wpt\url\historical.any.js:3:...

Jenkins Failure
Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/51306/)
Appeared test-digitalocean-freebsd12-x64-2, test-orka-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57939/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57953/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:31156' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy141.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1212)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1204)

Reason Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64
Type JENKINS_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52161/)
Appeared test-orka-macos11-x64-1, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/58004/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58008/
Example
java.io.IOException: Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64
	at hudson.FilePath.createTextTempFile(FilePath.java:1662)
	at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:202)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:120)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at hudson.plugins.postbuildtask.PostbuildTask.perform(PostbuildTask.java:123)

CCTest Failure
Git Failure
Build Failure
Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/51306/, https://github.com/nodejs/node/pull/52190/, https://github.com/nodejs/node/pull/52260/, https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52225/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-nearform-macos10.15-x64-2, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57950/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58010/
Example
fatal: No rebase in progress?

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/52227/, https://github.com/nodejs/node/pull/51783/, https://github.com/nodejs/node/pull/52239/, https://github.com/nodejs/node/pull/52292/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57970/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58018/
Example
fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device)

Reason Failed to trigger sub builds
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52153/, https://github.com/nodejs/node/pull/52135/)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/57923/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57979/
Example
Failed to trigger sub builds

Reason ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ...
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52293/)
Appeared test-softlayer-debian12-x64-1, test-rackspace-fedora32-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/58004/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58017/
Example
ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for node-test-commit-linux/nodes=debian12-x64 #56886
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: 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 2 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/52135/)
Appeared test-rackspace-win2022_vs2022-x64-1, test-rackspace-win2022_vs2022-x64-6, test-rackspace-win2022_vs2022-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/57926/
Last CI https://ci.nodejs.org/job/node-test-pull-request/58019/
Example
error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
LINK : fatal error LNK1102: out of memory [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\mksnapshot_host.vcxproj]
  array-with-tq-csa.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\tuple(315,1): fatal  error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
  array-unshift-tq-csa.cc

Progress
  • parallel/test-http2-large-write-multiple-requests (6)
  • parallel/test-performance-function (6)
  • parallel/test-buffer-constructor-node-modules-paths (4)
  • parallel/test-http-get-pipeline-problem (4)
  • parallel/test-child-process-exec-encoding (3)
  • pummel/test-crypto-timing-safe-equal-benchmarks (3)
  • wpt/test-wasm-webapi (3)
  • es-module/test-esm-loader-chaining (2)
  • parallel/test-child-process-exec-maxbuf (2)
  • parallel/test-child-process-flush-stdio (2)
  • parallel/test-domain-error-types (2)
  • parallel/test-macos-app-sandbox (2)
  • parallel/test-shadow-realm-gc (2)
  • parallel/test-worker-http2-stream-terminate (2)
  • pummel/test-fs-readfile-tostring-fail (2)
  • sequential/test-single-executable-application-snapshot-and-code-cache (2)
  • sequential/test-worker-fshandles-error-on-termination (2)
  • wpt/test-url (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • Failed to create a temp file on /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64 (2)
  • fatal: No rebase in progress? (5)
  • fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device) (4)
  • Failed to trigger sub builds (3)
  • ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ... (2)
  • error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj] (2)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked CI console logs and the named tests under test/parallel and test/pummel, especially test-http2-large-write-multiple-requests and test-performance-function. Compare failures across the listed platforms and reproduce the affected test runs; the report does not specify a particular change or acceptance condition, so completion is not defined.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js, shell
Domain
ci-cd, testing-qa
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.