Skip to content

docs: add Navigation Inspector and runtime-data insight screenshots #112321

docs: add Navigation Inspector and runtime-data insight screenshots

docs: add Navigation Inspector and runtime-data insight screenshots #112321

Triggered via pull request June 9, 2026 22:31
Status Success
Total duration 6m 13s
Artifacts 3

build_and_test.yml

on: pull_request
Determine changes
13s
Determine changes
build-next  /  build
56s
build-next / build
optimize-ci  /  Graphite CI Optimizer
7s
optimize-ci / Graphite CI Optimizer
validate-docs-links
18s
validate-docs-links
Upload PR CI metadata
5s
Upload PR CI metadata
build-native  /  build
build-native / build
fetch test timings
0s
fetch test timings
build-native-windows  /  build
build-native-windows / build
rust check  /  build
rust check / build
rustdoc check  /  build
rustdoc check / build
test cargo unit  /  build
test cargo unit / build
ast-grep lint
14s
ast-grep lint
test next-swc wasm  /  build
test next-swc wasm / build
test cargo benches  /  Test
test cargo benches / Test
test next-swc wasi  /  build
test next-swc wasi / build
test devlow package  /  build
test devlow package / build
Matrix: Test new and changed tests for flakes (dev)
Waiting for pending jobs
Matrix: Test new and changed tests for flakes (prod)
Waiting for pending jobs
Matrix: test next-config-ts-native-ts dev
Waiting for pending jobs
Matrix: test next-config-ts-native-ts prod
Waiting for pending jobs
Matrix: test unit
Waiting for pending jobs
types and precompiled  /  build
types and precompiled / build
test firefox and safari  /  build
test firefox and safari / build
Matrix: Run devlow benchmarks
Waiting for pending jobs
Matrix: test cache components prod
Waiting for pending jobs
Matrix: test prod
Waiting for pending jobs
Matrix: test cache components dev
Waiting for pending jobs
Matrix: test dev
Waiting for pending jobs
Matrix: test turbopack dev
Waiting for pending jobs
Matrix: test turbopack production
Waiting for pending jobs
Matrix: test rspack dev
Waiting for pending jobs
Matrix: test rspack production
Waiting for pending jobs
Matrix: test unit windows
Waiting for pending jobs
test dev windows  /  build
test dev windows / build
test integration windows  /  build
test integration windows / build
test prod windows  /  build
test prod windows / build
Matrix: Test new and changed tests when deployed (cache components)
Waiting for pending jobs
Matrix: Test new and changed tests when deployed
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

13 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/
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: 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.
resolved-vc-in-return-type: turbopack/crates/turbopack-resolve/src/typescript.rs#L172
Returning a `ResolvedVc` in a turbo task is not recommended. Consider replacing `ResolvedVc<Box<dyn Source>>` in `resolve_extends_rooted_or_relative` with `Vc<Box<dyn Source>>` instead.
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/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-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/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: 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.
lint / build
Cache save failed.

Artifacts

Produced during runtime
Name Size Digest
pr-ci-metadata Expired
281 Bytes
sha256:9457efb71467bd3bdf96b1b2014f49435bd13d61eb922b80a79666f01bb3d08d
turbo-run-summary-build-next
170 KB
sha256:7f6bb82e93aacb0407449088c504a9fda9bb6b144c118ce50975383f0b694df5
turbo-run-summary-lint
170 KB
sha256:66376cc3ea6cf64deb5faf8f1a0aaf8199e7b67fd8c7b1bbfa2673c577dae0fa