Update Kani Metrics - #685
Open
github-actions[bot] wants to merge 2 commits into
Open
github-actions[bot] wants to merge 2 commits into
github-actions[bot] wants to merge 2 commits into
Conversation
feliperodri
approved these changes
Sep 13, 2026
feliperodri
added a commit
to v3risec/verify-rust-std
that referenced
this pull request
Sep 17, 2026
…l-checking#688) ## Problem Homebrew 6.0 started refusing to load formulae from untrusted third-party taps. The pinned Kani's `scripts/setup/macos/install_cbmc.sh` runs `brew tap diffblue/cbmc`, which now fails on `macos-latest` runners, so CBMC never gets installed and every macOS Kani job dies with: ``` [Errno 2] No such file or directory: 'cbmc' ``` This is currently red on all macOS jobs (see model-checking#685), and the fail-fast cancellation also takes down the ubuntu counterparts. ## Fix Run `brew trust diffblue/cbmc 2>/dev/null || true` in `run-kani.sh` right before it invokes the macOS setup script, so the tap is trusted before Kani taps it — regardless of which Kani commit is pinned. The guard makes it a no-op on older Homebrew that lacks `brew trust`. This mirrors the upstream Kani fix [model-checking/kani#4785](model-checking/kani#4785), applied at the verify-rust-std layer so it does **not** require bumping the pinned Kani commit / toolchain. ## Testing Ubuntu path is unchanged; macOS CI on this PR exercises the fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated PR to update Kani metrics.
The metrics have been updated by running
./scripts/run-kani.sh --run metrics.