Skip to content

deps: update nghttp2 to 1.68.1 #83166

deps: update nghttp2 to 1.68.1

deps: update nghttp2 to 1.68.1 #83166

Triggered via pull request April 5, 2026 00:57
Status Failure
Total duration 3h 44m 57s
Artifacts

test-linux.yml

on: pull_request
Matrix: test-linux
Fit to window
Zoom out
Zoom in

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 ---> [178626:0x564e9dd4c000] 58008 ms: Scavenge 4079.7 (4085.6) -> 4077.4 (4086.3) MB, pooled: 0.0 MB, 2.26 / 0.00 ms (average mu = 0.305, current mu = 0.284) allocation failure; [178626:0x564e9dd4c000] 59148 ms: Incremental Mark-Compact (reduce) 4078.1 (4086.6) -> 4077.5 (4081.1) MB, pooled: 0.0 MB, 16.31 / 0.00 ms (+ 1088.5 ms in 916 steps since start of marking, biggest step 5.3 ms, walltime since start of marking 1140 ms) ( FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory ----- Native stack trace ----- 1: 0x564e8480f48a node::OOMErrorHandler(char const*, v8::OOMDetails const&) [out/Release/node] 2: 0x564e84aa91d6 [out/Release/node] 3: 0x564e84d22aa7 [out/Release/node] 4: 0x564e84d20cd9 [out/Release/node] 5: 0x564e84d38d6e [out/Release/node] 6: 0x564e848b7d30 node::PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<v8::Task, std::default_delete<v8::Task> >) [out/Release/node] 7: 0x564e848b65f6 node::PerIsolatePlatformData::FlushForegroundTasksInternal() [out/Release/node] 8: 0x564e857ce77b [out/Release/node] 9: 0x564e857e20de [out/Release/node] 10: 0x564e857cf0b0 uv_run [out/Release/node] 11: 0x564e846f4d05 node::SpinEventLoopInternal(node::Environment*) [out/Release/node] 12: 0x564e848730bb node::NodeMainInstance::Run() [out/Release/node] 13: 0x564e847ba0dd node::Start(int, char**) [out/Release/node] 14: 0x7fc20142a1ca [/lib/x86_64-linux-gnu/libc.so.6] 15: 0x7fc20142a28b __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 16: 0x564e846e6385 _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 ---> [171367:0xff3b68f20000] 48731 ms: Scavenge 4083.1 (4091.1) -> 4080.9 (4091.3) MB, pooled: 0.0 MB, 3.22 / 0.00 ms (average mu = 0.303, current mu = 0.253) allocation failure; [171367:0xff3b68f20000] 49332 ms: Incremental Mark-Compact (reduce) 4080.9 (4091.3) -> 4080.8 (4085.8) MB, pooled: 0.0 MB, 594.44 / 0.00 ms (+ 0.2 ms in 1 steps since start of marking, biggest step 0.2 ms, walltime since start of marking 601 ms) (avera FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory ----- Native stack trace ----- 1: 0xab173714a640 node::OOMErrorHandler(char const*, v8::OOMDetails const&) [out/Release/node] 2: 0xab17373c8ad8 [out/Release/node] 3: 0xab17376204f8 [out/Release/node] 4: 0xab173761e744 [out/Release/node] 5: 0xab1737635768 [out/Release/node] 6: 0xab17371e7e40 node::PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<v8::Task, std::default_delete<v8::Task> >) [out/Release/node] 7: 0xab17371e6774 node::PerIsolatePlatformData::FlushForegroundTasksInternal() [out/Release/node] 8: 0xab1738085664 [out/Release/node] 9: 0xab1738098f54 [out/Release/node] 10: 0xab1738085f28 uv_run [out/Release/node] 11: 0xab173703bdf8 node::SpinEventLoopInternal(node::Environment*) [out/Release/node] 12: 0xab17371a6a34 node::NodeMainInstance::Run() [out/Release/node] 13: 0xab17370f7e90 node::Start(int, char**) [out/Release/node] 14: 0xff3b6b1384c4 [/lib/aarch64-linux-gnu/libc.so.6] 15: 0xff3b6b138598 __libc_start_main [/lib/aarch64-linux-gnu/libc.so.6] 16: 0xab17370304f0 _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
44% - 2147 hits, 2704 misses, 0 errors
sccache stats
38% - 1840 hits, 3024 misses, 0 errors