CI Reliability 2023-05-29

Open
#580 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
cpp, javascript, node.js, shell

Research direction

Start with the linked CI job logs and the named tests and files, including test/cctest/test_inspector_socket.cc, test/pummel/test-net-throttle.js, and the parallel HTTP tests. Compare the first and last CI runs across the listed platforms, then identify which recurring failures are actionable; done requires resolving or clearly tracking the reported failures.

Written by the indexing model from the issue text.

Description

Failures in node-test-pull-request/51890 to node-test-pull-request/51989 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-29 00:14 0 5 34 1 60 5.05%
CCTest Failure
Reason ../test/cctest/test_inspector_socket.cc:323: Failure
Type CC_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/48118/, https://github.com/nodejs/node/pull/48102/, https://github.com/nodejs/node/pull/48152/)
Appeared test-digitalocean-alpine315_container-x64-2, test-digitalocean-alpine318_container-x64-1, test-softlayer-alpine315_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51918/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51959/
Example
../test/cctest/test_inspector_socket.cc:323: Failure
Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (4999 ms)

Jenkins 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 6 (https://github.com/nodejs/node/pull/48092/, https://github.com/nodejs/node/pull/48038/, https://github.com/nodejs/node/pull/48106/, https://github.com/nodejs/node/pull/48134/, https://github.com/nodejs/node/pull/48102/, https://github.com/nodejs/node/pull/47913/)
Appeared test-osuosl-ubuntu2004_sharedlibs_container-arm64-1, test-osuosl-ubuntu2004_container-armv7l-1, test-ibm-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51891/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51934/
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device)
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/48057/, https://github.com/nodejs/node/pull/48159/, https://github.com/nodejs/node/pull/48070/, https://github.com/nodejs/node/pull/48189/)
Appeared test-nearform-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51950/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51989/
Example
fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device)

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48151/, https://github.com/nodejs/node/pull/48147/)
Appeared test-ibm-rhel8-s390x-4, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51956/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51961/
Example
fatal: No rebase in progress?

