-
Notifications
You must be signed in to change notification settings - Fork 895
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
toolchain in incorrect state after failed install #127
Comments
Probably related. Today, I've arrived at an incorrect state for the
|
"fixed" it |
Killing rustup partway through installation will leave the directory in an inconsistent state, but it's not related to this issue. |
Can NOT fixed this issue. GCP unbuntu 18.04.
|
@ssrlive Your issue does not look to be directly related to this issue. Please file a fresh issue and ensure you include the exit code after this failure because knowing why rustup was killed will be critical to our determining how to fix the issue. |
This is another instance of missing/corrupt manifest data. Without knowledge of the installed file, rustup cannot remove it prior to installing the updated version, and then hits a conflict due to the file already existing, and you get the error. We've got a bunch of these bugs scattered all over the place, I'm closing them all to bring order. See #2417. |
Even though the file-level rollback works correctly when installation fails, there are still directories left behind. This looks to rustup like a real installation, but it's broken.
The text was updated successfully, but these errors were encountered: