depot
PublicRun full CI pipeline of the depot, TVL's monorepo.
WIP
Failed in 1h 24m










































⚙️ 🐃 protoCheck (from nix/bufCheck)




































































































































































































































































































































⚙️ depot formatting check (from tools/depotfmt)



















⚙️ Verify `git r` output matches refs/r/* (from tools/git-r)











⚙️ 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)



































⚙️ :nix :import tvix/docs/src/store with tvix-store import (from tvix/store)




































































⚙️ 🐃 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 3s
Ran in 5m 37s

Waited 4s
Ran in 5m 22s

Waited 14m 8s
Ran in 4m 50s

Waited 14m 37s
Ran in 4m 26s

Waited 14m 37s
Ran in 4m 23s

Waited 14m 44s
Ran in 4m 17s

Waited 20m 53s
Ran in 2m 19s

Waited 20m 53s
Ran in 2m 35s
⚙️ crate2nix check for tvix (from tvix:crate2nix-check)/nix/store/siish26cq0rsrarnz446xwi7iwrc5l8j-crate2nix-check-script
Waited 3s
Ran in 39s
🦆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: \\\"0195a4c7-0dcc-42f6-93b3-aa89e339e0c6\\\") { 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: 22h 34m