-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Ubuntu 24.04 runner jobs being canceled unprompted after about 4 minutes #9959
Comments
Got the same issue with 22.04: https://github.com/deepmodeling/deepmd-kit/actions/runs/9293232817 |
We're experiencing the same as well. It's all other the place with 22.04. One example: https://github.com/ovsrobot/ovs/actions/runs/9287012507/attempts/2 |
We see the same with Orchard Core. E.g.: https://github.com/OrchardCMS/OrchardCore/actions/runs/9293755080 |
This doesn't appear to be the same issue |
We are also experiencing this, where the workflow runs fine on other Ubuntu and macOS runners, but When I tried to re-run the failed jobs, it doesn't even try to run it, and just shows "this jobs was skipped": |
We are seeing this on Garnet using 22.04.4: https://github.com/microsoft/garnet/actions/runs/9294668900/usage |
We are encountering the same issue: https://github.com/eth-pkg/eth-nodes/actions/runs/9297384932/job/25587569214. Ubuntu 22.04 works as a viable alternative, as shown in https://github.com/eth-pkg/eth-nodes/actions/runs/9287865369. However, it fails due to other non-image-related bugs. |
i also encounter the "Error: The operation was canceled." problem with Ubuntu 24.04 and it happens every time (two out of two, anyway) at the exact same position in the build:
note that the 2nd one was faster as it was able to re-use some cached build artefacts of the first, i.e. this isn't a time-based kill. there's nothing visible in the logs which would indicate why it'd fail at exactly this position. |
Me too: https://github.com/agda/agda/actions/runs/9288539542 |
I have the same issue and it happens always, starting with this week |
We have the same issue with the following image that was first used yesterday
it seems this was not present with
GHA run: https://github.com/keycloak/keycloak-benchmark/actions/runs/9280514320/attempts/1 There are also some discussions created here: |
Affects us at https://github.com/OISF/suricata pretty badly too. Using 22.04 image mostly. |
https://github.com/PowerDNS/pdns is affected as well, GH actions workflows are basically useless for us right now, despite https://www.githubstatus.com's claims that all is fine. |
Others with same issue: #9848 (comment) |
+1, Same problem |
+1 |
We are having the same problem for the last day or so on both |
I'm also having this problem when using Ubuntu 24.04 or 22.04 runners. |
For me, installing |
Based on the following comments: |
Same here, https://github.com/ShadowJonathan/Soar/actions/runs/9302373522 runs now, whereas a few hours it did not. |
Yep, fixed for all recent https://github.com/OrchardCMS/OrchardCore/actions/workflows/functional_all_db.yml workflow runs. |
I wonder if somehow issues with cloudflare had anything to do with this or was it just a coincidence that that cloudflare was degraded last couple of days. Our Hydra CI was affected because of this during the same period because of it. |
Still having the same issues: https://github.com/eth-pkg/eth-nodes/actions/runs/9297384932/job/25655431965 |
Hello @ArneTR . It should have been fixed. If you have any other questions feel free to reach us. |
@Alexey-Ayupov |
Still having the same issue: https://github.com/eth-pkg/eth-nodes/actions/runs/9297384932/job/25727194377 |
The fix was also insufficient for my repo's 24.04 actions (exemplar). They are failing with the same unexpected cancel early in the run. |
For those still hitting this - the problem is that if you install the wrong package, If you set |
Thank you for the help. However, I would expect the GitHub runner to function consistently across all images. This issue seems like something that should be addressed on the image runner's side, rather than requiring a workaround on our end. |
I suspect that's
I didn't try but |
I gave this a try and can confirm it also seems to resolve the issue of the 24.04 runner being cancelled unexpectedly. |
Description
Ubuntu 24.04 runners are dying after about 4 minutes with:
The run summary shows the following warning:
or the following error:
Ubuntu 24.04 runners worked fine up through approximately Wed, 29 May 2024 07:05:42 GMT. Failures started occurring at approximately Wed, 29 May 2024 07:52:23 GMT.
Platforms affected
Runner images affected
Image version and build link
Version: 20240516.4.0
https://github.com/obsproject/obs-studio/actions/runs/9289765863/job/25568048125
Is it regression?
Yes. Ubuntu 22.04 still works. https://github.com/obsproject/obs-studio/actions/runs/9289765863/job/25568047499
Expected behavior
I expect Ubuntu 24.04 runners to run successfully without being cancelled by the provisioner.
Actual behavior
Runs on Ubuntu 24.04 runners are being cancelled by the provisioner after about 4 minutes of runtime.
Repro steps
The text was updated successfully, but these errors were encountered: