[v22.x backport] deps: update nghttp2 to 1.69.0 #84908
Annotations
6 errors
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-http2-priority-event.js#L36
--- stdout ---
Mismatched onPriority function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:396:10)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http2-priority-event.js:36:30)
at Module._compile (node:internal/modules/cjs/loader:1781:14)
at Object..js (node:internal/modules/cjs/loader:1913:10)
at Module.load (node:internal/modules/cjs/loader:1505:32)
at Function._load (node:internal/modules/cjs/loader:1309:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:254:19)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
at node:internal/main/run_main_module:36:49
Mismatched onPriority function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:396:10)
at Http2Server.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http2-priority-event.js:51:29)
at Http2Server.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:438:15)
at Http2Server.emit (node:events:519:28)
at emitListeningNT (node:net:1983:10)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-http2-priority-event.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-http2-client-set-priority.js#L12
--- stderr ---
node:assert:150
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
16 !== 1
at Http2Server.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http2-client-set-priority.js:12:12)
at Http2Server.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:438:15)
at Http2Server.emit (node:events:519:28)
at ServerHttp2Session.sessionOnStream (node:internal/http2/core:3245:19)
at ServerHttp2Session.emit (node:events:519:28)
at emit (node:internal/http2/core:340:3)
at process.processTicksAndRejections (node:internal/process/task_queues:92:22) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 16,
expected: 1,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v22.22.3-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-http2-client-set-priority.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-http2-priority-event.js#L36
--- stdout ---
Mismatched onPriority function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:396:10)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http2-priority-event.js:36:30)
at Module._compile (node:internal/modules/cjs/loader:1781:14)
at Object..js (node:internal/modules/cjs/loader:1913:10)
at Module.load (node:internal/modules/cjs/loader:1505:32)
at Function._load (node:internal/modules/cjs/loader:1309:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:254:19)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
at node:internal/main/run_main_module:36:49
Mismatched onPriority function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:396:10)
at Http2Server.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http2-priority-event.js:51:29)
at Http2Server.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:438:15)
at Http2Server.emit (node:events:519:28)
at emitListeningNT (node:net:1983:10)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21)
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-http2-priority-event.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-http2-client-set-priority.js#L12
--- stderr ---
node:assert:150
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
16 !== 1
at Http2Server.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http2-client-set-priority.js:12:12)
at Http2Server.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:438:15)
at Http2Server.emit (node:events:519:28)
at ServerHttp2Session.sessionOnStream (node:internal/http2/core:3245:19)
at ServerHttp2Session.emit (node:events:519:28)
at emit (node:internal/http2/core:340:3)
at process.processTicksAndRejections (node:internal/process/task_queues:92:22) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 16,
expected: 1,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v22.22.3-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-http2-client-set-priority.js
|