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-22 #503

Open
34 tasks
github-actions bot opened this issue Feb 22, 2023 · 0 comments
Open
34 tasks

CI Reliability 2023-02-22 #503

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

Comments

@github-actions
Copy link

Failures in node-test-pull-request/49763 to node-test-pull-request/49860 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-22 00:15 3 8 14 2 73 8.42%

JSTest Failure

Reason parallel/test-runner-reporters
Type JS_TEST_FAILURE
Failed PR 28 (nodejs/node#45841, nodejs/node#46540, nodejs/node#45756, nodejs/node#46620, nodejs/node#46692, nodejs/node#46556, nodejs/node#46694, nodejs/node#46739, nodejs/node#46599, nodejs/node#46356, nodejs/node#46619, nodejs/node#46720, nodejs/node#46718, nodejs/node#46721, nodejs/node#46736, nodejs/node#46735, nodejs/node#46523, nodejs/node#46528, nodejs/node#46738, nodejs/node#44004, nodejs/node#46753, nodejs/node#46636, nodejs/node#46746, nodejs/node#46709, nodejs/node#46466, nodejs/node#46751, nodejs/node#46715, nodejs/node#46587)
Appeared test-rackspace-win2012r2_vs2013-x64-1, test-osuosl-rhel8-ppc64_le-2, test-digitalocean-freebsd12-x64-2, test-ibm-rhel8-s390x-4, test-digitalocean-freebsd12-x64-1, test-rackspace-win2012r2_vs2015-x64-2, test-ibm-rhel8-s390x-1, test-osuosl-rhel8-ppc64_le-3, test-osuosl-rhel8-ppc64_le-4, test-nearform-macos10.15-x64-3, test-nearform-macos10.15-x64-1, test-rackspace-win2012r2_vs2019-x64-1, test-azure_msft-win10_vs2019-x64-2, test-ibm-rhel8-s390x-3, test-ibm-rhel8-x64-3, test-osuosl-rhel8-ppc64_le-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49766/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49851/
Example
not ok 663 parallel/test-runner-reporters
  ---
  duration_ms: 4.8
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: node:test reporters
        # Subtest: should default to outputing TAP to stdout
        ok 1 - should default to outputing TAP to stdout
          ---
          duration_ms: 3684.21504
          ...


Reason wpt/test-encoding
Type JS_TEST_FAILURE
Failed PR 9 (nodejs/node#46540, nodejs/node#46556, nodejs/node#46694, nodejs/node#46658, nodejs/node#46718, nodejs/node#46720, nodejs/node#46746, nodejs/node#46715, nodejs/node#46587)
Appeared test-nearform_arm-win10_vs2019-arm64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49781/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49851/
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 parallel/test-buffer-isascii
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#46540, nodejs/node#46694, nodejs/node#46658, nodejs/node#46718, nodejs/node#46720, nodejs/node#46746, nodejs/node#46715, nodejs/node#46587)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49781/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49851/
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 8 (nodejs/node#46540, nodejs/node#46694, nodejs/node#46658, nodejs/node#46718, nodejs/node#46720, nodejs/node#46746, nodejs/node#46715, nodejs/node#46587)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49781/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49851/
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 8 (nodejs/node#46540, nodejs/node#46694, nodejs/node#46658, nodejs/node#46718, nodejs/node#46720, nodejs/node#46746, nodejs/node#46715, nodejs/node#46587)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49781/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49851/
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 8 (nodejs/node#46540, nodejs/node#46694, nodejs/node#46658, nodejs/node#46718, nodejs/node#46720, nodejs/node#46746, nodejs/node#46715, nodejs/node#46587)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49781/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49851/
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 8 (nodejs/node#46540, nodejs/node#46694, nodejs/node#46658, nodejs/node#46718, nodejs/node#46720, nodejs/node#46746, nodejs/node#46715, nodejs/node#46587)
Appeared test-nearform_arm-win10_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49781/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49851/
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-webcrypto
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#46540, nodejs/node#46694, nodejs/node#46658, nodejs/node#46718, nodejs/node#46720, nodejs/node#46746, nodejs/node#46715, nodejs/node#46587)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49781/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49851/
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 message/test_runner_output_cli
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#46739, nodejs/node#46718, nodejs/node#46636, nodejs/node#46709)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49780/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49843/
Example
not ok 51 message/test_runner_output_cli
  ---
  duration_ms: 0.979
  severity: fail
  stack: |-
    TAP version 13
    # Subtest: sync pass todo
    ok 1 - sync pass todo # TODO
      ---
      duration_ms: 15.574787
      ...


Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46556, nodejs/node#46540, nodejs/node#44004)
Appeared test-digitalocean-freebsd12-x64-1, test-digitalocean-freebsd12-x64-2, test-digitalocean-ubi81_container-x64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49798/
Example
not ok 1267 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 0.424
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
        at Timeout._onTimeout (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/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-performance-function
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#44004, nodejs/node#46636, nodejs/node#46737)
Appeared test-ibm-ubuntu1804-x64-2, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/49782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49846/
Example
not ok 2239 parallel/test-performance-function
  ---
  duration_ms: 0.139
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/errors:490
        ErrorCaptureStackTrace(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-linux/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) {
      code: 'ERR_OUT_OF_RANGE'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-runner-extraneous-async-activity
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46721, nodejs/node#46633, nodejs/node#46709)
Appeared test-orka-macos10.15-x64-2, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49767/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49843/
Example
not ok 2174 parallel/test-runner-extraneous-async-activity
  ---
  duration_ms: 0.778
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1022
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /^# Warning: Test "extraneous async activity test" generated asynchronous activity after the test ended/m. Input:
    
    'TAP version 13\n' +
      '# Subtest: extraneous async activity test\n' +
      'ok 1 - extraneous async activity test\n' +
      '  ---\n' +
      '  duration_ms: 14.425777\n' +
      '  ...\n' +
      '# Subtest: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/extraneous_set_immediate_async.mjs\n' +
      'not ok 1 - /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/extraneous_set_immediate_async.mjs\n' +
      '  ---\n' +
      '  duration_ms: 199.89134\n' +
      "  failureType: 'testCodeFailure'\n" +
      '  exitCode: 1\n' +
      "  error: ...

Reason sequential/test-debugger-run-after-quit-restart
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46556, nodejs/node#46746, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3813 sequential/test-debugger-run-after-quit-restart
  ---
  duration_ms: 1.602
  severity: fail
  exitcode: 1
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85
              reject(new Error(message));
                     ^
    
    Error: Child exited, signal SIGBUS while waiting for /(?:assert|break|break on start|debugCommand|exception|other|promiseRejection) in/i; found: undefined
        at ChildProcess.onChildClose (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85:18)
        at ChildProcess.emit (node:events:510:28)
        at maybeClose (node:internal/child_process:1098:16)
        at Socket.<anonymous> (node:internal/child_process:456:11)
        at Socket.emit (node:events:510:28)
        at Pipe.<anonymous> (node:net:316:12)
    
    Node.js v20.0.0-pre
  ...


Reason sequential/test-debugger-sb-before-load
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46556, nodejs/node#46746, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3814 sequential/test-debugger-sb-before-load
  ---
  duration_ms: 3.856
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched noop function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:406:10)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-sb-before-load.js:32:14)
        at Module._compile (node:internal/modules/cjs/loader:1287:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
        at Module.load (node:internal/modules/cjs/loader:1145:32)
        at Module._load (node:internal/modules/cjs/loader:984:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47
  ...


Reason sequential/test-debugger-scripts
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46556, nodejs/node#46746, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3815 sequential/test-debugger-scripts
  ---
  duration_ms: 3.516
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched noop function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:406:10)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-scripts.js:41:20)
        at Module._compile (node:internal/modules/cjs/loader:1287:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
        at Module.load (node:internal/modules/cjs/loader:1145:32)
        at Module._load (node:internal/modules/cjs/loader:984:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47
  ...


Reason sequential/test-debugger-use-strict
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46556, nodejs/node#46746, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3816 sequential/test-debugger-use-strict
  ---
  duration_ms: 3.951
  severity: fail
  exitcode: 1
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85
              reject(new Error(message));
                     ^
    
    Error: Child exited, code 1 while waiting for /break (?:on start )?in/i; found: undefined
     STDERR: Timeout (3000) waiting for 127.0.0.1:9229 to be free
    
        at ChildProcess.onChildClose (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85:18)
        at ChildProcess.emit (node:events:510:28)
        at maybeClose (node:internal/child_process:1098:16)
        at Socket.<anonymous> (node:internal/child_process:456:11)
        at Socket.emit (node:events:510:28)
        at Pipe.<anonymous> (node:net:316:12)
    
    Node.js v20.0.0-pre
  ...


Reason sequential/test-debugger-watchers
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46556, nodejs/node#46746, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3817 sequential/test-debugger-watchers
  ---
  duration_ms: 3.289
  severity: fail
  exitcode: 1
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85
              reject(new Error(message));
                     ^
    
    Error: Child exited, code 1 while waiting for /break (?:on start )?in/i; found: undefined
     STDERR: Timeout (3000) waiting for 127.0.0.1:9229 to be free
    
        at ChildProcess.onChildClose (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85:18)
        at ChildProcess.emit (node:events:510:28)
        at maybeClose (node:internal/child_process:1098:16)
        at Socket.<anonymous> (node:internal/child_process:456:11)
        at Socket.emit (node:events:510:28)
        at Pipe.<anonymous> (node:net:316:12)
    
    Node.js v20.0.0-pre
  ...


Reason sequential/test-net-connect-econnrefused
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#44004, nodejs/node#46466, nodejs/node#46751)
Appeared test-osuosl-centos7-ppc64_le-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49849/
Example
not ok 3293 sequential/test-net-connect-econnrefused
  ---
  duration_ms: 120.49
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    pending 50 rounds 1
    pending 49 rounds 1
    pending 48 rounds 1
    pending 47 rounds 1
    pending 46 rounds 1
    pending 45 rounds 1
    pending 44 rounds 1
    pending 43 rounds 1
    pending 42 rounds 1
    pending 41 rounds 1
    pending 40 rounds 1
    pending 39 rounds 1
    pending 38 rounds 1
    pending 37 rounds 1
    pending 36 rounds 1
    pending 35 rounds 1
    pending 34 rounds 1
    pending 33 rounds 1
    pending 32 rounds 1
    pending 31 rounds 1
    pending 30 rounds 1
    pending 29 rounds 1
    pending 28 rounds 1
    pending 27 rounds 1
    pending 26 rounds 1
    pending 25 rounds 1
    pending 24 rounds 1
    pending 23 rounds 1
    pending 22 rounds 1
    pending 21 rounds 1
    pending 20 rounds 1
    pending 19 rounds 1
    pending 18 rounds 1
    pending 17 rounds 1
    pending 16 rounds 1
    pending 15 rounds 1
    pending 14 rounds ...

Reason parallel/test-preload
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46556, nodejs/node#46718)
Appeared test-macstadium-macos11.0-arm64-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49834/
Example
not ok 1925 parallel/test-preload
  ---
  duration_ms: 0.86
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason parallel/test-repl-history-navigation
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46528, nodejs/node#46556)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-2, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49772/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Example
not ok 2092 parallel/test-repl-history-navigation
  ---
  duration_ms: 3.455
  severity: crashed
  exitcode: -6
  stack: |-
    out/Debug/node[2723185]: ../src/base_object-inl.h:38:node::BaseObject::BaseObject(node::Environment*, v8::Local<v8::Object>): Assertion `(object->GetCreationContextChecked()) == (env->principal_realm()->context())' failed.
     1: 0xaaaaeb9e53a4 node::DumpBacktrace(_IO_FILE*) [out/Debug/node]
     2: 0xaaaaebae62f8 node::Abort() [out/Debug/node]
     3: 0xaaaaebae63cc  [out/Debug/node]
     4: 0xaaaaeb98c48c node::BaseObject::BaseObject(node::Environment*, v8::Local<v8::Object>) [out/Debug/node]
     5: 0xaaaaebac62e4 node::contextify::ContextifyContext::ContextifyContext(node::Environment*, v8::Local<v8::Object>, v8::Local<v8::Context>, node::contextify::ContextOptions const&) [out/Debug/node]
     6: 0xaaaaebace234 node::BaseObjectPtrImpl<node::contextify::ContextifyContext, false> node::MakeBaseObject<node::contextify::ContextifyContext, node::Environment*&, v8::Local<v8::Object>&...

Reason parallel/test-runner-inspect
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46599, nodejs/node#46709)
Appeared test-ibm-rhel8-s390x-1, test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49795/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49843/
Example
not ok 3490 parallel/test-runner-inspect
  ---
  duration_ms: 120.48
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] (node:3650657) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
    [err] (Use `node --trace-warnings ...` to show where the warning was created)
    [err] 
    [out] TAP version 13
    [out] 
    [err] Debugger listening on ws://127.0.0.1:41195/158f8092-e85d-4580-8a55-fe04be15c997
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [out] # Debugger ending on ws://127.0.0.1:41195/158f8092-e85d-4580-8a55-fe04be15c997
    [out] 
  ...


Reason parallel/test-tls-server-verify
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#45596, nodejs/node#46718)
Appeared test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49793/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49834/
Example
not ok 2670 parallel/test-tls-server-verify
  ---
  duration_ms: 0.564
  severity: crashed
  exitcode: -10
  stack: |-
    0 0   connecting with agent1
    0 1   connecting with agent2
    0 2   connecting with agent3
    0 3   connecting with nocert
    1 0   connecting with agent1
    1 1   connecting with agent2
    1 2   connecting with agent3
    1 3   connecting with nocert
    2 0   connecting with agent1
    2 1   connecting with agent2
    2 2   connecting with agent3
    2 3   connecting with nocert
    3 0   connecting with agent1
    3 1   connecting with agent2
    0 Running 'Do not request certs. Everyone is unauthorized.'
    0 - unauthed connection: null
    0 3   * unauthed
    0 - unauthed connection: null
    0 - unauthed connection: null
    0 1   * unauthed
    0 0   * unauthed
    0 - unauthed connection: null
    0 2   * unauthed
    1 Running 'Allow both authed and unauthed connections with CA1'
    1 - authed connection: agent1
    1 - unauthed connection: DEPTH_ZERO_SELF_SIGNED_CERT
...

Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#44004, nodejs/node#46636)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49792/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49856/
Example
not ok 3521 pummel/test-net-throttle
  ---
  duration_ms: 0.569
  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 pummel/test-policy-integrity-parent-no-package-json
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46718, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/49794/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3544 pummel/test-policy-integrity-parent-no-package-json
  ---
  duration_ms: 1.656
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason sequential/test-debugger-help
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46556, nodejs/node#46587)
Appeared test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49840/
Example
not ok 3818 sequential/test-debugger-help
  ---
  duration_ms: 360.99
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-debugger-object-type-remote-object
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#44004, nodejs/node#46556)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-2, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Example
not ok 3820 sequential/test-debugger-object-type-remote-object
  ---
  duration_ms: 0.917
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched noop function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (/home/iojs/build/workspace/node-test-commit-arm-debug/test/common/index.js:406:10)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm-debug/test/sequential/test-debugger-object-type-remote-object.js:42:14)
        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
  ...


Reason sequential/test-debugger-pid
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#44004, nodejs/node#46556)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-2, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49786/
Example
not ok 3821 sequential/test-debugger-pid
  ---
  duration_ms: 960.52
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-inspector-async-hook-setup-at-signal
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46746, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49816/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3852 sequential/test-inspector-async-hook-setup-at-signal
  ---
  duration_ms: 360.46
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [err] Waiting until a signal enables the inspector...
    [err] 
    [err] started
    [err] 
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Starting inspector on 127.0.0.1:9229 failed: address already in use
    [err] 
    [err] Starting inspector on 127.0.0.1:9229 failed: address already in use
    [err] 
    [err] (node:97443) internal/test/binding: These APIs are for internal testing only. Do not use them.
    [err] (Use `node --trace-warnings ...` to show where the warning was created)
    [err] 
  ...


Reason sequential/test-inspector-debug-brk-flag
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46746, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49816/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3859 sequential/test-inspector-debug-brk-flag
  ---
  duration_ms: 0.94
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Starting inspector on 127.0.0.1:9229 failed: address already in use
    [err] 
    [out] A message 5
    [out] 
    [out] Outputted message #1
    [out] 
    Mismatched noop function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:406:10)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-inspector-debug-brk-flag.js:39:24)
        at Module._compile (node:internal/modules/cjs/loader:1287:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
        at Module.load (node:internal/modules/cjs/loader:1145:32)
        at Module._load (node:internal/modules/cjs/loader:984:12)
        at Function.executeUserEntryPoint [a...

Reason sequential/test-inspector-enabled
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#46746, nodejs/node#44004)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/49816/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
not ok 3861 sequential/test-inspector-enabled
  ---
  duration_ms: 0.90
  severity: fail
  exitcode: 1
  stack: |-
    Starting inspector on 127.0.0.1:9229 failed: address already in use
    node:assert:395
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: inspector.isEnabled() should be true when run with --inspect
        at [eval]:5:1
        at Script.runInThisContext (node:vm:122:12)
        at Object.runInThisContext (node:vm:300:38)
        at node:internal/process/execution:83:21
        at [eval]-wrapper:6:24
        at runScript (node:internal/process/execution:82:62)
        at evalScript (node:internal/process/execution:104:10)
        at node:internal/main/eval_string:50:3 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v20.0.0-pre
  ...


Jenkins Failure

Reason Build timed out (after 120 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#46671, nodejs/node#46753)
Appeared test-rackspace-fedora32-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49807/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49847/
Example
Build timed out (after 120 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#46633, nodejs/node#46671)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49771/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49807/
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 5 (nodejs/node#46619, nodejs/node#46556, nodejs/node#45596, nodejs/node#46587, nodejs/node#46737)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/49777/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49846/
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 fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#45756, nodejs/node#44004)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/49783/
Last CI https://ci.nodejs.org/job/node-test-pull-request/49829/
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
fatal: failed to run repack

Progress

  • parallel/test-runner-reporters (28)
  • wpt/test-encoding (9)
  • parallel/test-buffer-isascii (8)
  • parallel/test-buffer-isutf8 (8)
  • parallel/test-child-process-cwd (8)
  • parallel/test-child-process-exec-cwd (8)
  • parallel/test-webcrypto-wrap-unwrap (8)
  • wpt/test-webcrypto (8)
  • message/test_runner_output_cli (4)
  • parallel/test-http-remove-connection-header-persists-connection (3)
  • parallel/test-performance-function (3)
  • parallel/test-runner-extraneous-async-activity (3)
  • sequential/test-debugger-run-after-quit-restart (3)
  • sequential/test-debugger-sb-before-load (3)
  • sequential/test-debugger-scripts (3)
  • sequential/test-debugger-use-strict (3)
  • sequential/test-debugger-watchers (3)
  • sequential/test-net-connect-econnrefused (3)
  • parallel/test-preload (2)
  • parallel/test-repl-history-navigation (2)
  • parallel/test-runner-inspect (2)
  • parallel/test-tls-server-verify (2)
  • pummel/test-net-throttle (2)
  • pummel/test-policy-integrity-parent-no-package-json (2)
  • sequential/test-debugger-help (2)
  • sequential/test-debugger-object-type-remote-object (2)
  • sequential/test-debugger-pid (2)
  • sequential/test-inspector-async-hook-setup-at-signal (2)
  • sequential/test-inspector-debug-brk-flag (2)
  • sequential/test-inspector-enabled (2)
  • Build timed out (after 120 minutes). Marking the build as failed. (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • error: remote GitHub already exists. (5)
  • fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository (2)
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