Skip to content

net: support AF_UNIX paths in net.BoundSocket #88018

net: support AF_UNIX paths in net.BoundSocket

net: support AF_UNIX paths in net.BoundSocket #88018

Triggered via pull request July 10, 2026 00:24
Status Failure
Total duration 40m 45s
Artifacts

test-linux.yml

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

Annotations

10 errors and 2 notices
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
test-linux (ubuntu-24.04-arm): test/parallel/test-tls-wrap-econnreset-pipe.js#L37
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'ETIMEDOUT' - 'ECONNRESET' at TLSSocket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-tls-wrap-econnreset-pipe.js:37:14) at TLSSocket.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15) at Object.onceWrapper (node:events:631:12) at TLSSocket.emit (node:events:509:20) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'ETIMEDOUT', expected: 'ECONNRESET', operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-tls-wrap-econnreset-pipe.js:24:12) at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15) at ChildProcess.emit (node:events:509:20) at ChildProcess._handle.onexit (node:internal/child_process:294:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-tls-wrap-econnreset-pipe.js
test-linux (ubuntu-24.04-arm): test/parallel/test-tls-net-connect-prefer-path.js#L55
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'tls:36701' - 'tls:test/.tmp.4609/node-test.212507.sock' ^ at TLSSocket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-tls-net-connect-prefer-path.js:55:18) at TLSSocket.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15) at TLSSocket.emit (node:events:521:24) at endReadableNT (node:internal/streams/readable:1768:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'tls:36701', expected: 'tls:test/.tmp.4609/node-test.212507.sock', operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-tls-net-connect-prefer-path.js
test-linux (ubuntu-24.04-arm): test/parallel/test-tls-connect-pipe.js#L0
--- stderr --- node:events:487 throw er; // Unhandled 'error' event ^ AggregateError [ETIMEDOUT]: at internalConnectMultiple (node:net:1416:18) at afterConnectMultiple (node:net:2021:7) Emitted 'error' event on TLSSocket instance at: at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ETIMEDOUT', [errors]: [ Error: connect ETIMEDOUT ::1 at createConnectionError (node:net:1984:14) at Timeout.internalConnectMultipleTimeout (node:net:2043:38) at listOnTimeout (node:internal/timers:637:11) at process.processTimers (node:internal/timers:571:7) { errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '::1' }, Error: connect ECONNREFUSED 127.0.0.1 at createConnectionError (node:net:1984:14) at afterConnectMultiple (node:net:2014:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1' } ] } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-tls-connect-pipe.js
test-linux (ubuntu-24.04-arm): test/parallel/test-https-unix-socket-self-signed.js#L0
--- stderr --- node:events:487 throw er; // Unhandled 'error' event ^ AggregateError [ETIMEDOUT]: at internalConnectMultiple (node:net:1416:18) at afterConnectMultiple (node:net:2021:7) Emitted 'error' event on ClientRequest instance at: at emitErrorEvent (node:_http_client:112:11) at TLSSocket.socketErrorListener (node:_http_client:747:5) at TLSSocket.emit (node:events:509:20) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ETIMEDOUT', [errors]: [ Error: connect ETIMEDOUT ::1:443 at createConnectionError (node:net:1984:14) at Timeout.internalConnectMultipleTimeout (node:net:2043:38) at listOnTimeout (node:internal/timers:637:11) at process.processTimers (node:internal/timers:571:7) { errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '::1', port: 443 }, Error: connect ECONNREFUSED 127.0.0.1:443 at createConnectionError (node:net:1984:14) at afterConnectMultiple (node:net:2014:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 443 } ] } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-https-unix-socket-self-signed.js
test-linux (ubuntu-24.04)
Process completed with exit code 2.
test-linux (ubuntu-24.04): test/parallel/test-tls-wrap-econnreset-pipe.js#L37
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'ETIMEDOUT' - 'ECONNRESET' at TLSSocket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-tls-wrap-econnreset-pipe.js:37:14) at TLSSocket.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15) at Object.onceWrapper (node:events:631:12) at TLSSocket.emit (node:events:509:20) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'ETIMEDOUT', expected: 'ECONNRESET', operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-tls-wrap-econnreset-pipe.js:24:12) at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15) at ChildProcess.emit (node:events:509:20) at ChildProcess._handle.onexit (node:internal/child_process:294:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-tls-wrap-econnreset-pipe.js
test-linux (ubuntu-24.04): test/parallel/test-tls-net-connect-prefer-path.js#L55
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'tls:46127' - 'tls:test/.tmp.4287/node-test.207285.sock' ^ at TLSSocket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-tls-net-connect-prefer-path.js:55:18) at TLSSocket.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15) at TLSSocket.emit (node:events:521:24) at endReadableNT (node:internal/streams/readable:1768:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'tls:46127', expected: 'tls:test/.tmp.4287/node-test.207285.sock', operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-tls-net-connect-prefer-path.js
test-linux (ubuntu-24.04): test/parallel/test-tls-connect-pipe.js#L0
--- stderr --- node:events:487 throw er; // Unhandled 'error' event ^ AggregateError [ETIMEDOUT]: at internalConnectMultiple (node:net:1416:18) at afterConnectMultiple (node:net:2021:7) Emitted 'error' event on TLSSocket instance at: at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ETIMEDOUT', [errors]: [ Error: connect ETIMEDOUT ::1 at createConnectionError (node:net:1984:14) at Timeout.internalConnectMultipleTimeout (node:net:2043:38) at listOnTimeout (node:internal/timers:637:11) at process.processTimers (node:internal/timers:571:7) { errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '::1' }, Error: connect ECONNREFUSED 127.0.0.1 at createConnectionError (node:net:1984:14) at afterConnectMultiple (node:net:2014:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1' } ] } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-tls-connect-pipe.js
test-linux (ubuntu-24.04): test/parallel/test-https-unix-socket-self-signed.js#L0
--- stderr --- node:events:487 throw er; // Unhandled 'error' event ^ AggregateError [ETIMEDOUT]: at internalConnectMultiple (node:net:1416:18) at afterConnectMultiple (node:net:2021:7) Emitted 'error' event on ClientRequest instance at: at emitErrorEvent (node:_http_client:112:11) at TLSSocket.socketErrorListener (node:_http_client:747:5) at TLSSocket.emit (node:events:509:20) at emitErrorNT (node:internal/streams/destroy:170:8) at emitErrorCloseNT (node:internal/streams/destroy:129:3) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { code: 'ETIMEDOUT', [errors]: [ Error: connect ETIMEDOUT ::1:443 at createConnectionError (node:net:1984:14) at Timeout.internalConnectMultipleTimeout (node:net:2043:38) at listOnTimeout (node:internal/timers:637:11) at process.processTimers (node:internal/timers:571:7) { errno: -110, code: 'ETIMEDOUT', syscall: 'connect', address: '::1', port: 443 }, Error: connect ECONNREFUSED 127.0.0.1:443 at createConnectionError (node:net:1984:14) at afterConnectMultiple (node:net:2014:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 443 } ] } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-https-unix-socket-self-signed.js
sccache stats - test-linux
76% - 3805 hits, 1226 misses, 0 errors
sccache stats - test-linux
77% - 3889 hits, 1153 misses, 0 errors