depot
PublicRun full CI pipeline of the depot, TVL's monorepo.
chore(tvix): limit total number of dependencies
Passed in 31m 26s


โ๏ธ ๐ 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)
๐ฆ
โคต๏ธ

Waited 1s
Ran in 6m 2s
โ๏ธ ๐ protoCheck (from nix/bufCheck)/nix/store/9wbc4wqgda1ii7wvbvlsg7rb5pzzjn0a-protoCheck-script
Waited 1s
Ran in 7s

Waited 22m 15s
Ran in 36s
โ๏ธ depot formatting check (from tools/depotfmt)/nix/store/lacds5pncw2xi5ayf9p319qlbx87xrw5-check-script
Waited 1s
Ran in 5s
โ๏ธ Check all crates used in depot for advisories (from tools/rust-crates-advisory:tree-lock-file-report)/nix/store/p139shj88ygl9r7bw9q437n9lbxz89a6-run-script
Waited 2s
Ran in 4s
โ๏ธ ๐ ensure generated protobuf files match (from tvix/build-go)/nix/store/7i4sx6ggwyylsp5kgsncrfs54kjvr1gn-check-script
Waited 1s
Ran in 1s
โ๏ธ ๐ ensure generated protobuf files match (from tvix/castore-go)/nix/store/5ikvb5fkk6znqb8ga58ipchf35i6wf94-check-script
Waited 2s
Ran in 1s
โ๏ธ ๐ ensure generated protobuf files match (from tvix/store-go)/nix/store/pnfg8xijld4jj9iamdcgwrfnqg1lk5kp-check-script
Waited 2s
Ran in 1s

Waited 1s
Ran in 2m 1s

Waited 1s
Ran in 2m 43s
โ๏ธ crate2nix check for tvix (from tvix:crate2nix-check)/nix/store/2qjicn45l2vbwlf4nzxy38l3a00jhq91-crate2nix-check-script
Waited 1s
Ran in 3s

Waited 1s
Ran in 1s
โ๏ธ crate2nix check for users/edef/crunch-v2 (from users/edef/crunch-v2)/nix/store/5prcph4p84xhrz5s7l4r15q5cywy5zkn-crate2nix-check-script
Waited 1s
Ran in 2s
โ๏ธ crate2nix check for users/edef/fetchroots (from users/edef/fetchroots)/nix/store/crn24x8kk7y796ni0k9wxc9aq7blyvl4-crate2nix-script
Waited 1s
Ran in 3s
โ๏ธ crate2nix check for users/edef/narinfo2parquet (from users/edef/narinfo2parquet)/nix/store/bih6hgphd4dsqlp853p2qmwjgxwh8qdk-crate2nix-script
Waited 1s
Ran in 2s
โ๏ธ crate2nix check for users/edef/turbofetch (from users/edef/turbofetch)/nix/store/4lcnvbxvl7scfmv0839b72576xz6i411-crate2nix-check-script
Waited 1s
Ran in 2s
โ๏ธ crate2nix check for users/edef/weave (from users/edef/weave)/nix/store/sh4rmiwqx89ay72kvb90r9hp4ki6i8fv-crate2nix-check-script
Waited 1s
Ran in 2s
โ๏ธ crate2nix check for users/picnoir/tvix-daemon (from users/picnoir/tvix-daemon:crate2nix-check)/nix/store/djgagafcpvb622bsvcx93zrmqbz7vqd3-crate2nix-check-script
Waited 2s
Ran in 2s
โ๏ธ crate2nix check for web/tvixbolt (from web/tvixbolt)/nix/store/nllfc0kscnkfkpb761jc68jhimxrxxci-crate2nix-check-script
Waited 1s
Ran in 2s
Build will continue even if previous stage fails
๐ฆ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: \\\"01942203-c1be-40ed-b275-6639c65297c4\\\") { 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 3s
โคต๏ธset -ueo pipefail && buildkite-agent artifact download "pipeline/*" . && find ./pipeline -name 'release-chunk-*.json' | tac | while read chunk; do && buildkite-agent pipeline upload $chunk && done
Waited 1s
Ran in 4s
Total Job Run Time: 12m 13s