nodejs / nodejs/reliability

CI Reliability 2024-02-28

Open
#796 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/57380 to node-test-pull-request/57475 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-02-28 00:07 1 2 31 0 66 2.02%
Jenkins Failure
Reason Build timed out (after 30 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49741/, https://github.com/nodejs/node/pull/51800/)
Appeared test-rackspace-win2019_vs2019-x64-4, test-rackspace-win2022_vs2022-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57444/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57463/
Example
Build timed out (after 30 minutes). Marking the build as failed.

Git Failure
Build Failure
Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/51850/, https://github.com/nodejs/node/pull/51829/, https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/51645/, https://github.com/nodejs/node/pull/51331/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-ubuntu2204_sharedlibs_container-x64-9, test-ibm-ubuntu2204_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57405/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57474/
Example
fatal: No rebase in progress?

JSTest Failure
Reason es-module/test-http-imports
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51768/, https://github.com/nodejs/node/pull/51800/, https://github.com/nodejs/node/pull/51808/, https://github.com/nodejs/node/pull/51783/, https://github.com/nodejs/node/pull/51851/, https://github.com/nodejs/node/pull/51736/)
Appeared test-rackspace-win2016_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57459/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57475/
Example
not ok 65 es-module/test-http-imports
  ---
  duration_ms: 1148.99500
  severity: fail
  exitcode: 3221226505
  stack: |-
    (node:5160) ExperimentalWarning: Network Imports is an experimental feature and might change at any time
    (Use `node --trace-warnings ...` to show where the warning was created)
    (node:5160) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
    (node:5160) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
  ...


Reason parallel/test-child-process-fork-net
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51863/, https://github.com/nodejs/node/pull/51865/, https://github.com/nodejs/node/pull/51331/, https://github.com/nodejs/node/pull/51820/, https://github.com/nodejs/node/pull/51768/, https://github.com/nodejs/node/pull/51736/)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win11_vs2022-arm64-6, test-rackspace-win2019_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57385/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57470/
Example
not ok 106 parallel/test-child-process-fork-net
  ---
  duration_ms: 554.19000
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched <anonymous> function calls. Expected exactly 1, actual 4.
        at mustCall (c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:431:10)
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-fork-net.js:38:25)
        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
    Mismatched <anonymous> function calls. Expected exactly 1, actual 4.
        at mustCall (c:\workspace\node-test-binary-windows-js-suites\node\test\common\inde...

Reason parallel/test-http-chunk-extensions-limit
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51863/, https://github.com/nodejs/node/pull/51865/, https://github.com/nodejs/node/pull/51808/, https://github.com/nodejs/node/pull/51783/, https://github.com/nodejs/node/pull/51044/, https://github.com/nodejs/node/pull/51800/)
Appeared test-osuosl-aix72-ppc64_be-2, test-osuosl-aix72-ppc64_be-3, test-ibm-aix72-ppc64_be-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57385/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57463/
Example
not ok 1344 parallel/test-http-chunk-extensions-limit
  ---
  duration_ms: 1321.69200
  severity: fail
  exitcode: 1
  stack: |-
    node:events:497
          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:169:8)
        at emitErrorCloseNT (node:internal/streams/destroy:128:3)
        at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -73,
      code: 'ECONNRESET',
      syscall: 'read'
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-worker-exit-code
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51768/, https://github.com/nodejs/node/pull/51800/, https://github.com/nodejs/node/pull/51808/, https://github.com/nodejs/node/pull/51783/, https://github.com/nodejs/node/pull/51851/, https://github.com/nodejs/node/pull/51736/)
Appeared test-azure_msft-win11_vs2022-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57459/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57475/
Example
not ok 864 parallel/test-worker-exit-code
  ---
  duration_ms: 700.00900
  severity: crashed
  exitcode: 3221225477
  stack: |-
    ok - 2 exited with 0
    ok - 0 exited with 42
    ok - 6 exited with 97
    Error: ok
        at Object.exitWithOneOnUncaught [as func] (c:\workspace\node-test-binary-windows-js-suites\node\test\fixtures\process-exit-code-cases.js:46:11)
        at MessagePort.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-worker-exit-code.js:24:54)
        at [nodejs.internal.kHybridDispatch] (node:internal/event_target:826:20)
        at exports.emitMessage (node:internal/per_context/messageport:23:28)
    ok - 3 exited with 1
    Error: ok
        at Object.changeCodeInExitWithUncaught [as func] (c:\workspace\node-test-binary-windows-js-suites\node\test\fixtures\process-exit-code-cases.js:92:11)
        at MessagePort.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-worker-exit-code.js:24:54)
        at [nodejs.internal...

Reason wasi/test-wasi
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/51809/, https://github.com/nodejs/node/pull/51801/, https://github.com/nodejs/node/pull/51820/, https://github.com/nodejs/node/pull/51800/, https://github.com/nodejs/node/pull/51736/)
Appeared test-azure_msft-win11_vs2022-arm64-4, test-azure_msft-win11_vs2022-arm64-5, test-azure_msft-win11_vs2022-arm64-6, test-azure_msft-win11_vs2022-arm64-2, test-azure_msft-win11_vs2022-arm64-3, test-azure_msft-win11_vs2022-arm64-1, test-azure_msft-win11_vs2022-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57400/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57475/
Example
not ok 923 wasi/test-wasi
  ---
  duration_ms: 5836.95200
  severity: fail
  exitcode: 1
  stack: |-
    executing cant_dotdot
    (node:5192) 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:10300) 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)
    
    ...

