Skip to content

CI Reliability 2023-02-07 #498

Open
Open
@github-actions

Description

@github-actions

Failures in node-test-pull-request/49360 to node-test-pull-request/49457 that failed more than 2 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
2023-02-07 00:15 0 5 19 4 72 5.21%

JSTest Failure

Reason addons/new-isolate-addon/test
Type JS_TEST_FAILURE
Failed PR 19 (nodejs/node#46486, nodejs/node#46471, nodejs/node#46499, nodejs/node#45258, nodejs/node#46056, nodejs/node#46497, nodejs/node#46500, nodejs/node#46506, nodejs/node#46425, nodejs/node#46494, nodejs/node#46410, nodejs/node#46428, nodejs/node#46489, nodejs/node#46510, nodejs/node#46502, nodejs/node#46503, nodejs/node#45038, nodejs/node#46495, nodejs/node#46491)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49360/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49450/
Example
not ok 26 addons/new-isolate-addon/test
  ---
  duration_ms: 0.316
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    + actual - expected
    
      Uint8Array(1) [
    +   0
    -   66
      ]
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test.js:8:8)
        at Module._compile (node:internal/modules/cjs/loader:1246:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
        at Module.load (node:internal/modules/cjs/loader:1103:32)
        at Module._load (node:internal/modules/cjs/loader:942:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: Uint8Array(1) [ 0 ],
      expected: Uint8Array(1) [ 6...

Reason addons/new-isolate-addon/test-nonodesnapshot
Type JS_TEST_FAILURE
Failed PR 19 (nodejs/node#46486, nodejs/node#46471, nodejs/node#46499, nodejs/node#45258, nodejs/node#46056, nodejs/node#46497, nodejs/node#46500, nodejs/node#46506, nodejs/node#46425, nodejs/node#46494, nodejs/node#46410, nodejs/node#46428, nodejs/node#46489, nodejs/node#46510, nodejs/node#46502, nodejs/node#46503, nodejs/node#45038, nodejs/node#46495, nodejs/node#46491)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49360/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49450/
Example
not ok 57 addons/new-isolate-addon/test-nonodesnapshot
  ---
  duration_ms: 0.333
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    + actual - expected
    
      Uint8Array(1) [
    +   0
    -   66
      ]
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test.js:8:8)
        at Module._compile (node:internal/modules/cjs/loader:1246:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
        at Module.load (node:internal/modules/cjs/loader:1103:32)
        at Module._load (node:internal/modules/cjs/loader:942:12)
        at Module.require (node:internal/modules/cjs/loader:1127:19)
        at require (node:internal/modules/helpers:112:18)
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test-nonodesnap...

Reason parallel/test-buffer-isascii
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46486, nodejs/node#46501, nodejs/node#44004, nodejs/node#46410, nodejs/node#45258, nodejs/node#46470, nodejs/node#46494)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49451/
Example
not ok 88 parallel/test-buffer-isascii
  ---
  duration_ms: 0.452
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-isascii.js:10:8)
        at Module._compile (node:internal/modules/cjs/loader:1246:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
        at Module.load (node:internal/modules/cjs/loader:1103:32)
        at Module._load (node:internal/modules/cjs/loader:942:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-buffer-isutf8
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46486, nodejs/node#46501, nodejs/node#44004, nodejs/node#46410, nodejs/node#45258, nodejs/node#46470, nodejs/node#46494)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49451/
Example
not ok 95 parallel/test-buffer-isutf8
  ---
  duration_ms: 0.387
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-buffer-isutf8.js:10:8)
        at Module._compile (node:internal/modules/cjs/loader:1246:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
        at Module.load (node:internal/modules/cjs/loader:1103:32)
        at Module._load (node:internal/modules/cjs/loader:942:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-child-process-cwd
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46486, nodejs/node#46501, nodejs/node#44004, nodejs/node#46410, nodejs/node#45258, nodejs/node#46470, nodejs/node#46494)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49451/
Example
not ok 102 parallel/test-child-process-cwd
  ---
  duration_ms: 0.556
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: c:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.102
    Files blocking: []
    
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'C:\\Windows'
    - 'C:\\WINDOWS'
            ^
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-cwd.js:56:26)
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15)
        at ChildProcess.emit (node:events:510:28)
        at maybeClose (node:internal/child_process:1098:16)
        at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 'C:\\Windows',
      expected: 'C:\\WINDOWS',
   ...

Reason parallel/test-child-process-exec-cwd
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46486, nodejs/node#46501, nodejs/node#44004, nodejs/node#46410, nodejs/node#45258, nodejs/node#46470, nodejs/node#46494)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49451/
Example
not ok 101 parallel/test-child-process-exec-cwd
  ---
  duration_ms: 0.420
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:400
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(stdout.startsWith(dir))
    
        at c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
        at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:413:17
        at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15
        at ChildProcess.exithandler (node:child_process:411:7)
        at ChildProcess.emit (node:events:510:28)
        at maybeClose (node:internal/child_process:1098:16)
        at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-webcrypto-wrap-unwrap
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46486, nodejs/node#46501, nodejs/node#44004, nodejs/node#46410, nodejs/node#45258, nodejs/node#46470, nodejs/node#46494)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49451/
Example
not ok 867 parallel/test-webcrypto-wrap-unwrap
  ---
  duration_ms: 12.648
  severity: fail
  exitcode: 1
  stack: |-
    (node:2604) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
    (Use `node --trace-warnings ...` to show where the warning was created)
    (node:2604) ExperimentalWarning: The Ed448 Web Crypto API algorithm is an experimental feature and might change at any time
    (node:2604) ExperimentalWarning: The X25519 Web Crypto API algorithm is an experimental feature and might change at any time
    (node:2604) ExperimentalWarning: The X448 Web Crypto API algorithm is an experimental feature and might change at any time
    
    node:internal/per_context/domexception:53
        ErrorCaptureStackTrace(this);
        ^
    DOMException [DataError]: Invalid wrapped JWK key
        at new DOMException (node:internal/per_context/domexception:53:5)
        at __node_internal_ (node:internal/util:609:10)
        at SubtleCrypto.unwrapKey...

Reason wpt/test-encoding
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46486, nodejs/node#46501, nodejs/node#44004, nodejs/node#46410, nodejs/node#45258, nodejs/node#46470, nodejs/node#46494)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49451/
Example
not ok 922 wpt/test-encoding
  ---
  duration_ms: 3.112
  severity: fail
  exitcode: 1
  stack: |-
    ---- api-invalid-label.any.js ----
    [SKIPPED] location is not defined
    ---- idlharness.any.js ----
    [SKIPPED] No implementation of TextDecoderStream and TextEncoderStream
    ---- iso-2022-jp-decoder.any.js ----
    [SKIPPED] iso-2022-jp decoder state handling bug: https://encoding.spec.whatwg.org/#iso-2022-jp-decoder
    ---- legacy-mb-schinese\gb18030\gb18030-decoder.any.js ----
    [SKIPPED] The gb18030 encoding is not supported
    ---- legacy-mb-schinese\gbk\gbk-decoder.any.js ----
    [SKIPPED] The gbk encoding is not supported
    ---- replacement-encodings.any.js ----
    [SKIPPED] decoding-helpers.js needs XMLHttpRequest
    ---- single-byte-decoder.window.js ----
    [SKIPPED] location is not defined
    ---- streams\realms.window.js ----
    [SKIPPED] window is not defined
    ---- textdecoder-fatal-single-byte.any.js ----
    [SKIPPED] The iso-8859-16 encoding is not supported
    ---- t...

Reason wpt/test-webcrypto
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#46486, nodejs/node#46501, nodejs/node#44004, nodejs/node#46410, nodejs/node#45258, nodejs/node#46470, nodejs/node#46494)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49451/
Example
not ok 925 wpt/test-webcrypto
  ---
  duration_ms: 357.303
  severity: fail
  exitcode: 1
  stack: |-
    ---- algorithm-discards-context.https.window.js ----
    [SKIPPED] Not relevant in Node.js context
    ---- historical.any.js ----
    [SKIPPED] Not relevant in Node.js context
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] setup - define tests
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 good parameters
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 mixed case parameters
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 with null length
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 short result
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 non-multiple of 8 bits
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ----
    [PASS] X25519 missing public property
    ---- derive_bits_keys\cfrg_curves_bits.https.any.js ---...

Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#46500, nodejs/node#46506, nodejs/node#46489, nodejs/node#46510)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/49401/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49423/
Example
not ok 2233 parallel/test-performance-function
  ---
  duration_ms: 0.265
  severity: fail
  exitcode: 1
  stack: |-
    
    node:internal/event_target:1031
      process.nextTick(() => { throw err; });
                               ^
    RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
        at RecordableHistogram.record (node:internal/histogram:283:5)
        at processComplete (node:internal/perf/timerify:40:15)
        at timerified m (node:internal/perf/timerify:87:5)
        at /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-performance-function.js:98:5
        at runNextTicks (node:internal/process/task_queues:60:5)
        at listOnTimeout (node:internal/timers:537:9)
        at process.processTimers (node:internal/timers:511:7)
    Emitted 'error' event on Worker instance at:
        at [kOnErrorMessage] (node:internal/worker:299:10)
        at [kOnMessage] (node:internal/worker:310:37)
   ...

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#45258, nodejs/node#46501, nodejs/node#46410)
Appeared test-rackspace-win2012r2_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-1, test-nearform-macos11.0-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49377/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49437/
Example
not ok 920 sequential/test-worker-prof
  ---
  duration_ms: 2.52
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with non-zero status:                      {
      status: 3221225477,
      signal: null,
      output: [ null, '', '' ],
      pid: 188,
      stdout: '',
      stderr: ''
    }
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\sequential\test-worker-prof.js:61:10)
        at Module._compile (node:internal/modules/cjs/loader:1246:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
        at Module.load (node:internal/modules/cjs/loader:1103:32)
        at Module._load (node:internal/modules/cjs/loader:942:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
   ...

Reason parallel/test-child-process-fork-exec-path
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46410, nodejs/node#46489)
Appeared test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49418/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49422/
Example
not ok 474 parallel/test-child-process-fork-exec-path
  ---
  duration_ms: 180.346
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-runner-watch-mode
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46489, nodejs/node#46150)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49422/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49433/
Example
not ok 2865 parallel/test-runner-watch-mode
  ---
  duration_ms: 120.45
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    TAP version 13
  ...


CCTest Failure

Reason ../test/cctest/test_inspector_socket.cc:323: Failure
Type CC_TEST_FAILURE
Failed PR 2 (nodejs/node#46447, nodejs/node#46387)
Appeared test-digitalocean-alpine312_container-x64-2, test-digitalocean-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49375/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49457/
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)

Reason [ RUN ] InspectorSocketTest.HostIPv6NonRoutable
Type CC_TEST_FAILURE
Failed PR 2 (nodejs/node#46495, nodejs/node#46491)
Appeared test-rackspace-win2012r2_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2019-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/49434/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49450/
Example
[ RUN      ] InspectorSocketTest.HostIPv6NonRoutable
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)

Jenkins Failure

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#46410, nodejs/node#46056, nodejs/node#46503)
Appeared test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49385/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49405/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Reason Build timed out (after 120 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46489, nodejs/node#46410)
Appeared test-digitalocean-alpine311_container-x64-2, test-rackspace-fedora32-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49416/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49442/
Example
Build timed out (after 120 minutes). Marking the build as failed.

Git Failure

Reason warning: failed to remove Release/node.exe: Invalid argument
Type GIT_FAILURE
Failed PR 18 (nodejs/node#46486, nodejs/node#46471, nodejs/node#46499, nodejs/node#45258, nodejs/node#46056, nodejs/node#46497, nodejs/node#46500, nodejs/node#46506, nodejs/node#46425, nodejs/node#46494, nodejs/node#46410, nodejs/node#46428, nodejs/node#46489, nodejs/node#46510, nodejs/node#46502, nodejs/node#46503, nodejs/node#45038, nodejs/node#46495)
Appeared test-azure_msft-win10_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49360/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49432/
Example
warning: failed to remove Release/node.exe: Invalid argument

Build Failure

Progress

  • addons/new-isolate-addon/test (19)
  • addons/new-isolate-addon/test-nonodesnapshot (19)
  • parallel/test-buffer-isascii (7)
  • parallel/test-buffer-isutf8 (7)
  • parallel/test-child-process-cwd (7)
  • parallel/test-child-process-exec-cwd (7)
  • parallel/test-webcrypto-wrap-unwrap (7)
  • wpt/test-encoding (7)
  • wpt/test-webcrypto (7)
  • parallel/test-performance-function (4)
  • sequential/test-worker-prof (3)
  • parallel/test-child-process-fork-exec-path (2)
  • parallel/test-runner-watch-mode (2)
  • ../test/cctest/test_inspector_socket.cc:323: Failure (2)
  • [ RUN ] InspectorSocketTest.HostIPv6NonRoutable (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (3)
  • Build timed out (after 120 minutes). Marking the build as failed. (2)
  • warning: failed to remove Release/node.exe: Invalid argument (18)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions