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 --->
[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:
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
51% - 2519 hits, 2433 misses, 0 errors
|
Loading