CI Reliability 2023-05-05

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

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
15/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript, node.js, shell

Research direction

Start by reading the generated report and its linked CI logs, then inspect the named tests such as test/parallel/test-http-remove-connection-header-persists-connection.js. The issue lists multiple platform-specific failures but no single entry point or expected change; work is only complete when the relevant failures are diagnosed and the affected CI jobs are reliable.

Written by the indexing model from the issue text.

Description

Failures in node-test-pull-request/51541 to node-test-pull-request/51638 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-05-05 00:12 0 6 30 4 60 6.25%
JSTest Failure
Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 14 (https://github.com/nodejs/node/pull/47779/, https://github.com/nodejs/node/pull/47789/, https://github.com/nodejs/node/pull/47399/, https://github.com/nodejs/node/pull/47604/, https://github.com/nodejs/node/pull/47768/, https://github.com/nodejs/node/pull/47144/, https://github.com/nodejs/node/pull/47610/, https://github.com/nodejs/node/pull/47820/, https://github.com/nodejs/node/pull/47750/, https://github.com/nodejs/node/pull/47817/, https://github.com/nodejs/node/pull/47834/, https://github.com/nodejs/node/pull/47731/, https://github.com/nodejs/node/pull/47831/, https://github.com/nodejs/node/pull/47706/)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/51542/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51628/
Example
not ok 2764 parallel/test-single-executable-application
  ---
  duration_ms: 120360.78800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    Wrote single executable preparation blob to sea-prep.blob
  ...


Reason es-module/test-esm-loader-http-imports
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/47588/, https://github.com/nodejs/node/pull/47589/, https://github.com/nodejs/node/pull/47826/, https://github.com/nodejs/node/pull/47750/, https://github.com/nodejs/node/pull/47817/, https://github.com/nodejs/node/pull/47840/, https://github.com/nodejs/node/pull/47851/)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51541/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51621/
Example
not ok 3515 es-module/test-esm-loader-http-imports
  ---
  duration_ms: 60160.07500
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: ESM: http import via loader
        # Subtest: should load using --import flag
        ok 1 - should load using --import flag
          ---
          duration_ms: 49966.111787
          ...


Reason wpt/test-timers
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/47588/, https://github.com/nodejs/node/pull/47779/, https://github.com/nodejs/node/pull/47753/, https://github.com/nodejs/node/pull/47589/, https://github.com/nodejs/node/pull/47820/)
Appeared test-rackspace-win2012r2_vs2017-x64-4, test-ibm-rhel8-s390x-4, test-equinix_mnx-smartos20-x64-4, test-orka-macos11-x64-2, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51541/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51574/
Example
not ok 880 wpt/test-timers
  ---
  duration_ms: 3283.99800
  severity: fail
  exitcode: 1
  stack: |-
    [SKIPPED] negative-settimeout.any.js: unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672
    [PASS] Calling setInterval with no 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
    [PASS] Clear timeout with clearInterval
    [PASS] Clear interval with clearTimeout
    [PASS] type-long-settimeout
    [PASS] type-long-setinterval
    [UNEXPECTED_FAILURE][UNCAUGHT] evaluation in WPTRunner.runJsTests()
    assert_unreached: Reached unreachable code
    {
      message: 'assert_unreached: Reached unreachable code',
      stack: '    at listOnTimeout (node:internal/timers:573:17)\n' +
        '    at process.processTimers (node:internal/timers:514:7)'
    }
    Command: C:\workspace\node-test-binary-windows-js-suites\node\Release\node.exe  C:\workspace\node-test-binary-windows-js-...

Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/47820/, https://github.com/nodejs/node/pull/47750/, https://github.com/nodejs/node/pull/47706/, https://github.com/nodejs/node/pull/46401/)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-digitalocean-alpine312_container-x64-2, test-orka-macos11-x64-2, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51593/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51635/
Example
not ok 1488 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 526.63900
  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 v21.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47576/, https://github.com/nodejs/node/pull/47803/, https://github.com/nodejs/node/pull/47731/)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51564/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51605/
Example
not ok 1236 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120027.81100
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-runner-watch-mode
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47820/, https://github.com/nodejs/node/pull/47855/, https://github.com/nodejs/node/pull/47753/)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51574/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51632/
Example
not ok 925 parallel/test-runner-watch-mode
  ---
  duration_ms: 120144.01300
  severity: fail
  exitcode: 1
  stack: |-
    timeout
    TAP version 13
  ...


Reason wpt/test-webcrypto
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47581/, https://github.com/nodejs/node/pull/47723/, https://github.com/nodejs/node/pull/47831/)
Appeared test-equinix_mnx-smartos20-x64-4, test-orka-macos11-x64-2, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51571/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51607/
Example
not ok 3571 wpt/test-webcrypto
  ---
  duration_ms: 2520.91500
  severity: crashed
  exitcode: -6
  stack: |-
    [SKIPPED] algorithm-discards-context.https.window.js: Not relevant in Node.js context
    [SKIPPED] historical.any.js: Not relevant in Node.js context
    
    <--- Last few GCs --->
    
    
    <--- JS stacktrace --->
    
    FATAL ERROR: NewArray Allocation failed - process out of memory
     1: 15d6fce node::Abort() [/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/out/Release/node]
     2: 15db3dd node::GetErrorSource(v8::Isolate*, v8::Local<v8::Context>, v8::Local<v8::Message>, bool*) [clone .cold] [/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/out/Release/node]
     3: 1820580 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/out/Release/node]
     4: 1820867 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const...

Reason abort/test-signal-handler
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47831/, https://github.com/nodejs/node/pull/47817/)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51607/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51611/
Example
not ok 3955 abort/test-signal-handler
  ---
  duration_ms: 230.95400
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: child.signal = SIGBUS
        at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/abort/test-signal-handler.js:22:3)
        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_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v21.0.0-pre
  ...


Reason addons/worker-buffer-callback/test-free-called
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47789/, https://github.com/nodejs/node/pull/47790/)
Appeared test-osuosl-aix72-ppc64_be-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51548/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51568/
Example
not ok 3680 addons/worker-buffer-callback/test-free-called
  ---
  duration_ms: 308.33200
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 0
    
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/addons/worker-buffer-callback/test-free-called.js:14:8)
        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: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 0,
      operator: 'strictEqual'
    }
    
    ...

Reason parallel/test-http-request-join-authorization-headers
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47144/, https://github.com/nodejs/node/pull/47831/)
Appeared test-orka-macos11-x64-2, test-digitalocean-alpine311_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51584/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51613/
Example
not ok 1244 parallel/test-http-request-join-authorization-headers
  ---
  duration_ms: 328.17900
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    '1, 2' !== '1'
    
        at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-request-join-authorization-headers.js:39:12)
        at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/index.js:465:15)
        at Server.emit (node:events:511:28)
        at parserOnIncoming (node:_http_server:1109:12)
        at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '1, 2',
      expected: '1',
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-inspector-break-when-eval
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47826/, https://github.com/nodejs/node/pull/47706/)
Appeared test-nearform-macos10.15-x64-3, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51589/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51628/
Example
not ok 1678 parallel/test-inspector-break-when-eval
  ---
  duration_ms: 15628.62100
  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:49945/c592eee3-1cb5-478f-b800-436cfaf0607e
    [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-inspector-debug-end
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47826/, https://github.com/nodejs/node/pull/47834/)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51587/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51600/
Example
not ok 2848 parallel/test-inspector-debug-end
  ---
  duration_ms: 120106.26800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    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:38245/f6cfcfca-3997-4c4e-8f29-02cf7515bbf2
    [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:42197/3c489ed2-290a-4ecb-ac1f-e0b364693576
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
  ...


Reason parallel/test-net-write-fully-async-hex-string
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47588/, https://github.com/nodejs/node/pull/47789/)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51541/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51554/
Example
not ok 2828 parallel/test-net-write-fully-async-hex-string
  ---
  duration_ms: 120049.29700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-x509-escaping
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/42387/, https://github.com/nodejs/node/pull/47820/)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51543/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51574/
Example
not ok 888 parallel/test-x509-escaping
  ---
  duration_ms: 6515.03900
  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:1099:20)
        at Timeout.internalConnectMultipleTimeout (node:net:1638: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...

CCTest Failure
Reason [ RUN ] InspectorSocketTest.HostIPv6NonRoutable
Type CC_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47820/, https://github.com/nodejs/node/pull/47866/)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-azure_msft-win10_vs2019-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51593/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51637/
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)

Git Failure
Build Failure
Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/47576/, https://github.com/nodejs/node/pull/47820/, https://github.com/nodejs/node/pull/42387/, https://github.com/nodejs/node/pull/47866/)
Appeared test-equinix-ubuntu2004_container-armv7l-2, test-osuosl-debian10_container-armv7l-1, test-ibm-aix72-ppc64_be-1, test-equinix_mnx-smartos20-x64-3, test-equinix-debian10_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51564/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51637/
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-armv7l] $ /bin/bash -ex /tmp/jenkins4092359708536280502.sh
+ '[' -d .git ']'
+ git clean -fdx

