Skip to content

deps: update nghttp2 to 1.68.1 #83823

deps: update nghttp2 to 1.68.1

deps: update nghttp2 to 1.68.1 #83823

Triggered via pull request April 19, 2026 01:01
Status Failure
Total duration 3h 42m 56s
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 ---> [172756:0x55f065c8d000] 61366 ms: Scavenge 4079.8 (4086.3) -> 4077.6 (4086.8) MB, pooled: 0.0 MB, 2.70 / 0.00 ms (average mu = 0.316, current mu = 0.281) allocation failure; [172756:0x55f065c8d000] 62285 ms: Incremental Mark-Compact (reduce) 4078.0 (4087.1) -> 4077.5 (4081.6) MB, pooled: 0.0 MB, 15.32 / 0.00 ms (+ 890.1 ms in 659 steps since start of marking, biggest step 12.1 ms, walltime since start of marking 919 ms) (a FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory ----- Native stack trace ----- 1: 0x55f038c152ba node::OOMErrorHandler(char const*, v8::OOMDetails const&) [out/Release/node] 2: 0x55f038ec1596 [out/Release/node] 3: 0x55f03913ae67 [out/Release/node] 4: 0x55f039139099 [out/Release/node] 5: 0x55f03915112e [out/Release/node] 6: 0x55f038cbdbd0 node::PerIsolatePlatformData::RunForegroundTask(std::unique_ptr<v8::Task, std::default_delete<v8::Task> >) [out/Release/node] 7: 0x55f038cbc496 node::PerIsolatePlatformData::FlushForegroundTasksInternal() [out/Release/node] 8: 0x55f039be6b3b [out/Release/node] 9: 0x55f039bfa51e [out/Release/node] 10: 0x55f039be7470 uv_run [out/Release/node] 11: 0x55f038af8d05 node::SpinEventLoopInternal(node::Environment*) [out/Release/node] 12: 0x55f038c78eeb node::NodeMainInstance::Run() [out/Release/node] 13: 0x55f038bbf4ed node::Start(int, char**) [out/Release/node] 14: 0x7fdbd3c2a1ca [/lib/x86_64-linux-gnu/libc.so.6] 15: 0x7fdbd3c2a28b __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 16: 0x55f038aeb935 _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: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
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 ---> [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-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: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
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
51% - 2519 hits, 2433 misses, 0 errors
sccache stats
45% - 2257 hits, 2705 misses, 0 errors