-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random error "failed to fetch https://github.com/rust-lang/crates.io-index
" on CI runs
#9187
Comments
Thanks for the report! This should be fixed in the 1.50 release (#8998). I'm not too familiar with alpine, or how Rust is built there, so the exact details may differ (like if they are packaging their own libgit2, that would need to be updated). As a workaround, if you have |
Thanks for your fast reply. I'll try the workaround tomorrow. Not sure how to get the latest rust release easily running on alpine arm as rustup seems to be not working on armv7. |
Closing as a duplicate of #8517. Feel free to reopen if it still doesn't work on 1.50 or newer. |
partially revert linuxserver#125, avoiding rust-lang/cargo#9187
[armhf] revert linuxserver#125 and use py3-cryptography alpine package, avoiding rust-lang/cargo#9187 closes linuxserver#127
We get random errors, when rust is building, stating that failed to fetch https://github.com/rust-lang/crates.io-index This appears to [be known][1] and will be fixed in the future. Until then the suggested workaround is to use git that is installed on the system instead. [1]: rust-lang/cargo#9187
We get random errors, when rust is building, stating that failed to fetch https://github.com/rust-lang/crates.io-index This appears to [be known][1] and will be fixed in the future. Until then the suggested workaround is to use git that is installed on the system instead. [1]: rust-lang/cargo#9187
Problem
I get random errors like this during CI runs:
Restarting the failed pipeline works in most cases and the build finished without issues. Full log:
Failed - https://drone.thegeeklab.de/thegeeklab/git-batch/50/7/2
Worked - https://drone.thegeeklab.de/thegeeklab/git-batch/51/7/2
Any idea where to look or how to fix it? The ARM pipelines are running within arm32v7/python:3.9-alpine containers on AWS EC2 a1.xlarge machines.
Output of
cargo version
: cargo 1.47.0The text was updated successfully, but these errors were encountered: