-
Notifications
You must be signed in to change notification settings - Fork 960
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
macOS runners getting stuck on Job is about to start running on the hosted runner
#2609
Comments
cc @ncclementi |
Hey @j-bennet, I looked into your repo and actions, there is no stuck action on mac os, is this still happening for you or we can close the issue? |
@ruvceskistefan They all failed because they timed out after a long time, but we can't get consistent runs, for some reason they hang. You can see that the failed ones here https://github.com/coiled/dask-bigquery/actions/runs/5027634794 for example, are all due to time outs. |
We're experiencing similar behaviour on our repo https://github.com/Ultimaker/cura-binary-data/actions/ |
We're seeing the same for non-MacOS runners with our Some workflows don't even attempt to get a runner and will remain in "Waiting" or "Queued" indefinitely, some do but will get stuck on a variation of:
I've now cancelled and rerun the latter and it succeeded, so this is intermittent. |
We're seeing the same for our builds, gets stuck in Job is about to start:
Also when try to cancel the job to retry the cancel hangs as well |
If a job hasn't started within a few minutes of |
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
This issue was closed because it has been stalled for 15 days with no activity. |
Describe the bug
The macos jobs on a repo keep getting stuck. From the UI it looks like they are stuck on a "Run tests" step, but there's no output from the tests. The raw log shows this:
This is happening on https://github.com/coiled/dask-bigquery.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Jobs finish.
Runner Version and Platform
Version of your runner?
macos-latest
What's not working?
macOS jobs hang while running tests, then timeouts. There is no output from the tests until the job is canceled or times out. There are 3 jobs, sometimes 1 or 2 of them finish successfully.
Job Log Output
Runner and Worker's Diagnostic Logs
Log is attached. The job was canceled after producing no output and hanging for 15 or 20 minutes.
stuck-runner-log.txt
The text was updated successfully, but these errors were encountered: