-
Notifications
You must be signed in to change notification settings - Fork 53
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
arch linux CI workflow fails #770
Comments
It looks like it timed out. |
It's the entire workflow that's timing out though, I think, if you check the execution times. It shouldn't really take 10 minutes to update (!) |
Ah yeah, thank's for the hint, now I see it too in the workflow run. Hm, I'll sync my fork and try to reproduce this on my runner. |
I looked into this but I'm not able to reproduce it: https://github.com/gierens/libvfio-user/actions/runs/6066677383 ... ran it multiple times and the arch job always succeeds as the fastest. What I did notice however is that the centos job sometimes comes pretty close to the 10 minute mark (https://github.com/gierens/libvfio-user/actions/runs/6066677383/attempts/1): And also failed one time (https://github.com/gierens/libvfio-user/actions/runs/6066677383/attempts/3): So my best guess is, that something similar happened to the arch job on the mentioned PR ... some connection issue to the arch repos and then a timeout. Nothing to worry too much about. I'm also not convinced that the timeout came from Github since the default Github Actions timeout is 6 hours unless configured otherwise: https://nesin.io/blog/github-action-timeout ... and I cannot find any such config in the workflows. |
See the yaml in .github - we set timeout to 10 minutes as that really should be long enough for pre-commit CI. |
Ah, yeah you're right ... my editor plugin for searching doesn't seem to go into hidden directories that's why I could find it, my bad! |
But then that's actually settled I'd say, just a timeout due to a connection issue. |
we saw this a few times but will keep open and monitor... |
I wonder if maybe the arch repo mirror that is chosen in the jobs on your runner is flaky. |
Well, it's github's runner so not something we'd control |
https://github.com/nutanix/libvfio-user/actions/runs/6011550391/job/16305137885?pr=769
@gierens any ideas?
The text was updated successfully, but these errors were encountered: