Skip to content

Commit ed1837b

Browse files
Add report for 2025-12-31
1 parent 7df020a commit ed1837b

File tree

1 file changed

+264
-0
lines changed

1 file changed

+264
-0
lines changed

reports/2025-12-31.md

Lines changed: 264 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,264 @@
1+
Failures in [node-test-pull-request/70548](https://ci.nodejs.org/job/node-test-pull-request/70548/) to [node-test-pull-request/70640](https://ci.nodejs.org/job/node-test-pull-request/70640/) that failed 2 or more PRs
2+
(Generated with `ncu-ci walk pr --stats=true --markdown reports/2025-12-31.md`)
3+
4+
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
5+
| ---------------- | ------- | ------- | -------- | ------- | ------- | ---------- |
6+
| 2025-12-31 00:12 | 1 | 13 | 34 | 10 | 42 | 14.61% |
7+
8+
9+
### JSTest Failure
10+
11+
| Reason | <code>parallel/test-repl-programmatic-history</code> |
12+
| - | :- |
13+
| Type | JS_TEST_FAILURE |
14+
| Failed PR | 7 ([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/)) |
15+
| Appeared | [test-ibm-ubuntu2404_sharedlibs_container-x64-5](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_shared_x64/54055/console), [test-digitalocean-ubuntu2404_sharedlibs_container-x64-6](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_shared_x64/53954/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/70633/ |
18+
19+
<details>
20+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_shared_x64/54055/console">Example</a></summary>
21+
22+
```
23+
not ok 3279 parallel/test-repl-programmatic-history
24+
---
25+
duration_ms: 1009.73200
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.3276/.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+
180+
### Jenkins Failure
181+
182+
| Reason | <code>Build timed out (after 30 minutes). Marking the build as failed.</code> |
183+
| - | :- |
184+
| Type | JENKINS_FAILURE |
185+
| 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/)) |
186+
| 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) |
187+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70595/ |
188+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70625/ |
189+
190+
<details>
191+
<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>
192+
193+
```
194+
Build timed out (after 30 minutes). Marking the build as failed.
195+
```
196+
</details>
197+
198+
-------
199+
200+
201+
### Git Failure
202+
203+
| Reason | <code>ERROR: Error fetching remote repo 'origin'</code> |
204+
| - | :- |
205+
| Type | GIT_FAILURE |
206+
| Failed PR | 3 ([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/)) |
207+
| Appeared | [test-mnx-ubuntu2204-x64-1](https://ci.nodejs.org/job/node-test-commit-linux/67836/console), [test-azure-ubuntu2204_container-arm64-6](https://ci.nodejs.org/job/node-test-commit-arm-debug/nodes=ubuntu2204_debug-arm64/21437/console) |
208+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70592/ |
209+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70619/ |
210+
211+
<details>
212+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-linux/67836/console">Example</a></summary>
213+
214+
```
215+
ERROR: Error fetching remote repo 'origin'
216+
hudson.plugins.git.GitException: Failed to fetch from [email protected]:nodejs/node.git
217+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
218+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
219+
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
220+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
221+
```
222+
</details>
223+
224+
-------
225+
226+
227+
### Build Failure
228+
229+
| Reason | <code>Failed to trigger node-test-commit</code> |
230+
| - | :- |
231+
| Type | BUILD_FAILURE |
232+
| 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/)) |
233+
| Appeared | [test-mnx-ubuntu2204-x64-1](https://ci.nodejs.org/job/node-test-pull-request/70631/console) |
234+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70586/ |
235+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70631/ |
236+
237+
<details>
238+
<summary><a href="https://ci.nodejs.org/job/node-test-pull-request/70631/console">Example</a></summary>
239+
240+
```
241+
Failed to trigger node-test-commit
242+
```
243+
</details>
244+
245+
-------
246+
247+
| Reason | <code>Failed to trigger sub builds</code> |
248+
| - | :- |
249+
| Type | BUILD_FAILURE |
250+
| 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/)) |
251+
| Appeared | [undefined](https://ci.nodejs.org/job/node-test-commit/84502/console) |
252+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70571/ |
253+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70603/ |
254+
255+
<details>
256+
<summary><a href="https://ci.nodejs.org/job/node-test-commit/84502/console">Example</a></summary>
257+
258+
```
259+
Failed to trigger sub builds
260+
```
261+
</details>
262+
263+
-------
264+

0 commit comments

Comments
 (0)