-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Builder got stuck on "Updating crates.io index" #64248
Comments
i have the same issue |
I have the same issue on some network. Is this related to some network problem? |
The crates.io index is downloaded from GitHub, so I would contact GitHub support to ask about it. |
I have the same issue, any resolve for that? |
based on rust-lang/cargo#7662 (comment), i cleared the contents of (cc @Canoir ) |
Triage: I presume this aims to track our CI issues and it doesn't happen on recent our CI builds. The cargo issue itself should go to the cargo repo (like rust-lang/cargo#7662). Therefore I'm going to close. |
Same problem here when I added Rust 0.4.171.4656-221 |
@blueglyph Note that this issue is about our CI builder. |
I had this issue too, I simply changed directory from the terminal into the registry file@mk30 specified and CLion resumed the build. |
Could i just skip the |
Same issue here. Maybe proxy issue? EDIT: it worked after tip of #64248 (comment) |
Same here with 3GB and ~400000 files in the .cargo/registry on windows (using a SSD). |
make sure to run your IDE as admin or sudo. it fixed for me. also clean the registry cache as per this comment |
I am experiencing the same issue when building a very simple project (its only dependency is Rocket) inside a docker (it is a fresh environment, the cargo registry is empty) |
having same issue on linux |
the same issue on Mac |
Same issue, Debian Stretch 32-bit, I'm trying to add num-bigint crate manually but still the same problem, no solution so far? |
In #64246 (comment), the test-various builder got stuck (https://dev.azure.com/rust-lang/rust/_build/results?buildId=7573):
cc @pietroalbini
The text was updated successfully, but these errors were encountered: