depot
PublicRun full CI pipeline of the depot, TVL's monorepo.
feat(readTree): Add special `here` argument.
Failed in 3m 35s


โ๏ธ ๐ protoCheck (from nix/bufCheck)


โ๏ธ depot formatting check (from tools/depotfmt)
โ๏ธ Check all crates used in depot for advisories (from tools/rust-crates-advisory:tree-lock-file-report)
โ๏ธ ๐ ensure generated protobuf files match (from tvix/build-go)
โ๏ธ ๐ ensure generated protobuf files match (from tvix/castore-go)
โ๏ธ ๐ ensure generated protobuf files match (from tvix/store-go)
โ๏ธ crate2nix check for tvix (from tvix:crate2nix-check)
โ๏ธ crate2nix check for users/edef/crunch-v2 (from users/edef/crunch-v2)
โ๏ธ crate2nix check for users/edef/fetchroots (from users/edef/fetchroots)
โ๏ธ crate2nix check for users/edef/narinfo2parquet (from users/edef/narinfo2parquet)
โ๏ธ crate2nix check for users/edef/turbofetch (from users/edef/turbofetch)
โ๏ธ crate2nix check for users/edef/weave (from users/edef/weave)
โ๏ธ crate2nix check for users/picnoir/tvix-daemon (from users/picnoir/tvix-daemon:crate2nix-check)

โ๏ธ crate2nix check for web/tvixbolt (from web/tvixbolt)
๐ฆ
โคต๏ธ
โ๏ธ depot formatting check (from tools/depotfmt)set -ueo pipefail && echo '--- Building extra step script' && command_script="$(set -o pipefail; (nix-store --realise '/nix/store/n1rz8aps4hph1d8xajvnwv8783f0nd1d-depotfmt-check.drv' --add-root 'nix-buildkite-extra-step-command-script' --indirect | xargs -r realpath) || (test ! -f '/nix/store/n1rz8aps4hph1d8xajvnwv8783f0nd1d-depotfmt-check.drv' && nix-build -E 'builtins.getAttr "command" (builtins.getAttr "check" (builtins.getAttr "extraSteps" (builtins.getAttr "ci" (builtins.getAttr "meta" (builtins.getAttr "depotfmt" (builtins.getAttr "tools" (import ./. {})))))))' --show-trace --out-link 'nix-buildkite-extra-step-command-script'))" && echo '+++ Running extra step script' && # ATTN: buildkite substitutes this variable outside of the execution for some reason && exec "$command_script"
Waited 2s
Ran in 2s
๐ฆset -ueo pipefail && readonly FAILED_JOBS=$(curl 'https://graphql.buildkite.com/v1' \ && --silent \ && -H "Authorization: Bearer $(cat /run/agenix/buildkite-graphql-token)" \ && -d "{\"query\": \"query BuildStatusQuery { build(uuid: \\\"0195a9f0-3950-4c74-aaf1-da0e3214d3ac\\\") { jobs(passed: false, first: 500 ) { edges { node { ... on JobTypeCommand { retried } } } } } }\"}" | \ && jq -r '.data.build.jobs.edges | map(select(.node.retried == false)) | length') && echo "$FAILED_JOBS build jobs failed." && if (( $FAILED_JOBS > 0 )); then && exit 1 && fi
Waited 2s
Ran in 2s
Total Job Run Time: 3m 57s