nodejs / nodejs/reliability

CI Reliability 2023-03-08

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

Nobody has claimed this yet.

Dominant language
Shell
Stars
57
Forks
20
PR merge metrics
No merged PRs in 30d

Description

Failures in node-test-pull-request/50168 to node-test-pull-request/50263 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-03-08 00:15 0 5 37 9 49 5.49%
JSTest Failure
Reason parallel/test-child-process-exec-cwd
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/46912/, https://github.com/nodejs/node/pull/46934/, https://github.com/nodejs/node/pull/46920/, https://github.com/nodejs/node/pull/46790/, https://github.com/nodejs/node/pull/46975/)
Appeared test-azure_msft-win11_vs2019-arm64-6, test-azure_msft-win11_vs2019-arm64-3, test-azure_msft-win11_vs2019-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50170/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50236/
Example
not ok 105 parallel/test-child-process-exec-cwd
  ---
  duration_ms: 0.310
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(stdout.startsWith(dir))
    
        at d:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
        at d:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:414:17
        at d:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:449:15
        at ChildProcess.exithandler (node:child_process:411:7)
        at ChildProcess.emit (node:events:510:28)
        at maybeClose (node:internal/child_process:1098:16)
        at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-permission-deny-fs-wildcard
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/46912/, https://github.com/nodejs/node/pull/46934/, https://github.com/nodejs/node/pull/46920/, https://github.com/nodejs/node/pull/46790/, https://github.com/nodejs/node/pull/46975/)
Appeared test-azure_msft-win11_vs2019-arm64-6, test-azure_msft-win11_vs2019-arm64-3, test-azure_msft-win11_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50170/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50236/
Example
not ok 548 parallel/test-permission-deny-fs-wildcard
  ---
  duration_ms: 0.242
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Missing expected exception.
        at Object.<anonymous> (d:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-permission-deny-fs-wildcard.js:49:10)
        at Module._compile (node:internal/modules/cjs/loader:1287:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
        at Module.load (node:internal/modules/cjs/loader:1145:32)
        at Module._load (node:internal/modules/cjs/loader:984:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: undefined,
      expected: [Function (anonymous)],
      operator: 'throws'
    }
    
    Node.js v20.0.0-pre
  ...


Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/46561/, https://github.com/nodejs/node/pull/46929/, https://github.com/nodejs/node/pull/46790/, https://github.com/nodejs/node/pull/46942/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-nearform-macos11.0-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50172/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50196/
Example
not ok 3236 sequential/test-worker-prof
  ---
  duration_ms: 30.755
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:118
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with signal: {
      error: Error: spawnSync /home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node ETIMEDOUT
          at Object.spawnSync (internal/child_process.js:1107:20)
          at spawnSync (child_process.js:776:24)
          at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-worker-prof.js:52:23)
          at Module._compile (internal/modules/cjs/loader.js:1114:14)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
          at Module.load (internal/modules/cjs/loader.js:979:32)
          at Function.Module._load (internal/modules/cjs/loader.js:819:12)
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
          at internal/m...

Reason parallel/test-http-remove-header-stays-removed
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/46929/, https://github.com/nodejs/node/pull/46790/, https://github.com/nodejs/node/pull/46971/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-freebsd12-x64-1, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50184/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50237/
Example
not ok 1372 parallel/test-http-remove-header-stays-removed
  ---
  duration_ms: 0.192
  severity: fail
  exitcode: 1
  stack: |-
    ok
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-header-stays-removed.js:62:14)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/46965/, https://github.com/nodejs/node/pull/46832/, https://github.com/nodejs/node/pull/46977/)
Appeared test-nearform-macos10.15-x64-1, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50221/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50235/
Example
not ok 2708 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 0.605
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 54621 session? false
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 54621 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54621 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54621 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54621 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54621 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54621 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 54621 session? true
    [worker] connection reused? true
    [primary] got "reused"
 ...

Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46929/, https://github.com/nodejs/node/pull/46912/)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50189/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50227/
Example
not ok 1357 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120.103
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46977/, https://github.com/nodejs/node/pull/46979/)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-osuosl-rhel8-ppc64_le-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50235/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50248/
Example
not ok 1429 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 0.539
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at /home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-http-remove-connection-header-persists-connection.js:54:7)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-permission-deny-fs-symlink
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46938/, https://github.com/nodejs/node/pull/46975/)
Appeared test-nearform-macos10.15-x64-1, test-orka-macos11-x64-1, test-digitalocean-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-ibm-rhel8-x64-2, test-digitalocean-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-equinix_mnx-smartos20-x64-4, test-equinix-rhel8_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-equinix-ubuntu2004_container-armv7l-2, test-osuosl-rhel8-ppc64_le-4, test-ibm-rhel8-s390x-1, test-digitalocean-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-osuosl-aix72-ppc64_be-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-macstadium-macos11.0-arm64-3, test-equinix-debian10_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50200/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50232/
Example
not ok 1924 parallel/test-permission-deny-fs-symlink
  ---
  duration_ms: 0.83
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/child_process:1103
      const result = spawn_sync.spawn(options);
                                ^
    
    Error: Access to this API has been restricted
        at Object.spawnSync (node:internal/child_process:1103:29)
        at spawnSync (node:child_process:871:24)
        at rmSync (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/tmpdir.js:11:5)
        at Object.refresh (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/tmpdir.js:34:3)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-permission-deny-fs-symlink.js:15:8)
        at Module._compile (node:internal/modules/cjs/loader:1287:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
        at Module.load (node:internal/modules/cjs/loader:1145:32)
        at Module._load...

Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46561/, https://github.com/nodejs/node/pull/46031/)
Appeared test-digitalocean-freebsd12-x64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50172/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50195/
Example
not ok 3483 pummel/test-net-throttle
  ---
  duration_ms: 0.566
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at process.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-net-throttle.js:87:10)
        at process.emit (node:events:525:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v18.14.3-pre
  ...


Reason sequential/test-child-process-pass-fd
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46979/, https://github.com/nodejs/node/pull/46658/)
Appeared test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50248/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50253/
Example
not ok 3778 sequential/test-child-process-pass-fd
  ---
  duration_ms: 0.142
  severity: crashed
  exitcode: -10
  stack: |-
    node:events:488
          throw er; // Unhandled 'error' event
          ^
    
    Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
        at new NodeError (node:internal/errors:399:5)
        at target.send (node:internal/child_process:747:16)
        at socketConnected (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-child-process-pass-fd.js:62:15)
        at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-child-process-pass-fd.js:78:5)
        at Server.emit (node:events:510:28)
        at TCP.onconnection (node:net:2057:8)
    Emitted 'error' event on process instance at:
        at node:internal/child_process:751:35
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      code: 'ERR_IPC_CHANNEL_CLOSED'
    }
    
    Node.js v20.0.0-pre
  ...


Reason sequential/test-debugger-object-type-remote-object
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46975/, https://github.com/nodejs/node/pull/46979/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50232/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50248/
Example
not ok 3816 sequential/test-debugger-object-type-remote-object
  ---
  duration_ms: 3.803
  severity: fail
  exitcode: 1
  stack: |-
    Mismatched noop function calls. Expected exactly 1, actual 0.
        at Proxy.mustCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:407:10)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-object-type-remote-object.js:42:14)
        at Module._compile (node:internal/modules/cjs/loader:1287:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
        at Module.load (node:internal/modules/cjs/loader:1145:32)
        at Module._load (node:internal/modules/cjs/loader:984:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47
  ...


Reason sequential/test-debugger-pid
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46975/, https://github.com/nodejs/node/pull/46979/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50232/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50248/
Example
not ok 3817 sequential/test-debugger-pid
  ---
  duration_ms: 5.698
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Timeout (5000) while waiting for /break/; found: Warning: script 'alive.js' was not loaded yet.
    
    debug> 
    Break on start in test/fixtures/debugger/empty.js:1
    > 1 
    debug> 
        at runTest (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-pid.js:28:12)
        at Timeout.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:90:18)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: Error: Timeout (5000) while waiting for /break/; found: Warning: script ...

Reason sequential/test-inspector-console
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46942/, https://github.com/nodejs/node/pull/46963/)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50198/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50239/
Example
not ok 3877 sequential/test-inspector-console
  ---
  duration_ms: 15.282
  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:38741/4b870ab6-8bd3-4e3e-b355-bb53cd5d09d0
    [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 sequential/test-vm-timeout-escape-promise-module-2
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46938/, https://github.com/nodejs/node/pull/46920/)
Appeared test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50200/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50203/
Example
not ok 3321 sequential/test-vm-timeout-escape-promise-module-2
  ---
  duration_ms: 0.219
  severity: fail
  exitcode: 1
  stack: |-
    (node:64816) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
    (Use `node --trace-warnings ...` to show where the warning was created)
    /home/iojs/build/workspace/node-test-commit-linuxone/test/common/index.js:638
    const crashOnUnhandledRejection = (err) => { throw err; };
                                                 ^
    
    Error: escaped timeout at 100 milliseconds!
        at loop (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22:13)
        at vm:module(0):1:30
        at SourceTextModule.evaluate (internal/vm/module.js:230:23)
        at assert.rejects.code (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:38:16)
        at processTicksAndRejections (internal/process/task_queues....

CCTest Failure
Reason [ RUN ] InspectorSocketTest.HostIPv6NonRoutable
Type CC_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/46889/, https://github.com/nodejs/node/pull/46962/, https://github.com/nodejs/node/pull/46812/)
Appeared test-rackspace-win2012r2_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50186/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50246/
Example
[ RUN      ] InspectorSocketTest.HostIPv6NonRoutable
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5001 ms)

Reason ../test/cctest/test_inspector_socket.cc:323: Failure
Type CC_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46941/, https://github.com/nodejs/node/pull/46790/)
Appeared test-softlayer-alpine312_container-x64-1, test-digitalocean-alpine311_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50250/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50261/
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)

Jenkins Failure
Build Failure
Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/46961/, https://github.com/nodejs/node/pull/46957/, https://github.com/nodejs/node/pull/46979/)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50213/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50248/
Example
error: remote GitHub already exists.

> git fetch --prune --no-tags GitHub 

> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46961/, https://github.com/nodejs/node/pull/46977/)
Appeared test-orka-macos11-x64-1, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50213/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50247/
Example
fatal: No rebase in progress?

undefined
Reason Unknown
Type undefined
Failed PR 8 (https://github.com/nodejs/node/pull/46912/, https://github.com/nodejs/node/pull/46934/, https://github.com/nodejs/node/pull/46889/, https://github.com/nodejs/node/pull/46920/, https://github.com/nodejs/node/pull/46962/, https://github.com/nodejs/node/pull/46975/, https://github.com/nodejs/node/pull/46812/, https://github.com/nodejs/node/pull/46790/)
Appeared test-nearform_arm-win10_vs2019-arm64-2, test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50170/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50261/
Example
Unknown

Progress
  • parallel/test-child-process-exec-cwd (5)
  • parallel/test-permission-deny-fs-wildcard (5)
  • sequential/test-worker-prof (4)
  • parallel/test-http-remove-header-stays-removed (3)
  • parallel/test-tls-ticket-cluster (3)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (2)
  • parallel/test-http-remove-connection-header-persists-connection (2)
  • parallel/test-permission-deny-fs-symlink (2)
  • pummel/test-net-throttle (2)
  • sequential/test-child-process-pass-fd (2)
  • sequential/test-debugger-object-type-remote-object (2)
  • sequential/test-debugger-pid (2)
  • sequential/test-inspector-console (2)
  • sequential/test-vm-timeout-escape-promise-module-2 (2)
  • [ RUN ] InspectorSocketTest.HostIPv6NonRoutable (3)
  • ../test/cctest/test_inspector_socket.cc:323: Failure (2)
  • error: remote GitHub already exists. (3)
  • fatal: No rebase in progress? (2)
  • Unknown (8)

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.

Research direction

Start by reading the listed test files, including test/parallel/test-child-process-exec-cwd.js, test/parallel/test-permission-deny-fs-wildcard.js, test/sequential/test-worker-prof.js, and the HTTP, TLS, and fs-watch tests, then compare their CI failure logs across platforms. Done means the reported failures have an identified cause and the affected CI tests no longer fail intermittently.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.