Skip to content

Latest commit

 

History

History
558 lines (457 loc) · 32.1 KB

2024-12-17.md

File metadata and controls

558 lines (457 loc) · 32.1 KB

Failures in node-test-pull-request/63969 to node-test-pull-request/64070 that failed 2 or more PRs (Generated with ncu-ci walk pr --stats=true --markdown reports/2024-12-17.md)

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2024-12-17 00:11 1 15 19 9 56 16.67%

JSTest Failure

Reason sequential/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 14 (https://github.com/nodejs/node/pull/56191/, https://github.com/nodejs/node/pull/56217/, https://github.com/nodejs/node/pull/56112/, https://github.com/nodejs/node/pull/53900/, https://github.com/nodejs/node/pull/56224/, https://github.com/nodejs/node/pull/56222/, https://github.com/nodejs/node/pull/56228/, https://github.com/nodejs/node/pull/56239/, https://github.com/nodejs/node/pull/55620/, https://github.com/nodejs/node/pull/56106/, https://github.com/nodejs/node/pull/56060/, https://github.com/nodejs/node/pull/56213/, https://github.com/nodejs/node/pull/56087/, https://github.com/nodejs/node/pull/56225/)
Appeared test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/63972/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64047/
Example
not ok 4270 sequential/test-http-server-request-timeouts-mixed
  ---
  duration_ms: 3427.15600
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/assert/utils:281
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(request2.completed)
    
        at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-http-server-request-timeouts-mixed.js:108:5)
        at listOnTimeout (node:internal/timers:614:17)
        at process.processTimers (node:internal/timers:549:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v24.0.0-pre
  ...


Reason parallel/test-abortsignal-drop-settled-signals
Type JS_TEST_FAILURE
Failed PR 11 (https://github.com/nodejs/node/pull/56112/, https://github.com/nodejs/node/pull/56162/, https://github.com/nodejs/node/pull/56217/, https://github.com/nodejs/node/pull/53900/, https://github.com/nodejs/node/pull/56222/, https://github.com/nodejs/node/pull/56057/, https://github.com/nodejs/node/pull/55915/, https://github.com/nodejs/node/pull/56231/, https://github.com/nodejs/node/pull/56068/, https://github.com/nodejs/node/pull/56224/, https://github.com/nodejs/node/pull/55620/)
Appeared test-equinix-ubuntu2204_container-armv7l-1, test-ibm-rhel8-s390x-4, test-equinix-ubuntu2204_container-armv7l-2, test-digitalocean-ubuntu2204_sharedlibs_container-x64-5, test-digitalocean-ubuntu2204_sharedlibs_container-x64-9, test-osuosl-rhel9-ppc64_le-3, test-osuosl-ubuntu2204_container-arm64-2, test-digitalocean-ubuntu2204_sharedlibs_container-x64-3, undefined, test-digitalocean-ubi81_container-x64-1, test-rackspace-win2022_vs2022-x64-1, test-ibm-rhel8-s390x-1, test-digitalocean-ubuntu2204_sharedlibs_container-x64-4, test-ibm-ubuntu2204_sharedlibs_container-x64-3, test-rackspace-debian12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/63978/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64023/
Example
not ok 107 parallel/test-abortsignal-drop-settled-signals
  ---
  duration_ms: 1244.12200
  severity: fail
  exitcode: 1
  stack: |-
    ▶ when there is a long-lived signal
      ✔ drops settled dependant signals (204.388378ms)
      ✔ keeps all active dependant signals (166.05137ms)
    ✔ when there is a long-lived signal (374.422057ms)
    ✔ does not prevent source signal from being GCed if it is short-lived (171.42437ms)
    ✖ drops settled dependant signals when signal is composite (12.319813ms)
      AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
      
      2 !== 0
      
          at assert.<computed> [as strictEqual] (node:internal/test_runner/test:263:18)
          at Immediate._onImmediate (file:///home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-abortsignal-drop-settled-signals.mjs:151:16)
          at process.processImmediate (node:internal/timers:511:21) {
        generatedMessage: true,
        code: 'ERR_ASSERTION',
        actual: 2,
        expected: 0...

Reason parallel/test-watch-file-shared-dependency
Type JS_TEST_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/56191/, https://github.com/nodejs/node/pull/56217/, https://github.com/nodejs/node/pull/53900/, https://github.com/nodejs/node/pull/56208/, https://github.com/nodejs/node/pull/56112/, https://github.com/nodejs/node/pull/55620/, https://github.com/nodejs/node/pull/56162/, https://github.com/nodejs/node/pull/56255/, https://github.com/nodejs/node/pull/55844/)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/63972/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64070/
Example
not ok 3949 parallel/test-watch-file-shared-dependency
  ---
  duration_ms: 120106.81500
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    ▶ watch file with shared dependency
      ✔ should not remove shared dependencies when unfiltering an owner (13.673184ms)
    ✔ watch file with shared dependency (17.045009ms)
  ...


Reason parallel/test-file-write-stream4
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/56195/, https://github.com/nodejs/node/pull/53900/, https://github.com/nodejs/node/pull/56197/, https://github.com/nodejs/node/pull/56239/, https://github.com/nodejs/node/pull/55620/, https://github.com/nodejs/node/pull/56060/)
Appeared test-orka-macos11-x64-1, test-osuosl-ubuntu2204_container-arm64-2, test-equinix-ubuntu2204_container-armv7l-2, test-equinix-ubuntu2204_container-armv7l-1, test-equinix-rhel8_container-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/63976/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64033/
Example
not ok 847 parallel/test-file-write-stream4
  ---
  duration_ms: 1881.38400
  severity: fail
  exitcode: 1
  stack: |-
    node:events:491
          throw er; // Unhandled 'error' event
          ^
    
    Error: ENOSPC: no space left on device, write
    Emitted 'error' event on WriteStream instance at:
        at WriteStream.onerror (node:internal/streams/readable:1026:14)
        at WriteStream.emit (node:events:513:28)
        at emitErrorNT (node:internal/streams/destroy:170:8)
        at emitErrorCloseNT (node:internal/streams/destroy:129:3)
        at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'write'
    }
    
    Node.js v24.0.0-pre
  ...


Reason parallel/test-module-loading-globalpaths
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/56068/, https://github.com/nodejs/node/pull/56239/, https://github.com/nodejs/node/pull/55620/, https://github.com/nodejs/node/pull/56060/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/64025/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64033/
Example
not ok 1942 parallel/test-module-loading-globalpaths
  ---
  duration_ms: 2077.91600
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3088
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.1940/install/bin/node'
        at Object.copyFileSync (node:fs:3088:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-module-loading-globalpaths.js:32:6)
        at Module._compile (node:internal/modules/cjs/loader:1740:14)
        at Object..js (node:internal/modules/cjs/loader:1905:10)
        at Module.load (node:internal/modules/cjs/loader:1474:32)
        at Function._load (node:internal/modules/cjs/loader:1286:12)
        at TracingChannel.traceSync (node:diagnostics_channel:322:14)
        at wrapModuleLoad (node:internal/modules/cjs/loader:234:24)
        at Function.executeUserEntry...

Reason parallel/test-net-write-fully-async-buffer
Type JS_TEST_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/56224/, https://github.com/nodejs/node/pull/56201/, https://github.com/nodejs/node/pull/55620/, https://github.com/nodejs/node/pull/55964/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-8, test-equinix_mnx-smartos20-x64-3, test-equinix-ubuntu2204_container-arm64-6, test-ibm-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/64003/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64052/
Example
not ok 3332 parallel/test-net-write-fully-async-buffer
  ---
  duration_ms: 120074.26000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-child-process-fork-exec-path
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/56239/, https://github.com/nodejs/node/pull/55620/, https://github.com/nodejs/node/pull/56060/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/64031/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64033/
Example
not ok 204 parallel/test-child-process-fork-exec-path
  ---
  duration_ms: 3025.60900
  severity: fail
  exitcode: 1
  stack: |-
    node:fs:3088
      binding.copyFile(
              ^
    
    Error: ENOSPC: no space left on device, copyfile '/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/out/Release/node' -> '/Users/iojs/node-tmp/.tmp.191/node-copy.exe'
        at Object.copyFileSync (node:fs:3088:11)
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-child-process-fork-exec-path.js:50:4)
        at Module._compile (node:internal/modules/cjs/loader:1740:14)
        at Object..js (node:internal/modules/cjs/loader:1905:10)
        at Module.load (node:internal/modules/cjs/loader:1474:32)
        at Function._load (node:internal/modules/cjs/loader:1286:12)
        at TracingChannel.traceSync (node:diagnostics_channel:322:14)
        at wrapModuleLoad (node:internal/modules/cjs/loader:234:24)
        at Function.executeUserEntryP...

Reason parallel/test-http-chunk-problem
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/56222/, https://github.com/nodejs/node/pull/56087/, https://github.com/nodejs/node/pull/55964/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-ubuntu2204_sharedlibs_container-x64-10
First CI https://ci.nodejs.org/job/node-test-pull-request/63997/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64046/
Example
not ok 1487 parallel/test-http-chunk-problem
  ---
  duration_ms: 120042.44200
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-stream-readable-unpipe-resume
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/56239/, https://github.com/nodejs/node/pull/56256/, https://github.com/nodejs/node/pull/55844/)
Appeared test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu2204_container-arm64-6, test-digitalocean-ubuntu2204_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/64031/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64070/
Example
not ok 4183 parallel/test-stream-readable-unpipe-resume
  ---
  duration_ms: 360024.31100
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason pummel/test-hash-seed
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/56148/, https://github.com/nodejs/node/pull/56087/, https://github.com/nodejs/node/pull/55844/)
Appeared test-ibm-rhel8-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/63969/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64070/
Example
not ok 3962 pummel/test-hash-seed
  ---
  duration_ms: 68407.94500
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/errors:983
      const err = new Error(message);
                  ^
    
    Error: Command failed: /home/iojs/build/workspace/node/out/Release/node --allow-natives-syntax /home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js
    /home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js:163
      throw new Error('no candidates remaining');
      ^
    
    Error: no candidates remaining
        at Object.<anonymous> (/home/iojs/build/workspace/node/test/fixtures/guess-hash-seed.js:163:9)
        at Module._compile (node:internal/modules/cjs/loader:1740:14)
        at Object..js (node:internal/modules/cjs/loader:1905:10)
        at Module.load (node:internal/modules/cjs/loader:1474:32)
        at Function._load (node:internal/modules/cjs/loader:1286:12)
        at TracingChannel.traceSync (node:diagnostics_channel:322:14)
        at wrapModuleLoad (node:internal/mod...

Reason es-module/test-wasm-web-api
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/56187/, https://github.com/nodejs/node/pull/56195/)
Appeared test-digitalocean-ubuntu2204_sharedlibs_container-x64-4, test-ibm-ubuntu2204_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/63975/
Last CI https://ci.nodejs.org/job/node-test-pull-request/63976/
Example
not ok 3817 es-module/test-wasm-web-api
  ---
  duration_ms: 609.54500
  severity: crashed
  exitcode: -11
  stack: |-
    (node:249045) Warning: Closing file descriptor 27 on garbage collection
    (Use `node --trace-warnings ...` to show where the warning was created)
    (node:249045) [DEP0137] DeprecationWarning: Closing a FileHandle object on garbage collection is deprecated. Please close FileHandle objects explicitly using FileHandle.prototype.close(). In the future, an error will be thrown if a file descriptor is closed during garbage collection.
  ...


Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/56201/, https://github.com/nodejs/node/pull/55620/)
Appeared test-equinix-ubuntu2204_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/63980/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64032/
Example
not ok 145 node-api/test_threadsafe_function/test
  ---
  duration_ms: 360020.49100
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-find-package-json
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/55620/, https://github.com/nodejs/node/pull/56060/)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/64032/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64033/
Example
not ok 845 parallel/test-find-package-json
  ---
  duration_ms: 589.54400
  severity: fail
  exitcode: 1
  stack: |-
    ▶ findPackageJSON
      ✔ should throw when no arguments are provided (4.950601ms)
      ✔ should throw when parentLocation is invalid (2.34029ms)
      ✔ should accept a file URL (string), like from `import.meta.resolve()` (7.966507ms)
      ✔ should accept a file URL instance (1.62235ms)
      ✔ should be able to crawl up (CJS) (10.375735ms)
      ✔ should be able to crawl up (ESM) (9.834127ms)
      ✔ can require via package.json (7.705549ms)
      ✖ should be able to resolve both root and closest package.json (117.765527ms)
        Error: ENOSPC: no space left on device, write
            at Object.writeFileSync (node:fs:2428:20)
            at TestContext.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-find-package-json.js:119:8)
            at Test.runInAsyncScope (node:async_hooks:211:14)
            at Test.run (node:internal/test_run...

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/56255/, https://github.com/nodejs/node/pull/55844/)
Appeared test-mnx-smartos23-x64-4, test-mnx-smartos22-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/64060/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64070/
Example
not ok 4371 sequential/test-worker-prof
  ---
  duration_ms: 1929.95100
  severity: fail
  exitcode: 1
  stack: |-
    [process 19232]: --- stderr ---
    
    [process 19232]: --- stdout ---
    files found in working directory before worker starts [ 'isolate-0x819d000-19232-v8.log' ]
    parent prof file: isolate-0x819d000-19232-v8.log
    parent posted 8404 messages
    files found in working directory before worker exits [ 'isolate-0x819d000-19232-v8.log', 'isolate-0x84fb000-19232-v8.log' ]
    worker prof file: isolate-0x84fb000-19232-v8.log
    
    [process 19232]: status = null, signal = SIGPROF
    /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos23-x64/test/common/child_process.js:98
        throw error;
        ^
    
    Error: - process terminated with status null, expected 0
    - process terminated with signal SIGPROF, expected null
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos23-x64/test/sequential/test-worker-prof.js:53:22)
  ...

Jenkins Failure

Git Failure

Build Failure

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 4 (https://github.com/nodejs/node/pull/56224/, https://github.com/nodejs/node/pull/56201/, https://github.com/nodejs/node/pull/56226/, https://github.com/nodejs/node/pull/56250/)
Appeared test-orka-macos11-x64-2, test-macstadium-macos11.0-arm64-3, test-ibm-ubuntu2204_sharedlibs_container-x64-4, test-digitalocean-ubuntu2204_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/64003/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64043/
Example
fatal: No rebase in progress?

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/56218/, https://github.com/nodejs/node/pull/55964/)
Appeared test-equinix-ubuntu2204_container-armv7l-2, test-osuosl-ubuntu2204_container-armv7l-1, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/64034/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64052/
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/jenkins12715402761339760045.sh
+ '[' -d .git ']'
+ git clean -fdx
Removing out/

Reason fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/56228/, https://github.com/nodejs/node/pull/55620/)
Appeared test-equinix-ubuntu2204_container-armv7l-2, test-equinix-ubuntu2204_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/64017/
Last CI https://ci.nodejs.org/job/node-test-pull-request/64023/
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.