Skip to content

feat: add ttl support at task and config levels #4981

feat: add ttl support at task and config levels

feat: add ttl support at task and config levels #4981

Triggered via pull request March 10, 2026 12:02
Status Failure
Total duration 10m 48s
Artifacts 17

pr_checks.yml

on: pull_request
Matrix: units / internal / 🧪 Unit Tests: Internal
Matrix: units / packages / 🧪 Unit Tests: Packages
Matrix: units / webapp / 🧪 Unit Tests: Webapp
typecheck  /  typecheck
6m 19s
typecheck / typecheck
sdk-compat  /  Bun Runtime
1m 52s
sdk-compat / Bun Runtime
sdk-compat  /  Deno Runtime
1m 42s
sdk-compat / Deno Runtime
sdk-compat  /  Cloudflare Workers
2m 12s
sdk-compat / Cloudflare Workers
Matrix: e2e / cli-v3
Matrix: sdk-compat / node-compat
units  /  ...  /  📊 Merge Reports
23s
units / internal / 📊 Merge Reports
units  /  ...  /  📊 Merge Reports
21s
units / packages / 📊 Merge Reports
units  /  ...  /  📊 Merge Reports
45s
units / webapp / 📊 Merge Reports
Fit to window
Zoom out
Zoom in

Annotations

2 errors
e2e / 🧪 CLI v3 tests (windows-latest - pnpm)
Process completed with exit code 1.
e2e/e2e.test.ts > buildWorker > fixture emit-decorator-metadata: packages/cli-v3/e2e/utils.ts#L35
Error: Command failed with exit code 1: corepack use pnpm@8.15.5 ! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-8.15.5.tgz node:events:502 throw er; // Unhandled 'error' event ^ TypeError: terminated at Fetch.onAborted (node:internal/deps/undici/undici:11322:53) at Fetch.emit (node:events:524:28) at Fetch.terminate (node:internal/deps/undici/undici:10480:14) at Object.onError (node:internal/deps/undici/undici:11445:38) at Request.onError (node:internal/deps/undici/undici:2210:31) at Object.errorRequest (node:internal/deps/undici/undici:1707:17) at TLSSocket.<anonymous> (node:internal/deps/undici/undici:6433:16) at TLSSocket.emit (node:events:536:35) at node:net:343:12 at TCP.done (node:_tls_wrap:665:7) Emitted 'error' event on Readable instance at: at emitErrorNT (node:internal/streams/destroy:169:8) at emitErrorCloseNT (node:internal/streams/destroy:128:3) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { [cause]: SocketError: other side closed at TLSSocket.<anonymous> (node:internal/deps/undici/undici:6408:28) at TLSSocket.emit (node:events:536:35) at endReadableNT (node:internal/streams/readable:1698:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'UND_ERR_SOCKET', socket: { localAddress: '10.1.0.242', localPort: 63591, remoteAddress: '104.16.2.34', remotePort: 443, remoteFamily: 'IPv4', timeout: undefined, bytesWritten: 199, bytesRead: 3822808 }, [Symbol(undici.error.UND_ERR)]: true, [Symbol(undici.error.UND_ERR_SOCKET)]: true } } Node.js v20.20.0 Installing pnpm@8.15.5 in the project... ❯ makeError ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/error.js:60:11 ❯ handlePromise ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/index.js:124:26 ❯ Module.installFixtureDeps e2e/utils.ts:35:32 ❯ e2e/e2e.test.ts:89:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: corepack use pnpm@8.15.5', command: 'corepack use pnpm@8.15.5', escapedCommand: 'corepack use "pnpm@8.15.5"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: 'Installing pnpm@8.15.5 in the project...', stderr: '! Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-8.15.5.tgz\nnode:events:502\r\n throw er; // Unhandled \'error\' event\r\n ^\r\n\r\nTypeError: terminated\r\n at Fetch.onAborted (node:internal/deps/undici/undici:11322:53)\r\n at Fetch.emit (node:events:524:28)\r\n at Fetch.terminate (node:internal/deps/undici/undici:10480:14)\r\n at Object.onError (node:internal/deps/undici/undici:11445:38)\r\n at Request.onError (node:internal/deps/undici/undici:2210:31)\r\n at Object.errorRequest (node:internal/deps/undici/undici:1707:17)\r\n at TLSSocket.<anonymous> (node:internal/deps/undici/undici:6433:16)\r\n at TLSSocket.emit (node:events:536:35)\r\n at node:net:343:12\r\n at TCP.done (node:_tls_wrap:665:7)\r\nEmitted \'error\' event on Readable instance at:\r\n at emitErrorNT (node:internal/streams/destroy:169:8)\r\n at emitErrorCloseNT (node:internal/streams/destroy:128:3)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {\r\n [cause]: SocketError: other side closed\r\n at TLSSocket.<anonymous> (node:internal/deps/undici/undici:6408:28)\r\n at TLSSocket.emit (node:events:536:35)\r\n at endReadableNT (node:internal/streams/readable:1698:12)\r\n at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {\r\n code: \'UND_ERR_SOCKET\',\r\n socket: {\r\n localAddress: \'10.1.0.242\',\r\n localPort: 63591,\r\n remoteAddress: \'104.16.2.34\',\r\n remotePort: 443,\r\n remoteFamily: \'IPv4\',\r\n timeout: undefined,\r\n bytesWritten:

