-
Notifications
You must be signed in to change notification settings - Fork 150
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
Intermittent loop errors #80
Comments
I am not sure, perhaps its related to: #55 If you re-run and it doesn't always succeeds it sounds like that. |
I havent seen this happen in a while, going to close for now |
Happened to me on Github-CI (github actions). Can't get it to work :'(
https://github.com/Salamandar/StrangerFamily/runs/1871119298?check_suite_focus=true |
@Salamandar it seems to be very very inconsistent. It eventually started working 99% of the time with that occasionally happening, but when I first started writing the image it happened 99% of the time and only worked a few times. I honestly dont know what it is, but it eventually just started working. I think maybe theres a race condition on when /dev/loop0 comes up and sometimes its not there when the command tries to |
@myoung34 Erf... I'm trying to build using ubuntu-20.04 instead of ubuntu-latest, maybe that will "solve" the issue for me. |
Might also be docker versions |
Unfortunately that did not help... Only the loop device number is different (here it's loop10). |
I think better would be to try to use bash |
@myoung34 I am not sure if it would work if it fails on the first try, but it might be worth to test it. But for now I rarely see it. |
@guysoft I can try it, just tell me which branch to point my submodule to ;) |
I'm attempting to build something based on the octopi layout.
This build worked, but I wanted to remove the
if
on the workflow: https://github.com/myoung34/tilty-pi/actions/runs/187201484which caused this failure despite no changes: https://github.com/myoung34/tilty-pi/runs/923707874
which seems to be from https://github.com/guysoft/CustomPiOS/blob/master/src/common.sh#L143
other intermittent failures:
Hit re-run enough times and finally there's a success with no changes: https://github.com/myoung34/tilty-pi/runs/924379003
The text was updated successfully, but these errors were encountered: