Skip to content

stream: avoid constructing extra promise in createPromiseCallback #6266

stream: avoid constructing extra promise in createPromiseCallback

stream: avoid constructing extra promise in createPromiseCallback #6266

Triggered via pull request May 1, 2026 18:27
Status Failure
Total duration 6h 6m 59s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 0s
Build slim tarball
aarch64-linux: Cache V8 build
24s
aarch64-linux: Cache V8 build
Matrix: build
Matrix: build-openssl
Fit to window
Zoom out
Zoom in

Annotations

27 errors
x86_64-darwin: with shared libraries: test/parallel/test-stream-duplex-from.js#L314
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1282:5) at new WritableStream (node:internal/webstreams/writablestream:181:5) at makeATestWritableStream (/Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-stream-duplex-from.js:314:10) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-stream-duplex-from.js:355:15) at Module._compile (node:internal/modules/cjs/loader:1853:14) at Object..js (node:internal/modules/cjs/loader:1993:10) at Module.load (node:internal/modules/cjs/loader:1576:32) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-stream-duplex-from.js
x86_64-darwin: with shared libraries: test/parallel/test-stream-duplex.js#L69
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1282:5) at new WritableStream (node:internal/webstreams/writablestream:181:5) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-stream-duplex.js:69:20) at Module._compile (node:internal/modules/cjs/loader:1853:14) at Object..js (node:internal/modules/cjs/loader:1993:10) at Module.load (node:internal/modules/cjs/loader:1576:32) at Module._load (node:internal/modules/cjs/loader:1378:12) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-stream-duplex.js
x86_64-darwin: with shared libraries: test/parallel/test-readable-from-web-enqueue-then-close.js#L20
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1282:5) at new WritableStream (node:internal/webstreams/writablestream:181:5) at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-readable-from-web-enqueue-then-close.js:20:13) at Module._compile (node:internal/modules/cjs/loader:1853:14) at Object..js (node:internal/modules/cjs/loader:1993:10) at Module.load (node:internal/modules/cjs/loader:1576:32) at Module._load (node:internal/modules/cjs/loader:1378:12) Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-readable-from-web-enqueue-then-close.js
x86_64-darwin: with shared libraries: test/parallel/test-http2-allow-http1-upgrade-ws.js#L0
--- stderr --- node:internal/process/promises:330 new UnhandledPromiseRejection(reason); ^ UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<_ErrorEvent>". at throwUnhandledRejectionsMode (node:internal/process/promises:330:7) at processPromiseRejections (node:internal/process/promises:413:17) at process.processTicksAndRejections (node:internal/process/task_queues:106:37) { code: 'ERR_UNHANDLED_REJECTION' } Node.js v26.0.0-pre Command: out/Release/node --expose-internals /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-http2-allow-http1-upgrade-ws.js
x86_64-darwin: with shared libraries: test/parallel/test-filehandle-readablestream.js#L0
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at FileHandle.readableWebStream (node:internal/fs/promises:350:22) at /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-filehandle-readablestream.js:21:34 Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-filehandle-readablestream.js
x86_64-darwin: with shared libraries: test/parallel/test-filehandle-autoclose.mjs#L0
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at FileHandle.readableWebStream (node:internal/fs/promises:350:22) at file:///Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-filehandle-autoclose.mjs:9:29 Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-filehandle-autoclose.mjs
x86_64-darwin: with shared libraries: test/parallel/test-fetch.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ [TypeError: fetch failed] { [cause]: TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at httpNetworkFetch (node:internal/deps/undici/undici:13531:22) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async httpNetworkOrCacheFetch (node:internal/deps/undici/undici:13378:33) at async httpFetch (node:internal/deps/undici/undici:13200:37) at async mainFetch (node:internal/deps/undici/undici:12961:24) } Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-fetch.mjs
x86_64-darwin: with shared libraries: test/parallel/test-compression-decompression-stream.js#L19
--- stdout --- Test failure: 'should return a predictable inspection string with DecompressionStream' Location: test/parallel/test-compression-decompression-stream.js:18:3 TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1282:5) at new WritableStream (node:internal/webstreams/writablestream:181:5) at newWritableStreamFromStreamWritable (node:internal/webstreams/adapters:230:10) at newReadableWritablePairFromDuplex (node:internal/webstreams/adapters:711:7) at new DecompressionStream (node:internal/webstreams/compression:154:23) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-compression-decompression-stream.js:19:33) at Test.runInAsyncScope (node:async_hooks:226:14) Test failure: 'should return a predictable inspection string with CompressionStream' Location: test/parallel/test-compression-decompression-stream.js:31:3 TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1282:5) at new WritableStream (node:internal/webstreams/writablestream:181:5) at newWritableStreamFromStreamWritable (node:internal/webstreams/adapters:230:10) at newReadableWritablePairFromDuplex (node:internal/webstreams/adapters:711:7) at new CompressionStream (node:internal/webstreams/compression:90:23) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-compression-decompression-stream.js:32:31) at Test.runInAsyncScope (node:async_hooks:226:14) Command: out/Release/node --no-warnings --expose-internals --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-compression-decompression-stream.js
x86_64-darwin: with shared libraries: test/parallel/test-blob-file-backed.js#L0
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at new lazyReadableStream (node:internal/blob:100:10) at createBlobReaderStream (node:internal/blob:440:10) at TransferableBlob.stream (node:internal/blob:322:12) at /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob-file-backed.js:100:23 Node.js v26.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob-file-backed.js
x86_64-darwin: with shared libraries: test/parallel/test-blob.js#L240
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at new lazyReadableStream (node:internal/blob:100:10) at createBlobReaderStream (node:internal/blob:440:10) at Blob.stream (node:internal/blob:322:12) at /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob.js:234:20 at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob.js:240:3) Node.js v26.0.0-pre Command: out/Release/node --no-warnings --expose-internals /Users/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob.js
x86_64-linux: with shared libraries: test/parallel/test-readable-from-web-enqueue-then-close.js#L20
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1282:5) at new WritableStream (node:internal/webstreams/writablestream:181:5) at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-readable-from-web-enqueue-then-close.js:20:13) at Module._compile (node:internal/modules/cjs/loader:1853:14) at Object..js (node:internal/modules/cjs/loader:1993:10) at Module.load (node:internal/modules/cjs/loader:1576:32) at Module._load (node:internal/modules/cjs/loader:1378:12) Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-readable-from-web-enqueue-then-close.js
x86_64-linux: with shared libraries: test/parallel/test-inspector-network-fetch.js#L0
--- stderr --- Debugger listening on ws://127.0.0.1:38821/b6844127-a19e-46ca-b57c-811842936011 For help, see: https://nodejs.org/learn/getting-started/debugging node:internal/process/promises:332 triggerUncaughtException(err, true /* fromPromise */); ^ [TypeError: Bind must be called on a function] Node.js v26.0.0-pre Command: out/Release/node --inspect=0 --experimental-network-inspection --expose-internals /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-inspector-network-fetch.js
x86_64-linux: with shared libraries: test/parallel/test-inspector-network-content-type.js#L0
--- stderr --- Debugger listening on ws://127.0.0.1:34469/be99f407-159b-4155-bb3f-1893ac54fd29 For help, see: https://nodejs.org/learn/getting-started/debugging node:internal/process/promises:332 triggerUncaughtException(err, true /* fromPromise */); ^ [TypeError: fetch failed] { [cause]: TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at httpNetworkFetch (node:internal/deps/undici/undici:13531:22) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async httpNetworkOrCacheFetch (node:internal/deps/undici/undici:13378:33) at async httpFetch (node:internal/deps/undici/undici:13200:37) at async mainFetch (node:internal/deps/undici/undici:12961:24) } Node.js v26.0.0-pre Command: out/Release/node --inspect=0 --experimental-network-inspection /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-inspector-network-content-type.js
x86_64-linux: with shared libraries: test/parallel/test-http2-allow-http1-upgrade-ws.js#L0
--- stderr --- node:internal/process/promises:330 new UnhandledPromiseRejection(reason); ^ UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#<_ErrorEvent>". at throwUnhandledRejectionsMode (node:internal/process/promises:330:7) at processPromiseRejections (node:internal/process/promises:413:17) at process.processTicksAndRejections (node:internal/process/task_queues:106:37) { code: 'ERR_UNHANDLED_REJECTION' } Node.js v26.0.0-pre Command: out/Release/node --expose-internals /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-http2-allow-http1-upgrade-ws.js
x86_64-linux: with shared libraries: test/parallel/test-filehandle-readablestream.js#L0
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at FileHandle.readableWebStream (node:internal/fs/promises:350:22) at /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-filehandle-readablestream.js:21:34 Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-filehandle-readablestream.js
x86_64-linux: with shared libraries: test/parallel/test-filehandle-autoclose.mjs#L0
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at FileHandle.readableWebStream (node:internal/fs/promises:350:22) at file:///home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-filehandle-autoclose.mjs:9:29 Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-filehandle-autoclose.mjs
x86_64-linux: with shared libraries: test/parallel/test-fetch.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ [TypeError: fetch failed] { [cause]: TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at httpNetworkFetch (node:internal/deps/undici/undici:13531:22) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async httpNetworkOrCacheFetch (node:internal/deps/undici/undici:13378:33) at async httpFetch (node:internal/deps/undici/undici:13200:37) at async mainFetch (node:internal/deps/undici/undici:12961:24) } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-fetch.mjs
x86_64-linux: with shared libraries: test/parallel/test-compression-decompression-stream.js#L19
--- stdout --- Test failure: 'should return a predictable inspection string with DecompressionStream' Location: test/parallel/test-compression-decompression-stream.js:18:3 TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1282:5) at new WritableStream (node:internal/webstreams/writablestream:181:5) at newWritableStreamFromStreamWritable (node:internal/webstreams/adapters:230:10) at newReadableWritablePairFromDuplex (node:internal/webstreams/adapters:711:7) at new DecompressionStream (node:internal/webstreams/compression:154:23) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-compression-decompression-stream.js:19:33) at Test.runInAsyncScope (node:async_hooks:226:14) Test failure: 'should return a predictable inspection string with CompressionStream' Location: test/parallel/test-compression-decompression-stream.js:31:3 TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1282:5) at new WritableStream (node:internal/webstreams/writablestream:181:5) at newWritableStreamFromStreamWritable (node:internal/webstreams/adapters:230:10) at newReadableWritablePairFromDuplex (node:internal/webstreams/adapters:711:7) at new CompressionStream (node:internal/webstreams/compression:90:23) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-compression-decompression-stream.js:32:31) at Test.runInAsyncScope (node:async_hooks:226:14) Command: out/Release/node --no-warnings --expose-internals --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-compression-decompression-stream.js
x86_64-linux: with shared libraries: test/parallel/test-blob.js#L240
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at new lazyReadableStream (node:internal/blob:100:10) at createBlobReaderStream (node:internal/blob:440:10) at Blob.stream (node:internal/blob:322:12) at /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob.js:234:20 at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob.js:240:3) Node.js v26.0.0-pre Command: out/Release/node --no-warnings --expose-internals /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob.js
x86_64-linux: with shared libraries: test/parallel/test-blob-file-backed.js#L0
--- stderr --- node:internal/per_context/primordials:442 primordials.BindPromiseTry = (fn) => FunctionPrototypeBind(OriginalPromiseTry, Promise, fn); ^ TypeError: Bind must be called on a function at bind (<anonymous>) at node:internal/per_context/primordials:442:40 at createPromiseCallback (node:internal/webstreams/util:168:10) at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3411:5) at new ReadableStream (node:internal/webstreams/readablestream:273:7) at new lazyReadableStream (node:internal/blob:100:10) at createBlobReaderStream (node:internal/blob:440:10) at TransferableBlob.stream (node:internal/blob:322:12) at /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob-file-backed.js:100:23 Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2026-05-01d34f48c642-slim/test/parallel/test-blob-file-backed.js
aarch64-darwin: with shared libraries
The job has exceeded the maximum execution time of 6h0m0s
aarch64-darwin: with shared libraries
The operation was canceled.
aarch64-linux: with shared openssl-1.1.1w
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared openssl-3.5.5
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared openssl-3.6.1
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared openssl-3.0.19
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared openssl-4.0.0
The job has exceeded the maximum execution time of 6h0m0s

Artifacts

Produced during runtime
Name Size Digest
tarballs
45.6 MB
sha256:c623bbdccf207427efd6b9cacf7ce83bf742d6c39bb59d6e762f80a597682e4f