http,inspector: add WebSocket upgrade observability #84146
Annotations
4 errors, 2 warnings, and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-inspector-network-http.js#L183
--- stderr ---
Debugger listening on ws://127.0.0.1:44009/309cfba8-84aa-412b-b28c-eb7f7069f138
For help, see: https://nodejs.org/learn/getting-started/debugging
node:internal/process/promises:332
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ ''
- '\nhello world\n'
at testHttpGet (/home/runner/work/node/node/node/test/parallel/test-inspector-network-http.js:183:10)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async testNetworkInspection (/home/runner/work/node/node/node/test/parallel/test-inspector-network-http.js:258:3)
at async Server.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-inspector-network-http.js:272:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: '\nhello world\n',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --inspect=0 --experimental-network-inspection /home/runner/work/node/node/node/test/parallel/test-inspector-network-http.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-inspector-network-http.js#L183
--- stderr ---
Debugger listening on ws://127.0.0.1:40333/182af591-55d5-4be8-a3a5-187b858a3c70
For help, see: https://nodejs.org/learn/getting-started/debugging
node:internal/process/promises:332
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ ''
- '\nhello world\n'
at testHttpGet (/home/runner/work/node/node/node/test/parallel/test-inspector-network-http.js:183:10)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async testNetworkInspection (/home/runner/work/node/node/node/test/parallel/test-inspector-network-http.js:258:3)
at async Server.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-inspector-network-http.js:272:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '',
expected: '\nhello world\n',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --inspect=0 --experimental-network-inspection /home/runner/work/node/node/node/test/parallel/test-inspector-network-http.js
|
|
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/
|
|
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/
|
|
sccache stats
66% - 3266 hits, 1705 misses, 0 errors
|
|
sccache stats
72% - 3592 hits, 1369 misses, 0 errors
|