-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Android CI fails sporadically during build #5992
Comments
I have the feeling that this doesn happen anymore currently. |
It just happened again: #6015 (comment) |
@BenWiederhake thanks for reporting. Before merge, I wanted to see a case where my workaround was actually needed and working. Currently, on this branch I had only cases where the build worked the first time. |
Update: it works. I found now a case where it was happing on this branch, and the automatic retry was helping to make build successful. |
closing as workaround was merged to main |
Android CI is still unstable due to random errors of
Text file busy
.Example attachted.
The crate beeing affected seems to be rather random each time.
As I think this is an issue with the build system itself, I don't know how to easily fix this.
From my experience "Text file busy" means that an other process is blocking the file such that it can't be accessed.
Maybe this is a race-condition that happens when the creation of the file is not yet fully finished and its already accessed for execution?
Anyway I suggest to implement a workaround that just retries the build 3 times before stopping.
I can implement this.
The text was updated successfully, but these errors were encountered: