17 days ago
My deployments are failing with the following in the logs. Did some searching and cannot find a resolution. Here is an excerpt from the deployment logs:
mise python@3.13.13 [1/3] install
mise python@3.13.13 [1/3] download cpython-3.13.13+20260504-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
mise uv@0.11.9 [1/3] install
mise python@3.13.13 [1/3] generate checksum cpython-3.13.13+20260504-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
mise python@3.13.13 [1/3] extract cpython-3.13.13+20260504-x86_64-unknown-linux-gnu-install_only_stripped.tar.gz
mise python@3.13.13 [1/3] python --version
mise python@3.13.13 [1/3] Python 3.13.13
mise python@3.13.13 ✓ installed
mise uv@0.11.9 [1/3] download uv-x86_64-unknown-linux-musl.tar.gz
mise uv@0.11.9 [2/3] verify GitHub artifact attestations
mise ERROR Failed to install aqua:astral-sh/uv@0.11.9: No GitHub artifact attestations found for aqua:astral-sh/uv@0.11.9, but they are expected per aqua registry configuration
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information
Build Failed: build daemon returned an error < failed to solve: process "mise install" did not complete successfully: exit code: 1
Pinned Solution
17 days ago
Hi, please set MISE_AQUA_GITHUB_ATTESTATIONS=false for now. This worked for me. The correct fix however would be to update the registry to support for 0.11.9 as well which is something I will do in a bit
2 Replies
Status changed to Open Railway • 17 days ago
17 days ago
Hi, please set MISE_AQUA_GITHUB_ATTESTATIONS=false for now. This worked for me. The correct fix however would be to update the registry to support for 0.11.9 as well which is something I will do in a bit
17 days ago
Thanks, it worked. How can I know when the update to the registry is completed so I can set the attestations to true? Will this thread be updated?
Status changed to Solved brody • 17 days ago