CI Reliability 2024-02-02

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

Research direction

Start with the linked osx1015 console output and the failing tests under test/sequential and test/parallel, especially test-single-executable-application and test-macos-app-sandbox. Determine why these tests fail in the listed CI runs, including the reported no-space condition, and verify that the affected CI jobs complete without these failures.

Written by the indexing model from the issue text.

Description

Failures in node-test-pull-request/56910 to node-test-pull-request/57009 that failed 2 or more 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
2024-02-02 00:13 0 8 19 15 58 9.41%
JSTest Failure
Reason sequential/test-single-executable-application-snapshot-and-code-cache
Type JS_TEST_FAILURE
Failed PR 11 (https://github.com/nodejs/node/pull/51567/, https://github.com/nodejs/node/pull/51470/, https://github.com/nodejs/node/pull/51459/, https://github.com/nodejs/node/pull/51542/, https://github.com/nodejs/node/pull/50890/, https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51527/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56915/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56938/
Example
not ok 4034 sequential/test-single-executable-application-snapshot-and-code-cache
  ---
  duration_ms: 10109.51000
  severity: fail
  exitcode: 1
  stack: |-
    [process 70536]: --- stderr ---
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4033/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.4033/sea: the codesign_allocate helper tool cannot be found or used
    
    [process 70536]: --- stdout ---
    
    [process 70536]: status = 1, signal = null
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86:11)
        at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:91:5)
 ...

Reason parallel/test-macos-app-sandbox
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51527/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56938/
Example
not ok 1828 parallel/test-macos-app-sandbox
  ---
  duration_ms: 1305.45500
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:126
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 0
    
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-macos-app-sandbox.js:47:8)
        at Module._compile (node:internal/modules/cjs/loader:1376:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
        at Module.load (node:internal/modules/cjs/loader:1207:32)
        at Module._load (node:internal/modules/cjs/loader:1023:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
        at node:internal/main/run_main_module:28:49 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 1,
      expected: 0,
      operator: 'strictEqual'
    }
    
    Node.js v20.11.1-pre
  ...


Reason sequential/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51527/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56938/
Example
not ok 4030 sequential/test-single-executable-application
  ---
  duration_ms: 9289.68400
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    [process 70493]: --- stderr ---
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4029/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.4029/sea: the codesign_allocate helper tool cannot be found or used
    
    [process 70493]: --- stdout ---
    
    [process 70493]: status = 1, signal = null
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86:11)
        at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015...

Reason sequential/test-single-executable-application-disable-experimental-sea-warning
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51527/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56938/
Example
not ok 4031 sequential/test-single-executable-application-disable-experimental-sea-warning
  ---
  duration_ms: 9150.54300
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    [process 70505]: --- stderr ---
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4030/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.4030/sea: the codesign_allocate helper tool cannot be found or used
    
    [process 70505]: --- stdout ---
    
    [process 70505]: status = 1, signal = null
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86:11)
        at expectSyncExit (/Users/iojs/build/workspace/n...

Reason sequential/test-single-executable-application-empty
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51527/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56938/
Example
not ok 4032 sequential/test-single-executable-application-empty
  ---
  duration_ms: 9108.78300
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    [process 70515]: --- stderr ---
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4031/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.4031/sea: the codesign_allocate helper tool cannot be found or used
    
    [process 70515]: --- stdout ---
    
    [process 70515]: status = 1, signal = null
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86:11)
        at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/o...

Reason sequential/test-single-executable-application-snapshot
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51527/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56938/
Example
not ok 4033 sequential/test-single-executable-application-snapshot
  ---
  duration_ms: 10142.08900
  severity: fail
  exitcode: 1
  stack: |-
    [process 70526]: --- stderr ---
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4032/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.4032/sea: the codesign_allocate helper tool cannot be found or used
    
    [process 70526]: --- stdout ---
    
    [process 70526]: status = 1, signal = null
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86:11)
        at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:91:5)
        at spawn...

Reason sequential/test-single-executable-application-use-code-cache
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51527/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56933/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56938/
Example
not ok 4035 sequential/test-single-executable-application-use-code-cache
  ---
  duration_ms: 9058.76700
  severity: fail
  exitcode: 1
  stack: |-
    Wrote single executable preparation blob to sea-prep.blob
    [process 70546]: --- stderr ---
    error: /Library/Developer/CommandLineTools/usr/bin/codesign_allocate: can't write output file: /Users/iojs/node-tmp/.tmp.4034/sea.cstemp (No space left on device)
    /Users/iojs/node-tmp/.tmp.4034/sea: the codesign_allocate helper tool cannot be found or used
    
    [process 70546]: --- stdout ---
    
    [process 70546]: status = 1, signal = null
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/child_process.js:86:11)
        at expectSyncExit (/Users/iojs/build/workspace/node-test-commit-os...

Reason parallel/test-fs-watch-recursive-add-file
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/50890/, https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51542/, https://github.com/nodejs/node/pull/51566/)
Appeared test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/56926/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56991/
Example
not ok 3928 parallel/test-fs-watch-recursive-add-file
  ---
  duration_ms: 360065.49800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/50890/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51542/, https://github.com/nodejs/node/pull/49534/, https://github.com/nodejs/node/pull/50960/)
Appeared test-orka-macos11-x64-1, test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/56926/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57003/
Example
not ok 1364 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120198.34700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason wpt/test-wasm-webapi
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/50890/, https://github.com/nodejs/node/pull/51582/, https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/51459/, https://github.com/nodejs/node/pull/51567/)
Appeared test-rackspace-win2022_vs2022-x64-1, test-rackspace-win2022_vs2022-x64-2, test-rackspace-debian11-x64-1, test-azure_msft-win11_vs2022-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/56926/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57009/
Example
not ok 971 wpt/test-wasm-webapi
  ---
  duration_ms: 873.02600
  severity: crashed
  exitcode: 3221225477
  stack: |-
    [SKIPPED] abort.any.js: WPTRunner does not support fetch()
    [SKIPPED] contenttype.any.js: WPTRunner does not support fetch()
    [SKIPPED] historical.any.js: indexedDB is not defined
    [SKIPPED] idlharness.any.js: not configured
    [SKIPPED] instantiateStreaming-bad-imports.any.js: Flaky on ARM with V8 >= 11.2
    [SKIPPED] origin.sub.any.js: CORS not implemented
    [SKIPPED] status.any.js: WPTRunner does not support fetch()
    [PASS] compileStreaming: no body
    [PASS] compileStreaming: no body in a promise
    [PASS] compileStreaming after consumption
    [PASS] compileStreaming: empty body
    [PASS] compileStreaming: empty body in a promise
    [PASS] instantiateStreaming: no body
    [PASS] instantiateStreaming: no body in a promise
    [PASS] instantiateStreaming: empty body
    [PASS] instantiateStreaming: empty body in a promise
    [PASS] compileStreaming before consumpti...

Reason pummel/test-crypto-timing-safe-equal-benchmarks
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/51534/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51542/, https://github.com/nodejs/node/pull/51567/)
Appeared test-macstadium-macos11.0-arm64-4, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/56930/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56992/
Example
not ok 3694 pummel/test-crypto-timing-safe-equal-benchmarks
  ---
  duration_ms: 1745.63300
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:408
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=5.376693249295296)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/pummel/test-crypto-timing-safe-equal-benchmarks.js:109:1)
        at Module._compile (node:internal/modules/cjs/loader:1378:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)
        at Module.load (node:internal/modules/cjs/loader:1212:32)
        at Module._load (node:internal/modules/cjs/loader:1028:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)
        at node:internal/main/run_main_module:28:49 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=...

Reason parallel/test-cluster-fork-stdio
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51459/, https://github.com/nodejs/node/pull/50960/, https://github.com/nodejs/node/pull/49534/)
Appeared test-rackspace-win2019_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56981/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57000/
Example
not ok 917 parallel/test-cluster-fork-stdio
  ---
  duration_ms: 120248.24700
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-fs-read-stream-concurrent-reads
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51439/, https://github.com/nodejs/node/pull/51567/, https://github.com/nodejs/node/pull/51569/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-5, test-ibm-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56917/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56985/
Example
not ok 1370 parallel/test-fs-read-stream-concurrent-reads
  ---
  duration_ms: 120059.58700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-add-file-to-new-folder
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/50960/, https://github.com/nodejs/node/pull/51567/)
Appeared test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/56947/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57009/
Example
not ok 3932 parallel/test-fs-watch-recursive-add-file-to-new-folder
  ---
  duration_ms: 360045.95300
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http2-large-write-multiple-requests
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/50737/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-3, test-digitalocean-ubi81_container-x64-1, test-digitalocean-alpine318_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56946/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57006/
Example
not ok 2021 parallel/test-http2-large-write-multiple-requests
  ---
  duration_ms: 120095.35500
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-worker-nearheaplimit-deadlock
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51470/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/50960/)
Appeared test-osuosl-ubuntu2004_container-armv7l-1, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/56922/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57003/
Example
not ok 3309 parallel/test-worker-nearheaplimit-deadlock
  ---
  duration_ms: 1114.75600
  severity: crashed
  exitcode: -6
  stack: |-
    
    <--- Last few GCs --->
    
    [2117247:0xf4a007f0]      134 ms: Mark-Compact 1.5 (3.9) -> 1.5 (3.9) MB, 5.63 / 0.00 ms  (average mu = 0.271, current mu = 0.078) background allocation failure; GC in old space requested
    [2117247:0xf4a007f0]      139 ms: Mark-Compact 1.5 (3.9) -> 1.4 (3.9) MB, 4.72 / 0.00 ms  (average mu = 0.200, current mu = 0.097) background allocation failure; GC in old space requested
    
    
    <--- JS stacktrace --->
    
    FATAL ERROR: LocalHeap: allocation failed Allocation failed - JavaScript heap out of memory
    ----- Native stack trace -----
    
  ...


Reason async-hooks/test-improper-order
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51567/, https://github.com/nodejs/node/pull/50890/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-5, test-osuosl-aix72-ppc64_be-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56915/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56926/
Example
not ok 66 async-hooks/test-improper-order
  ---
  duration_ms: 517.65300
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:126
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    null !== 1
    
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/async-hooks/test-improper-order.js:55:12)
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:476:15)
        at ChildProcess.emit (node:events:519:28)
        at maybeClose (node:internal/child_process:1105:16)
        at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: null,
      expected: 1,
      operator: 'strictEqual'
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-sync-write
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51527/, https://github.com/nodejs/node/pull/51630/)
Appeared test-orka-macos11-x64-2, test-macstadium-macos11.0-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/56931/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57005/
Example
not ok 1097 parallel/test-fs-watch-recursive-sync-write
  ---
  duration_ms: 30290.22600
  severity: fail
  exitcode: 1
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-fs-watch-recursive-sync-write.js:25
      throw new Error('timed out');
      ^
    
    Error: timed out
        at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-fs-watch-recursive-sync-write.js:25:9)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7)
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51582/, https://github.com/nodejs/node/pull/49516/)
Appeared test-ibm-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56941/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56978/
Example
not ok 2310 parallel/test-performance-function
  ---
  duration_ms: 161.72100
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/histogram:291
        validateInteger(val, 'val', 1);
        ^
    
    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:291: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-linux/test/parallel/test-performance-function.js:103: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) {
      code: 'ERR_OUT_OF_RANGE'
    }
    
    Node.js v22.0.0-pre
  ...


Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51582/)
Appeared test-ibm-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56940/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56942/
Example
not ok 3159 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 806.03400
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 38847 session? false
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 38847 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 38847 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 38847 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 38847 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 38847 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 38847 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 38847 session? true
    [worker] connection reused? true
    [primary] got "reuse...

