Skip to content

test: normalize known inspector crash as completion #84100

test: normalize known inspector crash as completion

test: normalize known inspector crash as completion #84100

Triggered via push April 23, 2026 19:16
Status Failure
Total duration 45m 40s
Artifacts

test-linux.yml

on: push
Matrix: test-linux
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 2 warnings, and 2 notices
test-linux (ubuntu-24.04-arm)
Process completed with exit code 1.
test-linux (ubuntu-24.04-arm): test/client-proxy/test-http-proxy-request.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ { headers: { 'proxy-connection': 'keep-alive', connection: 'keep-alive', + host: 'localhost:44807' + }, + method: 'GET', + url: 'http://localhost:44807/test' + }, + { + headers: { + 'proxy-connection': 'keep-alive', + connection: 'keep-alive', host: 'localhost:45247' }, method: 'GET', url: 'http://localhost:45247/test' } at file:///home/runner/work/node/node/dir%20with%20$unusual%22chars%3F'%C3%A5%C3%9F%E2%88%82%C6%92%C2%A9%E2%88%86%C2%AC%E2%80%A6%60/test/client-proxy/test-http-proxy-request.mjs:43:10 at process.processTicksAndRejections (node:internal/process/task_queues:104:5) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [ { method: 'GET', url: 'http://localhost:44807/test', headers: { host: 'localhost:44807', 'proxy-connection': 'keep-alive', connection: 'keep-alive' } }, { method: 'GET', url: 'http://localhost:45247/test', headers: { host: 'localhost:45247', 'proxy-connection': 'keep-alive', connection: 'keep-alive' } } ], expected: [ { method: 'GET', url: 'http://localhost:45247/test', headers: { connection: 'keep-alive', 'proxy-connection': 'keep-alive', host: 'localhost:45247' } } ], operator: 'deepStrictEqual', diff: 'simple' } Node.js v26.0.0-pre --- stdout --- [STDOUT] Status Code: 200 Headers: { date: 'Thu, 23 Apr 2026 19:50:37 GMT', connection: 'keep-alive', 'keep-alive': 'timeout=5', 'content-length': '11' } Hello world [CLOSE] 0 null Command: out/Release/node "/home/runner/work/node/node/dir%20with $unusual"chars?'Γ₯ΓŸβˆ‚Ζ’Β©βˆ†Β¬β€¦`/test/client-proxy/test-http-proxy-request.mjs"
test-linux (ubuntu-24.04-arm): test/client-proxy/test-http-proxy-request-connection-refused.mjs#L0
--- stderr --- node:assert:173 throw err; ^ AssertionError [ERR_ASSERTION]: function should not have been called at file:///home/runner/work/node/node/dir%20with%20$unusual%22chars%3F'%C3%A5%C3%9F%E2%88%82%C6%92%C2%A9%E2%88%86%C2%AC%E2%80%A6%60/test/client-proxy/test-http-proxy-request-connection-refused.mjs:10 called with arguments: <ref *2> IncomingMessage { _events: { close: undefined, error: undefined, data: undefined, end: undefined, readable: undefined }, _readableState: ReadableState { highWaterMark: 65536, buffer: [], bufferIndex: 0, length: 0, pipes: [], awaitDrainWriters: null, Symbol(kState): 1315084 }, _maxListeners: undefined, socket: <ref *1> Socket { connecting: false, _hadError: false, _parent: null, _host: null, _closeAfterHandlingError: false, _events: { close: [Array], error: [Function: socketOnError], prefinish: undefined, finish: undefined, drain: [Function: bound socketOnDrain], data: [Function: bound socketOnData], end: [Array], readable: undefined, timeout: [Function: socketOnTimeout], resume: [Function: onSocketResume], pause: [Function: onSocketPause] }, _readableState: ReadableState { highWaterMark: 65536, buffer: [], bufferIndex: 0, length: 0, pipes: [], awaitDrainWriters: null, Symbol(kState): 193997060 }, _writableState: WritableState { highWaterMark: 65536, length: 0, corked: 0, onwrite: [Function (anonymous)], writelen: 0, bufferedIndex: 0, pendingcb: 0, Symbol(kState): 17564420, Symbol(kBufferedValue): null }, allowHalfOpen: true, _maxListeners: undefined, _eventsCount: 8, _sockname: null, _pendingData: null, _pendingEncoding: '', server: Server { maxHeaderSize: undefined, insecureHTTPParser: undefined, requestTimeout: 300000, headersTimeout: 60000, keepAliveTimeout: 5000, keepAliveTimeoutBuffer: 1000, connectionsCheckingInterval: 30000, requireHostHeader: true, joinDuplicateHeaders: undefined, rejectNonStandardBodyWrites: false, shouldUpgradeCallback: [Function (anonymous)], _events: [Object: null prototype], _eventsCount: 4, _maxListeners: undefined, _connections: 1, _handle: [TCP], _usingWorkers: false, _workers: [], _unref: false, _listeningId: 2, allowHalfOpen: true, pauseOnConnect: false, noDelay: true, keepAlive: false, keepAliveInitialDelay: 0, highWaterMark: 65536, httpAllowHalfOpen: false, timeout: 0, maxHeadersCount: null, maxRequestsPerSocket: 0, _connectionKey: '6::::0', Symbol(IncomingMessage): [Function: IncomingMessage], Symbol(ServerResponse): [Function: ServerResponse], Symbol(OptimizeEmptyRequestsOption): false, Symbol(shapeMode): false, Symbol(kCapture): false, Symbol(async_id_symbol): 2, Symbol(kUniqueHeaders): null, Symbol(http.server.connections): ConnectionsList {}, Symbol(http.server.connectionsCheckingInterval): Timeout { _idleTimeout: 30000, _idlePrev: [TimersList], _idleNext: [TimersList], _idleStart: 65, _onTimeout: [Function: bound checkConnections], _timerArgs: undefined, _repeat: 30000, _destroyed: false, Symbol(refed): false, Symbol(kHasPrimitive): false, Symbol(asyncId): 4, Symbol(triggerId): 3, Symbol(kAsyncContextFrame): undefined } }, _server: Server { maxHeaderSize: undefined, insecureHTTPParser: undefined, requestTimeout: 300000, headersTimeout: 60000, keepAliveTimeout: 5000, keepAliveTimeoutBuffer: 1000, connectionsCheckingInterval: 30000, requireHostHeader: true, joinDuplicateHeaders: undefined, rejectNonStandardBodyWrites: false, shouldUp
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
75% - 3723 hits, 1239 misses, 0 errors
sccache stats
79% - 3892 hits, 1060 misses, 0 errors