Skip to content

buffer: disallow ArrayBuffer transfer on pooled buffer #79761

buffer: disallow ArrayBuffer transfer on pooled buffer

buffer: disallow ArrayBuffer transfer on pooled buffer #79761

Triggered via pull request January 15, 2026 14:24
Status Failure
Total duration 2h 21m 38s
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-quic-internal-endpoint-listen-defaults.mjs#L0
--- stderr --- node:internal/quic/quic:1843 this.#handle.listen(options); ^ TypeError: Provided key doesn't match [[ArrayBufferDetachKey]] at [kListen] (node:internal/quic/quic:1843:18) at listen (node:internal/quic/quic:2290:20) at file:///home/runner/work/node/node/node/test/parallel/test-quic-internal-endpoint-listen-defaults.mjs:36:7 Node.js v26.0.0-pre Command: out/Release/node --expose-internals --experimental-quic --no-warnings /home/runner/work/node/node/node/test/parallel/test-quic-internal-endpoint-listen-defaults.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-quic-handshake-ipv6-only.mjs#L0
--- stderr --- node:internal/quic/quic:1843 this.#handle.listen(options); ^ TypeError: Provided key doesn't match [[ArrayBufferDetachKey]] at [kListen] (node:internal/quic/quic:1843:18) at listen (node:internal/quic/quic:2290:20) at file:///home/runner/work/node/node/node/test/parallel/test-quic-handshake-ipv6-only.mjs:37:30 Node.js v26.0.0-pre Command: out/Release/node --experimental-quic --no-warnings /home/runner/work/node/node/node/test/parallel/test-quic-handshake-ipv6-only.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-quic-handshake.mjs#L0
--- stderr --- node:internal/quic/quic:1843 this.#handle.listen(options); ^ TypeError: Provided key doesn't match [[ArrayBufferDetachKey]] at [kListen] (node:internal/quic/quic:1843:18) at listen (node:internal/quic/quic:2290:20) at file:///home/runner/work/node/node/node/test/parallel/test-quic-handshake.mjs:33:30 Node.js v26.0.0-pre Command: out/Release/node --experimental-quic --no-warnings /home/runner/work/node/node/node/test/parallel/test-quic-handshake.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-bootstrap-modules.js#L254
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule util/types' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-bootstrap-modules.js:254:8) at Module._compile (node:internal/modules/cjs/loader:1803:14) at Object..js (node:internal/modules/cjs/loader:1934:10) at Module.load (node:internal/modules/cjs/loader:1524:32) at Module._load (node:internal/modules/cjs/loader:1326:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-bootstrap-modules.js
test-linux (ubuntu-24.04)
Process completed with exit code 2.
test-linux (ubuntu-24.04): test/parallel/test-quic-internal-endpoint-listen-defaults.mjs#L0
--- stderr --- node:internal/quic/quic:1843 this.#handle.listen(options); ^ TypeError: Provided key doesn't match [[ArrayBufferDetachKey]] at [kListen] (node:internal/quic/quic:1843:18) at listen (node:internal/quic/quic:2290:20) at file:///home/runner/work/node/node/node/test/parallel/test-quic-internal-endpoint-listen-defaults.mjs:36:7 Node.js v26.0.0-pre Command: out/Release/node --expose-internals --experimental-quic --no-warnings /home/runner/work/node/node/node/test/parallel/test-quic-internal-endpoint-listen-defaults.mjs
test-linux (ubuntu-24.04): test/parallel/test-quic-handshake-ipv6-only.mjs#L0
--- stderr --- node:internal/quic/quic:1843 this.#handle.listen(options); ^ TypeError: Provided key doesn't match [[ArrayBufferDetachKey]] at [kListen] (node:internal/quic/quic:1843:18) at listen (node:internal/quic/quic:2290:20) at file:///home/runner/work/node/node/node/test/parallel/test-quic-handshake-ipv6-only.mjs:37:30 Node.js v26.0.0-pre Command: out/Release/node --experimental-quic --no-warnings /home/runner/work/node/node/node/test/parallel/test-quic-handshake-ipv6-only.mjs
test-linux (ubuntu-24.04): test/parallel/test-quic-handshake.mjs#L0
--- stderr --- node:internal/quic/quic:1843 this.#handle.listen(options); ^ TypeError: Provided key doesn't match [[ArrayBufferDetachKey]] at [kListen] (node:internal/quic/quic:1843:18) at listen (node:internal/quic/quic:2290:20) at file:///home/runner/work/node/node/node/test/parallel/test-quic-handshake.mjs:33:30 Node.js v26.0.0-pre Command: out/Release/node --experimental-quic --no-warnings /home/runner/work/node/node/node/test/parallel/test-quic-handshake.mjs
test-linux (ubuntu-24.04): test/parallel/test-bootstrap-modules.js#L254
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded before pre-execution. If this is intentional, add them to `expected.beforePreExec`. # Note: loading more builtins before pre-execution can lead to startup performance regression or invalid snapshots. - Consider lazy loading builtins that are not used universally. - Make sure that the builtins do not access environment dependent states e.g. command line arguments or environment variables during loading. - When in doubt, ask @nodejs/startup. --- These could be added to expected.beforePreExec --- [ 'NativeModule util/types' ] 9 !== 0 at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-bootstrap-modules.js:254:8) at Module._compile (node:internal/modules/cjs/loader:1803:14) at Object..js (node:internal/modules/cjs/loader:1934:10) at Module.load (node:internal/modules/cjs/loader:1524:32) at Module._load (node:internal/modules/cjs/loader:1326:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:245:24) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 { generatedMessage: false, code: 'ERR_ASSERTION', actual: 9, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-bootstrap-modules.js
sccache stats
0% - 0 hits, 0 misses, 0 errors
sccache stats
0% - 0 hits, 0 misses, 0 errors