Reason Error: list index out of range
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47820/, https://github.com/nodejs/node/pull/42387/, https://github.com/nodejs/node/pull/47866/)
Appeared test-equinix-debian10_container-armv7l-2, test-equinix-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51574/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51637/
Example
Error: list index out of range
+ true
+ tap2junit -i cctest.tap -o out/junit/cctest.xml
usage: tap2junit [-h] --input INPUT --output OUTPUT [--compact] [--name NAME]
                 [--package PACKAGE]
tap2junit: error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/47779/, https://github.com/nodejs/node/pull/47803/, https://github.com/nodejs/node/pull/47851/)
Appeared test-orka-macos11-x64-2, test-equinix-ubuntu2004_container-arm64-2, test-orka-macos10.14-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51542/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51619/
Example
fatal: No rebase in progress?

Reason Error: getWindowSize EINVAL
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47399/, https://github.com/nodejs/node/pull/47866/)
Appeared test-equinix_mnx-smartos20-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51563/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51637/
Example
Error: getWindowSize EINVAL
outline =     at WriteStream._refreshSize (node:tty:132:31)
outline =     at process.refreshStderrOnSigWinch (node:internal/bootstrap/switches/is_main_thread:139:10)
outline =     at process.emit (node:events:523:35)
outline = Emitted 'error' event on WriteStream instance at:
outline =     at WriteStream._refreshSize (node:tty:132:10)

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47767/, https://github.com/nodejs/node/pull/47831/)
Appeared test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51545/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51607/
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 sh: line 1: I/O: No such file or directory
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47399/, https://github.com/nodejs/node/pull/47576/)
Appeared test-ibm-ubuntu1804-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51563/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51564/
Example
sh: line 1: I/O: No such file or directory

Jenkins Failure
undefined
Reason Unknown
Type undefined
Failed PR 3 (https://github.com/nodejs/node/pull/47820/, https://github.com/nodejs/node/pull/42387/, https://github.com/nodejs/node/pull/47866/)
Appeared test-equinix-debian10_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51574/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51637/
Example
Unknown

Progress
  • parallel/test-single-executable-application (14)
  • es-module/test-esm-loader-http-imports (7)
  • wpt/test-timers (5)
  • parallel/test-http-remove-connection-header-persists-connection (4)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (3)
  • parallel/test-runner-watch-mode (3)
  • wpt/test-webcrypto (3)
  • abort/test-signal-handler (2)
  • addons/worker-buffer-callback/test-free-called (2)
  • parallel/test-http-request-join-authorization-headers (2)
  • parallel/test-inspector-break-when-eval (2)
  • parallel/test-inspector-debug-end (2)
  • parallel/test-net-write-fully-async-hex-string (2)
  • parallel/test-x509-escaping (2)
  • [ RUN ] InspectorSocketTest.HostIPv6NonRoutable (2)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (4)
  • Error: list index out of range (3)
  • fatal: No rebase in progress? (3)
  • Error: getWindowSize EINVAL (2)
  • error: remote GitHub already exists. (2)
  • sh: line 1: I/O: No such file or directory (2)
  • Unknown (3)
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.