From 7afc41a7ef07a2045c018681e1af10a9164dc0c2 Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Tue, 24 Dec 2024 00:10:18 +0000 Subject: [PATCH] Add report for 2024-12-24 --- reports/2024-12-24.md | 433 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 433 insertions(+) create mode 100644 reports/2024-12-24.md diff --git a/reports/2024-12-24.md b/reports/2024-12-24.md new file mode 100644 index 0000000..c3672f8 --- /dev/null +++ b/reports/2024-12-24.md @@ -0,0 +1,433 @@ +Failures in [node-test-pull-request/64085](https://ci.nodejs.org/job/node-test-pull-request/64085/) to [node-test-pull-request/64182](https://ci.nodejs.org/job/node-test-pull-request/64182/) that failed 2 or more PRs +(Generated with `ncu-ci walk pr --stats=true --markdown reports/2024-12-24.md`) + +| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate | +| ---------------- | ------- | ------- | -------- | ------- | ------- | ---------- | +| 2024-12-24 00:10 | 1 | 11 | 12 | 18 | 58 | 13.58% | + + +### Jenkins Failure + + +### Git Failure + + +### Build Failure + +| Reason | ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? | +| - | :- | +| Type | BUILD_FAILURE | +| Failed PR | 8 ([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/), [https://github.com/nodejs/node/pull/56325/](https://ci.nodejs.org/job/node-test-pull-request/64149/), [https://github.com/nodejs/node/pull/56237/](https://ci.nodejs.org/job/node-test-pull-request/64167/)) | +| Appeared | [test-osuosl-ubuntu2204_container-armv7l-1](https://ci.nodejs.org/job/node-test-binary-armv7l/RUN_SUBSET=js,nodes=ubuntu2204-armv7l/15131/console), [test-mnx-smartos22-x64-1](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos22-x64/58280/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) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64086/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64167/ | + +
+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/jenkins13760763845883183201.sh ++ '[' -d .git ']' ++ git clean -fdx +Removing out/ +``` +
+ +------- + + +### JSTest Failure + +| Reason | sequential/test-http-server-request-timeouts-mixed | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 8 ([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/), [https://github.com/nodejs/node/pull/56211/](https://ci.nodejs.org/job/node-test-pull-request/64146/), [https://github.com/nodejs/node/pull/56332/](https://ci.nodejs.org/job/node-test-pull-request/64151/), [https://github.com/nodejs/node/pull/56231/](https://ci.nodejs.org/job/node-test-pull-request/64166/), [https://github.com/nodejs/node/pull/56237/](https://ci.nodejs.org/job/node-test-pull-request/64168/), [https://github.com/nodejs/node/pull/50482/](https://ci.nodejs.org/job/node-test-pull-request/64180/)) | +| Appeared | [test-macstadium-macos11.0-arm64-3](https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes=osx11/18247/console), [test-orka-macos11-x64-1](https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx11-x64/62722/console), [test-orka-macos11-x64-2](https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx11-x64/62718/console), [test-macstadium-macos11.0-arm64-4](https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes=osx11/18159/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64090/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64180/ | + +
+Example + +``` +not ok 4278 sequential/test-http-server-request-timeouts-mixed + --- + duration_ms: 3175.02400 + 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-watch-file-shared-dependency | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 6 ([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/), [https://github.com/nodejs/node/pull/56332/](https://ci.nodejs.org/job/node-test-pull-request/64151/), [https://github.com/nodejs/node/pull/56237/](https://ci.nodejs.org/job/node-test-pull-request/64167/)) | +| Appeared | [test-orka-macos11-x64-1](https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx11-x64/62724/console), [test-orka-macos11-x64-2](https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx11-x64/62705/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/64087/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64167/ | + +
+Example + +``` +not ok 3952 parallel/test-watch-file-shared-dependency + --- + duration_ms: 120131.83400 + severity: fail + exitcode: -15 + stack: |- + timeout + ▶ watch file with shared dependency + ✔ should not remove shared dependencies when unfiltering an owner (14.735445ms) + ✔ watch file with shared dependency (17.550832ms) + ... + +``` +
+ +------- + +| Reason | sequential/test-worker-prof | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 4 ([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/64149/)) | +| Appeared | [test-mnx-smartos23-x64-4](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos23-x64/58280/console), [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) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64113/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64149/ | + +
+Example + +``` +not ok 4374 sequential/test-worker-prof + --- + duration_ms: 1928.35200 + severity: fail + exitcode: 1 + stack: |- + [process 32599]: --- stderr --- + + [process 32599]: --- stdout --- + files found in working directory before worker starts [ 'isolate-0x819d000-32599-v8.log' ] + parent prof file: isolate-0x819d000-32599-v8.log + parent posted 8699 messages + files found in working directory before worker exits [ 'isolate-0x819d000-32599-v8.log', 'isolate-0x84fb000-32599-v8.log' ] + worker prof file: isolate-0x84fb000-32599-v8.log + + [process 32599]: 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. (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos23-x64/test/sequential/test-worker-prof.js:53:22) + ... +``` +
+ +------- + +| Reason | es-module/test-wasm-web-api | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 3 ([https://github.com/nodejs/node/pull/56298/](https://ci.nodejs.org/job/node-test-pull-request/64125/), [https://github.com/nodejs/node/pull/56237/](https://ci.nodejs.org/job/node-test-pull-request/64148/), [https://github.com/nodejs/node/pull/56231/](https://ci.nodejs.org/job/node-test-pull-request/64165/)) | +| Appeared | [test-digitalocean-ubuntu2204_sharedlibs_container-x64-6](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/48044/console), [test-digitalocean-ubuntu2204_sharedlibs_container-x64-8](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/48027/console), [test-digitalocean-ubuntu2204_sharedlibs_container-x64-4](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/47997/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64125/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64165/ | + +
+Example + +``` +not ok 3828 es-module/test-wasm-web-api + --- + duration_ms: 612.95300 + severity: fail + exitcode: 1 + stack: |- + (node:3510768) Warning: Closing file descriptor 27 on garbage collection + (Use `node --trace-warnings ...` to show where the warning was created) + (node:3510768) [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. + node:internal/wasm_web_api:56 + streamState.finish(); + ^ + + CompileError: WebAssembly.compileStreaming(): expected 4 bytes, fell off end @+0 + at node:internal/wasm_web_api:56:17 + + Node.js v24.0.0-pre + ... + +``` +
+ +------- + +| Reason | parallel/test-file-write-stream4 | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 3 ([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/), [https://github.com/nodejs/node/pull/56335/](https://ci.nodejs.org/job/node-test-pull-request/64177/)) | +| Appeared | [test-equinix-ubuntu2204_container-armv7l-1](https://ci.nodejs.org/job/node-test-commit-arm/nodes=ubuntu2204-armv7l/56358/console), [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/64177/ | + +
+Example + +``` +not ok 3995 parallel/test-file-write-stream4 + --- + duration_ms: 360102.48800 + severity: fail + exitcode: -15 + stack: |- + timeout + ... + +``` +
+ +------- + +| Reason | parallel/test-abortsignal-drop-settled-signals | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/56329/](https://ci.nodejs.org/job/node-test-pull-request/64143/), [https://github.com/nodejs/node/pull/56334/](https://ci.nodejs.org/job/node-test-pull-request/64150/)) | +| Appeared | [undefined](https://ci.nodejs.org/job/node-test-commit-custom-suites-freestyle/39911/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64143/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64150/ | + +
+Example + +``` +not ok 400 parallel/test-abortsignal-drop-settled-signals + --- + duration_ms: 2016.13200 + severity: fail + exitcode: 1 + stack: |- + ▶ when there is a long-lived signal + ✔ drops settled dependant signals (396.375133ms) + ✔ keeps all active dependant signals (295.167313ms) + ✔ when there is a long-lived signal (695.403171ms) + ✔ does not prevent source signal from being GCed if it is short-lived (289.882166ms) + ✖ drops settled dependant signals when signal is composite (13.987205ms) + AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + + 2 !== 0 + + at assert. [as strictEqual] (node:internal/test_runner/test:263:18) + at Immediate._onImmediate (file:///home/iojs/build/workspace/node/test/parallel/test-abortsignal-drop-settled-signals.mjs:151:18) + at process.processImmediate (node:internal/timers:511:21) { + generatedMessage: true, + code: 'ERR_ASSERTION', + actual: 2, + expected: 0, + oper... +``` +
+ +------- + +| Reason | parallel/test-net-write-fully-async-buffer | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([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) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64085/ | +| 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 | parallel/test-stream-readable-unpipe-resume | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64132/), [https://github.com/nodejs/node/pull/55481/](https://ci.nodejs.org/job/node-test-pull-request/64142/)) | +| Appeared | [test-ibm-ubuntu2204_sharedlibs_container-x64-3](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_withoutintl_x64/48013/console), [test-digitalocean-ubuntu2204_sharedlibs_container-x64-8](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_openssl30_x64/48000/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64132/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64142/ | + +
+Example + +``` +not ok 3957 parallel/test-stream-readable-unpipe-resume + --- + duration_ms: 120048.19600 + 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/55844/](https://ci.nodejs.org/job/node-test-pull-request/64085/), [https://github.com/nodejs/node/pull/56334/](https://ci.nodejs.org/job/node-test-pull-request/64150/)) | +| Appeared | [test-digitalocean-ubuntu2204_sharedlibs_container-x64-4](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/48029/console), [test-ibm-ubuntu2204_sharedlibs_container-x64-4](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_shared_x64/47956/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64085/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64150/ | + +
+Example + +``` +not ok 3605 parallel/test-without-async-context-frame + --- + duration_ms: 120107.08900 + severity: fail + exitcode: -15 + stack: |- + timeout + ▶ without AsyncContextFrame + ✔ async-hooks/test-async-local-storage-async-functions.js (5618.160424ms) + ✔ async-hooks/test-async-local-storage-args.js (5696.085041ms) + ✔ async-hooks/test-async-local-storage-dgram.js (5487.762952ms) + ✔ async-hooks/test-async-local-storage-socket.js (5066.052268ms) + ✔ async-hooks/test-async-local-storage-tlssocket.js (7025.138474ms) + ✔ async-hooks/test-async-local-storage-promises.js (5158.698931ms) + ✔ async-hooks/test-async-local-storage-errors.js (4076.038316ms) + ✔ async-hooks/test-async-local-storage-thenable.js (4726.844455ms) + ✔ async-hooks/test-async-local-storage-enable-disable.js (4812.701036ms) + ✔ async-hooks/test-async-local-storage-http.js (5003.817548ms) + ✔ async-hooks/test-async-local-storage-enter-with.js (4568.746021ms) + ✔ async-hooks/test-async-local-storag... +``` +
+ +------- + +| Reason | pummel/test-hash-seed | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/55844/](https://ci.nodejs.org/job/node-test-pull-request/64132/), [https://github.com/nodejs/node/pull/56344/](https://ci.nodejs.org/job/node-test-pull-request/64172/)) | +| Appeared | [test-ibm-rhel8-x64-1](https://ci.nodejs.org/job/node-test-commit-linux/nodes=rhel8-x64/62254/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64132/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64172/ | + +
+Example + +``` +not ok 3965 pummel/test-hash-seed + --- + duration_ms: 68209.17300 + 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... +``` +
+ +------- + +| Reason | sequential/test-tls-session-timeout | +| - | :- | +| Type | JS_TEST_FAILURE | +| Failed PR | 2 ([https://github.com/nodejs/node/pull/56237/](https://ci.nodejs.org/job/node-test-pull-request/64148/), [https://github.com/nodejs/node/pull/56335/](https://ci.nodejs.org/job/node-test-pull-request/64177/)) | +| Appeared | [test-digitalocean-ubuntu2204_sharedlibs_container-x64-3](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_openssl32_x64/48057/console), [test-digitalocean-ubuntu2204_sharedlibs_container-x64-4](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2204_sharedlibs_openssl32_x64/48027/console) | +| First CI | https://ci.nodejs.org/job/node-test-pull-request/64148/ | +| Last CI | https://ci.nodejs.org/job/node-test-pull-request/64177/ | + +
+Example + +``` +not ok 4375 sequential/test-tls-session-timeout + --- + duration_ms: 135.53900 + severity: fail + exitcode: 1 + stack: |- + node:assert:126 + throw new AssertionError(obj); + ^ + + AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + + 'New' !== 'Reused' + + at /home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-tls-session-timeout.js:146:16 + at ChildProcess. (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-tls-session-timeout.js:130:7) + at ChildProcess.emit (node:events:507:28) + at ChildProcess._handle.onexit (node:internal/child_process:294:12) { + generatedMessage: true, + code: 'ERR_ASSERTION', + actual: 'New', + expected: 'Reused', + operator: 'strictEqual' + } + + Node.js v24.0.0-pre + ... + +``` +
+ +------- +