Reason parallel/test-worker-memory
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/49534/)
Appeared test-azure_msft-win10_vs2019-x64-1, test-azure_msft-win11_vs2022-x64-4, test-rackspace-win2019_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/56934/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57000/
Example
not ok 880 parallel/test-worker-memory
  ---
  duration_ms: 3058.01700
  severity: fail
  exitcode: 3221226356
  stack: |-
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=15 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=14 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=13 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=12 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=11 (numWorkers=4)
    run() called with n=10 (numWorkers=4)
    run() called wi...

Reason wpt/test-url
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51244/)
Appeared test-azure_msft-win11_vs2022-x64-3, test-rackspace-win2022_vs2022-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56924/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56973/
Example
not ok 970 wpt/test-url
  ---
  duration_ms: 1555.35500
  severity: crashed
  exitcode: 3221225477
  stack: |-
    [SKIPPED] idlharness-shadowrealm.window.js: ShadowRealm support is not enabled
    [SKIPPED] javascript-urls.window.js: requires document.body reference
    [SKIPPED] percent-encoding.window.js: TODO: port from .window.js
    [SKIPPED] url-setters-a-area.window.js?include=file: already tested in url-setters.any.js
    [SKIPPED] url-setters-a-area.window.js?include=javascript: already tested in url-setters.any.js
    [SKIPPED] url-setters-a-area.window.js?include=mailto: already tested in url-setters.any.js
    [SKIPPED] url-setters-a-area.window.js?exclude=(file|javascript|mailto): already tested in url-setters.any.js
    [EXPECTED_FAILURE][FAIL] searchParams on location object
    assert_false: location object should not have a searchParams attribute expected false got true
        at Test.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\fixtures\wpt\url\historical.any.js:3...

Jenkins Failure
CCTest Failure
Reason Value of: (!expectation.read_expected)
Type CC_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/51527/, https://github.com/nodejs/node/pull/51569/, https://github.com/nodejs/node/pull/51567/)
Appeared test-digitalocean-alpine318_container-x64-1, test-digitalocean-alpine318_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56938/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57009/
Example
Value of: (!expectation.read_expected)
  Actual: true
Expected: false

[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)

Reason C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
Type CC_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51617/, https://github.com/nodejs/node/pull/51630/)
Appeared test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win11_vs2022-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56988/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57005/
Example
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 (5000 ms)

Git Failure
Reason ERROR: Error fetching remote repo 'origin'
Type GIT_FAILURE
Failed PR 16 (https://github.com/nodejs/node/pull/51470/, https://github.com/nodejs/node/pull/51459/, https://github.com/nodejs/node/pull/50890/, https://github.com/nodejs/node/pull/51560/, https://github.com/nodejs/node/pull/51534/, https://github.com/nodejs/node/pull/48847/, https://github.com/nodejs/node/pull/51576/, https://github.com/nodejs/node/pull/51527/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51582/, https://github.com/nodejs/node/pull/51567/, https://github.com/nodejs/node/pull/51566/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51542/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56922/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56948/
Example
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1241)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1305)
	at hudson.scm.SCM.checkout(SCM.java:540)

Build Failure
Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 10 (https://github.com/nodejs/node/pull/51288/, https://github.com/nodejs/node/pull/50890/, https://github.com/nodejs/node/pull/51560/, https://github.com/nodejs/node/pull/51534/, https://github.com/nodejs/node/pull/51527/, https://github.com/nodejs/node/pull/48847/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/51525/, https://github.com/nodejs/node/pull/51557/)
Appeared test-ibm-ubuntu2204_sharedlibs_container-x64-5, test-ibm-ubuntu2204_sharedlibs_container-x64-3, test-orka-macos11-x64-2, test-digitalocean-ubuntu2204_sharedlibs_container-x64-5, test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56911/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57004/
Example
fatal: No rebase in progress?

Reason Error: Command failed: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/deps/npm/node_modules/node-gyp/bin/node-gyp.js rebuild --directory=/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/node-api/test_make_callback
Type BUILD_FAILURE
Failed PR 8 (https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51582/, https://github.com/nodejs/node/pull/51567/, https://github.com/nodejs/node/pull/51566/, https://github.com/nodejs/node/pull/51568/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51580/, https://github.com/nodejs/node/pull/51542/)
Appeared test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56940/
Last CI https://ci.nodejs.org/job/node-test-pull-request/56948/
Example
Error: Command failed: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/deps/npm/node_modules/node-gyp/bin/node-gyp.js rebuild --directory=/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/node-api/test_make_callback
gyp info it worked if it ends with ok
gyp info using node-gyp@10.0.1
gyp info using node@20.11.1-pre | darwin | x64
gyp info chdir /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/node-api/test_make_callback
gyp info find Python using Python version 3.10.8 found at "/usr/local/opt/python@3.10/bin/python3.10"

Reason ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/49516/, https://github.com/nodejs/node/pull/48847/)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/56959/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57008/
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 Makefile:1477: recipe for target 'tools/.cpplintstamp' failed
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/51571/, https://github.com/nodejs/node/pull/51557/)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/56960/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57004/
Example
Makefile:1477: recipe for target 'tools/.cpplintstamp' failed
make: *** [tools/.cpplintstamp] Error 1
+ sed '/^\s*$/d'
+ grep -v '^ok\|^TAP version 13\|^1\.\.'
+ cat test-eslint.tap
+ exit 1

undefined
Reason Unknown
Type undefined
Failed PR 16 (https://github.com/nodejs/node/pull/51288/, https://github.com/nodejs/node/pull/51439/, https://github.com/nodejs/node/pull/50890/, https://github.com/nodejs/node/pull/51560/, https://github.com/nodejs/node/pull/51527/, https://github.com/nodejs/node/pull/51289/, https://github.com/nodejs/node/pull/51584/, https://github.com/nodejs/node/pull/51567/, https://github.com/nodejs/node/pull/51581/, https://github.com/nodejs/node/pull/51362/, https://github.com/nodejs/node/pull/51569/, https://github.com/nodejs/node/pull/50960/, https://github.com/nodejs/node/pull/51525/, https://github.com/nodejs/node/pull/51557/, https://github.com/nodejs/node/pull/50737/, https://github.com/nodejs/node/pull/48847/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/56911/
Last CI https://ci.nodejs.org/job/node-test-pull-request/57008/
Example
Unknown

Progress
  • sequential/test-single-executable-application-snapshot-and-code-cache (11)
  • parallel/test-macos-app-sandbox (6)
  • sequential/test-single-executable-application (6)
  • sequential/test-single-executable-application-disable-experimental-sea-warning (6)
  • sequential/test-single-executable-application-empty (6)
  • sequential/test-single-executable-application-snapshot (6)
  • sequential/test-single-executable-application-use-code-cache (6)
  • parallel/test-fs-watch-recursive-add-file (5)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (5)
  • wpt/test-wasm-webapi (5)
  • pummel/test-crypto-timing-safe-equal-benchmarks (4)
  • parallel/test-cluster-fork-stdio (3)
  • parallel/test-fs-read-stream-concurrent-reads (3)
  • parallel/test-fs-watch-recursive-add-file-to-new-folder (3)
  • parallel/test-http2-large-write-multiple-requests (3)
  • parallel/test-worker-nearheaplimit-deadlock (3)
  • async-hooks/test-improper-order (2)
  • parallel/test-fs-watch-recursive-sync-write (2)
  • parallel/test-performance-function (2)
  • parallel/test-tls-ticket-cluster (2)
  • parallel/test-worker-memory (2)
  • wpt/test-url (2)
  • Value of: (!expectation.read_expected) (3)
  • C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected) (2)
  • ERROR: Error fetching remote repo 'origin' (16)
  • fatal: No rebase in progress? (10)
  • Error: Command failed: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/node /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/deps/npm/node_modules/node-gyp/bin/node-gyp.js rebuild --directory=/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/node-api/test_make_callback (8)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (2)
  • Makefile:1477: recipe for target 'tools/.cpplintstamp' failed (2)
  • Unknown (16)
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.