Reason parallel/test-child-process-exec-encoding
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/49741/, https://github.com/nodejs/node/pull/51829/, https://github.com/nodejs/node/pull/51736/, https://github.com/nodejs/node/pull/51851/)
Appeared test-rackspace-win2019_vs2019-x64-2, test-rackspace-win2019_vs2019-x64-3, test-rackspace-win2019_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/57430/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57471/
Example
not ok 101 parallel/test-child-process-exec-encoding
  ---
  duration_ms: 562.02400
  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.onexi...

Reason parallel/test-worker-memory
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/51841/, https://github.com/nodejs/node/pull/51863/, https://github.com/nodejs/node/pull/51850/, https://github.com/nodejs/node/pull/51783/)
Appeared test-azure_msft-win11_vs2022-x64-4, test-rackspace-win2022_vs2022-x64-1, test-rackspace-win2019_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57382/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57417/
Example
not ok 876 parallel/test-worker-memory
  ---
  duration_ms: 1651.99400
  severity: crashed
  exitcode: 3221225477
  stack: |-
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=10 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called...

Reason sequential/test-worker-fshandles-open-close-on-termination
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/51865/, https://github.com/nodejs/node/pull/51809/, https://github.com/nodejs/node/pull/51829/, https://github.com/nodejs/node/pull/51044/)
Appeared test-azure_msft-win10_vs2019-x64-1, test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win2016_vs2017-x64-2, test-azure_msft-win11_vs2022-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57396/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57446/
Example
not ok 968 sequential/test-worker-fshandles-open-close-on-termination
  ---
  duration_ms: 567.00400
  severity: crashed
  exitcode: 3221225477
  stack: |-
  ...


Reason parallel/test-child-process-exec-maxbuf
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51829/, https://github.com/nodejs/node/pull/51736/, https://github.com/nodejs/node/pull/51851/)
Appeared test-rackspace-win2019_vs2019-x64-2, test-rackspace-win2019_vs2019-x64-3, test-rackspace-win2019_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/57435/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57471/
Example
not ok 99 parallel/test-child-process-exec-maxbuf
  ---
  duration_ms: 409.00100
  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:49: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-child-process-execfile
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/49741/, https://github.com/nodejs/node/pull/51829/, https://github.com/nodejs/node/pull/51736/)
Appeared test-rackspace-win2019_vs2019-x64-3, test-rackspace-win2019_vs2019-x64-4, test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57430/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57441/
Example
not ok 99 parallel/test-child-process-execfile
  ---
  duration_ms: 409.00100
  severity: crashed
  exitcode: 2147483651
  stack: |-
    
    #
    # Fatal process out of memory: Re-embedded builtins: set permissions
    #
    
  ...


