deps: update nghttp2 to 1.68.1 #83477
Triggered via pull request
April 12, 2026 00:59
Status
Failure
Total duration
3h 40m 16s
Artifacts
–
Annotations
14 errors, 2 warnings, and 2 notices
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
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-linux (ubuntu-24.04):
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-linux (ubuntu-24.04):
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-linux (ubuntu-24.04):
test/parallel/test-http2-reset-flood.js#L0
--- stderr ---
<--- Last few GCs --->
[168038:0x55ee80d53000] 67559 ms: Scavenge (during sweeping) 4085.0 (4090.6) -> 4082.6 (4091.1) MB, pooled: 0.0 MB, 8.23 / 0.00 ms (average mu = 0.313, current mu = 0.281) allocation failure;
[168038:0x55ee80d53000] 68510 ms: Incremental Mark-Compact (reduce) 4083.0 (4091.1) -> 4082.7 (4086.1) MB, pooled: 0.0 MB, 18.57 / 0.00 ms (+ 854.2 ms in 540 steps since start of marking, biggest step 9.4 ms, walltime since start of marking 897 ms) (av
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0x55ee5d40f98a node::OOMErrorHandler(char const*, v8::OOMDetails const&) [out/Release/node]
2: 0x55ee5d6ac736 [out/Release/node]
3: 0x55ee5d926007 [out/Release/node]
4: 0x55ee5d924239 [out/Release/node]
5: 0x55ee5d93c2ce [out/Release/node]
6: 0x55ee5d4b8230 node::PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<v8::Task, std::default_delete<v8::Task> >) [out/Release/node]
7: 0x55ee5d4b6af6 node::PerIsolatePlatformData::FlushForegroundTasksInternal() [out/Release/node]
8: 0x55ee5e3d1cdb [out/Release/node]
9: 0x55ee5e3e56be [out/Release/node]
10: 0x55ee5e3d2610 uv_run [out/Release/node]
11: 0x55ee5d2f4d05 node::SpinEventLoopInternal(node::Environment*) [out/Release/node]
12: 0x55ee5d4735bb node::NodeMainInstance::Run() [out/Release/node]
13: 0x55ee5d3b9efd node::Start(int, char**) [out/Release/node]
14: 0x7f292d62a1ca [/lib/x86_64-linux-gnu/libc.so.6]
15: 0x7f292d62a28b __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
16: 0x55ee5d2e7825 _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-linux (ubuntu-24.04):
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-linux (ubuntu-24.04):
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:740:12)
at ClientHttp2Stream.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:507: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
|
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
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-linux (ubuntu-24.04-arm):
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-linux (ubuntu-24.04-arm):
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-linux (ubuntu-24.04-arm):
test/parallel/test-http2-reset-flood.js#L0
--- stderr ---
<--- Last few GCs --->
[170834:0xff9b2cde0000] 49360 ms: Scavenge 4083.6 (4090.1) -> 4081.3 (4090.3) MB, pooled: 0.0 MB, 3.13 / 0.00 ms (average mu = 0.313, current mu = 0.275) allocation failure;
[170834:0xff9b2cde0000] 49990 ms: Incremental Mark-Compact (reduce) 4081.6 (4090.3) -> 4081.2 (4085.3) MB, pooled: 0.0 MB, 25.72 / 0.00 ms (+ 578.4 ms in 413 steps since start of marking, biggest step 7.0 ms, walltime since start of marking 631 ms) (av
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----
1: 0xaba47ef6be48 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [out/Release/node]
2: 0xaba47f1ece68 [out/Release/node]
3: 0xaba47f444888 [out/Release/node]
4: 0xaba47f442ad4 [out/Release/node]
5: 0xaba47f459af8 [out/Release/node]
6: 0xaba47f009648 node::PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<v8::Task, std::default_delete<v8::Task> >) [out/Release/node]
7: 0xaba47f007f7c node::PerIsolatePlatformData::FlushForegroundTasksInternal() [out/Release/node]
8: 0xaba47fea99f4 [out/Release/node]
9: 0xaba47febd350 [out/Release/node]
10: 0xaba47feaa2b8 uv_run [out/Release/node]
11: 0xaba47ee5d138 node::SpinEventLoopInternal(node::Environment*) [out/Release/node]
12: 0xaba47efc823c node::NodeMainInstance::Run() [out/Release/node]
13: 0xaba47ef18ff8 node::Start(int, char**) [out/Release/node]
14: 0xff9b300084c4 [/lib/aarch64-linux-gnu/libc.so.6]
15: 0xff9b30008598 __libc_start_main [/lib/aarch64-linux-gnu/libc.so.6]
16: 0xaba47ee51830 _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-linux (ubuntu-24.04-arm):
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-linux (ubuntu-24.04-arm):
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:740:12)
at ClientHttp2Stream.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:507: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
|
|
test-linux (ubuntu-24.04)
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/
|
|
test-linux (ubuntu-24.04-arm)
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/
|
|
sccache stats
55% - 2652 hits, 2199 misses, 0 errors
|
|
sccache stats
48% - 2333 hits, 2531 misses, 0 errors
|