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)
Summary
The
Auditjob in CI fails becausecargo vetreportsfastrand:2.4.0 missing ["safe-to-deploy"]. This has been failing on every push to main since March 28, causing theCheckgate job to fail as well.This is the root cause of all CI failures on
mainlast week (at least 8 failures on main alone, plus cascading failures on PR branches that inherit this).Error
Exit code 255 from
cargo vet --locked.Impact
mainsince Mar 28 has the Audit job failingCheckgate aggregates job results and also failsFix
Run
cargo vet certify fastrand 2.4.0or updatesupply-chain/config.tomlto trust the new version.Affected runs (sample)