Skip to content

Commit 718f61a

Browse files
Add report for 2026-01-03
1 parent adcaa8b commit 718f61a

File tree

1 file changed

+303
-0
lines changed

1 file changed

+303
-0
lines changed

reports/2026-01-03.md

Lines changed: 303 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,303 @@
1+
Failures in [node-test-pull-request/70555](https://ci.nodejs.org/job/node-test-pull-request/70555/) to [node-test-pull-request/70650](https://ci.nodejs.org/job/node-test-pull-request/70650/) that failed 2 or more PRs
2+
(Generated with `ncu-ci walk pr --stats=true --markdown reports/2026-01-03.md`)
3+
4+
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
5+
| ---------------- | ------- | ------- | -------- | ------- | ------- | ---------- |
6+
| 2026-01-03 00:11 | 0 | 10 | 35 | 10 | 45 | 11.11% |
7+
8+
9+
### JSTest Failure
10+
11+
| Reason | <code>parallel/test-repl-programmatic-history</code> |
12+
| - | :- |
13+
| Type | JS_TEST_FAILURE |
14+
| Failed PR | 8 ([https://github.com/nodejs/node/pull/61107/](https://ci.nodejs.org/job/node-test-pull-request/70557/), [https://github.com/nodejs/node/pull/61130/](https://ci.nodejs.org/job/node-test-pull-request/70561/), [https://github.com/nodejs/node/pull/61077/](https://ci.nodejs.org/job/node-test-pull-request/70578/), [https://github.com/nodejs/node/pull/60669/](https://ci.nodejs.org/job/node-test-pull-request/70592/), [https://github.com/nodejs/node/pull/55579/](https://ci.nodejs.org/job/node-test-pull-request/70596/), [https://github.com/nodejs/node/pull/61089/](https://ci.nodejs.org/job/node-test-pull-request/70614/), [https://github.com/nodejs-private/node-private/pull/760/](https://ci.nodejs.org/job/node-test-pull-request/70633/), [https://github.com/nodejs/node/pull/61167/](https://ci.nodejs.org/job/node-test-pull-request/70650/)) |
15+
| Appeared | [test-digitalocean-ubuntu2404_sharedlibs_container-x64-6](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_shared_x64/54081/console), [test-ibm-ubuntu2404_sharedlibs_container-x64-5](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_shared_x64/54055/console) |
16+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70557/ |
17+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70650/ |
18+
19+
<details>
20+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_shared_x64/54081/console">Example</a></summary>
21+
22+
```
23+
not ok 2676 parallel/test-repl-programmatic-history
24+
---
25+
duration_ms: 507.46300
26+
severity: fail
27+
exitcode: 1
28+
stack: |-
29+
Failed test # 9
30+
<anonymous_script>:0
31+
32+
33+
[Error: A FileHandle object was closed during garbage collection. This used to be allowed with a deprecation warning but is now considered an error. Please close FileHandle objects explicitly. File descriptor: 17 (/home/iojs/node-tmp/.tmp.2676/.dev-null-repl-history-file)] {
34+
code: 'ERR_INVALID_STATE'
35+
}
36+
37+
Node.js v26.0.0-pre
38+
...
39+
40+
```
41+
</details>
42+
43+
-------
44+
45+
| Reason | <code>parallel/test-quic-test-client</code> |
46+
| - | :- |
47+
| Type | JS_TEST_FAILURE |
48+
| Failed PR | 3 ([https://github.com/nodejs/node/pull/61077/](https://ci.nodejs.org/job/node-test-pull-request/70581/), [https://github.com/nodejs/node/pull/61054/](https://ci.nodejs.org/job/node-test-pull-request/70582/), [https://github.com/nodejs/node/pull/60657/](https://ci.nodejs.org/job/node-test-pull-request/70616/)) |
49+
| Appeared | [vm-pkgl6](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68302/console), [vm-d8qg3](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68256/console) |
50+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70581/ |
51+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70616/ |
52+
53+
<details>
54+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68302/console">Example</a></summary>
55+
56+
```
57+
not ok 2598 parallel/test-quic-test-client
58+
---
59+
duration_ms: 2596.72300
60+
severity: fail
61+
exitcode: 1
62+
stack: |-
63+
/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/out/Release/ngtcp2_test_client
64+
node:internal/modules/run_main:107
65+
triggerUncaughtException(
66+
^
67+
68+
AssertionError [ERR_ASSERTION]: Missing expected rejection.
69+
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
70+
at async file:///Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/parallel/test-quic-test-client.mjs:36:1 {
71+
generatedMessage: false,
72+
code: 'ERR_ASSERTION',
73+
actual: undefined,
74+
expected: { message: /Process exited with code 1 and signal null/ },
75+
operator: 'rejects',
76+
diff: 'simple'
77+
}
78+
79+
Node.js v26.0.0-pre
80+
...
81+
82+
```
83+
</details>
84+
85+
-------
86+
87+
| Reason | <code>async-hooks/test-emit-after-on-destroyed</code> |
88+
| - | :- |
89+
| Type | JS_TEST_FAILURE |
90+
| Failed PR | 2 ([https://github.com/nodejs/node/pull/60711/](https://ci.nodejs.org/job/node-test-pull-request/70559/), [https://github.com/nodejs/node/pull/61130/](https://ci.nodejs.org/job/node-test-pull-request/70564/)) |
91+
| Appeared | [test-ibm-alpine322_container-x64-1](https://ci.nodejs.org/job/node-test-commit-linux/nodes=alpine-latest-x64/67764/console), [test-osuosl-aix72-ppc64_be-4](https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/60274/console) |
92+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70559/ |
93+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70564/ |
94+
95+
<details>
96+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-linux/nodes=alpine-latest-x64/67764/console">Example</a></summary>
97+
98+
```
99+
not ok 56 async-hooks/test-emit-after-on-destroyed
100+
---
101+
duration_ms: 537.06000
102+
severity: fail
103+
exitcode: 1
104+
stack: |-
105+
node:internal/assert/utils:146
106+
throw error;
107+
^
108+
109+
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
110+
111+
'SIGSEGV' !== null
112+
113+
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node/test/async-hooks/test-emit-after-on-destroyed.js:61:14)
114+
at ChildProcess.<anonymous> (/home/iojs/build/workspace/node/test/common/index.js:506:15)
115+
at ChildProcess.emit (node:events:508:20)
116+
at maybeClose (node:internal/child_process:1084:16)
117+
at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
118+
generatedMessage: true,
119+
code: 'ERR_ASSERTION',
120+
actual: 'SIGSEGV',
121+
expected: null,
122+
operator: 'strictEqual',
123+
diff: 'simple'
124+
}
125+
126+
Node.js v26.0.0-pre
127+
...
128+
129+
```
130+
</details>
131+
132+
-------
133+
134+
| Reason | <code>sequential/test-performance-eventloopdelay</code> |
135+
| - | :- |
136+
| Type | JS_TEST_FAILURE |
137+
| Failed PR | 2 ([https://github.com/nodejs/node/pull/60885/](https://ci.nodejs.org/job/node-test-pull-request/70555/), [https://github.com/nodejs/node/pull/61194/](https://ci.nodejs.org/job/node-test-pull-request/70640/)) |
138+
| Appeared | [test-ibm-ubuntu2404_sharedlibs_container-x64-3](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_withoutssl_x64/54059/console) |
139+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70555/ |
140+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70640/ |
141+
142+
<details>
143+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_withoutssl_x64/54059/console">Example</a></summary>
144+
145+
```
146+
not ok 4682 sequential/test-performance-eventloopdelay
147+
---
148+
duration_ms: 7329.27700
149+
severity: fail
150+
exitcode: 1
151+
stack: |-
152+
node:internal/assert/utils:146
153+
throw error;
154+
^
155+
156+
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
157+
158+
assert(histogram.min > 0)
159+
160+
at Timeout.spinAWhile [as _onTimeout] (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-performance-eventloopdelay.js:70:7)
161+
at listOnTimeout (node:internal/timers:605:17)
162+
at process.processTimers (node:internal/timers:541:7) {
163+
generatedMessage: true,
164+
code: 'ERR_ASSERTION',
165+
actual: false,
166+
expected: true,
167+
operator: '==',
168+
diff: 'simple'
169+
}
170+
171+
Node.js v26.0.0-pre
172+
...
173+
174+
```
175+
</details>
176+
177+
-------
178+
179+
| Reason | <code>wpt/test-webcrypto</code> |
180+
| - | :- |
181+
| Type | JS_TEST_FAILURE |
182+
| Failed PR | 2 ([https://github.com/nodejs/node/pull/61054/](https://ci.nodejs.org/job/node-test-pull-request/70595/), [https://github.com/nodejs/node/pull/60711/](https://ci.nodejs.org/job/node-test-pull-request/70648/)) |
183+
| Appeared | [test-osuosl-aix72-ppc64_be-4](https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/60402/console) |
184+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70595/ |
185+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70648/ |
186+
187+
<details>
188+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/60402/console">Example</a></summary>
189+
190+
```
191+
not ok 5054 wpt/test-webcrypto
192+
---
193+
duration_ms: 9218.58800
194+
severity: crashed
195+
exitcode: -5
196+
stack: |-
197+
[SKIPPED] algorithm-discards-context.https.window.js: Not relevant in Node.js context
198+
[SKIPPED] historical.any.js: Not relevant in Node.js context
199+
[PASS] CryptoKey.algorithm getter returns cached object
200+
[PASS] CryptoKey.usages getter returns cached object
201+
[PASS] setup - define tests
202+
[PASS] X25519 key derivation checks for all-zero value result with a key of order 0
203+
[PASS] X25519 key derivation checks for all-zero value result with a key of order 1
204+
[PASS] X25519 key derivation checks for all-zero value result with a key of order 8
205+
[PASS] X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)
206+
[PASS] X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)
207+
[PASS] X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)
208+
[PASS] X25519 good parameters
209+
[P...
210+
```
211+
</details>
212+
213+
-------
214+
215+
216+
### Jenkins Failure
217+
218+
| Reason | <code>Build timed out (after 30 minutes). Marking the build as failed.</code> |
219+
| - | :- |
220+
| Type | JENKINS_FAILURE |
221+
| Failed PR | 2 ([https://github.com/nodejs/node/pull/61054/](https://ci.nodejs.org/job/node-test-pull-request/70595/), [https://github.com/nodejs/node/pull/61163/](https://ci.nodejs.org/job/node-test-pull-request/70625/)) |
222+
| Appeared | [test-azure_msft-win11_vs2022-arm64-5](https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=2,nodes=win11-arm64-COMPILED_BY-vs2022_clang-arm64/38110/console) |
223+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70595/ |
224+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70625/ |
225+
226+
<details>
227+
<summary><a href="https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=2,nodes=win11-arm64-COMPILED_BY-vs2022_clang-arm64/38110/console">Example</a></summary>
228+
229+
```
230+
Build timed out (after 30 minutes). Marking the build as failed.
231+
```
232+
</details>
233+
234+
-------
235+
236+
237+
### Git Failure
238+
239+
| Reason | <code>ERROR: Error fetching remote repo 'origin'</code> |
240+
| - | :- |
241+
| Type | GIT_FAILURE |
242+
| Failed PR | 4 ([https://github.com/nodejs/node/pull/60669/](https://ci.nodejs.org/job/node-test-pull-request/70592/), [https://github.com/nodejs/node/pull/60657/](https://ci.nodejs.org/job/node-test-pull-request/70616/), [https://github.com/nodejs/node/pull/61175/](https://ci.nodejs.org/job/node-test-pull-request/70619/), [https://github.com/nodejs/node/pull/61044/](https://ci.nodejs.org/job/node-test-pull-request/70646/)) |
243+
| Appeared | [test-mnx-ubuntu2204-x64-1](https://ci.nodejs.org/job/node-test-commit-linux/67870/console), [test-azure-ubuntu2204_container-arm64-6](https://ci.nodejs.org/job/node-test-commit-arm-debug/nodes=ubuntu2204_debug-arm64/21437/console) |
244+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70592/ |
245+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70646/ |
246+
247+
<details>
248+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-linux/67870/console">Example</a></summary>
249+
250+
```
251+
ERROR: Error fetching remote repo 'origin'
252+
hudson.plugins.git.GitException: Failed to fetch from [email protected]:nodejs/node.git
253+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
254+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
255+
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
256+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
257+
```
258+
</details>
259+
260+
-------
261+
262+
263+
### Build Failure
264+
265+
| Reason | <code>Failed to trigger node-test-commit</code> |
266+
| - | :- |
267+
| Type | BUILD_FAILURE |
268+
| Failed PR | 4 ([https://github.com/nodejs/node/pull/61002/](https://ci.nodejs.org/job/node-test-pull-request/70586/), [https://github.com/nodejs/node/pull/60046/](https://ci.nodejs.org/job/node-test-pull-request/70594/), [https://github.com/nodejs/node/pull/60462/](https://ci.nodejs.org/job/node-test-pull-request/70620/), [https://github.com/nodejs-private/node-private/pull/760/](https://ci.nodejs.org/job/node-test-pull-request/70631/)) |
269+
| Appeared | [test-mnx-ubuntu2204-x64-1](https://ci.nodejs.org/job/node-test-pull-request/70631/console) |
270+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70586/ |
271+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70631/ |
272+
273+
<details>
274+
<summary><a href="https://ci.nodejs.org/job/node-test-pull-request/70631/console">Example</a></summary>
275+
276+
```
277+
Failed to trigger node-test-commit
278+
```
279+
</details>
280+
281+
-------
282+
283+
| Reason | <code>Failed to trigger sub builds</code> |
284+
| - | :- |
285+
| Type | BUILD_FAILURE |
286+
| Failed PR | 2 ([https://github.com/nodejs/node/pull/61136/](https://ci.nodejs.org/job/node-test-pull-request/70571/), [https://github.com/nodejs/node/pull/56022/](https://ci.nodejs.org/job/node-test-pull-request/70603/)) |
287+
| Appeared | [undefined](https://ci.nodejs.org/job/node-test-commit/84502/console) |
288+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70571/ |
289+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70603/ |
290+
291+
<details>
292+
<summary><a href="https://ci.nodejs.org/job/node-test-commit/84502/console">Example</a></summary>
293+
294+
```
295+
Failed to trigger sub builds
296+
```
297+
</details>
298+
299+
-------
300+
301+
302+
### node-core-utils failure
303+

0 commit comments

Comments
 (0)