-
Notifications
You must be signed in to change notification settings - Fork 956
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
Runner job hangs and eventually times out #2454
Comments
I managed to further pin this down to the usage of This could possibly be related to nedbat/coveragepy#1310 |
I have created an issue with the coverage library (nedbat/coveragepy#1559) as it could be pinpointed to that, but it does seem like something changed on the infrastructure that is causing |
Closing this as we're fairly certain it can be pinned to a regression from Python 3.10.9 to 3.10.10, see python/cpython#102126 |
The same problem happens to me. |
Describe the bug
As of yesterday (possibly earlier due to no-work on the weekend) our Github workflow is hanging on a job until it timeouts by Github. 3 days ago this workflow was still working fine and nothing has changed in the workflow.
Hanging job (attempt #2): https://github.com/open-formulieren/open-forms/actions/runs/4204997312/jobs/7349219628
The same job, but passing 4 days ago (attempt #1): https://github.com/open-formulieren/open-forms/actions/runs/4204997312/attempts/1
To Reproduce
Steps to reproduce the behavior:
This seems to only occur on a specific job in our https://github.com/open-formulieren/open-forms repository on the
coverage combine
step.master
of https://github.com/open-formulieren/open-formscoverage combine
) is not visible/logged anywhere and seems to hangcoverage combine
command and is only available after the job has timed out. During the job hanging, barely any output is available:Expected behavior
The job completes without timing out.
Runner Version and Platform
Current runner version: '2.301.1'
OS of the machine running the runner?
These are Github hosted runners.
What's not working?
Typically the "Run tests" job completes in < 10 minutes
Job Log Output
(to amend once the job has timed out)
Runner and Worker's Diagnostic Logs
Log archive of a different but similarly failing job (https://github.com/open-formulieren/open-forms/actions/runs/4225098387/jobs/7342276058)
logs_15682.zip
The text was updated successfully, but these errors were encountered: