Closed yorickpeterse closed 1 year ago
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 :smiley:
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! :tada:
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.