Self-hosted runner hangs indefinitely at "Fetching the repository" #149103
Replies: 7 comments 6 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Now experiencing technical issue with all git operation on github. I guess it is related. |
Beta Was this translation helpful? Give feedback.
-
|
There is a problem with the server status. |
Beta Was this translation helpful? Give feedback.
-
|
I'm also experiencing this issue on a self-hosted macOS runner. It works fine initially, but after running several jobs, it hangs while fetching the repository. Have you found a solution, @JonasVautherin ? |
Beta Was this translation helpful? Give feedback.
-
|
I'm facing this issue on a self-hosted Ubuntu runner. It seems good when I access the _work dir and run the same command. I'm not sure what is happening. |
Beta Was this translation helpful? Give feedback.
-
|
Happening with my self hosted Mac Runners. Did we get a solution regarding the same? |
Beta Was this translation helpful? Give feedback.
-
|
Happening on my linux slef hosted, any solution? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
I have a setup with two self-hosted runners running on the same machine (macOS).
It used to work well when each runner was being run by its own macOS user. But recently I changed it to only one user running both runners (so I do
./svc.sh installtwice from the same macOS user).Sometimes, one of the runners hangs indefinitely at "Fetching the repository". It may look like this:
I have been observing it for multiple days and it seems like it only happens when the other runner is active. When the other runner is idle, I have never seen this one hang. It's also not a problem of resources on the machine: I checked the disk/memory/cpu/network while it was hanging and nothing seems off. Also while it is hanging, I can go on the machine and run an arbitrary
git clonefrom the Terminal and it just works.I have been searching a lot and I haven't seen any documentation online saying that two self-hosted runners cannot be active at the same time on the same machine.
Could it be that they conflict for some reason (on macOS)? Would that be considered a bug?
Beta Was this translation helpful? Give feedback.
All reactions