Skip to content

ci: cargo-vet failing on fastrand:2.4.0 — blocks all CI since Mar 28 #1091

@chaliy

Description

@chaliy

Summary

The Audit job in CI fails because cargo vet reports fastrand:2.4.0 missing ["safe-to-deploy"]. This has been failing on every push to main since March 28, causing the Check gate job to fail as well.

This is the root cause of all CI failures on main last week (at least 8 failures on main alone, plus cascading failures on PR branches that inherit this).

Error

fastrand:2.4.0 missing ["safe-to-deploy"]

Exit code 255 from cargo vet --locked.

Impact

  • Every CI run on main since Mar 28 has the Audit job failing
  • The Check gate aggregates job results and also fails
  • PR branches that don't have test failures show green Tests but red overall CI due to Audit
  • This likely contributed to the 77 CI failures last week

Fix

Run cargo vet certify fastrand 2.4.0 or update supply-chain/config.toml to trust the new version.

Affected runs (sample)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions