http2: emit error on canceled streams when aborted event is not emitted #75364
Annotations
6 errors, 1 warning, and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-http2-close-while-writing.js#L0
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http2-close-while-writing.js
--- TIMEOUT ---
|
|
test-macOS:
test/parallel/test-http2-zero-length-header.js#L26
--- stdout ---
Mismatched noop function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/Users/runner/work/node/node/node/test/common/index.js:466:10)
at Http2Server.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-http2-zero-length-header.js:26:26)
at Http2Server.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:508:15)
at Object.onceWrapper (node:events:630:28)
at Http2Server.emit (node:events:509:20)
at emitListeningNT (node:net:2051:10)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http2-zero-length-header.js
|
|
test-macOS:
test/parallel/test-http2-server-stream-session-destroy.js#L0
--- stderr ---
(node:51505) [DEP0194] DeprecationWarning: http2Stream.priority is longer supported after priority signalling was deprecated in RFC 9113
(Use `node --trace-deprecation ...` to show where the warning was created)
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /Users/runner/work/node/node/node/test/parallel/test-http2-server-stream-session-destroy.js:57
at ClientHttp2Stream.mustNotCall (/Users/runner/work/node/node/node/test/common/index.js:566:12)
at ClientHttp2Stream.emit (node:events:509:20)
at endReadableNT (node:internal/streams/readable:1744:12)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http2-server-stream-session-destroy.js
|
|
test-macOS:
test/parallel/test-http2-client-destroy.js#L122
--- stdout ---
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/Users/runner/work/node/node/node/test/common/index.js:466:10)
at Http2Server.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-http2-client-destroy.js:122:28)
at Http2Server.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:508:15)
at Object.onceWrapper (node:events:630:28)
at Http2Server.emit (node:events:509:20)
at emitListeningNT (node:net:2051:10)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21)
Command: out/Release/node --expose-internals /Users/runner/work/node/node/node/test/parallel/test-http2-client-destroy.js
|
|
test-macOS:
test/parallel/test-http2-client-cancel-stream-after-end.js#L38
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
0 !== 8
at ClientHttp2Stream.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-http2-client-cancel-stream-after-end.js:38:14)
at ClientHttp2Stream.<anonymous> (/Users/runner/work/node/node/node/test/common/index.js:508:15)
at ClientHttp2Stream.emit (node:events:509:20)
at emitCloseNT (node:internal/streams/destroy:148:10)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 0,
expected: 8,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-http2-client-cancel-stream-after-end.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
72% - 3587 hits, 1389 misses, 0 errors
|