CI Reliability 2023-04-13

Open
#542 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
node.js, shell

Research direction

Start with the listed CI jobs and example console logs, then inspect the failing tests: parallel/test-net-write-fully-async-buffer, parallel/test-net-write-fully-async-hex-string, parallel/test-fs-readfile, and related filesystem and child-process tests. Done means identifying the causes of the repeated failures and confirming the affected tests pass reliably in CI.

Written by the indexing model from the issue text.

Description

Failures in node-test-pull-request/51081 to node-test-pull-request/51173 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-04-13 00:13 4 7 14 9 66 8.05%
JSTest Failure
Reason parallel/test-net-write-fully-async-buffer
Type JS_TEST_FAILURE
Failed PR 14 (https://github.com/nodejs/node/pull/47423/, https://github.com/nodejs/node/pull/46933/, https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47144/, https://github.com/nodejs/node/pull/47055/, https://github.com/nodejs/node/pull/46972/, https://github.com/nodejs/node/pull/47405/, https://github.com/nodejs/node/pull/47385/, https://github.com/nodejs/node/pull/47507/, https://github.com/nodejs/node/pull/47014/, https://github.com/nodejs/node/pull/47468/, https://github.com/nodejs/node/pull/47524/, https://github.com/nodejs/node/pull/47529/, https://github.com/nodejs/node/pull/47514/)
Appeared test-ibm-rhel8-s390x-3, test-equinix-rhel8_container-arm64-1, test-digitalocean-alpine312_container-x64-2, test-digitalocean-ubi81_container-x64-1, test-softlayer-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-2, test-digitalocean-alpine311_container-x64-1, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51081/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51170/
Example
not ok 2892 parallel/test-net-write-fully-async-buffer
  ---
  duration_ms: 120145.86400
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-net-write-fully-async-hex-string
Type JS_TEST_FAILURE
Failed PR 11 (https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47392/, https://github.com/nodejs/node/pull/47055/, https://github.com/nodejs/node/pull/47405/, https://github.com/nodejs/node/pull/46973/, https://github.com/nodejs/node/pull/47514/, https://github.com/nodejs/node/pull/47468/, https://github.com/nodejs/node/pull/47524/, https://github.com/nodejs/node/pull/47515/, https://github.com/nodejs/node/pull/47529/, https://github.com/nodejs/node/pull/47520/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51100/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51171/
Example
not ok 3677 parallel/test-net-write-fully-async-hex-string
  ---
  duration_ms: 120035.66400
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-readfile
Type JS_TEST_FAILURE
Failed PR 10 (https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47055/, https://github.com/nodejs/node/pull/47405/, https://github.com/nodejs/node/pull/47385/, https://github.com/nodejs/node/pull/47488/, https://github.com/nodejs/node/pull/47507/, https://github.com/nodejs/node/pull/47513/, https://github.com/nodejs/node/pull/47468/, https://github.com/nodejs/node/pull/47514/, https://github.com/nodejs/node/pull/47520/)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51102/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51171/
Example
not ok 848 parallel/test-fs-readfile
  ---
  duration_ms: 74.29000
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/utils:348
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1143:3)
        at Object.truncateSync (node:fs:1102:14)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-fs-readfile.js:61:6)
        at Module._compile (node:internal/modules/cjs/loader:1267:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1321:10)
        at Module.load (node:internal/modules/cjs/loader:1125:32)
        at Module._load (node:internal/modules/cjs/loader:965:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      errno: -28,
      syscall: 'ftruncate',
      code: 'ENOSPC'
    }
    
    Node.js v20.0.0-pre
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 10 (https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47055/, https://github.com/nodejs/node/pull/47405/, https://github.com/nodejs/node/pull/47385/, https://github.com/nodejs/node/pull/47488/, https://github.com/nodejs/node/pull/47507/, https://github.com/nodejs/node/pull/47513/, https://github.com/nodejs/node/pull/47468/, https://github.com/nodejs/node/pull/47514/, https://github.com/nodejs/node/pull/47520/)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51102/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51171/
Example
not ok 3600 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 115.45500
  severity: fail
  exitcode: 7
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:73
      throw err;
      ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOSPC: no space left on device, write
        at Object.callback (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:31:37)
        at callback (node:internal/streams/writable:562:21)
        at onwriteError (node:internal/streams/writable:425:3)
        at onwrite (node:internal/streams/writable:467:7)
        at node:internal/fs/streams:439:14
        at FSReqCallback.wrapper [as oncomplete] (node:fs:958:5) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: [Error: ENOSPC: no space left on device, write] {
        errno: -28,
        code: 'ENOSPC',
        syscall: 'write'
      },
      expe...

Reason parallel/test-fs-promises-file-handle-readFile
Type JS_TEST_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47055/, https://github.com/nodejs/node/pull/47405/, https://github.com/nodejs/node/pull/47385/, https://github.com/nodejs/node/pull/47488/, https://github.com/nodejs/node/pull/47507/, https://github.com/nodejs/node/pull/47468/, https://github.com/nodejs/node/pull/47514/, https://github.com/nodejs/node/pull/47520/)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51102/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51171/
Example
not ok 800 parallel/test-fs-promises-file-handle-readFile
  ---
  duration_ms: 117.36400
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    [Error: ENOSPC: no space left on device, ftruncate] {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'ftruncate'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-child-process-advanced-serialization-largebuffer
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/47473/, https://github.com/nodejs/node/pull/47144/, https://github.com/nodejs/node/pull/47014/, https://github.com/nodejs/node/pull/47515/, https://github.com/nodejs/node/pull/47529/, https://github.com/nodejs/node/pull/47514/)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-ibm-rhel8-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-alpine311_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51082/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51170/
Example
not ok 1568 parallel/test-child-process-advanced-serialization-largebuffer
  ---
  duration_ms: 120033.96800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/46933/, https://github.com/nodejs/node/pull/47405/, https://github.com/nodejs/node/pull/47385/, https://github.com/nodejs/node/pull/47014/, https://github.com/nodejs/node/pull/47513/, https://github.com/nodejs/node/pull/47529/)
Appeared undefined, test-ibm-ubuntu1804-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51086/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51169/
Example
not ok 2296 parallel/test-performance-function
  ---
  duration_ms: 263.82600
  severity: fail
  exitcode: 1
  stack: |-
    
    node:internal/event_target:1036
      process.nextTick(() => { throw err; });
                               ^
    RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
        at RecordableHistogram.record (node:internal/histogram:283:5)
        at processComplete (node:internal/perf/timerify:40:15)
        at timerified m (node:internal/perf/timerify:87:5)
        at /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-performance-function.js:98:5
        at runNextTicks (node:internal/process/task_queues:60:5)
        at listOnTimeout (node:internal/timers:540:9)
        at process.processTimers (node:internal/timers:514:7)
    Emitted 'error' event on Worker instance at:
        at [kOnErrorMessage] (node:internal/worker:309:10)
        at [kOnMessage] (node:internal/worker:320:37)...

Reason parallel/test-x509-escaping
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/46933/, https://github.com/nodejs/node/pull/47392/, https://github.com/nodejs/node/pull/47468/, https://github.com/nodejs/node/pull/47513/, https://github.com/nodejs/node/pull/47515/)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-4, test-rackspace-win2012r2_vs2019-x64-6, test-rackspace-win2012r2_vs2017-x64-4, test-rackspace-win2012r2_vs2013-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51086/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51159/
Example
not ok 893 parallel/test-x509-escaping
  ---
  duration_ms: 6664.00100
  severity: fail
  exitcode: 1
  stack: |-
    node:events:489
          throw er; // Unhandled 'error' event
          ^
    
    Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
        at new NodeError (node:internal/errors:399:5)
        at internalConnectMultiple (node:net:1098:20)
        at Timeout.internalConnectMultipleTimeout (node:net:1637:3)
        at listOnTimeout (node:internal/timers:575:11)
        at process.processTimers (node:internal/timers:514:7)
    Emitted 'error' event on TLSSocket instance at:
        at emitErrorNT (node:internal/streams/destroy:151:8)
        at emitErrorCloseNT (node:internal/streams/destroy:116:3)
        at processTicksAndRejections (node:internal/process/task_queues:82:21)
        at runNextTicks (node:internal/process/task_queues:64:3)
        at listOnTimeout (node:internal/timers:540:9)
        at process.processTimers (node:internal/timers:514:7) {
      code: 'ERR_SOCKET...

Reason parallel/test-cli-eval
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/46933/, https://github.com/nodejs/node/pull/47385/, https://github.com/nodejs/node/pull/47514/, https://github.com/nodejs/node/pull/47239/)
Appeared test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51088/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51167/
Example
not ok 244 parallel/test-cli-eval
  ---
  duration_ms: 402.81600
  severity: crashed
  exitcode: -10
  stack: |-
    node:events:491
          throw er; // Unhandled 'error' event
          ^
    
    Error: write EPIPE
        at target._send (node:internal/child_process:872:20)
        at target.send (node:internal/child_process:745:19)
        at process.<anonymous> ([eval]:3:41)
        at process.emit (node:events:513:28)
        at emit (node:internal/child_process:944:14)
        at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
    Emitted 'error' event on process instance at:
        at node:internal/child_process:876:39
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      errno: -32,
      code: 'EPIPE',
      syscall: 'write'
    }
    
    Node.js v19.9.1-pre
  ...


Reason sequential/test-cpu-prof-name
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/47513/, https://github.com/nodejs/node/pull/47381/, https://github.com/nodejs/node/pull/47494/, https://github.com/nodejs/node/pull/47514/)
Appeared test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51135/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51144/
Example
not ok 3201 sequential/test-cpu-prof-name
  ---
  duration_ms: 0.173
  severity: fail
  exitcode: 1
  stack: |-
    Dispatching message { "id": 1, "method": "Profiler.enable" }
    Receive CPU profile message
    {"id":1,"result":{}}
    Dispatching message { "id": 2, "method": "Profiler.start" }
    Receive CPU profile message
    {"id":2,"result":{}}
    Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
    Receive CPU profile message
    {"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
    EndStartedProfilers
    V8CpuProfilerConnection::End(), ending = false
    Dispatching message { "id": 4, "method": "Profiler.stop" }
    Receive CPU profile message
    Writing profile response (id = 4)
    Written result to /home/iojs/node-tmp/.tmp.3200/test.cpuprofile
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',
          url: '',
          lineNumber: -...

Reason parallel/test-fs-promises-file-handle-writeFile
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47014/, https://github.com/nodejs/node/pull/47468/, https://github.com/nodejs/node/pull/47520/)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-softlayer-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51127/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51171/
Example
not ok 1491 parallel/test-fs-promises-file-handle-writeFile
  ---
  duration_ms: 120050.53800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-inspector-break-when-eval
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47494/, https://github.com/nodejs/node/pull/44710/, https://github.com/nodejs/node/pull/47520/)
Appeared test-ibm-rhel8-s390x-4, test-osuosl-rhel8-ppc64_le-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51142/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51172/
Example
not ok 1842 parallel/test-inspector-break-when-eval
  ---
  duration_ms: 16113.47800
  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:45585/0eeafd9b-9adc-40de-886d-944d29e571f9
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [test] Setting up a debugger
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (Initial pause)
    1
  ...


Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47055/, https://github.com/nodejs/node/pull/47488/, https://github.com/nodejs/node/pull/47520/)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51110/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51171/
Example
not ok 2450 parallel/test-single-executable-application
  ---
  duration_ms: 35727.34000
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.2292/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.2292/sea: the codesign_allocate helper tool cannot be found or used
    node:child_process:924
        throw err;
        ^
    
    Error: Command failed: codesign --sign - /Users/iojs/node-tmp/.tmp.2292/sea
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.2292/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.2292/sea: the codesign_allocate helper tool cannot be found or used
    
        at checkExecSyncError (node:child_process:885:11)
        at execFileSync (node:child_process:921:15)
        at Object.<anonymous> (/Users/iojs/b...

Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47488/, https://github.com/nodejs/node/pull/47515/, https://github.com/nodejs/node/pull/47468/)
Appeared test-nearform-macos10.15-x64-3, test-rackspace-win2012r2_vs2017-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51123/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51173/
Example
not ok 2781 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 622.58000
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 54182 session? false
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 54182 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54182 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54182 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54182 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54182 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54182 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54182 session? true
    [worker] connection reused? true
    [primary] got "reuse...

Reason pummel/test-policy-integrity-parent-no-package-json
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47488/, https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47513/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51083/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51150/
Example
not ok 3634 pummel/test-policy-integrity-parent-no-package-json
  ---
  duration_ms: 1158.87000
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason sequential/test-child-process-pass-fd
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47144/, https://github.com/nodejs/node/pull/47513/)
Appeared test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51098/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51154/
Example
not ok 3856 sequential/test-child-process-pass-fd
  ---
  duration_ms: 129.86900
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason wpt/test-timers
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47385/, https://github.com/nodejs/node/pull/47519/, https://github.com/nodejs/node/pull/44710/)
Appeared test-osuosl-rhel8-ppc64_le-2, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51118/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51164/
Example
not ok 3591 wpt/test-timers
  ---
  duration_ms: 2253.48200
  severity: fail
  exitcode: 1
  stack: |-
    ---- negative-settimeout ----
    [SKIPPED] unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672
    ---- Clear timeout with clearInterval ----
    [PASS] Clear timeout with clearInterval
    ---- Clear interval with clearTimeout ----
    [PASS] Clear interval with clearTimeout
    ---- Calling setInterval with no interval should be the same as if called with 0 interval ----
    [PASS] Calling setInterval with no interval should be the same as if called with 0 interval
    ---- Calling setInterval with undefined interval should be the same as if called with 0 interval ----
    [PASS] Calling setInterval with undefined interval should be the same as if called with 0 interval
    ---- negative-setinterval ----
    [PASS] negative-setinterval
    [UNEXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests()
    assert_unreached: Reached unreachable code
    {
      message: 'assert...

Reason - /home/iojs/build/workspace/node-test-linter/lib/timers.js
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47495/, https://github.com/nodejs/node/pull/47435/)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51125/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51130/
Example
not ok 737 - /home/iojs/build/workspace/node-test-linter/lib/timers.js
  ---
  message: Missing trailing comma.
  severity: error
  data:
    line: 33
    column: 21
    ruleId: comma-dangle
  ...


Reason parallel/test-child-process-advanced-serialization
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46933/, https://github.com/nodejs/node/pull/47437/)
Appeared test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51086/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51096/
Example
not ok 137 parallel/test-child-process-advanced-serialization
  ---
  duration_ms: 60.66400
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason parallel/test-cli-node-options
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47144/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51106/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51109/
Example
not ok 245 parallel/test-cli-node-options
  ---
  duration_ms: 332.21600
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47405/, https://github.com/nodejs/node/pull/47514/)
Appeared test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51113/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51162/
Example
not ok 1363 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120048.57300
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-inspector-console
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47513/)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51098/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51135/
Example
not ok 1848 parallel/test-inspector-console
  ---
  duration_ms: 16104.26000
  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:41361/a672f11d-d81e-4cfe-a1f3-e349be52d5d4
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (Runtime.consoleAPICalled)
    1
  ...


Reason parallel/test-runner-output
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47014/, https://github.com/nodejs/node/pull/47520/)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/51127/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51172/
Example
not ok 2589 parallel/test-runner-output
  ---
  duration_ms: 2715.10600
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: test runner output
        # Subtest: test-runner/output/abort.js
        not ok 1 - test-runner/output/abort.js
          ---
          duration_ms: 1759.020047
          failureType: 'testCodeFailure'
          error: |-
            Expected values to be strictly equal:
            + actual - expected ... Lines skipped
            
              'TAP version 13\n' +
                '# Subtest: promise timeout signal\n' +
            ...


Reason parallel/test-worker-nearheaplimit-deadlock
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47405/, https://github.com/nodejs/node/pull/46973/)
Appeared test-ibm-rhel8-x64-3, test-digitalocean-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51113/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51114/
Example
not ok 3503 parallel/test-worker-nearheaplimit-deadlock
  ---
  duration_ms: 120120.19900
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-zlib-brotli-flush
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47381/, https://github.com/nodejs/node/pull/47494/)
Appeared test-equinix-debian10_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51137/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51142/
Example
not ok 3609 parallel/test-zlib-brotli-flush
  ---
  duration_ms: 360021.31600
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47144/, https://github.com/nodejs/node/pull/47515/)
Appeared test-digitalocean-freebsd12-x64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51109/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51156/
Example
not ok 3628 pummel/test-net-throttle
  ---
  duration_ms: 559.27900
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      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:523:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason pummel/test-policy-integrity-dep
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47014/, https://github.com/nodejs/node/pull/47513/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51127/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51151/
Example
not ok 3631 pummel/test-policy-integrity-dep
  ---
  duration_ms: 1237.39700
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason pummel/test-policy-integrity-worker-commonjs
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47508/, https://github.com/nodejs/node/pull/47516/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51128/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51143/
Example
not ok 3634 pummel/test-policy-integrity-worker-commonjs
  ---
  duration_ms: 665.65800
  severity: crashed
  exitcode: -10
  stack: |-
  ...


Reason sequential/test-http-regr-gh-2928
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47468/)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51098/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51146/
Example
not ok 923 sequential/test-http-regr-gh-2928
  ---
  duration_ms: 1341.04900
  severity: fail
  exitcode: 3221226505
  stack: |-
    .+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+....

Reason sequential/test-inspector-port-cluster
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47519/, https://github.com/nodejs/node/pull/47513/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51148/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51150/
Example
not ok 3913 sequential/test-inspector-port-cluster
  ---
  duration_ms: 216.03300
  severity: fail
  exitcode: 1
  stack: |-
    Debugger listening on ws://127.0.0.1:65534/01a3f1b2-ffd4-4fbd-a9db-30c73681cbd5
    For help, see: https://nodejs.org/en/docs/inspector
    Debugger listening on ws://127.0.0.1:9229/ba7752c4-157e-4adb-b77c-b54a68712635
    For help, see: https://nodejs.org/en/docs/inspector
    Debugger listening on ws://127.0.0.1:12351/84b0262b-fee9-48e5-85b5-9b4d71b93481
    For help, see: https://nodejs.org/en/docs/inspector
    Debugger listening on ws://127.0.0.1:12346/2d53730b-93d9-4fc9-87e6-ae0b63ac09fc
    For help, see: https://nodejs.org/en/docs/inspector
    Debugger listening on ws://0.0.0.0:12361/efa7db74-99bf-4976-818a-5ad749b34d3f
    For help, see: https://nodejs.org/en/docs/inspector
    Debugger listening on ws://[::1]:12376/ecd55d99-d073-4f87-883c-71c37e96a70e
    For help, see: https://nodejs.org/en/docs/inspector
    Debugger listening on ws://127.0.0.1:12356/47b396cb-80a3-49e8-...

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47381/, https://github.com/nodejs/node/pull/47516/)
Appeared test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51137/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51160/
Example
not ok 936 sequential/test-worker-prof
  ---
  duration_ms: 1561.19200
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with non-zero status:                      {
      status: 3221226505,
      signal: null,
      output: [ null, '', '' ],
      pid: 5896,
      stdout: '',
      stderr: ''
    }
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\sequential\test-worker-prof.js:61:10)
        at Module._compile (node:internal/modules/cjs/loader:1267:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1321:10)
        at Module.load (node:internal/modules/cjs/loader:1125:32)
        at Module._load (node:internal/modules/cjs/loader:965:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTIO...

Jenkins Failure
Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/47488/, https://github.com/nodejs/node/pull/47014/, https://github.com/nodejs/node/pull/47502/, https://github.com/nodejs/node/pull/44710/)
Appeared test-rackspace-win2012r2_vs2019-x64-3, test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51083/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51164/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47437/, https://github.com/nodejs/node/pull/47519/)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51147/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51148/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 107.170.28.213/107.170.28.213:38495' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy159.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)

Build Failure
Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/47473/, https://github.com/nodejs/node/pull/47348/, https://github.com/nodejs/node/pull/47494/, https://github.com/nodejs/node/pull/47515/, https://github.com/nodejs/node/pull/47520/)
Appeared test-macstadium-macos11.0-arm64-3, test-equinix-rhel8_container-arm64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51082/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51172/
Example
fatal: No rebase in progress?

Reason error: The last gc run reported the following. Please correct the root cause
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47494/, https://github.com/nodejs/node/pull/47519/)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51142/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51148/
Example
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.

warning: There are too many unreachable loose objects; run 'git prune' to remove them.

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47488/, https://github.com/nodejs/node/pull/47373/)
Appeared test-rackspace-win2012r2_vs2019-x64-4, test-rackspace-win2012r2_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51083/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51091/
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

Progress
  • parallel/test-net-write-fully-async-buffer (14)
  • parallel/test-net-write-fully-async-hex-string (11)
  • parallel/test-fs-readfile (10)
  • pummel/test-fs-readfile-tostring-fail (10)
  • parallel/test-fs-promises-file-handle-readFile (9)
  • parallel/test-child-process-advanced-serialization-largebuffer (6)
  • parallel/test-performance-function (6)
  • parallel/test-x509-escaping (5)
  • parallel/test-cli-eval (4)
  • sequential/test-cpu-prof-name (4)
  • parallel/test-fs-promises-file-handle-writeFile (3)
  • parallel/test-inspector-break-when-eval (3)
  • parallel/test-single-executable-application (3)
  • parallel/test-tls-ticket-cluster (3)
  • pummel/test-policy-integrity-parent-no-package-json (3)
  • sequential/test-child-process-pass-fd (3)
  • wpt/test-timers (3)
  • - /home/iojs/build/workspace/node-test-linter/lib/timers.js (2)
  • parallel/test-child-process-advanced-serialization (2)
  • parallel/test-cli-node-options (2)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (2)
  • parallel/test-inspector-console (2)
  • parallel/test-runner-output (2)
  • parallel/test-worker-nearheaplimit-deadlock (2)
  • parallel/test-zlib-brotli-flush (2)
  • pummel/test-net-throttle (2)
  • pummel/test-policy-integrity-dep (2)
  • pummel/test-policy-integrity-worker-commonjs (2)
  • sequential/test-http-regr-gh-2928 (2)
  • sequential/test-inspector-port-cluster (2)
  • sequential/test-worker-prof (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (4)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • fatal: No rebase in progress? (5)
  • error: The last gc run reported the following. Please correct the root cause (2)
  • error: remote GitHub already exists. (2)
Dominant language
Shell
Stars
57
Forks
20
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nodejs/reliability

All issues in nodejs/reliability

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.