JSTest Failure
Reason js-native-api/test_cannot_run_js/test
Type JS_TEST_FAILURE
Failed PR 13 (https://github.com/nodejs/node/pull/48098/, https://github.com/nodejs/node/pull/48038/, https://github.com/nodejs/node/pull/48108/, https://github.com/nodejs/node/pull/48078/, https://github.com/nodejs/node/pull/48115/, https://github.com/nodejs/node/pull/48053/, https://github.com/nodejs/node/pull/47913/, https://github.com/nodejs/node/pull/47887/, https://github.com/nodejs/node/pull/48151/, https://github.com/nodejs/node/pull/48162/, https://github.com/nodejs/node/pull/48160/, https://github.com/nodejs/node/pull/48189/, https://github.com/nodejs/node/pull/47927/)
Appeared test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51896/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51976/
Example
not ok 86 js-native-api/test_cannot_run_js/test
  ---
  duration_ms: 610.53000
  severity: crashed
  exitcode: -6
  stack: |-
  ...


Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/48092/, https://github.com/nodejs/node/pull/48098/, https://github.com/nodejs/node/pull/47962/, https://github.com/nodejs/node/pull/48057/, https://github.com/nodejs/node/pull/48162/, https://github.com/nodejs/node/pull/48181/, https://github.com/nodejs/node/pull/48189/, https://github.com/nodejs/node/pull/48227/)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51891/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51981/
Example
not ok 3590 pummel/test-net-throttle
  ---
  duration_ms: 599.47200
  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 v21.0.0-pre
  ...


Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 7 (https://github.com/nodejs/node/pull/48092/, https://github.com/nodejs/node/pull/48108/, https://github.com/nodejs/node/pull/47742/, https://github.com/nodejs/node/pull/48053/, https://github.com/nodejs/node/pull/48152/, https://github.com/nodejs/node/pull/48160/, https://github.com/nodejs/node/pull/48189/)
Appeared test-orka-macos11-x64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-3, test-orka-macos11-x64-2, test-digitalocean-fedora32-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51891/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51989/
Example
not ok 1236 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 400.38500
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
        at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/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-http-request-join-authorization-headers
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/48102/, https://github.com/nodejs/node/pull/46314/, https://github.com/nodejs/node/pull/48151/, https://github.com/nodejs/node/pull/48070/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-orka-macos11-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/51925/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51973/
Example
not ok 1377 parallel/test-http-request-join-authorization-headers
  ---
  duration_ms: 230.93500
  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> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-request-join-authorization-headers.js:39:12)
        at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:463:15)
        at Server.emit (node:events:511:28)
        at parserOnIncoming (node:_http_server:1121: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-runner-output
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/48038/, https://github.com/nodejs/node/pull/48108/, https://github.com/nodejs/node/pull/47742/, https://github.com/nodejs/node/pull/48057/)
Appeared test-digitalocean-freebsd12-x64-1, test-orka-macos11-x64-1, test-digitalocean-alpine315_container-x64-1, test-softlayer-alpine318_container-x64-1, test-softlayer-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-digitalocean-rhel8-x64-1, test-ibm-ubuntu1804-x64-2, test-osuosl-rhel8-ppc64_le-2, test-digitalocean-ubi81_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, 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-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-equinix-ubuntu1804_sharedlibs_container-arm64-5, test-osuosl-ubuntu2004_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-2, test-ibm-rhel8-s390x-3, test-equinix_mnx-smartos20-x64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-3, test-macstadium-macos11.0-arm64-4, test-osuosl-aix72-ppc64_be-2, test-equinix-ubuntu2004_container-armv7l-1, undefined, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51898/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51950/
Example
not ok 2427 parallel/test-runner-output
  ---
  duration_ms: 4170.67500
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: test runner output
        # Subtest: test-runner/output/abort.js
        ok 1 - test-runner/output/abort.js
          ---
          duration_ms: 1982.502476
          ...


Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/48078/, https://github.com/nodejs/node/pull/48038/, https://github.com/nodejs/node/pull/48045/, https://github.com/nodejs/node/pull/48160/)
Appeared test-rackspace-win2012r2_vs2017-x64-4, test-rackspace-win2012r2_vs2015-x64-2, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51890/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51966/
Example
not ok 928 sequential/test-worker-prof
  ---
  duration_ms: 1443.02000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with non-zero status:                      {
      status: 3221225477,
      signal: null,
      output: [ null, '', '' ],
      pid: 4544,
      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:1255:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
        at Module.load (node:internal/modules/cjs/loader:1113:32)
        at Module._load (node:internal/modules/cjs/loader:960: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...

Reason wpt/test-webcrypto
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/47887/, https://github.com/nodejs/node/pull/48156/, https://github.com/nodejs/node/pull/48227/, https://github.com/nodejs/node/pull/48189/)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51940/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51986/
Example
not ok 3949 wpt/test-webcrypto
  ---
  duration_ms: 79601.16100
  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
    [PASS] setup - define tests
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 0
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 1
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 8
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)
    [PASS] X448 key derivation checks for all-zero value result with a key of order 0
    [PASS] X448 key derivation checks for all-zero value result with a...

Reason parallel/test-runner-watch-mode
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/48091/, https://github.com/nodejs/node/pull/48118/, https://github.com/nodejs/node/pull/47913/)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-equinix-ubuntu2004_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51895/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51939/
Example
not ok 887 parallel/test-runner-watch-mode
  ---
  duration_ms: 120153.00600
  severity: fail
  exitcode: 1
  stack: |-
    timeout
    TAP version 13
  ...


Reason wpt/test-timers
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/48102/, https://github.com/nodejs/node/pull/47962/, https://github.com/nodejs/node/pull/48160/)
Appeared test-digitalocean-freebsd12-x64-2, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51925/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51966/
Example
not ok 3823 wpt/test-timers
  ---
  duration_ms: 1174.96900
  severity: fail
  exitcode: 1
  stack: |-
    [PASS] Clear timeout with clearInterval
    [PASS] Clear interval with clearTimeout
    [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] negative-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: /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node  /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/wpt/test-timers.js 'negative-settimeout.any.js'
    
    [PASS] negative-settimeout
...

Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/47887/, https://github.com/nodejs/node/pull/48189/)
Appeared test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51932/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51982/
Example
not ok 120 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360080.43400
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-blob-file-backed
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48134/, https://github.com/nodejs/node/pull/48174/)
Appeared undefined, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51926/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51978/
Example
not ok 366 parallel/test-blob-file-backed
  ---
  duration_ms: 174.65700
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/event_target:1037
      process.nextTick(() => { throw err; });
                               ^
    
    Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({})
        at new NodeError (node:internal/errors:405:5)
        at Worker.emit (node:events:500:17)
        at [kOnErrorMessage] (node:internal/worker:326:10)
        at [kOnMessage] (node:internal/worker:337:37)
        at MessagePort.<anonymous> (node:internal/worker:232:57)
        at [nodejs.internal.kHybridDispatch] (node:internal/event_target:762:20)
        at exports.emitMessage (node:internal/per_context/messageport:23:28) {
      code: 'ERR_UNHANDLED_ERROR',
      context: {}
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-add-file
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48108/, https://github.com/nodejs/node/pull/48152/)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51905/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51955/
Example
not ok 1266 parallel/test-fs-watch-recursive-add-file
  ---
  duration_ms: 120088.63000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


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


Reason parallel/test-inspector-debug-end
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48053/, https://github.com/nodejs/node/pull/48152/)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51955/
Example
not ok 3256 parallel/test-inspector-debug-end
  ---
  duration_ms: 120113.40300
  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:46147/fad9ef24-2ddc-4be8-a708-b2976f585548
    [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:38969/a71722dd-2c75-4007-9599-f9928f91e738
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
  ...


Reason parallel/test-inspector-wait-for-connection
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48108/, https://github.com/nodejs/node/pull/48189/)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51903/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51985/
Example
not ok 1781 parallel/test-inspector-wait-for-connection
  ---
  duration_ms: 15267.67700
  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:51618/a0d90b58-d536-4126-bffa-8325dc945c33
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [out] before wait for debugger
    [out] 
    Timed out waiting for matching notification (Console output matching "after wait for debugger")
    1
  ...


Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/45994/, https://github.com/nodejs/node/pull/46314/)
Appeared test-orka-macos11-x64-1, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51942/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51943/
Example
not ok 2770 parallel/test-single-executable-application
  ---
  duration_ms: 120.90
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-watch-mode-files_watcher
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48156/, https://github.com/nodejs/node/pull/48189/)
Appeared test-orka-macos11-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/51948/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51982/
Example
not ok 3010 parallel/test-watch-mode-files_watcher
  ---
  duration_ms: 9758.41700
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: watch mode file watcher
        # Subtest: should watch changed files
        ok 1 - should watch changed files
          ---
          duration_ms: 612.603497
          ...


Reason sequential/test-perf-hooks
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/48162/, https://github.com/nodejs/node/pull/48160/)
Appeared test-osuosl-rhel8_container-arm64-1, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51964/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51966/
Example
not ok 3883 sequential/test-perf-hooks
  ---
  duration_ms: 512.42700
  severity: fail
  exitcode: 1
  stack: |-
    {
      name: 'node',
      entryType: 'node',
      startTime: 0,
      duration: { around: 363.63542556762695 },
      nodeStart: { around: 0 },
      v8Start: { around: 0 },
      bootstrapComplete: { around: 363.559326171875, delay: 2500 },
      environment: { around: 0 },
      loopStart: -1,
      loopExit: -1
    }
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: environment: 300.1070785522461 >= 250
        at checkNodeTiming (/home/iojs/build/workspace/node-test-commit-arm/test/sequential/test-perf-hooks.js:31:7)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/sequential/test-perf-hooks.js:43:1)
        at Module._compile (node:internal/modules/cjs/loader:1255:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1309:10)
        at Module.load (node:internal/modules/cjs/loader:1113:32)
    ...

Progress
  • ../test/cctest/test_inspector_socket.cc:323: Failure (3)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (6)
  • fatal error: /Library/Developer/CommandLineTools/usr/bin/libtool: can't write to output file (No space left on device) (4)
  • fatal: No rebase in progress? (2)
  • js-native-api/test_cannot_run_js/test (13)
  • pummel/test-net-throttle (8)
  • parallel/test-http-remove-connection-header-persists-connection (7)
  • parallel/test-http-request-join-authorization-headers (4)
  • parallel/test-runner-output (4)
  • sequential/test-worker-prof (4)
  • wpt/test-webcrypto (4)
  • parallel/test-runner-watch-mode (3)
  • wpt/test-timers (3)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-blob-file-backed (2)
  • parallel/test-fs-watch-recursive-add-file (2)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (2)
  • parallel/test-inspector-debug-end (2)
  • parallel/test-inspector-wait-for-connection (2)
  • parallel/test-single-executable-application (2)
  • parallel/test-watch-mode-files_watcher (2)
  • sequential/test-perf-hooks (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.