deps: V8: cherry-pick 1441665e0d87 #79690
Annotations
3 errors and 2 notices
|
test-linux (ubuntu-24.04)
Process completed with exit code 1.
|
|
test-linux (ubuntu-24.04):
test/client-proxy/test-http-proxy-request-connection-refused.mjs#L0
--- stderr ---
node:assert:204
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: bound onwrite],
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: 84,
_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,
shoul
|
|
test-linux (ubuntu-24.04):
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:42673'
+ },
+ method: 'GET',
+ url: 'http://localhost:42673/test'
+ },
+ {
+ error: Error: socket hang up
+ at Socket.socketOnEnd (node:_http_client:599:25)
+ at Socket.emit (node:events:520:35)
+ at endReadableNT (node:internal/streams/readable:1701:12)
+ at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
+ code: 'ECONNRESET'
+ },
+ source: 'proxy request'
+ },
+ {
+ headers: {
+ 'proxy-connection': 'keep-alive',
+ connection: 'keep-alive',
host: 'localhost:35039'
},
method: 'GET',
url: 'http://localhost:35039/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:103:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [
{
method: 'GET',
url: 'http://localhost:42673/test',
headers: {
host: 'localhost:42673',
'proxy-connection': 'keep-alive',
connection: 'keep-alive'
}
},
{
error: Error: socket hang up
at Socket.socketOnEnd (node:_http_client:599:25)
at Socket.emit (node:events:520:35)
at endReadableNT (node:internal/streams/readable:1701:12)
at process.processTicksAndRejections (node:internal/process/task_queues:89:21) {
code: 'ECONNRESET'
},
source: 'proxy request'
},
{
method: 'GET',
url: 'http://localhost:35039/test',
headers: {
host: 'localhost:35039',
'proxy-connection': 'keep-alive',
connection: 'keep-alive'
}
}
],
expected: [
{
method: 'GET',
url: 'http://localhost:35039/test',
headers: {
connection: 'keep-alive',
'proxy-connection': 'keep-alive',
host: 'localhost:35039'
}
}
],
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v24.13.1-pre
--- stdout ---
[STDOUT] Status Code: 200
Headers: {
date: 'Tue, 13 Jan 2026 16:11:22 GMT',
connection: 'keep-alive',
'keep-alive': 'timeout=5',
'content-length': '11'
}
[STDOUT] 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"
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|