depot

Public

Run full CI pipeline of the depot, TVL's monorepo.

chore(tvix): remove store featureset testing from CI

#39064
/
cl/13280
/3c7285ad34d
Failed in 1m 4s
  • //users/aspen/xanthous/server: 3 advisories for Cargo.lock
    • mio 0.8.4: RUSTSEC-2024-0019 (CVE-2024-27308, GHSA-r8w9-5wcg-vfj7), patched: >=0.8.11
    • remove_dir_all 0.5.3: RUSTSEC-2023-0018 (GHSA-mc8h-8q98-g5hr), patched: >=0.8.0
    • tokio 1.21.2: RUSTSEC-2023-0001 (CVE-2023-22466, GHSA-7rrj-xr53-82p7), patched: >=1.18.4, <1.19.0; >=1.20.3, <1.21.0; >=1.23.1
  • //users/aspen/achilles: 2 advisories for Cargo.lock
  • //users/edef/weave: 2 advisories for Cargo.lock
  • //users/edef/crunch-v2: 5 advisories for Cargo.lock
  • //users/edef/fetchroots: 6 advisories for Cargo.lock
  • //users/edef/narinfo2parquet: 1 advisories for Cargo.lock
  • //users/edef/turbofetch: 4 advisories for Cargo.lock
  • //users/tazjin/tgsa: 4 advisories for Cargo.lock
  • //users/tazjin/yddns: 5 advisories for Cargo.lock
  • //users/tazjin/finito: 4 advisories for Cargo.lock
    • chrono 0.4.11: RUSTSEC-2020-0159, patched: >=0.4.20
    • generic-array 0.9.0: RUSTSEC-2020-0146 (CVE-2020-36465, GHSA-3358-4f7f-p4j4), patched: >=0.8.4, <0.9.0; >=0.9.1, <0.10.0; >=0.10.1, <0.11.0; >=0.11.2, <0.12.0; >=0.12.4, <0.13.0; >=0.13.3
    • smallvec 1.4.0: RUSTSEC-2021-0003 (CVE-2021-25900, GHSA-43w2-9j62-hq99), patched: >=0.6.14, <1.0.0; >=1.6.1
    • time 0.1.43: RUSTSEC-2020-0071 (CVE-2020-26235, GHSA-wcg3-cvx6-7396), patched: >=0.2.23
  • //ops/journaldriver: 1 advisories for Cargo.lock
  • //ops/yandex-cloud-rs: 6 advisories for Cargo.lock
    • h2 0.3.19: RUSTSEC-2024-0003 (GHSA-8r5v-vm4m-4g25), patched: ^0.3.24; >=0.4.2
    • h2 0.3.19: RUSTSEC-2024-0332 (GHSA-q6cp-qfwq-4gcv), patched: ^0.3.26; >=0.4.4
    • mio 0.8.8: RUSTSEC-2024-0019 (CVE-2024-27308, GHSA-r8w9-5wcg-vfj7), patched: >=0.8.11
    • ring 0.16.20: RUSTSEC-2025-0009, patched: >=0.17.12
    • rustls 0.21.1: RUSTSEC-2024-0336 (CVE-2024-32650, GHSA-6g7w-8wpp-frhj), patched: >=0.23.5; >=0.22.4, <0.23.0; >=0.21.11, <0.22.0
    • rustls-webpki 0.100.1: RUSTSEC-2023-0053 (GHSA-fh2r-99q2-6mmg), patched: >=0.100.2, <0.101.0; >=0.101.4
  • //tvix: 1 advisories for Cargo.lock
  • //web/planet-mars: 2 advisories for Cargo.lock
  • //web/converse: 16 advisories for Cargo.lock
  • //web/atward: 1 advisories for Cargo.lock
  • //fun/paroxysm: 2 advisories for Cargo.lock
  • //corp/rih/backend: 4 advisories for Cargo.lock
  • //tools/cheddar: 1 advisories for Cargo.lock
  • //net/alcoholic_jwt: 2 advisories for Cargo.lock

This is a build of cl/13281 (at patchset #1)

:llama:set -ue && if test -n "${GERRIT_CHANGE_URL-}"; then && echo "This is a build of [cl/$GERRIT_CHANGE_ID]($GERRIT_CHANGE_URL) (at patchset #$GERRIT_PATCHSET)" | \ && buildkite-agent annotate --context cl-annotation && fi && # Attempt to fetch a target map from a parent commit on canon, && # except on builds of canon itself. && [ "cl/13280" != "refs/heads/canon" ] && \ && nix/buildkite/fetch-parent-targets.sh && PIPELINE_ARGS="" && if [[ -f tmp/parent-target-map.json ]]; then && PIPELINE_ARGS="--arg parentTargetMap tmp/parent-target-map.json" && fi && nix-build --option restrict-eval true --include "depot=${PWD}" \ && --include "store=/nix/store" \ && --allowed-uris 'https://' \ && -A ops.pipelines.depot \ && -o pipeline --show-trace $PIPELINE_ARGS && # Steps need to be uploaded in reverse order because pipeline && # upload prepends instead of appending. && ls pipeline/build-chunk-*.json | tac | while read chunk; do && buildkite-agent pipeline upload $chunk && done && buildkite-agent artifact upload "pipeline/*"
Waited 1s
·
Ran in 56s
🦆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: \\\"0195a7e5-cccd-4bd4-ab4b-610caef9d6b4\\\") { 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: 1m 0s