Skip to content

net: surface errors from setKeepAlive handle calls #91154

net: surface errors from setKeepAlive handle calls

net: surface errors from setKeepAlive handle calls #91154

Re-run triggered August 25, 2026 12:32
Status Failure
Total duration 1h 1m 57s
Artifacts

test-linux.yml

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

Annotations

4 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-net-keepalive.js#L42
--- stderr --- node:net:890 throw new ErrnoException(err, 'setKeepAlive'); ^ Error: setKeepAlive EINVAL at Socket.setKeepAlive (node:net:890:13) at Server.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-net-keepalive.js:42:14) at Server.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:511:15) at Server.emit (node:events:514:20) at TCP.onconnection (node:net:2787:8) { errno: -22, code: 'EINVAL', syscall: 'setKeepAlive' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-net-keepalive.js
test-linux (ubuntu-24.04)
Process completed with exit code 2.
test-linux (ubuntu-24.04): test/parallel/test-net-keepalive.js#L42
--- stderr --- node:net:890 throw new ErrnoException(err, 'setKeepAlive'); ^ Error: setKeepAlive EINVAL at Socket.setKeepAlive (node:net:890:13) at Server.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-net-keepalive.js:42:14) at Server.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:511:15) at Server.emit (node:events:514:20) at TCP.onconnection (node:net:2787:8) { errno: -22, code: 'EINVAL', syscall: 'setKeepAlive' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-net-keepalive.js
sccache stats - test-linux
56% - 2793 hits, 2230 misses, 0 errors
sccache stats - test-linux
59% - 2972 hits, 2061 misses, 0 errors