Reason parallel/test-child-process-flush-stdio
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/49741/, https://github.com/nodejs/node/pull/51736/, https://github.com/nodejs/node/pull/51851/)
Appeared test-rackspace-win2019_vs2019-x64-2, test-rackspace-win2019_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/57430/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57471/
Example
not ok 97 parallel/test-child-process-flush-stdio
  ---
  duration_ms: 50.99100
  severity: fail
  exitcode: 3221225773
  stack: |-
  ...


Reason parallel/test-fs-read-stream-concurrent-reads
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51713/, https://github.com/nodejs/node/pull/51865/, https://github.com/nodejs/node/pull/51887/)
Appeared test-ibm-rhel8-x64-1, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57395/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57437/
Example
not ok 1445 parallel/test-fs-read-stream-concurrent-reads
  ---
  duration_ms: 120100.99700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51808/, https://github.com/nodejs/node/pull/51850/, https://github.com/nodejs/node/pull/51809/)
Appeared test-ibm-rhel8-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57410/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57429/
Example
not ok 2317 parallel/test-performance-function
  ---
  duration_ms: 148.21000
  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 {
      code: 'ERR_OUT_OF_RANGE'
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-shadow-realm-gc
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51850/, https://github.com/nodejs/node/pull/51447/, https://github.com/nodejs/node/pull/51783/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-5, test-digitalocean-rhel8-x64-1, test-ibm-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57407/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57417/
Example
not ok 2692 parallel/test-shadow-realm-gc
  ---
  duration_ms: 4459.47800
  severity: crashed
  exitcode: -6
  stack: |-
    
    <--- Last few GCs --->
    in[2519998:0x561f396038a0]     3931 ms: Mark-Compact 18.8 (45.4) -> 14.9 (48.4) MB, 64.40 / 0.00 ms  (+ 15.5 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 142 ms) (average mu = 0.774, current mu = 0.636) finalize[2519998:0x561f396038a0]     4116 ms: Mark-Compact 23.8 (50.9) -> 18.1 (52.9) MB, 91.46 / 0.00 ms  (+ 13.9 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 161 ms) (average mu = 0.645, current mu = 0.505) finalize
    
    <--- JS stacktrace --->
    
    FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
    ----- Native stack trace -----
    
     1: 0x561f3663f4f5 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [out/Release/node]
     2: 0x561f36a54f04 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8...

Reason wpt/test-url
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51800/, https://github.com/nodejs/node/pull/49741/, https://github.com/nodejs/node/pull/51851/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-1, test-rackspace-win2019_vs2019-x64-3, test-rackspace-win2022_vs2022-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/57412/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57471/
Example
not ok 4135 wpt/test-url
  ---
  duration_ms: 4933.98700
  severity: crashed
  exitcode: -11
  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
    [PASS] ToASCII("fass.de")
    [PASS] ToASCII("faß.de")
    [PASS] ToASCII("Faß.de")
    [PASS] ToASCII("xn--fa-hia.de")
    [PASS] ToASCII("à.א̈")
    [PASS] ToASCII("à.א̈")
    [PASS] ToASCII("À.א̈")
    [PASS] ToASCII("À.א̈")
    [PASS] ToASCII("xn--0ca.xn--ssa73l")
    [PASS] ToA...

Reason parallel/test-buffer-constructor-node-modules-paths
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49741/, https://github.com/nodejs/node/pull/51736/)
Appeared test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57430/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57472/
Example
not ok 88 parallel/test-buffer-constructor-node-modules-paths
  ---
  duration_ms: 410.98300
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:126
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + '#\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:1426:10)
        at Module.load (node:internal/modules/cjs/loader:1205:32)
        at Module._load (node:internal/modules/cjs/loader:1021:12)
       ...

Reason parallel/test-buffer-new
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51783/, https://github.com/nodejs/node/pull/51736/)
Appeared test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57469/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57472/
Example
not ok 84 parallel/test-buffer-new
  ---
  duration_ms: 183.00200
  severity: crashed
  exitcode: 2147483651
  stack: |-
    
    #
    # Fatal process out of memory: Re-embedded builtins: set permissions
    #
    
  ...


Reason parallel/test-child-process-exec-timeout-kill
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51829/, https://github.com/nodejs/node/pull/51851/)
Appeared test-rackspace-win2019_vs2019-x64-2, test-rackspace-win2019_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/57435/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57471/
Example
not ok 100 parallel/test-child-process-exec-timeout-kill
  ---
  duration_ms: 362.00000
  severity: fail
  exitcode: 134
  stack: |-
    
    <--- Last few GCs --->
    
    
    <--- JS stacktrace --->
    
    FATAL ERROR: Committing semi space failed. Allocation failed - JavaScript heap out of memory
    ----- Native stack trace -----
    
     1: 00007FF6DFA8F56B 
     2: 00007FF6DF9F8E34 
     3: 00007FF6E05BBEE1 
     4: 00007FF6E05A55E8 
     5: 00007FF6E03F3150 
     6: 00007FF6E03AC763 
     7: 00007FF6E03FC025 
     8: 00007FF6E03EC7A2 
     9: 00007FF6E03E8715 
    10: 00007FF6DFD220CD 
  ...


Reason parallel/test-crypto-key-objects-messageport
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51887/, https://github.com/nodejs/node/pull/51808/)
Appeared test-rackspace-win2019_vs2019-x64-4, test-azure_msft-win2016_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57437/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57468/
Example
not ok 165 parallel/test-crypto-key-objects-messageport
  ---
  duration_ms: 785.02100
  severity: fail
  exitcode: 3221226356
  stack: |-
  ...


Reason parallel/test-fs-watch-recursive-add-file
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51331/, https://github.com/nodejs/node/pull/51768/)
Appeared test-digitalocean-freebsd12-x64-1, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/57397/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57431/
Example
not ok 1011 parallel/test-fs-watch-recursive-add-file
  ---
  duration_ms: 120053.94400
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-assert-leaks
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51539/, https://github.com/nodejs/node/pull/51768/)
Appeared test-digitalocean-freebsd12-x64-1, test-equinix-debian11_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57422/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57431/
Example
not ok 1016 parallel/test-fs-watch-recursive-assert-leaks
  ---
  duration_ms: 120053.47600
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-sync-write
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51829/, https://github.com/nodejs/node/pull/51768/)
Appeared test-digitalocean-freebsd12-x64-1, test-equinix-ubuntu2004_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57420/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57431/
Example
not ok 1019 parallel/test-fs-watch-recursive-sync-write
  ---
  duration_ms: 30293.29600
  severity: fail
  exitcode: 1
  stack: |-
    /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-fs-watch-recursive-sync-write.js:25
      throw new Error('timed out');
      ^
    
    Error: timed out
        at Timeout._onTimeout (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-fs-watch-recursive-sync-write.js:25:9)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7)
    
    Node.js v21.6.3-pre
  ...


