Skip to content

stream: move WHATWG byte-stream helpers to C++ #8061

stream: move WHATWG byte-stream helpers to C++

stream: move WHATWG byte-stream helpers to C++ #8061

Triggered via pull request June 17, 2026 12:51
Status Failure
Total duration 6h 2m 16s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 8s
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

34 errors
x86_64-darwin: with shared libraries: test/parallel/test-stream-duplex-from.js#L314
--- stderr --- node:internal/webstreams/writablestream:1277 createPromiseCallback2Params('sink.write', write, sink) : ^ TypeError: createPromiseCallback2Params is not a function at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1277:5) at new WritableStream (node:internal/webstreams/writablestream:176:5) at makeATestWritableStream (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-stream-duplex-from.js:314:10) at Object.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-stream-duplex-from.js:355:15) at Module._compile (node:internal/modules/cjs/loader:1947:14) at Object..js (node:internal/modules/cjs/loader:2087:10) at Module.load (node:internal/modules/cjs/loader:1669:32) at Module._load (node:internal/modules/cjs/loader:1450:12) at wrapModuleLoad (node:internal/modules/cjs/loader:260:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-stream-duplex-from.js
x86_64-darwin: with shared libraries: test/parallel/test-stream-duplex.js#L69
--- stderr --- node:internal/webstreams/writablestream:1277 createPromiseCallback2Params('sink.write', write, sink) : ^ TypeError: createPromiseCallback2Params is not a function at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1277:5) at new WritableStream (node:internal/webstreams/writablestream:176:5) at Object.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-stream-duplex.js:69:20) at Module._compile (node:internal/modules/cjs/loader:1947:14) at Object..js (node:internal/modules/cjs/loader:2087:10) at Module.load (node:internal/modules/cjs/loader:1669:32) at Module._load (node:internal/modules/cjs/loader:1450:12) at wrapModuleLoad (node:internal/modules/cjs/loader:260:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-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/webstreams/writablestream:1277 createPromiseCallback2Params('sink.write', write, sink) : ^ TypeError: createPromiseCallback2Params is not a function at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1277:5) at new WritableStream (node:internal/webstreams/writablestream:176:5) at Object.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-readable-from-web-enqueue-then-close.js:20:13) at Module._compile (node:internal/modules/cjs/loader:1947:14) at Object..js (node:internal/modules/cjs/loader:2087:10) at Module.load (node:internal/modules/cjs/loader:1669:32) at Module._load (node:internal/modules/cjs/loader:1450:12) at wrapModuleLoad (node:internal/modules/cjs/loader:260:19) at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) at node:internal/main/run_main_module:33:47 Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-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:322 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:322:7) at processPromiseRejections (node:internal/process/promises:405:17) at process.processTicksAndRejections (node:internal/process/task_queues:106:37) { code: 'ERR_UNHANDLED_REJECTION' } Node.js v27.0.0-pre Command: out/Release/node --expose-internals /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-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/webstreams/readablestream:3412 createPromiseCallback1Param('source.pull', pull, source) : ^ TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at FileHandle.readableWebStream (node:internal/fs/promises:360:22) at /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-filehandle-readablestream.js:21:34 Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-filehandle-readablestream.js
x86_64-darwin: with shared libraries: test/parallel/test-filehandle-autoclose.mjs#L0
--- stderr --- node:internal/webstreams/readablestream:3412 createPromiseCallback1Param('source.pull', pull, source) : ^ TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at FileHandle.readableWebStream (node:internal/fs/promises:360:22) at file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-filehandle-autoclose.mjs:9:29 Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-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: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at httpNetworkFetch (node:internal/deps/undici/undici:14276:22) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async httpNetworkOrCacheFetch (node:internal/deps/undici/undici:14123:33) at async httpFetch (node:internal/deps/undici/undici:13945:37) at async mainFetch (node:internal/deps/undici/undici:13706:24) } Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-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: createPromiseCallback2Params is not a function at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1277:5) at new WritableStream (node:internal/webstreams/writablestream:176:5) at newWritableStreamFromStreamWritable (node:internal/webstreams/adapters:230:10) at newReadableWritablePairFromDuplex (node:internal/webstreams/adapters:708:7) at new DecompressionStream (node:internal/webstreams/compression:154:23) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-compression-decompression-stream.js:19:33) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 Test failure: 'should return a predictable inspection string with CompressionStream' Location: test/parallel/test-compression-decompression-stream.js:31:3 TypeError: createPromiseCallback2Params is not a function at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1277:5) at new WritableStream (node:internal/webstreams/writablestream:176:5) at newWritableStreamFromStreamWritable (node:internal/webstreams/adapters:230:10) at newReadableWritablePairFromDuplex (node:internal/webstreams/adapters:708:7) at new CompressionStream (node:internal/webstreams/compression:90:23) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-compression-decompression-stream.js:32:31) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 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-v27.0.0-nightly2026-06-177cae032a12-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/webstreams/readablestream:3412 createPromiseCallback1Param('source.pull', pull, source) : ^ TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at new lazyReadableStream (node:internal/blob:100:10) at createBlobReaderStream (node:internal/blob:450:10) at TransferableBlob.stream (node:internal/blob:332:12) at /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob-file-backed.js:100:23 Node.js v27.0.0-pre Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob-file-backed.js
x86_64-darwin: with shared libraries: test/parallel/test-blob.js#L256
--- stderr --- node:internal/webstreams/readablestream:3412 createPromiseCallback1Param('source.pull', pull, source) : ^ TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at new lazyReadableStream (node:internal/blob:100:10) at createBlobReaderStream (node:internal/blob:450:10) at Blob.stream (node:internal/blob:332:12) at /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob.js:250:20 at Object.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob.js:256:3) at Module._compile (node:internal/modules/cjs/loader:1947:14) at Object..js (node:internal/modules/cjs/loader:2087:10) at Module.load (node:internal/modules/cjs/loader:1669:32) Node.js v27.0.0-pre Command: out/Release/node --no-warnings --expose-internals /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob.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:39357/d121e257-c155-4ee8-bd9b-86df61e72d1a For help, see: https://nodejs.org/learn/getting-started/debugging node:internal/process/promises:324 triggerUncaughtException(err, true /* fromPromise */); ^ [TypeError: fetch failed] { [cause]: TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at httpNetworkFetch (node:internal/deps/undici/undici:14276:22) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async httpNetworkOrCacheFetch (node:internal/deps/undici/undici:14123:33) at async httpFetch (node:internal/deps/undici/undici:13945:37) at async mainFetch (node:internal/deps/undici/undici:13706:24) } Node.js v27.0.0-pre Command: out/Release/node --inspect=0 --experimental-network-inspection /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-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:322 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:322:7) at processPromiseRejections (node:internal/process/promises:405:17) at process.processTicksAndRejections (node:internal/process/task_queues:106:37) { code: 'ERR_UNHANDLED_REJECTION' } Node.js v27.0.0-pre Command: out/Release/node --expose-internals /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-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/webstreams/readablestream:3412 createPromiseCallback1Param('source.pull', pull, source) : ^ TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at FileHandle.readableWebStream (node:internal/fs/promises:360:22) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-filehandle-readablestream.js:21:34 Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-filehandle-readablestream.js
x86_64-linux: with shared libraries: test/parallel/test-filehandle-autoclose.mjs#L0
--- stderr --- node:internal/webstreams/readablestream:3412 createPromiseCallback1Param('source.pull', pull, source) : ^ TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at FileHandle.readableWebStream (node:internal/fs/promises:360:22) at file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-filehandle-autoclose.mjs:9:29 Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-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: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at httpNetworkFetch (node:internal/deps/undici/undici:14276:22) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async httpNetworkOrCacheFetch (node:internal/deps/undici/undici:14123:33) at async httpFetch (node:internal/deps/undici/undici:13945:37) at async mainFetch (node:internal/deps/undici/undici:13706:24) } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-fetch.mjs
x86_64-linux: with shared libraries: test/report/test-report-exclude-network.js#L0
--- stderr --- Writing Node.js report to file: report.20260617.130037.28322.0.001.json Node.js report completed --- stdout --- Test failure: 'should not do DNS queries in libuv if exclude network' Location: test/report/test-report-exclude-network.js:43:3 [TypeError: fetch failed] { [cause]: TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at httpNetworkFetch (node:internal/deps/undici/undici:14276:22) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async httpNetworkOrCacheFetch (node:internal/deps/undici/undici:14123:33) at async httpFetch (node:internal/deps/undici/undici:13945:37) at async mainFetch (node:internal/deps/undici/undici:13706:24) } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/report/test-report-exclude-network.js --- TIMEOUT ---
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: createPromiseCallback2Params is not a function at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1277:5) at new WritableStream (node:internal/webstreams/writablestream:176:5) at newWritableStreamFromStreamWritable (node:internal/webstreams/adapters:230:10) at newReadableWritablePairFromDuplex (node:internal/webstreams/adapters:708:7) at new DecompressionStream (node:internal/webstreams/compression:154:23) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-compression-decompression-stream.js:19:33) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 Test failure: 'should return a predictable inspection string with CompressionStream' Location: test/parallel/test-compression-decompression-stream.js:31:3 TypeError: createPromiseCallback2Params is not a function at setupWritableStreamDefaultControllerFromSink (node:internal/webstreams/writablestream:1277:5) at new WritableStream (node:internal/webstreams/writablestream:176:5) at newWritableStreamFromStreamWritable (node:internal/webstreams/adapters:230:10) at newReadableWritablePairFromDuplex (node:internal/webstreams/adapters:708:7) at new CompressionStream (node:internal/webstreams/compression:90:23) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-compression-decompression-stream.js:32:31) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 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-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-compression-decompression-stream.js
x86_64-linux: with shared libraries: test/parallel/test-blob-file-backed.js#L0
--- stderr --- node:internal/webstreams/readablestream:3412 createPromiseCallback1Param('source.pull', pull, source) : ^ TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at new lazyReadableStream (node:internal/blob:100:10) at createBlobReaderStream (node:internal/blob:450:10) at TransferableBlob.stream (node:internal/blob:332:12) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob-file-backed.js:100:23 Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob-file-backed.js
x86_64-linux: with shared libraries: test/parallel/test-blob.js#L256
--- stderr --- node:internal/webstreams/readablestream:3412 createPromiseCallback1Param('source.pull', pull, source) : ^ TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at new lazyReadableStream (node:internal/blob:100:10) at createBlobReaderStream (node:internal/blob:450:10) at Blob.stream (node:internal/blob:332:12) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob.js:250:20 at Object.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob.js:256:3) at Module._compile (node:internal/modules/cjs/loader:1947:14) at Object..js (node:internal/modules/cjs/loader:2087:10) at Module.load (node:internal/modules/cjs/loader:1669:32) Node.js v27.0.0-pre Command: out/Release/node --no-warnings --expose-internals /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/parallel/test-blob.js
x86_64-linux: with shared libraries: test/es-module/test-wasm-web-api.js#L0
--- stderr --- node:internal/process/promises:324 triggerUncaughtException(err, true /* fromPromise */); ^ [TypeError: fetch failed] { [cause]: TypeError: createPromiseCallback1Param is not a function at setupReadableByteStreamControllerFromSource (node:internal/webstreams/readablestream:3412:5) at new ReadableStream (node:internal/webstreams/readablestream:268:7) at httpNetworkFetch (node:internal/deps/undici/undici:14276:22) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async httpNetworkOrCacheFetch (node:internal/deps/undici/undici:14123:33) at async httpFetch (node:internal/deps/undici/undici:13945:37) at async mainFetch (node:internal/deps/undici/undici:13706:24) } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-177cae032a12-slim/test/es-module/test-wasm-web-api.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 boringssl-0.20260526.0
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared boringssl-0.20260526.0
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-1.1.1w
The operation was canceled.
aarch64-linux: with shared openssl-4.0.0
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared openssl-4.0.0
The operation was canceled.
aarch64-linux: with shared openssl-3.5.6
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared openssl-3.5.6
The operation was canceled.
aarch64-linux: with shared openssl-3.0.20
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared openssl-3.0.20
The operation was canceled.
aarch64-linux: with shared openssl-3.6.2
The job has exceeded the maximum execution time of 6h0m0s
aarch64-linux: with shared openssl-3.6.2
The operation was canceled.

Artifacts

Produced during runtime
Name Size Digest
tarballs
46.5 MB
sha256:e4f28c5bbcf2e90d7a973182af9c2fc9ab58ca0047b2f70f2727110c1da9303e