Skip to content

Commit 709cfea

Browse files
Add report for 2025-12-07
1 parent 8717161 commit 709cfea

File tree

1 file changed

+373
-0
lines changed

1 file changed

+373
-0
lines changed

reports/2025-12-07.md

Lines changed: 373 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,373 @@
1+
Failures in [node-test-pull-request/70311](https://ci.nodejs.org/job/node-test-pull-request/70311/) to [node-test-pull-request/70405](https://ci.nodejs.org/job/node-test-pull-request/70405/) that failed 2 or more PRs
2+
(Generated with `ncu-ci walk pr --stats=true --markdown reports/2025-12-07.md`)
3+
4+
| UTC Time | RUNNING | SUCCESS | UNSTABLE | ABORTED | FAILURE | Green Rate |
5+
| ---------------- | ------- | ------- | -------- | ------- | ------- | ---------- |
6+
| 2025-12-07 00:13 | 2 | 6 | 36 | 4 | 52 | 6.38% |
7+
8+
9+
### JSTest Failure
10+
11+
| Reason | <code>parallel/test-repl-paste-big-data</code> |
12+
| - | :- |
13+
| Type | JS_TEST_FAILURE |
14+
| Failed PR | 5 ([https://github.com/nodejs/node/pull/60845/](https://ci.nodejs.org/job/node-test-pull-request/70311/), [https://github.com/nodejs/node/pull/60814/](https://ci.nodejs.org/job/node-test-pull-request/70315/), [https://github.com/nodejs/node/pull/60850/](https://ci.nodejs.org/job/node-test-pull-request/70338/), [https://github.com/nodejs/node/pull/60878/](https://ci.nodejs.org/job/node-test-pull-request/70342/), [https://github.com/nodejs/node/pull/60899/](https://ci.nodejs.org/job/node-test-pull-request/70350/)) |
15+
| Appeared | [vm-6x805](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68021/console), [vm-kpycv](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68010/console), [vm-ktspy](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68008/console), [vm-ojqf4](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68006/console), [vm-lg47q](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/67972/console), [vm-9za1x](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/67968/console) |
16+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70311/ |
17+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70350/ |
18+
19+
<details>
20+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68021/console">Example</a></summary>
21+
22+
```
23+
not ok 2667 parallel/test-repl-paste-big-data
24+
---
25+
duration_ms: 2502.11400
26+
severity: fail
27+
exitcode: 1
28+
stack: |-
29+
node:internal/assert/utils:146
30+
throw error;
31+
^
32+
33+
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
34+
35+
assert.ok(diff.user < 1e6)
36+
37+
at REPLServer.<anonymous> (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/parallel/test-repl-paste-big-data.js:22:10)
38+
at REPLServer.<anonymous> (/Users/admin/build/workspace/node-test-commit-osx/nodes/macos15-x64/test/common/index.js:504:15)
39+
at Object.onceWrapper (node:events:622:28)
40+
at REPLServer.emit (node:events:508:20)
41+
at REPLServer.emit (node:domain:489:12)
42+
at REPLServer.emitExit (node:repl:801:12)
43+
at REPLServer.emit (node:events:520:22)
44+
at REPLServer.emit (node:domain:489:12)
45+
at REPLServer.close (node:internal/readline/interface:555:10)
46+
at node:repl:1048:34 {
47+
generatedMessage: true,
48+
...
49+
```
50+
</details>
51+
52+
-------
53+
54+
| Reason | <code>parallel/test-repl-programmatic-history</code> |
55+
| - | :- |
56+
| Type | JS_TEST_FAILURE |
57+
| Failed PR | 5 ([https://github.com/nodejs/node/pull/60684/](https://ci.nodejs.org/job/node-test-pull-request/70321/), [https://github.com/nodejs/node/pull/60860/](https://ci.nodejs.org/job/node-test-pull-request/70355/), [https://github.com/nodejs/node/pull/60901/](https://ci.nodejs.org/job/node-test-pull-request/70357/), [https://github.com/nodejs/node/pull/60945/](https://ci.nodejs.org/job/node-test-pull-request/70381/), [https://github.com/nodejs/node/pull/60912/](https://ci.nodejs.org/job/node-test-pull-request/70382/)) |
58+
| Appeared | [test-ibm-ubuntu2404_sharedlibs_container-x64-5](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_shared_x64/53772/console) |
59+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70321/ |
60+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70382/ |
61+
62+
<details>
63+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu2404_sharedlibs_shared_x64/53772/console">Example</a></summary>
64+
65+
```
66+
not ok 3261 parallel/test-repl-programmatic-history
67+
---
68+
duration_ms: 611.65600
69+
severity: fail
70+
exitcode: 1
71+
stack: |-
72+
Failed test # 9
73+
<anonymous_script>:0
74+
75+
76+
[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.3260/.dev-null-repl-history-file)] {
77+
code: 'ERR_INVALID_STATE'
78+
}
79+
80+
Node.js v26.0.0-pre
81+
...
82+
83+
```
84+
</details>
85+
86+
-------
87+
88+
| Reason | <code>parallel/test-util-styletext</code> |
89+
| - | :- |
90+
| Type | JS_TEST_FAILURE |
91+
| Failed PR | 3 ([https://github.com/nodejs/node/pull/60711/](https://ci.nodejs.org/job/node-test-pull-request/70393/), [https://github.com/nodejs/node/pull/60962/](https://ci.nodejs.org/job/node-test-pull-request/70401/), [https://github.com/nodejs/node/pull/60732/](https://ci.nodejs.org/job/node-test-pull-request/70405/)) |
92+
| Appeared | [test-osuosl-aix72-ppc64_be-4](https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/60081/console) |
93+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70393/ |
94+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70405/ |
95+
96+
<details>
97+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/60081/console">Example</a></summary>
98+
99+
```
100+
not ok 3882 parallel/test-util-styletext
101+
---
102+
duration_ms: 264.82800
103+
severity: fail
104+
exitcode: 1
105+
stack: |-
106+
node:assert:152
107+
throw new AssertionError(obj);
108+
^
109+
110+
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
111+
+ actual - expected
112+
113+
+ 'test'
114+
- '\x1B[31mtest\x1B[39m'
115+
116+
at /home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-util-styletext.js:179:14
117+
at Array.forEach (<anonymous>)
118+
at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-util-styletext.js:171:5)
119+
at Module._compile (node:internal/modules/cjs/loader:1761:14)
120+
at Object..js (node:internal/modules/cjs/loader:1893:10)
121+
at Module.load (node:internal/modules/cjs/loader:1481:32)
122+
at Module._load (node:internal/modules/cjs/loader:1300:12)
123+
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
124+
at wrapModuleLoad (node:internal/modules/c...
125+
```
126+
</details>
127+
128+
-------
129+
130+
| Reason | <code>sequential/test-without-async-context-frame</code> |
131+
| - | :- |
132+
| Type | JS_TEST_FAILURE |
133+
| Failed PR | 3 ([https://github.com/nodejs/node/pull/60899/](https://ci.nodejs.org/job/node-test-pull-request/70350/), [https://github.com/nodejs/node/pull/60922/](https://ci.nodejs.org/job/node-test-pull-request/70370/), [https://github.com/nodejs/node/pull/60864/](https://ci.nodejs.org/job/node-test-pull-request/70373/)) |
134+
| Appeared | [test-azure_msft-win11_vs2022-arm64-3](https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=1,nodes=win11-arm64-COMPILED_BY-vs2022_clang-arm64/37843/console), [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/37839/console) |
135+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70350/ |
136+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70373/ |
137+
138+
<details>
139+
<summary><a href="https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=1,nodes=win11-arm64-COMPILED_BY-vs2022_clang-arm64/37843/console">Example</a></summary>
140+
141+
```
142+
not ok 1183 sequential/test-without-async-context-frame
143+
---
144+
duration_ms: 3063.04500
145+
severity: fail
146+
exitcode: 1
147+
stack: |-
148+
Skipping pseudo-tty tests, as pseudo terminals are not available on Windows.
149+
150+
151+
[00:00|% 0|+ 0|- 0]: release test-async-local-storage-args
152+
153+
[00:00|% 0|+ 0|- 0]: release test-async-local-storage-async-await
154+
155+
[00:00|% 0|+ 0|- 0]: release test-async-local-storage-async-functions
156+
157+
[00:00|% 0|+ 0|- 0]: release test-async-local-storage-bind
158+
159+
[00:00|% 0|+ 0|- 0]: release test-async-local-storage-contexts
160+
161+
[00:00|% 0|+ 0|- 0]: release test-async-local-storage-deep...
162+
```
163+
</details>
164+
165+
-------
166+
167+
| Reason | <code>parallel/test-child-process-fork-closed-channel-segfault</code> |
168+
| - | :- |
169+
| Type | JS_TEST_FAILURE |
170+
| Failed PR | 2 ([https://github.com/nodejs/node/pull/60879/](https://ci.nodejs.org/job/node-test-pull-request/70343/), [https://github.com/nodejs/node/pull/60864/](https://ci.nodejs.org/job/node-test-pull-request/70373/)) |
171+
| Appeared | [test-mnx-smartos23-x64-6](https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos23-x64/63376/console), [vm-mywhr](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/68011/console) |
172+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70343/ |
173+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70373/ |
174+
175+
<details>
176+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-smartos/nodes=smartos23-x64/63376/console">Example</a></summary>
177+
178+
```
179+
not ok 388 parallel/test-child-process-fork-closed-channel-segfault
180+
---
181+
duration_ms: 940.92500
182+
severity: fail
183+
exitcode: 1
184+
stack: |-
185+
/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos23-x64/test/parallel/test-child-process-fork-closed-channel-segfault.js:82
186+
throw err;
187+
^
188+
189+
Error: write EPIPE
190+
at target._send (node:internal/child_process:860:20)
191+
at ChildProcess.<anonymous> (node:internal/child_process:665:16)
192+
at ChildProcess.emit (node:events:520:22)
193+
at emit (node:internal/child_process:932:14)
194+
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
195+
errno: -32,
196+
code: 'EPIPE',
197+
syscall: 'write'
198+
}
199+
200+
Node.js v26.0.0-pre
201+
...
202+
203+
```
204+
</details>
205+
206+
-------
207+
208+
| Reason | <code>test-runner/test-run-watch-run-duration</code> |
209+
| - | :- |
210+
| Type | JS_TEST_FAILURE |
211+
| Failed PR | 2 ([https://github.com/nodejs/node/pull/60845/](https://ci.nodejs.org/job/node-test-pull-request/70311/), [https://github.com/nodejs/node/pull/60834/](https://ci.nodejs.org/job/node-test-pull-request/70312/)) |
212+
| Appeared | [vm-mz7d9](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/67969/console), [vm-9za1x](https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/67968/console) |
213+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70311/ |
214+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70312/ |
215+
216+
<details>
217+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-osx/nodes=macos15-x64/67969/console">Example</a></summary>
218+
219+
```
220+
not ok 4442 test-runner/test-run-watch-run-duration
221+
---
222+
duration_ms: 4569.57200
223+
severity: fail
224+
exitcode: 1
225+
stack: |-
226+
node:internal/modules/run_main:107
227+
triggerUncaughtException(
228+
^
229+
230+
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 1/. Input:
231+
232+
'# Subtest: test.js\n' +
233+
'not ok 2 - test.js\n' +
234+
' ---\n' +
235+
' duration_ms: 1013.452978\n' +
236+
" type: 'test'\n" +
237+
" location: '/Users/admin/node-tmp/.tmp.4439/test.js:1:1'\n" +
238+
" failureType: 'testCodeFailure'\n" +
239+
' exitCode: ~\n' +
240+
" signal: 'SIGTERM'\n" +
241+
" error: 'test failed'\n" +
242+
" code: 'ERR_TEST_FAILURE'\n" +
243+
' ...\n' +
244+
'# Subtest: test has ran\n' +
245+
'ok 2 - test has ran\n' +
246+
' ---\n' +
247+
' duration_ms: 1.076247\n' +
248+
" type: 'test'\n" +
249+
' ...\n' +
250+
'1..2\n' +
251+
'# tests 2\n' +
252+
'# suites 0\n' +
253+
'# pass 1\n' +
254+
'# fail 1\n' +
255+
'# cancelled 0\n'...
256+
```
257+
</details>
258+
259+
-------
260+
261+
| Reason | <code>wpt/test-wasm-webapi</code> |
262+
| - | :- |
263+
| Type | JS_TEST_FAILURE |
264+
| Failed PR | 2 ([https://github.com/nodejs/node/pull/60850/](https://ci.nodejs.org/job/node-test-pull-request/70338/), [https://github.com/nodejs/node/pull/60864/](https://ci.nodejs.org/job/node-test-pull-request/70378/)) |
265+
| Appeared | [test-ibm-aix72-ppc64_be-1](https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/60048/console), [test-ibm-aix72-ppc64_be-2](https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/59993/console) |
266+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70338/ |
267+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70378/ |
268+
269+
<details>
270+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-aix/nodes=aix72-ppc64/60048/console">Example</a></summary>
271+
272+
```
273+
not ok 5020 wpt/test-wasm-webapi
274+
---
275+
duration_ms: 566.59300
276+
severity: crashed
277+
exitcode: -5
278+
stack: |-
279+
[SKIPPED] abort.any.js: WPTRunner does not support fetch()
280+
[SKIPPED] contenttype.any.js: WPTRunner does not support fetch()
281+
[SKIPPED] historical.any.js: indexedDB is not defined
282+
[SKIPPED] idlharness.any.js: not configured
283+
[SKIPPED] instantiateStreaming-bad-imports.any.js: Flaky on ARM with V8 >= 11.2
284+
[SKIPPED] origin.sub.any.js: CORS not implemented
285+
[SKIPPED] status.any.js: WPTRunner does not support fetch()
286+
[PASS] compileStreaming
287+
[PASS] instantiateStreaming
288+
[PASS] compileStreaming after consumption
289+
[PASS] compileStreaming before consumption
290+
[PASS] instantiateStreaming after consumption
291+
[PASS] instantiateStreaming before consumption
292+
[PASS] compileStreaming: no body
293+
[PASS] compileStreaming: no body in a promise
294+
[PASS] compileStreaming: empty body
295+
[PASS] compileStreaming: empty body in a promise
296+
[PASS] instantiateStreaming: no bod...
297+
```
298+
</details>
299+
300+
-------
301+
302+
303+
### Jenkins Failure
304+
305+
| Reason | <code>Build timed out (after 60 minutes). Marking the build as failed.</code> |
306+
| - | :- |
307+
| Type | JENKINS_FAILURE |
308+
| Failed PR | 3 ([https://github.com/nodejs/node/pull/60901/](https://ci.nodejs.org/job/node-test-pull-request/70361/), [https://github.com/nodejs/node/pull/60883/](https://ci.nodejs.org/job/node-test-pull-request/70362/), [https://github.com/nodejs/node/pull/60912/](https://ci.nodejs.org/job/node-test-pull-request/70377/)) |
309+
| Appeared | [test-digitalocean-ubi81_container-x64-1](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubi81_sharedlibs_openssl111fips_x64/53769/console), [test-ibm-ubi81_container-x64-1](https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubi81_sharedlibs_openssl111fips_x64/53749/console) |
310+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70361/ |
311+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70377/ |
312+
313+
<details>
314+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubi81_sharedlibs_openssl111fips_x64/53769/console">Example</a></summary>
315+
316+
```
317+
Build timed out (after 60 minutes). Marking the build as failed.
318+
```
319+
</details>
320+
321+
-------
322+
323+
324+
### Git Failure
325+
326+
| Reason | <code>ERROR: Error fetching remote repo 'origin'</code> |
327+
| - | :- |
328+
| Type | GIT_FAILURE |
329+
| Failed PR | 7 ([https://github.com/nodejs/node/pull/60945/](https://ci.nodejs.org/job/node-test-pull-request/70381/), [https://github.com/nodejs/node/pull/58680/](https://ci.nodejs.org/job/node-test-pull-request/70384/), [https://github.com/nodejs/node/pull/60946/](https://ci.nodejs.org/job/node-test-pull-request/70385/), [https://github.com/nodejs/node/pull/60376/](https://ci.nodejs.org/job/node-test-pull-request/70390/), [https://github.com/nodejs/node/pull/59968/](https://ci.nodejs.org/job/node-test-pull-request/70391/), [https://github.com/nodejs/node/pull/60962/](https://ci.nodejs.org/job/node-test-pull-request/70392/), [https://github.com/nodejs/node/pull/60711/](https://ci.nodejs.org/job/node-test-pull-request/70393/)) |
330+
| Appeared | [test-azure-ubuntu2204_container-arm64-5](https://ci.nodejs.org/job/node-test-commit-arm/nodes=ubuntu2204-arm64/61278/console), [test-azure-ubuntu2204_container-arm64-6](https://ci.nodejs.org/job/node-test-commit-arm-debug/nodes=ubuntu2204_debug-arm64/21248/console) |
331+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70381/ |
332+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70393/ |
333+
334+
<details>
335+
<summary><a href="https://ci.nodejs.org/job/node-test-commit-arm/nodes=ubuntu2204-arm64/61278/console">Example</a></summary>
336+
337+
```
338+
ERROR: Error fetching remote repo 'origin'
339+
hudson.plugins.git.GitException: Failed to fetch from [email protected]:nodejs/node.git
340+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:998)
341+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1239)
342+
at PluginClassLoader for git//hudson.plugins.git.GitSCM._checkout(GitSCM.java:1310)
343+
at PluginClassLoader for git//hudson.plugins.git.GitSCM.checkout(GitSCM.java:1277)
344+
```
345+
</details>
346+
347+
-------
348+
349+
350+
### Build Failure
351+
352+
| Reason | <code>ERROR: out of memory</code> |
353+
| - | :- |
354+
| Type | BUILD_FAILURE |
355+
| Failed PR | 5 ([https://github.com/nodejs/node/pull/60684/](https://ci.nodejs.org/job/node-test-pull-request/70316/), [https://github.com/nodejs/node/pull/60853/](https://ci.nodejs.org/job/node-test-pull-request/70322/), [https://github.com/nodejs/node/pull/60896/](https://ci.nodejs.org/job/node-test-pull-request/70346/), [https://github.com/nodejs/node/pull/60893/](https://ci.nodejs.org/job/node-test-pull-request/70354/), [https://github.com/nodejs/node/pull/60864/](https://ci.nodejs.org/job/node-test-pull-request/70365/)) |
356+
| Appeared | [test-rackspace-win2022_vs2022-x64-1](https://ci.nodejs.org/job/node-compile-windows-debug/nodes=win-vs2022_clang/30072/console) |
357+
| First CI | https://ci.nodejs.org/job/node-test-pull-request/70316/ |
358+
| Last CI | https://ci.nodejs.org/job/node-test-pull-request/70365/ |
359+
360+
<details>
361+
<summary><a href="https://ci.nodejs.org/job/node-compile-windows-debug/nodes=win-vs2022_clang/30072/console">Example</a></summary>
362+
363+
```
364+
ERROR: out of memory
365+
Allocation failed
366+
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
367+
Stack dump:
368+
0. Program arguments: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\Llvm\\x64\\bin\\clang-cl.exe" /Z7 /nologo /W3 /WX- /diagnostics:column /O2 /Ob2 /Oi /Oy- /GF /MTd /GS /fp:precise /std:c++20 /Gd /TP --target=amd64-pc-windows-msvc /utf-8 -Wno-invalid-offsetof -Wno-nullability-completeness /bigobj /Zc:__cplusplus /Zm2000 /I..\\..\\deps\\v8 /I..\\..\\deps\\v8\\include /I..\\..\\out\\Debug\\obj\\global_intermediate\\generate-bytecode-output-root /I..\\..\\out\\Debug\\obj\\global_intermediate /I..\\..\\deps\\icu-small\\source\\i18n /I..\\..\\deps\\icu-small\\source\\common /I..\\..\\deps\\v8\\third_party\\fp16\\src\\include /I..\\..\\deps\\v8\\third_party\\abseil-cpp /D _GLIBCXX_USE_CXX11_ABI=1 /D _FILE_OFFSET_BITS=64 /D NODE_OPENSSL_CONF_NAME=nodejs_conf /D ICU_NO_USER_DATA...
369+
```
370+
</details>
371+
372+
-------
373+

0 commit comments

Comments
 (0)