Stuck on "Job is about to start running on the hosted runner"
See original GitHub issueDescribe the bug
Windows and Linux actions keep getting stuck at “about to start running”. Possibly similar to https://github.com/actions/runner/issues/1140.
To Reproduce Steps to reproduce the behavior:
- Push new commit
- Actions run
- Macos action completes but Windows and Linux actions hang
Expected behavior Windows and Linux actions should either get scheduled or if there is buffered error messages they should get flushed so I can debug an error on my end.
Runner Version and Platform
Version of your runner?
ubuntu-latest and windows-latest images are both hanging in hosted Github Actions.
What’s not working?
https://github.com/multiprocessio/datastation/pull/58/checks?check_run_id=3792572454
And https://github.com/multiprocessio/datastation/pull/58/checks?check_run_id=3792572377
Job Log Output
2021-10-04T14:57:01.1051034Z Found online and idle hosted runner in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2021-10-04T14:57:01.1679453Z Waiting for a Hosted runner in the 'organization' to pick this job...
2021-10-04T14:57:01.4109605Z Job is waiting for a hosted runner to come online.
2021-10-04T14:57:04.8329603Z Job is about to start running on the hosted runner: GitHub Actions 4 (hosted)
and
2021-10-04T14:57:01.1104527Z Found online and idle hosted runner in the current repository's organization account that matches the required labels: 'windows-latest'
2021-10-04T14:57:01.2044987Z Waiting for a Hosted runner in the 'organization' to pick this job...
2021-10-04T14:57:01.6469185Z Job is waiting for a hosted runner to come online.
2021-10-04T14:57:05.5672016Z Job is about to start running on the hosted runner: GitHub Actions 6 (hosted)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Actions stuck on "Job is about to start running ...
Describe the bug Ubuntu latest actions get stuck on "Job is about to start running on the hosted runner: Hosted Agent (hosted)".
Read more >Error "Waiting for a runner to pick up this job" using GitHub ...
The solution is to go to the org, select the runner or runner group, click on the name, then select the repo from...
Read more >Troubleshoot self-hosted runner
I installed my first self-hosted runner on macOS and the job is stuck in "Preparing Environment", but there are no errors, what should...
Read more >Pipeline gets stuck in a job when a self-hosted runner ...
Summary Im launching a self-hosted runner using CML, that its picking a job of the pipeline shown below. If I disconnect...
Read more >A new way to understand your GitHub-hosted runner capacity
Explore and understand your overall GitHub-hosted Actions runner capacity with the new runner view.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey folks, this is happening to me again: https://github.com/multiprocessio/datastation/runs/7433509130?check_suite_focus=true.
Ok! Sounds good. Yes I haven’t seen it recently.