deps: update libuv to 1.52.1 #81937
Annotations
4 errors and 2 notices
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-net-socket-write-after-close.js#L15
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'write EBADF'
- 'write EPIPE'
^
at Socket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-net-socket-write-after-close.js:15:16)
at Socket.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:507:15)
at Socket.emit (node:events:508: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: 'write EBADF',
expected: 'write EPIPE',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-net-socket-write-after-close.js
|
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-net-socket-write-after-close.js#L15
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'write EBADF'
- 'write EPIPE'
^
at Socket.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-net-socket-write-after-close.js:15:16)
at Socket.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:507:15)
at Socket.emit (node:events:508: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: 'write EBADF',
expected: 'write EPIPE',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-net-socket-write-after-close.js
|
|
sccache stats
83% - 4014 hits, 833 misses, 0 errors
|
|
sccache stats
43% - 2079 hits, 2781 misses, 0 errors
|