deps: update nghttp2 to 1.68.1 #83823
Annotations
7 errors, 1 warning, and 1 notice
|
Test
Process completed with exit code 2.
|
|
Test:
test/parallel/test-http2-misbehaving-flow-control-paused.js#L0
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http2-misbehaving-flow-control-paused.js
--- TIMEOUT ---
|
|
Test:
test/parallel/test-http2-misbehaving-flow-control.js#L0
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http2-misbehaving-flow-control.js
--- TIMEOUT ---
|
|
Test:
test/parallel/test-http2-max-invalid-frames.js#L0
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http2-max-invalid-frames.js
--- TIMEOUT ---
|
|
Test:
test/parallel/test-http2-reset-flood.js#L0
--- stderr ---
<--- Last few GCs --->
[175236:0xff06b4dc0000] 48078 ms: Scavenge 4082.9 (4091.3) -> 4080.6 (4091.6) MB, pooled: 0.0 MB, 1.68 / 0.00 ms (average mu = 0.307, current mu = 0.271) allocation failure;
[175236:0xff06b4dc0000] 48676 ms: Incremental Mark-Compact (reduce) 4080.9 (4091.8) -> 4080.6 (4086.1) MB, pooled: 0.0 MB, 17.85 / 0.00 ms (+ 562.9 ms in 489 steps since start of marking, biggest step 5.8 ms, walltime since start of marking 598 ms) (av
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0xaac66c93d844 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [out/Release/node]
2: 0xaac66cbcd4f4 [out/Release/node]
3: 0xaac66ce24f14 [out/Release/node]
4: 0xaac66ce23160 [out/Release/node]
5: 0xaac66ce3a184 [out/Release/node]
6: 0xaac66c9db0f0 node::PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<v8::Task, std::default_delete<v8::Task> >) [out/Release/node]
7: 0xaac66c9d9a24 node::PerIsolatePlatformData::FlushForegroundTasksInternal() [out/Release/node]
8: 0xaac66d88a080 [out/Release/node]
9: 0xaac66d89d9dc [out/Release/node]
10: 0xaac66d88a944 uv_run [out/Release/node]
11: 0xaac66c82d338 node::SpinEventLoopInternal(node::Environment*) [out/Release/node]
12: 0xaac66c999c38 node::NodeMainInstance::Run() [out/Release/node]
13: 0xaac66c8ea62c node::Start(int, char**) [out/Release/node]
14: 0xff06b6fd84c4 [/lib/aarch64-linux-gnu/libc.so.6]
15: 0xff06b6fd8598 __libc_start_main [/lib/aarch64-linux-gnu/libc.so.6]
16: 0xaac66c821a30 _start [out/Release/node]
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http2-reset-flood.js
--- CRASHED (Signal: 6) ---
|
|
Test:
test/parallel/test-http2-multi-content-length.js#L0
--- stderr ---
node:events:487
throw er; // Unhandled 'error' event
^
Error [ERR_HTTP2_SESSION_ERROR]: Session closed with error code 1
at Http2Session.onGoawayData (node:internal/http2/core:760:21)
Emitted 'error' event on ClientHttp2Stream instance at:
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
code: 'ERR_HTTP2_SESSION_ERROR'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http2-multi-content-length.js
|
|
Test:
test/parallel/test-http2-client-unescaped-path.js#L0
--- stderr ---
node:assert:456
throw err;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Comparison {
+ code: 'ERR_HTTP2_SESSION_ERROR',
+ message: 'Session closed with error code 1',
- code: 'ERR_HTTP2_STREAM_ERROR',
- message: 'Stream closed with error code NGHTTP2_PROTOCOL_ERROR',
name: 'Error'
}
at ClientHttp2Stream.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:741:12)
at ClientHttp2Stream.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:508:15)
at ClientHttp2Stream.emit (node:events:509:20)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Error [ERR_HTTP2_SESSION_ERROR]: Session closed with error code 1
at Http2Session.onGoawayData (node:internal/http2/core:760:21) {
code: 'ERR_HTTP2_SESSION_ERROR'
},
expected: {
code: 'ERR_HTTP2_STREAM_ERROR',
name: 'Error',
message: 'Stream closed with error code NGHTTP2_PROTOCOL_ERROR'
},
operator: 'throws',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http2-client-unescaped-path.js
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Post Set up sccache
45% - 2257 hits, 2705 misses, 0 errors
|
Loading