Reason parallel/test-http2-large-write-multiple-requests
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/51044/)
Appeared test-ibm-rhel8-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/57424/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57447/
Example
not ok 2144 parallel/test-http2-large-write-multiple-requests
  ---
  duration_ms: 120043.05300
  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-runner-output
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49741/, https://github.com/nodejs/node/pull/51390/)
Appeared test-osuosl-rhel8-ppc64_le-4, test-digitalocean-fedora32-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57430/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57458/
Example
not ok 2634 parallel/test-runner-output
  ---
  duration_ms: 4450.85800
  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: 1737.266313
          ...


Reason sequential/test-single-executable-application-assets
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49741/, https://github.com/nodejs/node/pull/51783/)
Appeared test-rackspace-win2016_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57430/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57432/
Example
not ok 961 sequential/test-single-executable-application-assets
  ---
  duration_ms: 25319.83000
  severity: fail
  exitcode: 1
  stack: |-
    [process 7756]: --- stderr ---
    Aborted()
    
    [process 7756]: --- stdout ---
    Start injection of NODE_SEA_BLOB in C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.960\sea.exe...
    Error: Aborted(). Build with -sASSERTIONS for more info.
    
    [process 7756]: status = 1, signal = null
    C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86:11)
        at expectSyncExit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:91:5)
        at spawnSyncAndExitWithoutError (C:\workspace\node-test-binary-windows-js-suites\node\test\common\...

Reason sequential/test-single-executable-application-assets-raw
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51829/, https://github.com/nodejs/node/pull/49686/)
Appeared test-rackspace-win2016_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57435/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57445/
Example
not ok 962 sequential/test-single-executable-application-assets-raw
  ---
  duration_ms: 25625.87700
  severity: fail
  exitcode: 1
  stack: |-
    [process 9148]: --- stderr ---
    Aborted()
    
    [process 9148]: --- stdout ---
    Start injection of NODE_SEA_BLOB in C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.961\sea.exe...
    Error: Aborted(). Build with -sASSERTIONS for more info.
    
    [process 9148]: status = 1, signal = null
    C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86:11)
        at expectSyncExit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:91:5)
        at spawnSyncAndExitWithoutError (C:\workspace\node-test-binary-windows-js-suites\node\test\com...

Reason wpt/test-wasm-webapi
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51866/, https://github.com/nodejs/node/pull/51768/)
Appeared test-rackspace-win2022_vs2022-x64-1, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/57401/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57459/
Example
not ok 974 wpt/test-wasm-webapi
  ---
  duration_ms: 767.05000
  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: no body
    [PASS] compileStreaming: no body in a promise
    [PASS] compileStreaming after consumption
    [PASS] compileStreaming before consumption
    [PASS] instantiateStreaming after consumption
    [PASS] instantiateStreaming before consumption
    [PASS] compileStreaming: empty body
    [PASS] compileStreaming: empty body in a promise
    [PASS] instantiateStreaming: no body
    [PASS] instantiateStreaming: no body in a promi...

Progress
  • Build timed out (after 30 minutes). Marking the build as failed. (2)
  • fatal: No rebase in progress? (5)
  • es-module/test-http-imports (6)
  • parallel/test-child-process-fork-net (6)
  • parallel/test-http-chunk-extensions-limit (6)
  • parallel/test-worker-exit-code (6)
  • wasi/test-wasi (5)
  • parallel/test-child-process-exec-encoding (4)
  • parallel/test-worker-memory (4)
  • sequential/test-worker-fshandles-open-close-on-termination (4)
  • parallel/test-child-process-exec-maxbuf (3)
  • parallel/test-child-process-execfile (3)
  • parallel/test-child-process-flush-stdio (3)
  • parallel/test-fs-read-stream-concurrent-reads (3)
  • parallel/test-performance-function (3)
  • parallel/test-shadow-realm-gc (3)
  • wpt/test-url (3)
  • parallel/test-buffer-constructor-node-modules-paths (2)
  • parallel/test-buffer-new (2)
  • parallel/test-child-process-exec-timeout-kill (2)
  • parallel/test-crypto-key-objects-messageport (2)
  • parallel/test-fs-watch-recursive-add-file (2)
  • parallel/test-fs-watch-recursive-assert-leaks (2)
  • parallel/test-fs-watch-recursive-sync-write (2)
  • parallel/test-http2-large-write-multiple-requests (2)
  • parallel/test-runner-output (2)
  • sequential/test-single-executable-application-assets (2)
  • sequential/test-single-executable-application-assets-raw (2)
  • wpt/test-wasm-webapi (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

Review the linked Jenkins console output and the named failing tests, including test/parallel/test-child-process-fork-net.js, test/parallel/test-http-chunk-extensions-limit.js, and test/parallel/test-worker-exit-code.js. Compare the repeated failures across the listed platforms and CI runs; done means the reported reliability failures are understood and the affected pull requests no longer fail for these reasons.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, shell
Domain
ci-cd, testing-qa
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.