deps: update nghttp2 to 1.68.1 #74305
Annotations
7 errors, 1 warning, and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-http2-reset-flood.js#L0
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http2-reset-flood.js
--- TIMEOUT ---
|
|
test-macOS:
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 /Users/runner/work/node/node/node/test/parallel/test-http2-multi-content-length.js
|
|
test-macOS:
test/parallel/test-http2-misbehaving-flow-control.js#L0
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http2-misbehaving-flow-control.js
--- TIMEOUT ---
|
|
test-macOS:
test/parallel/test-http2-misbehaving-flow-control-paused.js#L0
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http2-misbehaving-flow-control-paused.js
--- TIMEOUT ---
|
|
test-macOS:
test/parallel/test-http2-max-invalid-frames.js#L0
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http2-max-invalid-frames.js
--- TIMEOUT ---
|
|
test-macOS:
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> (/Users/runner/work/node/node/node/test/common/index.js:740:12)
at ClientHttp2Stream.<anonymous> (/Users/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 /Users/runner/work/node/node/node/test/parallel/test-http2-client-unescaped-path.js
|
|
test-macOS
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
33% - 1591 hits, 3278 misses, 0 errors
|