Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI Reliability 2023-02-06 #497

Open
19 tasks
github-actions bot opened this issue Feb 6, 2023 · 0 comments
Open
19 tasks

CI Reliability 2023-02-06 #497

github-actions bot opened this issue Feb 6, 2023 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Feb 6, 2023

Failures in node-test-pull-request/49317 to node-test-pull-request/49414 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-06 00:15 2 5 17 4 72 5.32%

JSTest Failure

Reason addons/new-isolate-addon/test
Type JS_TEST_FAILURE
Failed PR 17 (nodejs/node#45038, nodejs/node#46447, nodejs/node#46414, nodejs/node#46486, nodejs/node#46495, nodejs/node#46471, nodejs/node#46499, nodejs/node#46489, nodejs/node#46502, nodejs/node#46503, nodejs/node#45258, nodejs/node#46056, nodejs/node#46497, nodejs/node#46500, nodejs/node#46410, nodejs/node#46428, nodejs/node#46506)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49329/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49414/
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 17 (nodejs/node#45038, nodejs/node#46447, nodejs/node#46414, nodejs/node#46486, nodejs/node#46495, nodejs/node#46471, nodejs/node#46499, nodejs/node#46489, nodejs/node#46502, nodejs/node#46503, nodejs/node#45258, nodejs/node#46056, nodejs/node#46497, nodejs/node#46500, nodejs/node#46410, nodejs/node#46428, nodejs/node#46506)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49329/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49414/
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 sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#46485, nodejs/node#46486, nodejs/node#46466, nodejs/node#45955, nodejs/node#45258, nodejs/node#46501)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-nearform-macos11.0-arm64-1, test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3, test-rackspace-win2012r2_vs2015-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49334/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49392/
Example
not ok 909 sequential/test-worker-prof
  ---
  duration_ms: 30.291
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with signal: {
      error: Error: spawnSync C:\workspace\node-test-binary-windows-js-suites\node\Release\node.exe ETIMEDOUT
          at Object.spawnSync (node:internal/child_process:1110:20)
          at spawnSync (node:child_process:871:24)
          at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\sequential\test-worker-prof.js:53:23)
          at Module._compile (node:internal/modules/cjs/loader:1226:14)
          at Module._extensions..js (node:internal/modules/cjs/loader:1280:10)
          at Module.load (node:internal/modules/cjs/loader:1089:32)
          at Module._load (node:internal/modules/cjs/loader:930:12)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
          at node:internal/main/run_mai...

Reason parallel/test-buffer-isascii
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#45038, nodejs/node#46470, nodejs/node#46486, nodejs/node#46501, nodejs/node#44004)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49398/
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 5 (nodejs/node#45038, nodejs/node#46470, nodejs/node#46486, nodejs/node#46501, nodejs/node#44004)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49398/
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 5 (nodejs/node#45038, nodejs/node#46470, nodejs/node#46486, nodejs/node#46501, nodejs/node#44004)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49398/
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 5 (nodejs/node#45038, nodejs/node#46470, nodejs/node#46486, nodejs/node#46501, nodejs/node#44004)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49398/
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 5 (nodejs/node#45038, nodejs/node#46470, nodejs/node#46486, nodejs/node#46501, nodejs/node#44004)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49398/
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 5 (nodejs/node#45038, nodejs/node#46470, nodejs/node#46486, nodejs/node#46501, nodejs/node#44004)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49398/
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 5 (nodejs/node#45038, nodejs/node#46470, nodejs/node#46486, nodejs/node#46501, nodejs/node#44004)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49398/
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#45038, nodejs/node#46410, nodejs/node#46500, nodejs/node#46506)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49413/
Example
not ok 2233 parallel/test-performance-function
  ---
  duration_ms: 0.264
  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 pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#45038, nodejs/node#46485, nodejs/node#46489, nodejs/node#46503)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49405/
Example
not ok 3510 pummel/test-net-throttle
  ---
  duration_ms: 0.474
  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-watch-mode-files_watcher
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46471, nodejs/node#46432, nodejs/node#46444)
Appeared test-softlayer-ubi81_container-x64-1, test-orka-macos11-x64-2, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49317/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49327/
Example
not ok 3113 parallel/test-watch-mode-files_watcher
  ---
  duration_ms: 0.849
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: watch mode file watcher
        # Subtest: should watch changed files
        ok 1 - should watch changed files
          ---
          duration_ms: 106.615875
          ...


Reason sequential/test-diagnostic-dir-cpu-prof
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46485, nodejs/node#46486)
Appeared test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49334/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49346/
Example
not ok 3234 sequential/test-diagnostic-dir-cpu-prof
  ---
  duration_ms: 0.314
  severity: fail
  exitcode: 1
  stack: |-
    Dispatching message { "id": 1, "method": "Profiler.enable" }
    Receive CPU profile message
    {"id":1,"result":{}}
    Dispatching message { "id": 2, "method": "Profiler.start" }
    Receive CPU profile message
    {"id":2,"result":{}}
    Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
    Receive CPU profile message
    {"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
    EndStartedProfilers
    V8CpuProfilerConnection::End(), ending = false
    Dispatching message { "id": 4, "method": "Profiler.stop" }
    Receive CPU profile message
    Writing profile response (id = 4)
    Written result to /home/iojs/node-tmp/.tmp.3233/prof/CPU.20230203.061604.6851.0.001.cpuprofile
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',
 ...

Reason sequential/test-http-regr-gh-2928
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46466, nodejs/node#44004)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49340/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49398/
Example
not ok 3861 sequential/test-http-regr-gh-2928
  ---
  duration_ms: 120.117
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    .+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.
  ...


CCTest Failure

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

Reason [ RUN ] InspectorSocketTest.HostIPv6NonRoutable
Type CC_TEST_FAILURE
Failed PR 2 (nodejs/node#46410, nodejs/node#46495)
Appeared test-rackspace-win2012r2_vs2019-x64-5, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49354/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49371/
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 6 (nodejs/node#46472, nodejs/node#45888, nodejs/node#46471, nodejs/node#46410, nodejs/node#46056, nodejs/node#46503)
Appeared test-softlayer-ubi81_container-x64-1, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49323/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49405/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Git Failure

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

Build Failure

Progress

  • addons/new-isolate-addon/test (17)
  • addons/new-isolate-addon/test-nonodesnapshot (17)
  • sequential/test-worker-prof (6)
  • parallel/test-buffer-isascii (5)
  • parallel/test-buffer-isutf8 (5)
  • parallel/test-child-process-cwd (5)
  • parallel/test-child-process-exec-cwd (5)
  • parallel/test-webcrypto-wrap-unwrap (5)
  • wpt/test-encoding (5)
  • wpt/test-webcrypto (5)
  • parallel/test-performance-function (4)
  • pummel/test-net-throttle (4)
  • parallel/test-watch-mode-files_watcher (3)
  • sequential/test-diagnostic-dir-cpu-prof (2)
  • sequential/test-http-regr-gh-2928 (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. (6)
  • warning: failed to remove Release/node.exe: Invalid argument (17)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants