[ci] Download fnm directly from GitHub releases and validate checksum… #112405
build_and_test.yml
on: push
Determine changes
11s
build-next
/
build
59s
optimize-ci
/
Graphite CI Optimizer
3s
validate-docs-links
14s
Upload PR CI metadata
0s
test cargo unit
/
build
11m 29s
rust check
/
build
1m 8s
rustdoc check
/
build
2m 54s
ast-grep lint
13s
test cargo benches
/
Test
16m 36s
test next-swc wasi
/
build
test devlow package
/
build
1m 34s
Matrix: Test new and changed tests for flakes (dev)
Matrix: Test new and changed tests for flakes (prod)
Matrix: test next-config-ts-native-ts dev
Matrix: test next-config-ts-native-ts prod
Matrix: test unit
Matrix: Run devlow benchmarks
Matrix: test cache components prod
Matrix: test prod
Matrix: test cache components dev
Matrix: test dev
Matrix: test turbopack dev
Matrix: test turbopack production
Matrix: test rspack dev
Waiting for pending jobs
Matrix: test rspack production
Waiting for pending jobs
Matrix: test unit windows
test dev windows
/
build
10m 4s
test integration windows
/
build
12m 47s
test prod windows
/
build
9m 38s
Matrix: Test new and changed tests when deployed (cache components)
Matrix: Test new and changed tests when deployed
thank you, next
3s
Annotations
53 warnings
|
optimize-ci / Graphite CI Optimizer
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: withgraphite/graphite-ci-action@ee395f3a78254c006d11339669c6cabddf196f72. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
optimize-ci / Graphite CI Optimizer
Response returned a non-200 status. Skipping Graphite checks.
|
|
optimize-ci / Graphite CI Optimizer
vercel/next.js/undefined
|
|
optimize-ci / Graphite CI Optimizer
Response status: 400
|
|
optimize-ci / Graphite CI Optimizer
Request body: {"token":"***","caller":{"name":"graphite-ci-action","version":"0.0.0"},"context":{"kind":"GITHUB_ACTIONS","repository":{"owner":"vercel","name":"next.js"},"sha":"b8d268d0da36423f18f9045d858bddfa266cb393","ref":"refs/heads/canary","head_ref":"","run":{"workflow":"build-and-test","job":"optimize-ci","run":27307279502}}}
|
|
ast-grep lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ast-grep/action@cf62e780f0c88301228978d593a7784427a097a6. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
resolved-vc-in-return-type:
turbopack/crates/turbopack-resolve/src/typescript.rs#L121
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<Box<dyn Source>>` in `resolve_extends` with `Vc<Box<dyn Source>>` instead.
|
|
resolved-vc-in-return-type:
crates/next-api/src/paths.rs#L139
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<Box<dyn OutputAsset>>` in `get_wasm_paths_from_root` with `Vc<Box<dyn OutputAsset>>` instead.
|
|
resolved-vc-in-return-type:
turbopack/crates/turbopack-dev-server/src/http.rs#L103
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<Box<dyn ContentSourceSideEffect>>` in `process_request_with_content_source` with `Vc<Box<dyn ContentSourceSideEffect>>` instead.
|
|
resolved-vc-in-return-type:
crates/next-api/src/nft_json.rs#L379
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<Box<dyn OutputAsset>>` in `get_referenced_server_assets` with `Vc<Box<dyn OutputAsset>>` instead.
|
|
resolved-vc-in-return-type:
crates/next-api/src/server_actions.rs#L294
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<Box<dyn Module>>` in `to_rsc_context` with `Vc<Box<dyn Module>>` instead.
|
|
resolved-vc-in-return-type:
crates/next-api/src/app.rs#L1991
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<Box<dyn OutputAsset>>` in `create_app_paths_manifest` with `Vc<Box<dyn OutputAsset>>` instead.
|
|
resolved-vc-in-return-type:
crates/next-core/src/next_import_map.rs#L1621
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<ImportMapping>` in `external_request_to_esm_import_mapping` with `Vc<ImportMapping>` instead.
|
|
resolved-vc-in-return-type:
crates/next-core/src/next_import_map.rs#L1606
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<ImportMapping>` in `external_request_to_cjs_import_mapping` with `Vc<ImportMapping>` instead.
|
|
resolved-vc-in-return-type:
crates/next-core/src/next_import_map.rs#L1597
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<ImportMapping>` in `request_to_import_mapping` with `Vc<ImportMapping>` instead.
|
|
resolved-vc-in-return-type:
crates/next-core/src/next_import_map.rs#L1317
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<ImportMapping>` in `export_value_to_import_mapping` with `Vc<ImportMapping>` instead.
|
|
test devlow package / build
Cache save failed.
|
|
build-native / build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./.github/actions/sccache. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust check / build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./.github/actions/sccache. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust check / build
Cache save failed.
|
|
rustdoc check / build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./.github/actions/sccache. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rustdoc check / build
Cache save failed.
|
|
Test new and changed tests for flakes (dev) (3/5) / build
Cache save failed.
|
|
Test new and changed tests for flakes (dev) (5/5) / build
Cache save failed.
|
|
Test new and changed tests for flakes (prod) (1/5) / build
Cache save failed.
|
|
Test new and changed tests for flakes (prod) (5/5) / build
Cache save failed.
|
|
Test new and changed tests for flakes (prod) (4/5) / build
Cache save failed.
|
|
Test new and changed tests for flakes (prod) (3/5) / build
Cache save failed.
|
|
Test new and changed tests for flakes (dev) (1/5) / build
Cache save failed.
|
|
Test new and changed tests for flakes (dev) (4/5) / build
Cache save failed.
|
|
types and precompiled / build
Cache save failed.
|
|
Test new and changed tests for flakes (prod) (2/5) / build
Cache save failed.
|
|
Test new and changed tests for flakes (dev) (2/5) / build
Cache save failed.
|
|
|
|
lint / build
Cache save failed.
|
|
|
|
|
|
|
|
|
|
|
|
test cargo unit / build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./.github/actions/sccache. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test cargo unit / build
Cache save failed.
|
|
test cargo benches / Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: ./.github/actions/sccache. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test new and changed tests when deployed (cache components) (4/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (cache components) (2/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (cache components) (3/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (cache components) (5/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (cache components) (1/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (1/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (5/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (4/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (3/5) / build
Cache save failed.
|
|
Test new and changed tests when deployed (2/5) / build
Cache save failed.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
next-swc-linux
Expired
|
51.5 MB |
sha256:25310a0fda9f4396f2fcfdb77e9a8f49f46003c02c45628462d0392e7e1f37cf
|
|
|
next-swc-windows
Expired
|
44.2 MB |
sha256:f29a64ad347179c77e19fa72418ab6a7e56f0c2575fe62a2414639bcf1dfc504
|
|
|
test-playwright-snapshots-test-cache-components-dev-2-6
|
2.29 MB |
sha256:2902c695cdde21f4cac57eb3bfcf572f0bbbc93bb4c22b081ca25a055fa79c4a
|
|
|
test-playwright-snapshots-test-cache-components-dev-4-6
|
188 KB |
sha256:4a960c027b09871fed2ffba557fb303fdbefcfc3b24d5e3bbc9620eaae624dfb
|
|
|
test-playwright-snapshots-test-cache-components-dev-6-6
|
980 KB |
sha256:2af65cd63c94cdc108f456d0e23afb9f821ea912c70a408d34e99c6fd42a5419
|
|
|
test-playwright-snapshots-test-cache-components-prod-1-7
|
120 KB |
sha256:092fcddc2e1ace2e1706bcf23198a9ddabd3ff5f4af21cc3fae3df7dfbcaeeb5
|
|
|
test-playwright-snapshots-test-cache-components-prod-5-7
|
399 KB |
sha256:723d01d30a6ea4afcb8ab5c9cc8014008be2ca839921b16d9bcb24f6f736d9ab
|
|
|
test-playwright-snapshots-test-dev-react-18-3-1-1-10
|
528 KB |
sha256:a4321c837da4a1b19d7ece1fe1578b5164a014c08a8e5536d12b0b4ae5012013
|
|
|
test-playwright-snapshots-test-dev-react-18-3-1-10-10
|
6.7 MB |
sha256:f7896e0daa500e8907c28db6895b82b0009b119e720e1e515448841ff8a5b4dd
|
|
|
test-playwright-snapshots-test-dev-react-18-3-1-2-10
|
1.03 MB |
sha256:113059a1ce09dbe0a8419c7c09a7fe70b1ac98f76f54b6f457aab4992d48847e
|
|
|
test-playwright-snapshots-test-dev-react-18-3-1-4-10
|
634 KB |
sha256:c71591d2b344614e0947ad90571de300fd07cc09ed544de94abaf78c0749476f
|
|
|
test-playwright-snapshots-test-dev-react-18-3-1-5-10
|
81.4 KB |
sha256:1108692f8b7b2bccb87c48ec29f15ee263ad429618582caf6d8abf87fcdb2402
|
|
|
test-playwright-snapshots-test-dev-react-18-3-1-6-10
|
166 KB |
sha256:1f3ca995f7db139d4cb524d37ba36c318216c816350c06b2e13c63af39b16fc2
|
|
|
test-playwright-snapshots-test-dev-react-18-3-1-8-10
|
29.5 MB |
sha256:82805146c85b1da151b6b938c059d820d520d9a6e284d588ae5d8e4e27c72470
|
|
|
test-playwright-snapshots-test-dev-react-18-3-1-9-10
|
1.88 MB |
sha256:57f3a0f37b0c9891e7df02e24c74547654bbedf58fd62bcaa981c7018c6c7323
|
|
|
test-playwright-snapshots-test-prod-react-18-3-1-1-10
|
105 KB |
sha256:ecd142605e87f42e7def9c46b897b87cb5c7f40ecb610b381ac402ba5e932fb5
|
|
|
test-playwright-snapshots-test-prod-react-18-3-1-2-10
|
128 KB |
sha256:3b0d213dcad0ef43f596f6bdb5bfdfbfa880fdff3f04cd5bc6e96510682b8df5
|
|
|
test-playwright-snapshots-test-prod-react-18-3-1-3-10
|
36.9 KB |
sha256:25864f0d663baeca42f703a125ddb421fa2d953a0d75be7c2aff8c32c140e39f
|
|
|
test-playwright-snapshots-test-prod-react-18-3-1-4-10
|
34.1 KB |
sha256:ad15aa9c35af1fe5d680c088fa8ea392153183649c98e9c4d83197db692a5512
|
|
|
test-playwright-snapshots-test-prod-react-18-3-1-5-10
|
70.1 KB |
sha256:8dc58afdb4a157e93e354df9405d08d532c4cbbaf65c9d6ea0f296bc6de89a8d
|
|
|
test-playwright-snapshots-test-prod-react-18-3-1-6-10
|
170 KB |
sha256:e617c8591f8c90d759dcd6da7503a4de5601d2b774e0ed608d4a9580c133dd83
|
|
|
test-playwright-snapshots-test-prod-react-18-3-1-9-10
|
3.38 MB |
sha256:ce2599b88c5ffc61285b596b6c8976d3caf2a11861158d34cc5c9936569a8a6c
|
|
|
test-playwright-snapshots-test-turbopack-dev-react-18-3-1-1-7
|
9.44 KB |
sha256:4ffea8c9a4620b3a279fee1ff60165e8b635ff486eda23a93777ce9d32f73957
|
|
|
test-playwright-snapshots-test-turbopack-dev-react-18-3-1-2-7
|
31.8 MB |
sha256:6a5c2927e4dc3f17f8566fb16d83c98457c592221c3dfacca6e66c8e0cac0c53
|
|
|
test-playwright-snapshots-test-turbopack-dev-react-18-3-1-3-7
|
1.36 MB |
sha256:994d919dd6e4e74e559aab05f0b310a51df83fd6866352a7ca4a4a605e8f4681
|
|
|
test-playwright-snapshots-test-turbopack-dev-react-18-3-1-4-7
|
51.5 KB |
sha256:46b150b527932b50b5add0ce18815d5096e08ebfae1cdf705c3281f933916144
|
|
|
test-playwright-snapshots-test-turbopack-dev-react-18-3-1-5-7
|
1.9 MB |
sha256:705ee41185ec86b9905a902669f5b62ede593e144f6267cab3f0dcee64d7f133
|
|
|
test-playwright-snapshots-test-turbopack-dev-react-18-3-1-6-7
|
5.96 MB |
sha256:03bd356bddb0bcd0fac4e6d33fe558d2a39f455bebe26c7f32e77a8a440dea44
|
|
|
test-playwright-snapshots-test-turbopack-dev-react-18-3-1-7-7
|
2.85 MB |
sha256:028d4d7eb4becb87fb9af3e8e0c7164cf8de94c5463c6d05fe48d9d7a99dce13
|
|
|
test-playwright-snapshots-test-turbopack-production-react-18-3-1-1-7
|
151 KB |
sha256:ef9e9bbea3183d62c77e6628d578051ca0b29c407ee77e38f8dde1d9ca7320ce
|
|
|
test-playwright-snapshots-test-turbopack-production-react-18-3-1-2-7
|
28.8 KB |
sha256:e821ac161d18c0532314294025c53a237df12bfb777989af903a2c494c9e2c7f
|
|
|
test-playwright-snapshots-test-turbopack-production-react-18-3-1-3-7
|
30 KB |
sha256:cf5cedf3e0799b27fd56a6c630e7622895f4e930526fc8917efb423d01ebb882
|
|
|
test-playwright-snapshots-test-turbopack-production-react-18-3-1-5-7
|
52.2 KB |
sha256:12ee6520b5a3b04b9083fbc83a1d9e32355b6a98dee0e48056ae4fb29c6df789
|
|
|
test-playwright-snapshots-test-turbopack-production-react-18-3-1-6-7
|
123 KB |
sha256:f84fa033f94502c0f5b7ccc3d4c6d397851d7f7b165f1baf9345c29686ca2e85
|
|
|
test-playwright-snapshots-test-turbopack-production-react-18-3-1-7-7
|
3.21 MB |
sha256:9d9016986ff43a863c3edffe1b93eb1371000eb164f3c36c52e7ec0e9e7a3c2a
|
|
|
test-timings
|
24.4 KB |
sha256:6775e1fd6bf875670cb8c75a9aea0c67c211ac19e66286ebfa35e5cafcc2430d
|
|
|
turbo-run-summary-build-native
|
38.1 KB |
sha256:dbe4bafa4541317c5f3ccf86b160d3010644024f07bb2cc8bca63e9b9468d895
|
|
|
turbo-run-summary-build-native-windows
|
38.1 KB |
sha256:f9fce30999ae396b4b3b147b2b8b318fea720765774f0eeb4e302d8e9b0af5b4
|
|
|
turbo-run-summary-build-next
|
171 KB |
sha256:3db5c7fb9f5e168d159a28b9ea95fa9b83ee7dd84c7f106af29c6c3e19eb093f
|
|
|
turbo-run-summary-devlow-bench---turbopack=false---scenario=heavy-npm-deps-build --page=homepage
|
170 KB |
sha256:eebde6e7adcd3f5939ccb23bf58458e08b7a2602aa9201675fbdc91633e121e0
|
|
|
turbo-run-summary-devlow-bench---turbopack=false---scenario=heavy-npm-deps-build-turbo-cache-enabled --page=homepage
|
171 KB |
sha256:9f125358fd8f0a30c6f3937a63dc473ec04253be0615d6dfc32fe9e89ac0784f
|
|
|
turbo-run-summary-devlow-bench---turbopack=false---scenario=heavy-npm-deps-dev --page=homepage
|
170 KB |
sha256:4bfa98cb8400044eda6eb3be7967bd98c0a25183ee9c814965e452c6e257853c
|
|
|
turbo-run-summary-devlow-bench---turbopack=true---scenario=heavy-npm-deps-build --page=homepage
|
171 KB |
sha256:34f1da43248c3466b9d218c7cbd14492c2029ad79d481dd800913ae2d6bb3789
|
|
|
turbo-run-summary-devlow-bench---turbopack=true---scenario=heavy-npm-deps-build-turbo-cache-enabled --page=homepage
|
171 KB |
sha256:fbc1128d6639ebdf25c2c99a3080495c8afd4a5937a3094ce7f47ce9b0f79d95
|
|
|
turbo-run-summary-devlow-bench---turbopack=true---scenario=heavy-npm-deps-dev --page=homepage
|
171 KB |
sha256:0d9255e482d9bb8fa79bb011204ac7c1557fc0ce9bc11ef7644d10e994a2d97e
|
|
|
turbo-run-summary-lint
|
171 KB |
sha256:512e89d8ea813eb19e58f06d3c4b265a672b5c3a52d133c11e64455c3ce4e932
|
|
|
turbo-run-summary-test-cache-components-dev-1-6
|
171 KB |
sha256:ccb0aabfb8f01e9230e64faa5f04560c4536e96b8dca7fb20cc66dce214621ac
|
|
|
turbo-run-summary-test-cache-components-dev-2-6
|
171 KB |
sha256:9bae43aa12d12213e2386263054112614783ca61cb921d2b06ecc1aec3242af6
|
|
|
turbo-run-summary-test-cache-components-dev-3-6
|
171 KB |
sha256:4e5142f8f5e751596939a214f4fcfcf57ea17325ddaa2b2fdf6bb4d5d5f672f9
|
|
|
turbo-run-summary-test-cache-components-dev-4-6
|
171 KB |
sha256:ef70e6f09ffbea11c28edc47515c16f9934b19afcc7e33a78dead7623915b2f1
|
|
|
turbo-run-summary-test-cache-components-dev-5-6
|
171 KB |
sha256:f0fbe3262087eb2372b4593453c34aceb691da71fec28855e453ca13577a871b
|
|
|
turbo-run-summary-test-cache-components-dev-6-6
|
171 KB |
sha256:6e9fbf6d1000819751137ada793097f2b15c092c45504e3018d9edc3174a9f22
|
|
|
turbo-run-summary-test-cache-components-prod-1-7
|
171 KB |
sha256:cf4f72b31d4f66d575d4a7c16d09a7c3d1cd6e03fa4a658840e9cba3b946b17b
|
|
|
turbo-run-summary-test-cache-components-prod-2-7
|
171 KB |
sha256:f45960530f99af70ed0357e81375f33d0bcb8e92b66214abf55d6d2fc6a5b3ff
|
|
|
turbo-run-summary-test-cache-components-prod-3-7
|
171 KB |
sha256:ba9d2142bde4744eb9dc01132f3dc325651a8a361509e45220b98b5561bc351d
|
|
|
turbo-run-summary-test-cache-components-prod-4-7
|
171 KB |
sha256:ce97841ed3a0a2073f0d8fb7b842b61bb5f361b49b702ec3d25ad9a8b4e8bf9d
|
|
|
turbo-run-summary-test-cache-components-prod-5-7
|
171 KB |
sha256:220746dfd59d1e70f9e3b4824e3d778861aa0341d5d090f79507177619c49b78
|
|
|
turbo-run-summary-test-cache-components-prod-6-7
|
171 KB |
sha256:6e9dfdf134db55c334b934165ab0bde008d62a63327b4bbe2fc2497b8b5db6ee
|
|
|
turbo-run-summary-test-cache-components-prod-7-7
|
171 KB |
sha256:b842d77b2b15a5919b825a35eb3a0e1c85bb9c0ad28b393807078474dcd8bdba
|
|
|
turbo-run-summary-test-dev-react-18-3-1-1-10
|
171 KB |
sha256:5ad87bf5d0f173c4e7e209d70899ef56b6bfb3819eca1f221b73fb88dcf0550a
|
|
|
turbo-run-summary-test-dev-react-18-3-1-10-10
|
171 KB |
sha256:5fbdb4d1840fc0867151d708a98b7f1019845c1f75bce9b62d360280f4457a46
|
|
|
turbo-run-summary-test-dev-react-18-3-1-2-10
|
171 KB |
sha256:73e1e2a4d1d3ae9e2aaae58f00a91f4e8b9d531545fd228aea23c5dda7508753
|
|
|
turbo-run-summary-test-dev-react-18-3-1-3-10
|
171 KB |
sha256:afd6b1b61c9e8383e4a48a60080ec814e0f874cf3e61c28e0c10115fee075ba8
|
|
|
turbo-run-summary-test-dev-react-18-3-1-4-10
|
171 KB |
sha256:8de00563cd56771e8c7b4ed8a5f0882305cf1c78a043535483cd793904403ca0
|
|
|
turbo-run-summary-test-dev-react-18-3-1-5-10
|
171 KB |
sha256:cf3f3fc2ef370af93c18c17c8772b4cc15784e5a87a9e26ec7d4b1db37c5e4e0
|
|
|
turbo-run-summary-test-dev-react-18-3-1-6-10
|
171 KB |
sha256:ca8e36cd9ec1042261361ef11b3ffbf257fd4435dcce276537334d7a4344f0f9
|
|
|
turbo-run-summary-test-dev-react-18-3-1-7-10
|
171 KB |
sha256:bf1e2717aaa29722ac7e1ec162a8bc9bc0bca010f265193b90a56d0e3a9da1f2
|
|
|
turbo-run-summary-test-dev-react-18-3-1-8-10
|
171 KB |
sha256:8ad55986da0d0f49fd8b2b589306874dcae6dc16dde280998be9b0385a65a4e9
|
|
|
turbo-run-summary-test-dev-react-18-3-1-9-10
|
171 KB |
sha256:6fbc238264aa12a8bf4b1504898f4cf43c346f40fb8a645faf3e3083d6d14716
|
|
|
turbo-run-summary-test-dev-windows
|
172 KB |
sha256:8be88848fcaebacff4239cdfb34b746a65011b99f8502776c7bcfdf7353b56cf
|
|
|
turbo-run-summary-test-devlow
|
171 KB |
sha256:fcfa466f2273984068b517180233339cfc6931499b647fb8b3ce78eba2e6e92c
|
|
|
turbo-run-summary-test-firefox-safari
|
171 KB |
sha256:354eab01a207403575b6f25dd2657a78283373554d038ff407a1aefad5c832da
|
|
|
turbo-run-summary-test-integration-windows
|
172 KB |
sha256:37b7f3e5f4c79e27408e3db177c3cfb78364ef19367111bcbf65483e8558e287
|
|
|
turbo-run-summary-test-new-tests-deploy-1-5
|
171 KB |
sha256:2e02344dfc0b7b23ff953166dadeb953501cdc9253a5daaddfce2069305cab1c
|
|
|
turbo-run-summary-test-new-tests-deploy-2-5
|
170 KB |
sha256:17db87a393e7070e433977e9604cfb3a7561ca7ee40184fd670ecfb219b5f120
|
|
|
turbo-run-summary-test-new-tests-deploy-3-5
|
171 KB |
sha256:596d474ca7288f93182cfe2862bb2229588480b7019f047b7f0b83614e3a8c99
|
|
|
turbo-run-summary-test-new-tests-deploy-4-5
|
171 KB |
sha256:957a8eb07dbd580171e0d6856c04e0d8f0a3844fc32390f5158c8023d5200132
|
|
|
turbo-run-summary-test-new-tests-deploy-5-5
|
171 KB |
sha256:b5288d3e65274d6b37049995c50c3c803d4c5378968fd69b422a27a2168c80c2
|
|
|
turbo-run-summary-test-new-tests-deploy-cache-components-1-5
|
171 KB |
sha256:6a219389074c1dd25b1917a1d23663ab40ed38d4315f746c7bdb8caafa39fb6b
|
|
|
turbo-run-summary-test-new-tests-deploy-cache-components-2-5
|
171 KB |
sha256:61923f5814f6a9bb745faf5bcfef36870039424f721686fab5f592aa4d633ff0
|
|
|
turbo-run-summary-test-new-tests-deploy-cache-components-3-5
|
171 KB |
sha256:ae5c317aece59ed3fcb5ef997ccc3975e26e69df2162c0f219246b8e4c40b83e
|
|
|
turbo-run-summary-test-new-tests-deploy-cache-components-4-5
|
171 KB |
sha256:d26864f01f46e1bb90b0976ddc4ccc4d81044e9bc4ff3529a87902e73aeb0f8d
|
|
|
turbo-run-summary-test-new-tests-deploy-cache-components-5-5
|
171 KB |
sha256:1857b7fd64d1ab5f2fd4dadf6e8e1c2e6662edaf669398cd2758978a1117558a
|
|
|
turbo-run-summary-test-new-tests-dev-1-5
|
171 KB |
sha256:5741c18053b348bada86e8ef1b85ce81b4af045a827bd62628ce2d81d95b49e4
|
|
|
turbo-run-summary-test-new-tests-dev-2-5
|
171 KB |
sha256:64bde55d27f9fa1124f4ddaeab53c991850937d878067972296d3a6fcb81914a
|
|
|
turbo-run-summary-test-new-tests-dev-3-5
|
171 KB |
sha256:99d2f24ff4c70b56d3029f715d4e55d4416219cb58ee9e1e944cb169ded86287
|
|
|
turbo-run-summary-test-new-tests-dev-4-5
|
171 KB |
sha256:813f17f8fe582314e2446cec760a5164796a6e08a5d7590c37c771a2f4a70fc3
|
|
|
turbo-run-summary-test-new-tests-dev-5-5
|
171 KB |
sha256:323bf8e30d631565012762583b5d4ea503003d92b333be286785e5f3b661dc9b
|
|
|
turbo-run-summary-test-new-tests-start-1-5
|
171 KB |
sha256:4ddff430813d83a818c66ab6426a0b1164c9989ea7e6d6e2fccbdca2216abec2
|
|
|
turbo-run-summary-test-new-tests-start-2-5
|
171 KB |
sha256:3f21025ad29dc60263ee9454d51c995559edbdfc17a0e9012dd643b0a39da758
|
|
|
turbo-run-summary-test-new-tests-start-3-5
|
171 KB |
sha256:3abe89d3b2263d620d6d95bfc702b857fbf794518f610021d1b77c386db88ae8
|
|
|
turbo-run-summary-test-new-tests-start-4-5
|
171 KB |
sha256:5f4ff7d9d26fefb951a5552d35cc4341e2f44af3df36c7addbc5ef545432d0f7
|
|
|
turbo-run-summary-test-new-tests-start-5-5
|
171 KB |
sha256:93f598b4c5b25c6668393fc4b0b7b1104f7c29a4d4d80cb89f87829d4af4aa2e
|
|
|
turbo-run-summary-test-next-config-ts-native-ts-dev-22
|
171 KB |
sha256:d30a4abf2a06e1adcf2fce0a08dea8cf3c69cb71cdb0c1a1deb9c09be8d8eb17
|
|
|
turbo-run-summary-test-next-config-ts-native-ts-dev-24-15-0
|
171 KB |
sha256:eefd297f9a7c546941e3c3318563f819fcd5de6837c21faa3f04ad41303f59f4
|
|
|
turbo-run-summary-test-next-config-ts-native-ts-prod-22
|
171 KB |
sha256:574627de3d7f1007895850775153a2b5383270049c1f6422f272bd07dfb1f199
|
|
|
turbo-run-summary-test-next-config-ts-native-ts-prod-24-15-0
|
171 KB |
sha256:8789696e1bfcf80ab3f48c4fef5cb466682df81d61f6b519bbc1a53a0e6bc245
|
|
|
turbo-run-summary-test-next-swc-wasm
|
171 KB |
sha256:4b95721f73f8cac62725c6b22d669923ab7c8a39ad2952701f01a3ca9ac51cec
|
|
|
turbo-run-summary-test-prod-react-18-3-1-1-10
|
171 KB |
sha256:79542ad7c637fec72a8b99b94081b08933e63c62c484020dfb7043226b933523
|
|
|
turbo-run-summary-test-prod-react-18-3-1-10-10
|
171 KB |
sha256:857c307e47d647d425d4959a6991fa003d3d4147b5b2da42e93d0ad5d770aa1f
|
|
|
turbo-run-summary-test-prod-react-18-3-1-2-10
|
171 KB |
sha256:283142e354973e29944d6a23af63ba9bd03f2d2d2b1810ebf07c78cad6f334cd
|
|
|
turbo-run-summary-test-prod-react-18-3-1-3-10
|
171 KB |
sha256:aca4471c65d624e865d0b530606465c0e8a4289fc5984cd18e0eaa559d6b5c9e
|
|
|
turbo-run-summary-test-prod-react-18-3-1-4-10
|
171 KB |
sha256:3d215f6f7e7c80a7013d9fadc4a587074d0a4153abca2632323baa94df9b9912
|
|
|
turbo-run-summary-test-prod-react-18-3-1-5-10
|
171 KB |
sha256:db98bee1007868923babb4e77ca4a7be796799f5fed7706cffeb5e0c2012a748
|
|
|
turbo-run-summary-test-prod-react-18-3-1-6-10
|
171 KB |
sha256:ca2986b23fe3625021b21fcfb596dd227776179381780b92d6912ddfc50c157a
|
|
|
turbo-run-summary-test-prod-react-18-3-1-7-10
|
171 KB |
sha256:9905a5edb28a51d86e244a8795ea32688073fa90e868f17f84dee964f70d9a4b
|
|
|
turbo-run-summary-test-prod-react-18-3-1-8-10
|
171 KB |
sha256:9bc9a3c409e8322d00ebf49785db9f0d653eb6ebdb9ec5cb255740b81d75906d
|
|
|
turbo-run-summary-test-prod-react-18-3-1-9-10
|
171 KB |
sha256:ce98a021ba9c31424f7d493d62177a041ff82bedc11b465d64c4a48c0cb95ad2
|
|
|
turbo-run-summary-test-prod-windows
|
172 KB |
sha256:2664bba9340e40c788e0e337d31156469c396e1116e058d7b339e3562669bb0f
|
|
|
turbo-run-summary-test-turbopack-dev-react-18-3-1-1-7
|
170 KB |
sha256:1a8c6a6559d7c2a00536ebb97e0ed01e9dd7b6cdee1ee9f141ce87d18263095c
|
|
|
turbo-run-summary-test-turbopack-dev-react-18-3-1-2-7
|
171 KB |
sha256:efe55a5a5622c91d585d91ba2fb4156a86cbd29bac4ba29180cb1bc1de6155ad
|
|
|
turbo-run-summary-test-turbopack-dev-react-18-3-1-3-7
|
171 KB |
sha256:696c922bd362b9daea63f52fa4231152856fe6dd87c52b03e450de00994120e4
|
|
|
turbo-run-summary-test-turbopack-dev-react-18-3-1-4-7
|
171 KB |
sha256:5f3874de2594b9ba81d5a240f6f0baedfa51d325f1d1627a966957958118cc00
|
|
|
turbo-run-summary-test-turbopack-dev-react-18-3-1-5-7
|
171 KB |
sha256:b1a9fed1142d33ead4dd98ce7da9d1527d0c2fa64e80721912e38f38a9bf06ce
|
|
|
turbo-run-summary-test-turbopack-dev-react-18-3-1-6-7
|
171 KB |
sha256:52a8eadcd5e93ee2c9b96c3daf3c147fc7f51bfaa57b601436d4cde55d1330a4
|
|
|
turbo-run-summary-test-turbopack-dev-react-18-3-1-7-7
|
171 KB |
sha256:1a7b8421c058276a3c78c4b03d04ed06a3a08d25e9790829ef5d0d46ce99a0ea
|
|
|
turbo-run-summary-test-turbopack-production-react-18-3-1-1-7
|
171 KB |
sha256:c6ceeaba3f066f31a2519d802bb38212d4d61392023323b71bb61738ae0d3724
|
|
|
turbo-run-summary-test-turbopack-production-react-18-3-1-2-7
|
171 KB |
sha256:ca7b634e4682338428f9ee89ba0d8a52135d9a09a38431ad36b6e2142033415d
|
|
|
turbo-run-summary-test-turbopack-production-react-18-3-1-3-7
|
171 KB |
sha256:d2ad496e0dbb608a419292784d5682be7e7fa03e390f2faf4187ed11e66548d4
|
|
|
turbo-run-summary-test-turbopack-production-react-18-3-1-4-7
|
171 KB |
sha256:c1822b94da74e328fb6a503ef0d86f136ccd660778835f0ce1d8a7a82624a1d3
|
|
|
turbo-run-summary-test-turbopack-production-react-18-3-1-5-7
|
171 KB |
sha256:1bec1567dc8601f5be8f4c064afa3eac51614630d2ca426d5023dadb136020f1
|
|
|
turbo-run-summary-test-turbopack-production-react-18-3-1-6-7
|
171 KB |
sha256:9ed6159d61c42f6d2ba74ecd272efa0662a3ef07bb5a26801b48da75d1614c1f
|
|
|
turbo-run-summary-test-turbopack-production-react-18-3-1-7-7
|
171 KB |
sha256:9179e99dcc9b89df21d071ae89736b8e7bac50dfe1f7929dda08d380608fe9a9
|
|
|
turbo-run-summary-test-unit-20
|
171 KB |
sha256:008bb82c944bd8c44ecde52110172f77371d38f5e69c677b7584898522d2550a
|
|
|
turbo-run-summary-test-unit-22
|
171 KB |
sha256:a811de1b234428af8388a234b8d8e7c1aa0a66a54a514d5fa413af4e9174affa
|
|
|
turbo-run-summary-test-unit-windows-20
|
172 KB |
sha256:02a3230a3322ee9954519164ff5c6eb26eb9d513b4b88471d0292b4096452bc9
|
|
|
turbo-run-summary-test-unit-windows-22
|
172 KB |
sha256:ac88bf82170b2a8f3ff7f64e5b23a3c6adbbfc5a2b88e08a7e241b7ab05d36a4
|
|
|
turbo-run-summary-types-and-precompiled
|
171 KB |
sha256:68aaff61a81fd2d9536085aa79b78f702015f8962f383ac93e46a40223051241
|
|