-
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
Cascading failure on bots when interrupted when performing git operations #34595
Comments
FWIW the fix now is to log into the bots and delete the |
Correction, fix is to remove |
This unfortunately has happened quite a bit recently. I believe it's isolated to rustbuild currently because the The only fix here that I can think of is that we detect this failure, then detect where it failed, blow away the entire subdirectory if it exists, then try the whole operation again. That way it can automatically recover from a corrupt directory. Would be a great way to jump into rustbuild if anyone's interested! |
Buildbots are almost gone now, so closing. |
This is basically a best guess as to what's happening on the bots, but from time to time it appears that the build directory gets entirely corrupted with error messages like:
This happened on a MSVC rustbuild bot, but I believe I've seen this before on basically all bots (but I feel the windows bots are affected more often).
My best guess as to what's happening here is:
I... don't actually know what the best solution here is. May as well track it though!
The text was updated successfully, but these errors were encountered: