-
Notifications
You must be signed in to change notification settings - Fork 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
Actions stuck on "Job is about to start running on the hosted runner" for hours #1819
Comments
Hi @dimanlm, thanks for submitting this issue. Could you please provide |
Hello @nikola-jokic, thank you for your answer. I suppose _diag file is generated on self-hosted runners. That's not my case, so I attach you the logs that I could download from the last run. |
Hey @dimanlm, I had the same issue. I was able to use |
Hi @lithiumtoast , Thank you for your reply. I found out that open handles after jest tests were causing Github Actions runner to be blocked at this step waiting for the timeout. Those open handles were left by mongoose (mongoose.connect and .connection.close()). To fix this issue, I created a |
In my case the problem was that the server running the self-hosted runner ran out of space (full of docker images!). |
Hey, I initially created the directory under
|
@darius-sas - how did you identify the server was full of docker images? And what did you do to remove those images? |
Just out of luck actually... You can use |
I have experienced this issue since the closure of this issue as recently as 20 minutes ago. |
Ditto, just 30m ago this issue has occurred. And https://www.githubstatus.com/ shows no issues. Seems like an issue in the GitHub Action infrastructure. |
It is currently happening for us as well on certain workflows (we are using self-hosted runners) |
My whole host machine gets totally frozen every day or two and i have to hard reboot it |
I had the same issue right now for macos-latest https://github.com/sb-ai-lab/LightAutoML/actions/runs/10386491995/job/28757888335 |
Describe the bug
Ubuntu latest actions get stuck on "Job is about to start running on the hosted runner: Hosted Agent (hosted)". Usually after 3 hours it says if the build passed or not.
This problem started after I added more tests to my project (NodeJS - Jest)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
There are 24 tests, and usually it takes 15 seconds (maximum) to run them locally.
Runner Version and Platform
Version of your runner? Ubuntu-latest
Jobs in the workflow:
What's not working?
"Run unit and integration tests" final log:
Job Log Output
The text was updated successfully, but these errors were encountered: