From 2ca9cb515ae5884ca2843d5a1b012b01961d78e4 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Sat, 21 Dec 2024 00:09:46 +0000 Subject: [PATCH] Add report for 2024-12-21 --- reports/2024-12-21.md | 405 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 405 insertions(+) create mode 100644 reports/2024-12-21.md diff --git a/reports/2024-12-21.md b/reports/2024-12-21.md new file mode 100644 index 0000000..943b45c --- /dev/null +++ b/reports/2024-12-21.md @@ -0,0 +1,405 @@ +Failures in [node-test-pull-request/64042](https://ci.nodejs.org/job/node-test-pull-request/64042/) to [node-test-pull-request/64140](https://ci.nodejs.org/job/node-test-pull-request/64140/) that failed 2 or more PRs +(Generated with `ncu-ci walk pr --stats=true --markdown reports/2024-12-21.md`) + +| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate | +| ---------------- | ------- | ------- | -------- | ------- | ------- | ---------- | +| 2024-12-21 00:09 | 1 | 12 | 14 | 25 | 48 | 16.22% | + + +### JSTest Failure + +| Reason | parallel/test-watch-file-shared-dependency | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 8 ([https://github.com/nodejs/node/pull/56255/](https://ci.nodejs.org/job/node-test-pull-request/64064/), [https://github.com/nodejs/node/pull/56278/](https://ci.nodejs.org/job/node-test-pull-request/64076/), [https://github.com/nodejs/node/pull/56282/](https://ci.nodejs.org/job/node-test-pull-request/64077/), [https://github.com/nodejs/node/pull/56147/](https://ci.nodejs.org/job/node-test-pull-request/64079/), [https://github.com/nodejs/node/pull/56293/](https://ci.nodejs.org/job/node-test-pull-request/64087/), [https://github.com/nodejs/node/pull/56300/](https://ci.nodejs.org/job/node-test-pull-request/64098/), [https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64110/), [https://github.com/nodejs/node/pull/56299/](https://ci.nodejs.org/job/node-test-pull-request/64124/)) | +| Appeared | [test-orka-macos11-x64-2](https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx11-x64/62673/console), [test-macstadium-macos11.0-arm64-3](https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes=osx11/18147/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64064/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64124/ | + +
+Example + +``` +not ok 3953 parallel/test-watch-file-shared-dependency + --- + duration_ms: 120081.10500 + severity: fail + exitcode: -15 + stack: |- + timeout + ▶ watch file with shared dependency + ✔ should not remove shared dependencies when unfiltering an owner (15.886986ms) + ✔ watch file with shared dependency (20.136846ms) + ... + +``` +
+ +------- + +| Reason | sequential/test-http-server-request-timeouts-mixed | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 6 ([https://github.com/nodejs/node/pull/56213/](https://ci.nodejs.org/job/node-test-pull-request/64042/), [https://github.com/nodejs/node/pull/56087/](https://ci.nodejs.org/job/node-test-pull-request/64045/), [https://github.com/nodejs/node/pull/56225/](https://ci.nodejs.org/job/node-test-pull-request/64047/), [https://github.com/nodejs/node/pull/56160/](https://ci.nodejs.org/job/node-test-pull-request/64090/), [https://github.com/nodejs/node/pull/56275/](https://ci.nodejs.org/job/node-test-pull-request/64091/), [https://github.com/nodejs/node/pull/56299/](https://ci.nodejs.org/job/node-test-pull-request/64099/)) | +| Appeared | [test-macstadium-macos11.0-arm64-4](https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes=osx11/18159/console), [test-macstadium-macos11.0-arm64-3](https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes=osx11/18151/console), [test-orka-macos11-x64-2](https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx11-x64/62609/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64042/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64099/ | + +
+Example + +``` +not ok 4274 sequential/test-http-server-request-timeouts-mixed + --- + duration_ms: 3383.49700 + 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 | sequential/test-worker-prof | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 5 ([https://github.com/nodejs/node/pull/56255/](https://ci.nodejs.org/job/node-test-pull-request/64060/), [https://github.com/nodejs/node/pull/56310/](https://ci.nodejs.org/job/node-test-pull-request/64113/), [https://github.com/nodejs/node/pull/56298/](https://ci.nodejs.org/job/node-test-pull-request/64126/), [https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64132/), [https://github.com/nodejs/node/pull/56325/](https://ci.nodejs.org/job/node-test-pull-request/64136/)) | +| Appeared | [test-mnx-smartos22-x64-1](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos22-x64/58260/console), [test-mnx-smartos23-x64-5](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos23-x64/58254/console), [test-mnx-smartos22-x64-2](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos22-x64/58251/console), [test-mnx-smartos23-x64-4](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos23-x64/58185/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64060/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64136/ | + +
+Example + +``` +not ok 4334 sequential/test-worker-prof + --- + duration_ms: 1924.80900 + severity: fail + exitcode: 1 + stack: |- + [process 44322]: --- stderr --- + + [process 44322]: --- stdout --- + files found in working directory before worker starts [ 'isolate-0x8170000-44322-v8.log' ] + parent prof file: isolate-0x8170000-44322-v8.log + parent posted 9299 messages + files found in working directory before worker exits [ 'isolate-0x8170000-44322-v8.log', 'isolate-0x84ce000-44322-v8.log' ] + worker prof file: isolate-0x84ce000-44322-v8.log + + [process 44322]: status = null, signal = SIGPROF + /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos22-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. (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos22-x64/test/sequential/test-worker-prof.js:53:22) + ... +``` +
+ +------- + +| Reason | parallel/test-net-write-fully-async-buffer | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 3 ([https://github.com/nodejs/node/pull/55964/](https://ci.nodejs.org/job/node-test-pull-request/64052/), [https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64085/), [https://github.com/nodejs/node/pull/56275/](https://ci.nodejs.org/job/node-test-pull-request/64091/)) | +| Appeared | [test-equinix-rhel8_container-arm64-1](https://ci.nodejs.org/job/node-test-commit-arm/nodes=rhel8-arm64/56274/console), [test-digitalocean-ubuntu2204_sharedlibs_container-x64-4](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_zlib_x64/47956/console), [test-digitalocean-ubuntu2204_sharedlibs_container-x64-8](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_openssl30_x64/47919/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64052/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64091/ | + +
+Example + +``` +not ok 4143 parallel/test-net-write-fully-async-buffer + --- + duration_ms: 360029.74400 + severity: fail + exitcode: -15 + stack: |- + timeout + ... + +``` +
+ +------- + +| Reason | es-module/test-wasm-web-api | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/56290/](https://ci.nodejs.org/job/node-test-pull-request/64084/), [https://github.com/nodejs/node/pull/56298/](https://ci.nodejs.org/job/node-test-pull-request/64125/)) | +| Appeared | [test-digitalocean-ubuntu2204_sharedlibs_container-x64-4](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/47997/console), [test-digitalocean-ubuntu2204_sharedlibs_container-x64-1](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/47955/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64084/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64125/ | + +
+Example + +``` +not ok 3827 es-module/test-wasm-web-api + --- + duration_ms: 709.15900 + severity: crashed + exitcode: -11 + stack: |- + (node:1727413) Warning: Closing file descriptor 27 on garbage collection + (Use `node --trace-warnings ...` to show where the warning was created) + (node:1727413) [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_worker_buffer_callback/test-free-called | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/56266/](https://ci.nodejs.org/job/node-test-pull-request/64065/), [https://github.com/nodejs/node/pull/55874/](https://ci.nodejs.org/job/node-test-pull-request/64095/)) | +| Appeared | [test-osuosl-aix72-ppc64_be-3](https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/55098/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64065/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64095/ | + +
+Example + +``` +not ok 4157 node-api/test_worker_buffer_callback/test-free-called + --- + duration_ms: 265.79800 + 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. (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/node-api/test_worker_buffer_callback/test-free-called.js:14:8) + 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.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:151:5) + at node:internal/main/run_main_module:33:47... +``` +
+ +------- + +| Reason | parallel/test-file-write-stream4 | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/56303/](https://ci.nodejs.org/job/node-test-pull-request/64130/), [https://github.com/nodejs/node/pull/56325/](https://ci.nodejs.org/job/node-test-pull-request/64136/)) | +| Appeared | [test-macstadium-macos11.0-arm64-3](https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes=osx11/18191/console), [test-digitalocean-ubuntu2204_sharedlibs_container-x64-5](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_openssl30_x64/47999/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64130/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64136/ | + +
+Example + +``` +not ok 4188 parallel/test-file-write-stream4 + --- + duration_ms: 360081.01400 + severity: fail + exitcode: -15 + stack: |- + timeout + ... + +``` +
+ +------- + +| Reason | parallel/test-http-chunk-problem | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/56087/](https://ci.nodejs.org/job/node-test-pull-request/64045/), [https://github.com/nodejs/node/pull/55964/](https://ci.nodejs.org/job/node-test-pull-request/64046/)) | +| Appeared | [test-digitalocean-ubuntu2204_sharedlibs_container-x64-4](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/47909/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64045/ | +| 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 | 2 ([https://github.com/nodejs/node/pull/56256/](https://ci.nodejs.org/job/node-test-pull-request/64059/), [https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64132/)) | +| Appeared | [test-digitalocean-ubuntu2204_sharedlibs_container-x64-8](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_openssl30_x64/48000/console), [test-equinix-rhel8_container-arm64-1](https://ci.nodejs.org/job/node-test-commit-arm/nodes=rhel8-arm64/56254/console), [test-equinix-ubuntu2204_container-arm64-6](https://ci.nodejs.org/job/node-test-commit-arm/nodes=ubuntu2204-arm64/56239/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64059/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64132/ | + +
+Example + +``` +not ok 3956 parallel/test-stream-readable-unpipe-resume + --- + duration_ms: 120040.41500 + severity: fail + exitcode: -15 + stack: |- + timeout + ... + +``` +
+ +------- + +| Reason | parallel/test-without-async-context-frame | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/56225/](https://ci.nodejs.org/job/node-test-pull-request/64047/), [https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64085/)) | +| Appeared | [test-ibm-ubuntu2204_sharedlibs_container-x64-4](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/47956/console), [test-rackspace-win2019_vs2019-x64-2](https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=3,nodes=win2019-COMPILED_BY-vs2022/31683/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64047/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64085/ | + +
+Example + +``` +not ok 3951 parallel/test-without-async-context-frame + --- + duration_ms: 120043.49000 + severity: fail + exitcode: -15 + stack: |- + timeout + ▶ without AsyncContextFrame + ✔ async-hooks/test-async-local-storage-socket.js (4828.901219ms) + ✔ async-hooks/test-async-local-storage-async-functions.js (5694.120291ms) + ✔ async-hooks/test-async-local-storage-gcable.js (5967.650936ms) + ✔ async-hooks/test-async-local-storage-nested.js (4546.94783ms) + ✔ async-hooks/test-async-local-storage-http.js (7420.435568ms) + ✔ async-hooks/test-async-local-storage-dgram.js (7643.19867ms) + ✔ async-hooks/test-async-local-storage-misc-stores.js (4875.530599ms) + ✔ async-hooks/test-async-local-storage-no-mix-contexts.js (5515.006035ms) + ✔ async-hooks/test-async-local-storage-tlssocket.js (6243.991548ms) + ✔ async-hooks/test-async-local-storage-errors.js (5434.886731ms) + ✔ async-hooks/test-async-local-storage-thenable.js (5467.39176ms) + ✔ async-hooks/test-async-local-storage... +``` +
+ +------- + +| Reason | pummel/test-hash-seed | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/56087/](https://ci.nodejs.org/job/node-test-pull-request/64045/), [https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64132/)) | +| Appeared | [test-ibm-rhel8-x64-1](https://ci.nodejs.org/job/node-test-commit-linux/nodes=rhel8-x64/62207/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64045/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64132/ | + +
+Example + +``` +not ok 3964 pummel/test-hash-seed + --- + duration_ms: 68179.96600 + 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. (/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... +``` +
+ +------- + + +### Git Failure + + +### 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 | 7 ([https://github.com/nodejs/node/pull/55964/](https://ci.nodejs.org/job/node-test-pull-request/64063/), [https://github.com/nodejs/node/pull/56282/](https://ci.nodejs.org/job/node-test-pull-request/64086/), [https://github.com/nodejs/node/pull/56293/](https://ci.nodejs.org/job/node-test-pull-request/64087/), [https://github.com/nodejs/node/pull/56160/](https://ci.nodejs.org/job/node-test-pull-request/64090/), [https://github.com/nodejs/node/pull/56275/](https://ci.nodejs.org/job/node-test-pull-request/64091/), [https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64094/), [https://github.com/nodejs/node/pull/55874/](https://ci.nodejs.org/job/node-test-pull-request/64095/)) | +| Appeared | [test-mnx-smartos22-x64-1](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos22-x64/58211/console), [test-mnx-smartos23-x64-5](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos23-x64/58211/console), [test-mnx-smartos23-x64-4](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos23-x64/58210/console), [test-equinix-ubuntu2204_container-armv7l-2](https://ci.nodejs.org/job/node-test-binary-armv7l/RUN_SUBSET=js,nodes=ubuntu2204-armv7l/15034/console), [test-osuosl-ubuntu2204_container-armv7l-1](https://ci.nodejs.org/job/node-test-binary-armv7l/RUN_SUBSET=native,nodes=ubuntu2204-armv7l/15034/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64063/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64095/ | + +
+Example + +``` +ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? +Collecting metadata... +Metadata collection done. +[Checks API] No suitable checks publisher found. +Notifying upstream projects of job completion +Finished: FAILURE +``` +
+ +------- +