-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Windows CI runners are sporadically failing with os error 32 #88924
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Another curious error in https://github.com/rust-lang-ci/rust/runs/3592562094:
That error does not make much sense. |
Also see #88921 |
@rustbot ping windows This error is causing lots of spurious failures in our CI, maybe there's some steps to diagnose that folks could suggest (or it's well known and there's a clear fix). |
Hey Windows Group! This bug has been identified as a good "Windows candidate". cc @arlosi @danielframpton @gdr-at-ms @kennykerr @luqmana @lzybkr @nico-abram @retep998 @rylev @sivadeilra @wesleywiser |
Another related error message:
https://github.com/rust-lang-ci/rust/runs/3600286433 There haven't been any image changes since the September 9th change that broke CI. A rough timeline:
I didn't see any changes to bootstrap or CI that look fishy (except for #88797, but it seems strange that there would be a couple days without problems). |
It's a change to Github Actions that caused this. We also encountered it here: Lokathor/wide@6419c50 And someone else encountered it here with Python: https://github.com/PyO3/pyo3/runs/3601829130?check_suite_focus=true tl;dr: executables have started to become effectively read only after creating (and executing?) them. So any subsequent modification / deletion fails. This is entirely unrelated to Rust. |
I got another one: https://github.com/PyO3/pyo3/runs/3590459443?check_suite_focus=true which seems to be the earliest failure so far (at 13th Sept 20:30 CEST). |
I have opened actions/runner-images#4086 to see if maybe we can get some input about the configuration of the windows images. |
This can be closed now. |
Yes, thanks! |
Uh oh!
There was an error while loading. Please reload this page.
The Windows CI runners have recently started failing with:
os error 32 is
ERROR_SHARING_VIOLATION
. It is not clear to me what could possibly be locking the file in such a way to prevent reading it.Recent instances:
The text was updated successfully, but these errors were encountered: