nodejs / nodejs/reliability

CI Reliability 2024-05-21

Open
#871 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/59225 to node-test-pull-request/59324 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-21 00:08 0 11 25 1 63 11.11%
JSTest Failure
Reason benchmark/test-benchmark-crypto
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/53014/, https://github.com/nodejs/node/pull/53020/, https://github.com/nodejs/node/pull/53019/, https://github.com/nodejs/node/pull/53002/, https://github.com/nodejs/node/pull/52905/, https://github.com/nodejs/node/pull/48253/, https://github.com/nodejs/node/pull/53053/)
Appeared test-osuosl-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-7, test-digitalocean-ubuntu2204_sharedlibs_container-x64-5, test-ibm-ubuntu2204_sharedlibs_container-x64-5, test-ibm-rhel8-s390x-1, test-softlayer-debian12-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-1, test-digitalocean-ubuntu2204-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59232/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59295/
Example
not ok 4003 benchmark/test-benchmark-crypto
  ---
  duration_ms: 3519.21300
  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 (/home/iojs/build/workspace/node-test-commit-arm/benchmark/crypto/timingSafeEqual.js:21:10)
        at /home/iojs/build/workspace/node-test-commit-arm/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.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/common/benchmark.js:28:12)
        at Chil...

Reason parallel/test-pipe-file-to-http
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/53000/, https://github.com/nodejs/node/pull/52996/, https://github.com/nodejs/node/pull/52998/, https://github.com/nodejs/node/pull/53046/, https://github.com/nodejs/node/pull/53034/, https://github.com/nodejs/node/pull/52762/, https://github.com/nodejs/node/pull/52905/)
Appeared test-equinix-debian11_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-1, test-equinix-debian11_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59226/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59322/
Example
not ok 3830 parallel/test-pipe-file-to-http
  ---
  duration_ms: 360116.21300
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-cli-node-options
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/52773/, https://github.com/nodejs/node/pull/53066/, https://github.com/nodejs/node/pull/52762/, https://github.com/nodejs/node/pull/53061/, https://github.com/nodejs/node/pull/53062/)
Appeared test-rackspace-win2019_vs2019-x64-3, test-azure_msft-win2016_vs2017-x64-2, test-rackspace-win2019_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59263/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59324/
Example
not ok 123 parallel/test-cli-node-options
  ---
  duration_ms: 1375.01200
  severity: fail
  exitcode: 3221226505
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.124
    Files blocking: []
    
  ...


Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/53032/, https://github.com/nodejs/node/pull/53002/, https://github.com/nodejs/node/pull/48253/, https://github.com/nodejs/node/pull/53061/, https://github.com/nodejs/node/pull/53073/)
Appeared test-ibm-rhel8-x64-1, test-ibm-alpine319_container-x64-1, test-ibm-rhel8-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59262/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59323/
Example
not ok 2391 parallel/test-performance-function
  ---
  duration_ms: 178.69600
  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 v23.0.0-pre
  ...


Reason parallel/test-cli-permission-deny-fs
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/53066/, https://github.com/nodejs/node/pull/52762/, https://github.com/nodejs/node/pull/53061/, https://github.com/nodejs/node/pull/53062/)
Appeared test-rackspace-win2019_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/59314/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59324/
Example
not ok 120 parallel/test-cli-permission-deny-fs
  ---
  duration_ms: 995.00400
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:126
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    '' !== 'false'
    
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-cli-permission-deny-fs.js:43:10)
        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 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '',
      expected: 'false',
      operator: 'strictEqual'
    }
    
    Node.js v20.13.2-...

Reason parallel/test-blob-file-backed
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/52993/, https://github.com/nodejs/node/pull/52905/, https://github.com/nodejs/node/pull/53034/)
Appeared test-digitalocean-fedora39-x64-1, test-digitalocean-ubi81_container-x64-1, test-digitalocean-fedora38-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59237/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59300/
Example
not ok 345 parallel/test-blob-file-backed
  ---
  duration_ms: 139.73500
  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.<anonymous> (node:internal/blob:289:25)
    
    Node.js v23.0.0-pre
  ...


Reason parallel/test-buffer-tostring-rangeerror
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/53019/, https://github.com/nodejs/node/pull/52973/, https://github.com/nodejs/node/pull/52951/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-5, test-ibm-rhel8-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/59241/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59287/
Example
not ok 1376 parallel/test-buffer-tostring-rangeerror
  ---
  duration_ms: 120042.99800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    (node:1075097) [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-runner-output
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/53019/, https://github.com/nodejs/node/pull/53066/, https://github.com/nodejs/node/pull/53062/)
Appeared test-osuosl-aix72-ppc64_be-2, test-equinix_mnx-smartos20-x64-3, test-rackspace-fedora32-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59246/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59317/
Example
not ok 2698 parallel/test-runner-output
  ---
  duration_ms: 4010.31700
  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: 2737.690395
          ...


Reason wpt/test-compression
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/52951/, https://github.com/nodejs/node/pull/53029/, https://github.com/nodejs/node/pull/53054/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-10, test-digitalocean-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-ubuntu2204_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/59254/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59294/
Example
not ok 4072 wpt/test-compression
  ---
  duration_ms: 1440074.89000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [SKIPPED] compression-bad-chunks.tentative.any.js: Execution "hangs", ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write
    [SKIPPED] decompression-bad-chunks.tentative.any.js: Execution "hangs", ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write
    [SKIPPED] decompression-buffersource.tentative.any.js: ArrayBuffer and TypedArray is not accepted and throws, instead of rejects during writer.write
    [SKIPPED] idlharness-shadowrealm.window.js: ShadowRealm support is not enabled
    [SKIPPED] third_party/pako/pako_inflate.min.js: This is not a test file.
    [PASS] "a" should cause the constructor to throw
    [PASS] no input should cause the constructor to throw
    [PASS] "a" should cause the constructor to throw
    [PASS] no input should cause the constructor to throw
    [PASS] non-string inpu...

Reason parallel/test-fs-stat-bigint
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52993/, https://github.com/nodejs/node/pull/52974/)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/59237/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59255/
Example
not ok 1302 parallel/test-fs-stat-bigint
  ---
  duration_ms: 262.84500
  severity: fail
  exitcode: 1
  stack: |-
    
    node:internal/event_target:1090
      process.nextTick(() => { throw err; });
                               ^
    AssertionError [ERR_ASSERTION]: Number version atimeMs = 1715890307803.3796, BigInt version atimeMs = 1715890307803n, Allowable delta = 0
        at verifyStats (/home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-fs-stat-bigint.js:70:7)
        at runSyncTest (/home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-fs-stat-bigint.js:102:3)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-fs-stat-bigint.js:120:3)
        at Module._compile (node:internal/modules/cjs/loader:1434:14)
        at Object..js (node:internal/modules/cjs/loader:1518:10)
        at Module.load (node:internal/modules/cjs/loader:1249:32)
        at Function._load (node:...

Reason parallel/test-http-get-pipeline-problem
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53028/, https://github.com/nodejs/node/pull/52762/)
Appeared test-azure_msft-win2016_vs2017-x64-2, test-rackspace-win2016_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59258/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59265/
Example
not ok 351 parallel/test-http-get-pipeline-problem
  ---
  duration_ms: 326.00000
  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
    done 5
    recv 6
    done 6
    recv 7
    done 7
    recv 8
  ...


Reason parallel/test-net-write-fully-async-buffer
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/52993/, https://github.com/nodejs/node/pull/52762/)
Appeared test-digitalocean-debian12-x64-1, test-equinix-rhel8_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59237/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59319/
Example
not ok 2583 parallel/test-net-write-fully-async-buffer
  ---
  duration_ms: 120114.18000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53052/, https://github.com/nodejs/node/pull/53073/)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59296/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59323/
Example
not ok 4106 sequential/test-http-server-request-timeouts-mixed
  ---
  duration_ms: 3368.74200
  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
  ...


Jenkins Failure
Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/52951/, https://github.com/nodejs/node/pull/52997/, https://github.com/nodejs/node/pull/52974/, https://github.com/nodejs/node/pull/53053/)
Appeared test-rackspace-win2022_vs2022-x64-2, test-rackspace-win2022_vs2022-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/59227/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59297/
Example
Build timed out (after 60 minutes). Marking the build as failed.

CCTest Failure
Reason Value of: (!expectation.read_expected)
Type CC_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/53034/, https://github.com/nodejs/node/pull/53029/, https://github.com/nodejs/node/pull/53061/)
Appeared test-equinix-rhel8_container-arm64-1, test-equinix-rhel8_container-arm64-2, test-digitalocean-fedora39-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59278/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59316/
Example
Value of: (!expectation.read_expected)
  Actual: true
Expected: false

[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)

Reason C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
Type CC_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53000/, https://github.com/nodejs/node/pull/53053/)
Appeared test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win11_vs2022-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/59226/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59306/
Example
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
  Actual: true
Expected: false

[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5001 ms)

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 12 (https://github.com/nodejs/node/pull/52990/, https://github.com/nodejs/node/pull/53020/, https://github.com/nodejs/node/pull/52905/, https://github.com/nodejs/node/pull/52848/, https://github.com/nodejs/node/pull/52951/, https://github.com/nodejs/node/pull/52658/, https://github.com/nodejs/node/pull/53002/, https://github.com/nodejs/node/pull/53053/, https://github.com/nodejs/node/pull/53052/, https://github.com/nodejs/node/pull/52829/, https://github.com/nodejs/node/pull/52762/, https://github.com/nodejs/node/pull/53062/)
Appeared test-rackspace-win2022_vs2022-x64-5, test-rackspace-win2022_vs2022-x64-2, test-rackspace-win2022_vs2022-x64-4, test-rackspace-win2022_vs2022-x64-3, test-rackspace-win2022_vs2022-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/59225/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59317/
Example
error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
  string-repeat-tq-csa.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\tuple(121,1): fatal  error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]
  string-slice-tq-csa.cc
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\utility(642,1): fatal  error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj]

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/53053/, https://github.com/nodejs/node/pull/52905/)
Appeared test-equinix-ubuntu2204-x64-1, test-ibm-ubuntu2204_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/59297/
Last CI https://ci.nodejs.org/job/node-test-pull-request/59322/
Example
fatal: No rebase in progress?

Progress
  • benchmark/test-benchmark-crypto (7)
  • parallel/test-pipe-file-to-http (7)
  • parallel/test-cli-node-options (5)
  • parallel/test-performance-function (5)
  • parallel/test-cli-permission-deny-fs (4)
  • parallel/test-blob-file-backed (3)
  • parallel/test-buffer-tostring-rangeerror (3)
  • parallel/test-runner-output (3)
  • wpt/test-compression (3)
  • parallel/test-fs-stat-bigint (2)
  • parallel/test-http-get-pipeline-problem (2)
  • parallel/test-net-write-fully-async-buffer (2)
  • sequential/test-http-server-request-timeouts-mixed (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (4)
  • Value of: (!expectation.read_expected) (3)
  • C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected) (2)
  • error C1060: compiler is out of heap space [C:\workspace\node-compile-windows\node\tools\v8_gypfiles\v8_initializers.vcxproj] (12)
  • fatal: No rebase in progress? (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 failures, including benchmark/crypto/timingSafeEqual.js, test/parallel/test-performance-function.js, and test/parallel/test-cli-permission-deny-fs.js. Reproduce the failures in their reported environments and trace each failure to its source; done means the listed CI failures no longer recur.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.