You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to update ansible package (to have an up-to-date package ^_^').
What happened (include all command output)?
Brew cannot verify the bottle attestation.
⏺ ~ > brew upgrade ansible
==> Upgrading 1 outdated package:
ansible 11.0.0 -> 11.1.0
==> Downloading https://ghcr.io/v2/homebrew/core/ansible/manifests/11.1.0
##################################################################################################################################################################################################################################### 100.0%
==> Fetching ansible
==> Downloading https://ghcr.io/v2/homebrew/core/ansible/blobs/sha256:9cad1f4cb9648b83738b09de1ec3e67d7c44d16fea056259df4f22278ad21dba
##################################################################################################################################################################################################################################### 100.0%
==> Verifying attestation for ansible
Warning: Failed to verify attestation. Retrying in 1s...
Warning: Failed to verify attestation. Retrying in 3s...
Warning: Failed to verify attestation. Retrying in 9s...
Warning: Failed to verify attestation. Retrying in 27s...
Warning: Failed to verify attestation. Retrying in 81s...
Error: The bottle for ansible has an invalid build provenance attestation.
This may indicate that the bottle was not produced by the expected
tap, or was maliciously inserted into the expected tap's bottle
storage.
Additional context:
no attestation matches subject: ansible--11.1.0.sonoma.bottle.tar.gz
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Trying to update ansible package (to have an up-to-date package ^_^').
What happened (include all command output)?
Brew cannot verify the bottle attestation.
Despite its attestation existing: https://github.com/Homebrew/homebrew-core/attestations/3647054
If i manually verify the bottle, it is fine:
What did you expect to happen?
Update without error.
Step-by-step reproduction instructions (by running
brew
commands)brew update ; brew upgrade ansible
The text was updated successfully, but these errors were encountered: