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 2022-02-02 #190

Open
38 tasks
github-actions bot opened this issue Feb 2, 2022 · 0 comments
Open
38 tasks

CI Reliability 2022-02-02 #190

github-actions bot opened this issue Feb 2, 2022 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Feb 2, 2022

Failures in node-test-pull-request/42210 to node-test-pull-request/42308 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
2022-02-02 00:07 1 10 15 5 69 10.64%

JSTest Failure

Reason parallel/test-common-expect-warning
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#41747, nodejs/node#41758, nodejs/node#41775, nodejs/node#41736, nodejs/node#41801, nodejs/node#41749)
Appeared test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-equinix-ubuntu1804_sharedlibs_container-arm64-2, test-equinix-centos7_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42224/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42289/
Example
not ok 319 parallel/test-common-expect-warning
  ---
  duration_ms: 0.537
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1026
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Unexpected extra warning received/. Input:
    
    ''
    
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-common-expect-warning.js:41:14)
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/common/index.js:410:15)
        at ChildProcess.emit (node:events:522:28)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '',
      expected: /Unexpected extra warning received/,
      operator: 'match'
    }
    
    Node.js v18.0.0-pre
  ...


Reason sequential/test-cpu-prof-worker-argv
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#41745, nodejs/node#41749, nodejs/node#41513, nodejs/node#40661, nodejs/node#41772, nodejs/node#41741)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42231/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42304/
Example
not ok 3470 sequential/test-cpu-prof-worker-argv
  ---
  duration_ms: 0.646
  severity: fail
  exitcode: 1
  stack: |-
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 0,
        children: [ 2, 3, 10, 11, 14, 23 ]
      },
      {
        id: 2,
        callFrame: {
          functionName: '(program)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 0
      },
      {
        id: 3,
        callFrame: {
          functionName: '',
          scriptId: '10',
          url: 'node:internal/bootstrap/node',
          lineNumber: 0,
          columnNumber: 0
        },
        hitCount: 0,
        children: [ 4 ]
      },
      {
        id: 4,
        callFrame: {
          functionName: 'setupBuffer',
          scriptId: '10',
          url: 'node:internal/bootstrap/node',
...

Reason parallel/test-crypto-dh-odd-key
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#41669, nodejs/node#41758, nodejs/node#41741, nodejs/node#41736, nodejs/node#41749)
Appeared test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_mininodes-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42230/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42271/
Example
not ok 228 parallel/test-crypto-dh-odd-key
  ---
  duration_ms: 240.116
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-rmdir-recursive
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#41752, nodejs/node#41749, nodejs/node#41758, nodejs/node#41775, nodejs/node#41741)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/42218/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42251/
Example
not ok 259 parallel/test-fs-rmdir-recursive
  ---
  duration_ms: 0.597
  severity: fail
  exitcode: 1
  stack: |-
    (node:16496) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
    (Use `node --trace-deprecation ...` to show where the warning was created)
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.256
    Files blocking: [ 'rmdir-recursive-0', 'rmdir-recursive-4', 'rmdir-recursive-5' ]
    
    node:assert:991
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.256\rmdir-recursive-0\d-3-1'
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:364:12
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:401:15
        at node:fs:188:23
       ...

Reason parallel/test-crypto-dh
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#41747, nodejs/node#41669, nodejs/node#41801, nodejs/node#41610)
Appeared test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42224/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42305/
Example
not ok 196 parallel/test-crypto-dh
  ---
  duration_ms: 240.139
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_fatal/test_threads_report
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41755, nodejs/node#41759, nodejs/node#41752)
Appeared test-joyent-smartos20-x64-3, test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42222/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42270/
Example
not ok 3316 node-api/test_fatal/test_threads_report
  ---
  duration_ms: 120.77
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-classes
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41775, nodejs/node#41610, nodejs/node#41817)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_mininodes-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42246/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42308/
Example
not ok 158 parallel/test-crypto-classes
  ---
  duration_ms: 240.159
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-leak
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41769, nodejs/node#41775, nodejs/node#41736)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42244/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42257/
Example
not ok 162 parallel/test-crypto-dh-leak
  ---
  duration_ms: 240.120
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-secure-heap
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41748, nodejs/node#41669, nodejs/node#41610)
Appeared test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42223/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42299/
Example
not ok 230 parallel/test-crypto-secure-heap
  ---
  duration_ms: 240.143
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-rm
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41752, nodejs/node#41764, nodejs/node#41758)
Appeared test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_mcollina-debian10-armv7l_pi2-1, test-azure_msft-win10_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42218/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42241/
Example
not ok 286 parallel/test-fs-rm
  ---
  duration_ms: 251.362
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-signal-handler
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41770, nodejs/node#41749)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42253/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42268/
Example
not ok 3600 abort/test-signal-handler
  ---
  duration_ms: 120.269
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason abort/test-worker-abort-uncaught-exception
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41770, nodejs/node#41735)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42253/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42298/
Example
not ok 3601 abort/test-worker-abort-uncaught-exception
  ---
  duration_ms: 120.197
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_fatal/test2
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41759, nodejs/node#41610)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42266/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42299/
Example
not ok 3379 node-api/test_fatal/test2
  ---
  duration_ms: 120.146
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_fatal/test_threads
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41759, nodejs/node#41752)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42266/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42270/
Example
not ok 3315 node-api/test_fatal/test_threads
  ---
  duration_ms: 120.87
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41752, nodejs/node#41804)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-5, test-equinix-centos7_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42260/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42290/
Example
not ok 3319 node-api/test_threadsafe_function/test
  ---
  duration_ms: 240.61
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-binary-default
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40661, nodejs/node#41741)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42264/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42304/
Example
not ok 149 parallel/test-crypto-binary-default
  ---
  duration_ms: 240.112
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-constructor
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41708, nodejs/node#41749)
Appeared test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42210/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42268/
Example
not ok 208 parallel/test-crypto-dh-constructor
  ---
  duration_ms: 240.127
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-0
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41770, nodejs/node#41749)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42253/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42271/
Example
not ok 682 parallel/test-domain-no-error-handler-abort-on-uncaught-0
  ---
  duration_ms: 120.114
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-1
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41770, nodejs/node#41749)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42253/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42271/
Example
not ok 683 parallel/test-domain-no-error-handler-abort-on-uncaught-1
  ---
  duration_ms: 120.87
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-2
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41770, nodejs/node#41749)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42253/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42271/
Example
not ok 684 parallel/test-domain-no-error-handler-abort-on-uncaught-2
  ---
  duration_ms: 120.174
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-3
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41770, nodejs/node#41749)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42253/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42271/
Example
not ok 685 parallel/test-domain-no-error-handler-abort-on-uncaught-3
  ---
  duration_ms: 120.164
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-5
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41736, nodejs/node#41610)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42274/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42299/
Example
not ok 687 parallel/test-domain-no-error-handler-abort-on-uncaught-5
  ---
  duration_ms: 120.52
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-6
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41736, nodejs/node#41610)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42274/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42299/
Example
not ok 688 parallel/test-domain-no-error-handler-abort-on-uncaught-6
  ---
  duration_ms: 120.138
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-7
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41736, nodejs/node#41610)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42274/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42299/
Example
not ok 691 parallel/test-domain-no-error-handler-abort-on-uncaught-7
  ---
  duration_ms: 120.161
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-8
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41736, nodejs/node#41610)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42274/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42299/
Example
not ok 690 parallel/test-domain-no-error-handler-abort-on-uncaught-8
  ---
  duration_ms: 120.135
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-module-readonly
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41749, nodejs/node#41736)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42268/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42273/
Example
not ok 462 parallel/test-module-readonly
  ---
  duration_ms: 1.53
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:991
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module '..\.tmp.454\readOnlyMod'
    Require stack:
    - c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:48:8)
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
        at Function.Module._load (node:internal/modules/cjs/loader:778:27)
        at Module.require (node:internal/modules/cjs/loader:999:19)
        at require (node:internal/modules/cjs/helpers:102:18)
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:36:3)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at ...

Reason parallel/test-trace-events-fs-sync
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41758, nodejs/node#41736)
Appeared test-azure_msft-win10_vs2019-x64-3, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_rvagg-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42241/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42273/
Example
not ok 688 parallel/test-trace-events-fs-sync
  ---
  duration_ms: 2.295
  severity: fail
  exitcode: 1
  stack: |-
    C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-trace-events-fs-sync.js:133
        throw new Error(`${tr}:\n${util.inspect(proc)}`);
        ^
    
    Error: fs.sync.fstat:
    {
      status: 1,
      signal: null,
      output: [
        null,
        '',
        'node:internal/fs/utils:344\r\n' +
          '    throw err;\r\n' +
          '    ^\r\n' +
          '\r\n' +
          "Error: EPERM: operation not permitted, open 'fs.txt'\r\n" +
          '    at Object.openSync (node:fs:585:3)\r\n' +
          '    at Object.writeFileSync (node:fs:2155:35)\r\n' +
          '    at [eval]:1:4\r\n' +
          '    at Script.runInThisContext (node:vm:129:12)\r\n' +
          '    at Object.runInThisContext (node:vm:305:38)\r\n' +
          '    at node:internal/process/execution:76:19\r\n' +
          '    at [eval]-wrapper:6:22\r\n' +
          '    at evalScript (nod...

Reason pummel/test-fs-watch-non-recursive
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41752, nodejs/node#41772)
Appeared test-equinix-ubuntu2004_container-arm64-2, test-azure_msft-win10_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42217/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42242/
Example
not ok 3197 pummel/test-fs-watch-non-recursive
  ---
  duration_ms: 0.121
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/watchers:252
        throw error;
        ^
    
    Error: EMFILE: too many open files, watch '/home/iojs/node-tmp/.tmp.3196'
        at FSWatcher.<computed> (node:internal/fs/watchers:244:19)
        at Object.watch (node:fs:2249:34)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/pummel/test-fs-watch-non-recursive.js:41:20)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
        at Module.load (node:internal/modules/cjs/loader:975:32)
        at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        at node:internal/main/run_main_module:17:47 {
      errno: -24,
      syscall: 'watch',
      code: 'EMFILE',
      path: '/h...

Reason report/test-report-fatal-error
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41764, nodejs/node#41770)
Appeared test-joyent-smartos20-x64-3, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42237/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42253/
Example
not ok 406 report/test-report-fatal-error
  ---
  duration_ms: 120.200
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-debugger-scripts
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41764, nodejs/node#41758)
Appeared test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_davglass-debian10-arm64_pi3-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42237/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42238/
Example
not ok 831 sequential/test-debugger-scripts
  ---
  duration_ms: 54.967
  severity: fail
  exitcode: 1
  stack: |-
    /home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84
              reject(new Error([
                     ^
    
    Error: Timeout (10000) while waiting for /break (?:on start )?in/i; found: 
        at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/common/debugger.js:84:18)
        at listOnTimeout (node:internal/timers:559:17)
        at processTimers (node:internal/timers:502:7)
    
    Node.js v18.0.0-pre
  ...


Reason sequential/test-inspector-enabled
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41764, nodejs/node#41758)
Appeared test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_davglass-debian10-arm64_pi3-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42237/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42238/
Example
not ok 842 sequential/test-inspector-enabled
  ---
  duration_ms: 2.383
  severity: fail
  exitcode: 1
  stack: |-
    Starting inspector on 127.0.0.1:9229 failed: address already in use
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: inspector.isEnabled() should be true when run with --inspect
        at [eval]:5:1
        at Script.runInThisContext (node:vm:129:12)
        at Object.runInThisContext (node:vm:305:38)
        at node:internal/process/execution:76:19
        at [eval]-wrapper:6:22
        at evalScript (node:internal/process/execution:75:60)
        at node:internal/main/eval_string:27:3 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v18.0.0-pre
  ...


Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#41752, nodejs/node#41757, nodejs/node#41755)
Appeared test-osuosl-aix72-ppc64_be-3, test-osuosl-aix72-ppc64_be-4
First CI https://ci.nodejs.org/job/node-test-pull-request/42217/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42222/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from p8-aix2-nodejs03.osuosl.org/140.211.9.131:48561' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Reason Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@521ad347[node-test-commit-arm]. Most probably the node is offline
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#41758, nodejs/node#41757)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-equinix-ubuntu1804_sharedlibs_container-arm64-5, test-equinix-ubuntu2004_sharedlibs_container-arm64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/42220/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42221/
Example
java.io.IOException: Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@521ad347[node-test-commit-arm]. Most probably the node is offline
	at hudson.matrix.MatrixRun$MatrixRunExecution.getParentWorkspaceLease(MatrixRun.java:173)
	at hudson.matrix.MatrixRun$MatrixRunExecution.decideWorkspace(MatrixRun.java:187)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1888)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:153)

Git Failure

Build Failure

Reason ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#41669, nodejs/node#41745, nodejs/node#41749)
Appeared test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-ibm-ubuntu1804-x64-1, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42215/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42240/
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-arm] $ /bin/bash -ex /tmp/jenkins7728694897015984951.sh
+ '[' -d .git ']'
+ git clean -fdx

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#41804, nodejs/node#41805, nodejs/node#41752)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42290/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42295/
Example
fatal error: ld terminated with signal 9 [Killed]

Reason ERROR: Step ?Publish JUnit test result report? failed: no workspace for ...
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#41759, nodejs/node#41758)
Appeared test-osuosl-aix72-ppc64_be-3, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-osuosl-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42219/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42220/
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-aix/nodes=aix72-ppc64 #39748
Sending e-mails to: michael_dawson@ca.ibm.com vieuxtech@gmail.com ashley.cripps@ibm.com
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason Failed to trigger node-test-commit
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#41745, nodejs/node#41736)
Appeared test-packetnet-ubuntu1804-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42212/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42272/
Example
Failed to trigger node-test-commit

Reason fatal: unable to access 'https://github.com/nodejs/build.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#41777, nodejs/node#41772)
Appeared test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42267/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42269/
Example
fatal: unable to access 'https://github.com/nodejs/build.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443 

Progress

  • parallel/test-common-expect-warning (6)
  • sequential/test-cpu-prof-worker-argv (6)
  • parallel/test-crypto-dh-odd-key (5)
  • parallel/test-fs-rmdir-recursive (5)
  • parallel/test-crypto-dh (4)
  • node-api/test_fatal/test_threads_report (3)
  • parallel/test-crypto-classes (3)
  • parallel/test-crypto-dh-leak (3)
  • parallel/test-crypto-secure-heap (3)
  • parallel/test-fs-rm (3)
  • abort/test-signal-handler (2)
  • abort/test-worker-abort-uncaught-exception (2)
  • node-api/test_fatal/test2 (2)
  • node-api/test_fatal/test_threads (2)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-crypto-binary-default (2)
  • parallel/test-crypto-dh-constructor (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-0 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-1 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-2 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-3 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-5 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-6 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-7 (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-8 (2)
  • parallel/test-module-readonly (2)
  • parallel/test-trace-events-fs-sync (2)
  • pummel/test-fs-watch-non-recursive (2)
  • report/test-report-fatal-error (2)
  • sequential/test-debugger-scripts (2)
  • sequential/test-inspector-enabled (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (3)
  • Cannot retrieve the node's workspace for hudson.matrix.MatrixProject@521ad347[node-test-commit-arm]. Most probably the node is offline (2)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (3)
  • fatal error: ld terminated with signal 9 [Killed] (3)
  • ERROR: Step ?Publish JUnit test result report? failed: no workspace for ... (2)
  • Failed to trigger node-test-commit (2)
  • fatal: unable to access 'https://github.com/nodejs/build.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443 (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