Artifacts

Produced during runtime
Name Size Digest
internal-blob-report-1
63.6 KB
sha256:7704b21cb1a283b6f1e21312481700c40cc1f2c7efdb04189dd5963c7eabff90
internal-blob-report-2
53.4 KB
sha256:03fead465c592c7f7d598c73910135720462599814516dbd42f8e75f87e44f71
internal-blob-report-3
57.3 KB
sha256:ea05d13d7952cc9ee1c99cb4d6747c829a64d0f76b922814648a5d32d77bfb01
internal-blob-report-4
41.5 KB
sha256:f97db3736a85e0b3e6ddf637a73f3754150f71699162d5515abc1f68d48618e2
internal-blob-report-5
33.2 KB
sha256:1021abaa3719af8675a75e467d53d0428532370a9df62c3b618f098ee88e05ab
internal-blob-report-6
35.4 KB
sha256:82025062213a6109e54325334f32704fb55a74ab7f02cf2d44500bfbb8776f0d
internal-blob-report-7
32 KB
sha256:ffc780fa4986b8feb9de67844e31d69116843515f19c1547d60c47af091d3520
internal-blob-report-8
39.1 KB
sha256:198cc9697e88e44b1d7b0fe3f4dce831d0f21718c89f18e40ae6ef4e78897017
packages-blob-report-1
96.3 KB
sha256:fd2ac8ad430faaf2ced631a657fe5786deb3157d5a7e58b40bccdbc91b2818d2
webapp-blob-report-1
1.02 MB
sha256:d49fd948ade3371c865df358f814e3c92e14326e27274d527c527da87429cd13
webapp-blob-report-2
22.7 KB
sha256:0ca9719b60dc043dae2514da7d3fbe80157c7d4ded3c8e79a2e2a75cf336175b
webapp-blob-report-3
30.8 KB
sha256:a79247004a74ec9b1aeec16ed6cb0cf8b4bb0074ab404c8e0d760ccd95c63226
webapp-blob-report-4
166 KB
sha256:19d5fee4dc1f26ed9e2326f18a08c1817b5a5fd9b4cda872a1b26679b8b30bb3
webapp-blob-report-5
46.3 KB
sha256:10b30b6ea6e82e810e65314fcdae96333bcd4689644cb8a0122199a1d035af3f
webapp-blob-report-6
9.18 KB
sha256:5ca7badf5dd19f3af1177d7623ec38d4b788a80a4cd4f14f67f0086904809b13
webapp-blob-report-7
1.7 MB
sha256:fa5ccb186f79058933fa8763af1d53544bd110d9c550974c574a55e8d486b8c2
webapp-blob-report-8
225 Bytes
sha256:0f555dbb74ab5d0b056805a227936a810f9cb9ce9067dfe98e23752655164504