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-05-12 #273

Open
30 tasks
github-actions bot opened this issue May 12, 2022 · 0 comments
Open
30 tasks

CI Reliability 2022-05-12 #273

github-actions bot opened this issue May 12, 2022 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/43864 to node-test-pull-request/43960 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-05-12 00:09 0 14 23 2 61 14.29%

JSTest Failure

Reason parallel/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 13 (nodejs/node#42960, nodejs/node#42963, nodejs/node#42623, nodejs/node#42968, nodejs/node#42867, nodejs/node#37769, nodejs/node#42423, nodejs/node#42601, nodejs/node#43005, nodejs/node#42970, nodejs/node#43036, nodejs/node#42725, nodejs/node#43023)
Appeared test-orka-macos10.15-x64-1, test-macstadium-macos11.0-arm64-3, test-orka-macos11-x64-2, test-nearform-macos10.15-x64-1, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43865/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43960/
Example
not ok 1166 parallel/test-http-server-request-timeouts-mixed
  ---
  duration_ms: 3.255
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(request2.completed)
    
        at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-http-server-request-timeouts-mixed.js:106:5)
        at listOnTimeout (node:internal/timers:564:17)
        at process.processTimers (node:internal/timers:507:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v19.0.0-pre
  ...


Reason parallel/test-fs-read-position-validation
Type JS_TEST_FAILURE
Failed PR 10 (nodejs/node#41397, nodejs/node#42601, nodejs/node#42725, nodejs/node#42463, nodejs/node#42423, nodejs/node#42970, nodejs/node#42910, nodejs/node#43023, nodejs/node#37770, nodejs/node#43059)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-orka-macos11-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-equinix-ubuntu2004_container-armv7l-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-alpine311_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/43874/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43957/
Example
not ok 908 parallel/test-fs-read-position-validation
  ---
  duration_ms: 0.352
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:991
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: EBADF: bad file descriptor, read
        at /home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:401:12
        at /home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:438:15
        at FSReqCallback.wrapper [as oncomplete] (node:fs:672:5) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: [Error: EBADF: bad file descriptor, read] {
        errno: -9,
        code: 'EBADF',
        syscall: 'read'
      },
      expected: null,
      operator: 'ifError'
    }
    
    Node.js v19.0.0-pre
  ...


Reason parallel/test-worker-http2-stream-terminate
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#42874, nodejs/node#42970, nodejs/node#43022, nodejs/node#43023, nodejs/node#43036, nodejs/node#37770, nodejs/node#43058, nodejs/node#43059)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-azure_msft-win10_vs2019-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-freebsd12-x64-2, test-rackspace-win2012r2_vs2013-x64-1, test-joyent-smartos20-x64-3, test-rackspace-win2012r2_vs2017-x64-4, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/43900/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43957/
Example
not ok 3256 parallel/test-worker-http2-stream-terminate
  ---
  duration_ms: 120.99
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-4
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#42960, nodejs/node#42968, nodejs/node#42940, nodejs/node#42725, nodejs/node#37769)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43896/
Example
not ok 670 parallel/test-domain-no-error-handler-abort-on-uncaught-4
  ---
  duration_ms: 120.211
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-5
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#42960, nodejs/node#42968, nodejs/node#42725, nodejs/node#37769)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43896/
Example
not ok 671 parallel/test-domain-no-error-handler-abort-on-uncaught-5
  ---
  duration_ms: 120.82
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-6
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#42960, nodejs/node#42968, nodejs/node#42725, nodejs/node#37769)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43896/
Example
not ok 672 parallel/test-domain-no-error-handler-abort-on-uncaught-6
  ---
  duration_ms: 120.181
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-7
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#42960, nodejs/node#42968, nodejs/node#42725, nodejs/node#37769)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43896/
Example
not ok 673 parallel/test-domain-no-error-handler-abort-on-uncaught-7
  ---
  duration_ms: 120.174
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-inspector-async-stack-traces-set-interval
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#37770, nodejs/node#42423, nodejs/node#43023, nodejs/node#43029)
Appeared test-ibm-rhel7-s390x-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43897/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43940/
Example
not ok 3569 sequential/test-inspector-async-stack-traces-set-interval
  ---
  duration_ms: 15.238
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:41125/ac79ae08-3135-44d0-962c-bcee76b1e2b3
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [test] Skipping the first breakpoint in the eval script
    Timed out waiting for matching notification (break on [eval]:0)
    1
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-2
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42960, nodejs/node#42968, nodejs/node#42940)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43881/
Example
not ok 668 parallel/test-domain-no-error-handler-abort-on-uncaught-2
  ---
  duration_ms: 120.145
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-3
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42960, nodejs/node#42968, nodejs/node#42940)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43864/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43881/
Example
not ok 669 parallel/test-domain-no-error-handler-abort-on-uncaught-3
  ---
  duration_ms: 120.125
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-gc-http-client-timeout
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42978, nodejs/node#43036, nodejs/node#43054)
Appeared test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43898/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43959/
Example
not ok 881 parallel/test-gc-http-client-timeout
  ---
  duration_ms: 0.351
  severity: fail
  exitcode: 1
  stack: |-
    done/collected/total: 16/0/350
    done/collected/total: 44/0/350
    node:events:505
          throw er; // Unhandled 'error' event
          ^
    
    Error: connect ECONNRESET ::1:64284
        at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1195:16)
    Emitted 'error' event on ClientRequest instance at:
        at Socket.socketErrorListener (node:_http_client:454:9)
        at Socket.emit (node:events:527:28)
        at emitErrorNT (node:internal/streams/destroy:151:8)
        at emitErrorCloseNT (node:internal/streams/destroy:116:3)
        at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
      errno: -54,
      code: 'ECONNRESET',
      syscall: 'connect',
      address: '::1',
      port: 64284
    }
    
    Node.js v19.0.0-pre
  ...


Reason parallel/test-http-server-close-all
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42968, nodejs/node#42978, nodejs/node#42725)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-osuosl-rhel8-ppc64_le-2, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43880/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43958/
Example
not ok 1300 parallel/test-http-server-close-all
  ---
  duration_ms: 0.335
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 2
    
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-server-close-all.js:44:14)
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:438:15)
        at Socket.emit (node:events:527:28)
        at addChunk (node:internal/streams/readable:324:12)
        at readableAddChunk (node:internal/streams/readable:297:9)
        at Readable.push (node:internal/streams/readable:234:10)
        at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 2,
      operator: 'strictEqual'
    }
    
    Node.js v19.0.0-pre
  ......

Reason parallel/test-http-server-close-idle
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#37769, nodejs/node#43023, nodejs/node#43054)
Appeared test-azure_msft-win10_vs2019-x64-3, test-digitalocean-freebsd12-x64-2, test-ibm-rhel7-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43896/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43953/
Example
not ok 347 parallel/test-http-server-close-idle
  ---
  duration_ms: 0.185
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 2
    
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-http-server-close-idle.js:48:14)
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:438:15)
        at Socket.emit (node:events:527:28)
        at addChunk (node:internal/streams/readable:324:12)
        at readableAddChunk (node:internal/streams/readable:297:9)
        at Readable.push (node:internal/streams/readable:234:10)
        at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 2,
      operator: 'strictEqual'
    }
    
    Node.js v19.0.0-pre
  ...


Reason parallel/test-net-connect-memleak
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42725, nodejs/node#42874, nodejs/node#43059)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2013-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43894/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43957/
Example
not ok 473 parallel/test-net-connect-memleak
  ---
  duration_ms: 0.385
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched noop function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:396:10)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-net-connect-memleak.js:33:40)
        at Module._compile (node:internal/modules/cjs/loader:1105:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
        at Module.load (node:internal/modules/cjs/loader:981:32)
        at Module._load (node:internal/modules/cjs/loader:827:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:17:47
  ...


Reason parallel/test-runner-cli
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42963, nodejs/node#37769, nodejs/node#42423)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43871/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43925/
Example
not ok 2031 parallel/test-runner-cli
  ---
  duration_ms: 0.694
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1026
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /not ok 1 - this should fail/. Input:
    
    'TAP version 13\n' +
      'not ok 1 - /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js\n' +
      '  ---\n' +
      '  duration_ms: 0.066484692\n' +
      "  failureType: 'subtestsFailed'\n" +
      '  exitCode: 1\n' +
      "  stdout: ''\n" +
      '  stderr: |-\n' +
      '    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js:2\n' +
      "    throw new Error('thrown from index.js');\n" +
      '    ^\n' +
      '    \n' +
      '    Error: thrown from index.js\n' +
      '        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/index.js:2:7)\n' +
      '        ...

Reason parallel/test-worker-heap-snapshot
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#42910, nodejs/node#42874, nodejs/node#43005)
Appeared test-rackspace-win2012r2_vs2019-x64-4, test-rackspace-win2012r2_vs2013-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43888/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43918/
Example
not ok 773 parallel/test-worker-heap-snapshot
  ---
  duration_ms: 1.478
  severity: fail
  exitcode: 134
  stack: |-
    FATAL ERROR: HandleScope::HandleScope Entering the V8 API without proper locking in place
  ...


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


Reason parallel/test-https-server-close-all
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42423, nodejs/node#43051)
Appeared test-orka-macos10.15-x64-1, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43923/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43948/
Example
not ok 1509 parallel/test-https-server-close-all
  ---
  duration_ms: 2.232
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:170
      throw err;
      ^
    
    AssertionError [ERR_ASSERTION]: function should not have been called at /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-https-server-close-all.js:61
        at Timeout.mustNotCall [as _onTimeout] (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/index.js:516:12)
        at listOnTimeout (node:internal/timers:564:17)
        at process.processTimers (node:internal/timers:507:7) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: undefined,
      expected: undefined,
      operator: 'fail'
    }
    
    Node.js v19.0.0-pre
  ...


Reason parallel/test-inspector-multisession-ws
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42970, nodejs/node#43005)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43887/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43918/
Example
not ok 1591 parallel/test-inspector-multisession-ws
  ---
  duration_ms: 15.463
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:50993/5dafd687-f3e6-43fd-b25d-75cabe2369b2
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] Debugger attached.
    [err] 
    [test] Breaking in code and verifying events are fired
    Timed out waiting for matching notification (Initial pause)
    1
  ...


Reason parallel/test-trace-events-fs-sync
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#42874, nodejs/node#43005)
Appeared test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/43900/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43922/
Example
not ok 701 parallel/test-trace-events-fs-sync
  ---
  duration_ms: 2.44
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.697
    Files blocking: [ 'fs.txt', 'node_trace.1.log' ]
    
    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:345\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:591:3)\r\n' +
          '    at Object.writeFileSync (node:fs:2191: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)\...

Reason sequential/test-inspector-debug-end
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#43029, nodejs/node#43059)
Appeared test-softlayer-ubi81_container-x64-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/43940/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43957/
Example
not ok 3619 sequential/test-inspector-debug-end
  ---
  duration_ms: 0.617
  severity: fail
  exitcode: 1
  stack: |-
    Test there's no crash stopping server that was not started
    Test there's no crash stopping server without connecting
    [err] Debugger listening on ws://127.0.0.1:38723/9d44d128-948b-49bf-bad6-5d3fa2994c9b
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    Test there's no crash stopping server after connecting
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:32877/29f2e628-9920-4dea-82d8-550e91bf13c1
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [out] Done
    [out] 
    [err] child process crashed, signal SIGABRT
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    null !== 42
    
        at testSessionNoCrash (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequentia...

Jenkins Failure

Reason Build timed out (after 120 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#41397, nodejs/node#42977, nodejs/node#42946)
Appeared test-ibm-rhel8-x64-1, test-softlayer-alpine311_container-x64-1, test-digitalocean-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43874/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43927/
Example
Build timed out (after 120 minutes). Marking the build as failed.

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#42940, nodejs/node#43005)
Appeared test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43881/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43918/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.81.219/145.40.81.219:33888' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy79.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

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

Build Failure

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 7 (nodejs/node#38905, nodejs/node#42970, nodejs/node#37769, nodejs/node#42993, nodejs/node#43023, nodejs/node#37770, nodejs/node#43051)
Appeared test-orka-macos10.14-x64-2, test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-x64-1, test-orka-macos10.15-x64-1, test-orka-macos11-x64-2, test-osuosl-rhel8-ppc64_le-2, test-softlayer-ubi81_container-x64-1, test-macstadium-macos11.0-arm64-3, test-orka-macos10.14-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43875/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43948/
Example
fatal: No rebase in progress?

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#37769, nodejs/node#42978, nodejs/node#37770, nodejs/node#43051)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43896/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43948/
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 3 (nodejs/node#42910, nodejs/node#43023, nodejs/node#43036)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43950/
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-arm/nodes=ubuntu2004-armv7l #41803
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: 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#37769, nodejs/node#43023, nodejs/node#37770)
Appeared test-requireio_louiscntr-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-2, test-digitalocean-freebsd12-x64-2, test-ibm-rhel8-s390x-4, test-requireio_williamkapke-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/43896/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43946/
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/jenkins6824394108656916840.sh
+ '[' -d .git ']'
+ git clean -fdx
Removing config.gypi

Reason Error: Missing plan in the TAP source
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#37769, nodejs/node#37770)
Appeared test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-3, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_svincent-debian10-armv7l_pi2-3
First CI https://ci.nodejs.org/job/node-test-pull-request/43896/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43946/
Example
Error: Missing plan in the TAP source
+ true
+ tap2junit -i cctest.tap -o out/junit/cctest.xml
usage: tap2junit [-h] --input INPUT --output OUTPUT
tap2junit: error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'
+ true

undefined

Reason Unknown
Type undefined
Failed PR 13 (nodejs/node#41397, nodejs/node#42970, nodejs/node#42725, nodejs/node#42874, nodejs/node#42601, nodejs/node#43005, nodejs/node#42946, nodejs/node#42910, nodejs/node#43022, nodejs/node#43023, nodejs/node#43054, nodejs/node#43058, nodejs/node#43059)
Appeared test-nearform_arm-win10_vs2019-arm64-1, test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/43874/
Last CI https://ci.nodejs.org/job/node-test-pull-request/43957/
Example
Unknown

Progress

  • parallel/test-http-server-request-timeouts-mixed (13)
  • parallel/test-fs-read-position-validation (10)
  • parallel/test-worker-http2-stream-terminate (8)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-4 (5)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-5 (4)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-6 (4)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-7 (4)
  • sequential/test-inspector-async-stack-traces-set-interval (4)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-2 (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-3 (3)
  • parallel/test-gc-http-client-timeout (3)
  • parallel/test-http-server-close-all (3)
  • parallel/test-http-server-close-idle (3)
  • parallel/test-net-connect-memleak (3)
  • parallel/test-runner-cli (3)
  • parallel/test-worker-heap-snapshot (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-1 (2)
  • parallel/test-https-server-close-all (2)
  • parallel/test-inspector-multisession-ws (2)
  • parallel/test-trace-events-fs-sync (2)
  • sequential/test-inspector-debug-end (2)
  • Build timed out (after 120 minutes). Marking the build as failed. (3)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • fatal: No rebase in progress? (7)
  • fatal error: ld terminated with signal 9 [Killed] (4)
  • ERROR: Step ?Publish JUnit test result report? failed: no workspace for ... (3)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (3)
  • Error: Missing plan in the TAP source (2)
  • Unknown (13)
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