Skip to content

CI Reliability 2023-02-25 #506

Description

@github-actions

Failures in node-test-pull-request/49893 to node-test-pull-request/49985 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-25 00:15 0 3 32 11 54 3.37%

JSTest Failure

Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 10 (nodejs/node#46770, nodejs/node#46753, nodejs/node#46796, nodejs/node#46795, nodejs/node#46735, nodejs/node#46802, nodejs/node#46806, nodejs/node#46536, nodejs/node#46815, nodejs/node#46816)
Appeared test-digitalocean-ubi81_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-digitalocean-freebsd12-x64-1, test-digitalocean-alpine312_container-x64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49920/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49980/
Example
not ok 1370 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 0.611
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at /home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-connection-header-persists-connection.js:54:7)
        at listOnTimeout (node:internal/timers:568:17)
        at process.processTimers (node:internal/timers:511:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-http-remove-header-stays-removed
Type JS_TEST_FAILURE
Failed PR 9 (nodejs/node#46773, nodejs/node#46801, nodejs/node#46735, nodejs/node#46633, nodejs/node#46795, nodejs/node#46794, nodejs/node#46770, nodejs/node#46816, nodejs/node#46818)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-alpine311_container-x64-2, test-softlayer-alpine312_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-alpine311_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-1, test-digitalocean-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubi81_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49897/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49983/
Example
not ok 1371 parallel/test-http-remove-header-stays-removed
  ---
  duration_ms: 0.259
  severity: fail
  exitcode: 1
  stack: |-
    ok
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-header-stays-removed.js:62:14)
        at listOnTimeout (node:internal/timers:568:17)
        at process.processTimers (node:internal/timers:511:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason addons/new-isolate-addon/test
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#46768, nodejs/node#46767, nodejs/node#46501, nodejs/node#46365, nodejs/node#46330)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49927/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49961/
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 5 (nodejs/node#46768, nodejs/node#46767, nodejs/node#46501, nodejs/node#46365, nodejs/node#46330)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49927/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49961/
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 pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#46770, nodejs/node#44004, nodejs/node#46801, nodejs/node#46802, nodejs/node#46806)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49915/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49946/
Example
not ok 3539 pummel/test-net-throttle
  ---
  duration_ms: 0.604
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at process.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-net-throttle.js:87:10)
        at process.emit (node:events:522:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-dgram-udp6-link-local-address
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46784, nodejs/node#46773, nodejs/node#46767)
Appeared test-ibm-aix72-ppc64_be-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49893/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49922/
Example
not ok 770 parallel/test-dgram-udp6-link-local-address
  ---
  duration_ms: 0.247
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'fe80::8034:d9ff:fead:df3f%lo0'
    - 'fe80::8034:d9ff:fead:df3f%en1'
                                 ^
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-dgram-udp6-link-local-address.js:45:10)
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/common/index.js:446:15)
        at Socket.emit (node:events:513:28)
        at UDP.onMessage [as onmessage] (node:dgram:933:8) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 'fe80::8034:d9ff:fead:df3f%lo0',
      expected: 'fe80::8034:d9ff:fead:df3f%en1',
      operator: 'strictEqual'
    }
    
    Node.js v18.14.3-pre
  ...


Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46806, nodejs/node#46818)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49946/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49983/
Example
not ok 117 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360.36
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-buffer-isascii
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46736, nodejs/node#46783)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49905/
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 2 (nodejs/node#46736, nodejs/node#46783)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49905/
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 2 (nodejs/node#46736, nodejs/node#46783)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49905/
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 2 (nodejs/node#46736, nodejs/node#46783)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49905/
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-http-request-join-authorization-headers
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46767, nodejs/node#46330)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-ibm-aix72-ppc64_be-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49922/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49961/
Example
not ok 1422 parallel/test-http-request-join-authorization-headers
  ---
  duration_ms: 0.257
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    '1, 2' !== '1'
    
        at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-request-join-authorization-headers.js:39:12)
        at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:446:15)
        at Server.emit (node:events:513:28)
        at parserOnIncoming (node:_http_server:1072:12)
        at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '1, 2',
      expected: '1',
      operator: 'strictEqual'
    }
    
    Node.js v18.14.3-pre
  ...


Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46801, nodejs/node#46815)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/49933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49978/
Example
not ok 2930 parallel/test-single-executable-application
  ---
  duration_ms: 120.128
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-wasm-web-api
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46753, nodejs/node#46815)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49923/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49978/
Example
not ok 3897 parallel/test-wasm-web-api
  ---
  duration_ms: 960.31
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-webcrypto-wrap-unwrap
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46736, nodejs/node#46783)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49905/
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 pummel/test-policy-integrity-parent-no-package-json
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46753, nodejs/node#46794)
Appeared test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49923/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49952/
Example
not ok 3546 pummel/test-policy-integrity-parent-no-package-json
  ---
  duration_ms: 0.927
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason pummel/test-policy-integrity-worker-no-package-json
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46742, nodejs/node#46735)
Appeared test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49901/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49938/
Example
not ok 3531 pummel/test-policy-integrity-worker-no-package-json
  ---
  duration_ms: 0.879
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46736, nodejs/node#46783)
Appeared test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49905/
Example
not ok 923 sequential/test-worker-prof
  ---
  duration_ms: 1.315
  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: 4524,
      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:1274:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1328:10)
        at Module.load (node:internal/modules/cjs/loader:1132:32)
        at Module._load (node:internal/modules/cjs/loader:971: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 wpt/test-encoding
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46736, nodejs/node#46783)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49905/
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 2 (nodejs/node#46736, nodejs/node#46783)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49905/
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 ---...

CCTest Failure

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

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#46768, nodejs/node#46794, nodejs/node#46804, nodejs/node#46588)
Appeared test-orka-macos11-x64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-2, test-ibm-aix72-ppc64_be-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49917/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49969/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 199.7.167.101/199.7.167.101:32231' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy79.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)

Reason Build timed out (after 30 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46768, nodejs/node#46767)
Appeared test-azure_msft-win2016_vs2017-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49917/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49918/
Example
Build timed out (after 30 minutes). Marking the build as failed.

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46767, nodejs/node#46770)
Appeared test-softlayer-ubi81_container-x64-1, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49900/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49920/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Build Failure

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#46770, nodejs/node#46767, nodejs/node#46795, nodejs/node#46804)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49915/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49944/
Example
error: remote GitHub already exists.

> git fetch --prune --no-tags GitHub 

> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp

Reason error: 'test did not finish before its parent and was cancelled'
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#44004, nodejs/node#46330)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/49930/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49961/
Example
error: 'test did not finish before its parent and was cancelled'
          code: 'ERR_TEST_FAILURE'
          ...
        # Subtest: should watch changes to dependencies - cjs
        not ok 5 - should watch changes to dependencies - cjs
          ---

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#46768, nodejs/node#46801)
Appeared test-equinix-rhel8_container-arm64-1, test-orka-macos10.14-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49912/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49933/
Example
fatal: No rebase in progress?

Git Failure

Reason warning: failed to remove Release/node.exe: Invalid argument
Type GIT_FAILURE
Failed PR 5 (nodejs/node#46768, nodejs/node#46767, nodejs/node#46501, nodejs/node#46365, nodejs/node#46330)
Appeared test-rackspace-win2012r2_vs2015-x64-1, test-azure_msft-win2016_vs2017-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49927/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49961/
Example
warning: failed to remove Release/node.exe: Invalid argument

Progress

  • parallel/test-http-remove-connection-header-persists-connection (10)
  • parallel/test-http-remove-header-stays-removed (9)
  • addons/new-isolate-addon/test (5)
  • addons/new-isolate-addon/test-nonodesnapshot (5)
  • pummel/test-net-throttle (5)
  • parallel/test-dgram-udp6-link-local-address (3)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-buffer-isascii (2)
  • parallel/test-buffer-isutf8 (2)
  • parallel/test-child-process-cwd (2)
  • parallel/test-child-process-exec-cwd (2)
  • parallel/test-http-request-join-authorization-headers (2)
  • parallel/test-single-executable-application (2)
  • parallel/test-wasm-web-api (2)
  • parallel/test-webcrypto-wrap-unwrap (2)
  • pummel/test-policy-integrity-parent-no-package-json (2)
  • pummel/test-policy-integrity-worker-no-package-json (2)
  • sequential/test-worker-prof (2)
  • wpt/test-encoding (2)
  • wpt/test-webcrypto (2)
  • ../test/cctest/test_inspector_socket.cc:323: Failure (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (4)
  • Build timed out (after 30 minutes). Marking the build as failed. (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • error: remote GitHub already exists. (4)
  • error: 'test did not finish before its parent and was cancelled' (2)
  • fatal: No rebase in progress? (2)
  • warning: failed to remove Release/node.exe: Invalid argument (5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions