-
Notifications
You must be signed in to change notification settings - Fork 19
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
FreeBSD jobs occassionally fail when ejecting the disk #64
Comments
This option was just added to the new release tag so bump it to 0.20. We don't care about syncing files, so disable it since it should prevent a one type of error related to ejecting the hard drive*. *: cross-platform-actions/action#64
This option was just added to the new release tag so bump it to 0.20. We don't care about syncing files back to the runner, so only sync one way to the VM to hopefully make one type of error related to ejecting the hard drive rarer*. *: cross-platform-actions/action#64
I've started to see this myself as well. Also for OpenBSD. Not sure what to do about it. Catch the error and try the command again perhaps. |
The last week or so I've been noticing more and more of these failures. Sometimes a single retry is enough, other times I have to retry several times before the job succeeds. Some sort of retry mechanism with a small wait time (e.g. 5 times with a 30 sec wait time) would be much appreciated 😃 |
This will hopefully fix or mitigate the following error that occurs when trying to eject the secondary disk: ``` hdiutil: couldn't eject "disk2" - Resource busy ```
Looks like it was possible to fix/mitigate this issue by retrying detaching the disk: https://github.com/cross-platform-actions/action/actions/runs/6749533591/job/18350090001#step:3:236. Fixed in https://github.com/cross-platform-actions/action/releases/tag/v0.21.1. |
@jacob-carlborg Thanks! I'll give it a try! 🎉 |
In the last few weeks I've been observing FreeBSD jobs failing when trying to eject a disk, with the error being that the resource is busy. https://github.com/inko-lang/inko/actions/runs/6520144623/job/17707484871 is one such job where this happened:
A restart of the job typically fixes it, though sometimes a second or third retry may be necessary. I'm not sure yet how to reliably reproduce it, as it happens sporadically.
The text was updated successfully, but these errors were encountered: