-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Spurious "Command exited with code 259" on AppVeyor #58160
Comments
Add more debugging code to track down appveyor 259 exit code cc #58160 r? @alexcrichton
Task list when it spuriously fails:
|
Add more debugging code to track down appveyor 259 exit code cc #58160 r? @alexcrichton
Add more debugging code to track down appveyor 259 exit code cc rust-lang#58160 r? @alexcrichton
At least 3 of these builds finished in >3 hours. Maybe this is the reason. |
#58750 failed two times in a row because of this. Both failures on jobs with builds > 3hours. |
We're currently praying that sccache dying after 3 hrs somehow causes the "exited with 259" errors on appveyor, but this is a complete shot in the dark. In any case it should be harmless to keep sccache alive! cc rust-lang#58160
AppVeyor said they fixed the underlying cause of this failure 🎉 |
Happened again in #59522 (comment). |
That was a spurious spurious failure, AppVeyor said it shouldn't happen again. We also added some debug code to better investigate it if it happens again. |
Some builds on AppVeyor are "failing" with an exit code of
259
. That exit code is not a failure though, but it's the way Windows marks processes that didn't fully finish yet.We contacted AppVeyor support about this.
cc @rust-lang/infra
The text was updated successfully, but these errors were encountered: