-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
GitHub Action step is hanging until timeout #6704
Comments
Probably related to this #6698. I'll be more specific after a little research. |
Please provide minimal repro steps. |
The workflow file affected is here: You may be able to see from the run history that we started getting run failures about 2 weeks ago (22 Nov 2022). The workflow was using To reproduce I suppose you could: |
Same problem. installing the dependencies hangs and eventually times out. Tried to downgrade to Ubuntu-20.04 as suggested above but it didn't fix the problem. Link to repo: https://github.com/LinkedEarth/Pyleoclim_util/actions/runs/3707003131/jobs/6282898422 |
Hello @mattyrob! |
@MaksimZhukov - thanks for the response. I don’t personally have access to an Ubuntu machine but I can ask other community members. We have worked around this issue for now by specifying |
I am closing the issue since it is not related to GitHub hosted runners. |
@MaksimZhukov - Did you find that the process failed running on Ubuntu 22.04? How is it you are certain this issue is not linked to GitHub hosted runners? If you can share the results and process of things you tried to reach that conclusion it may help me fix me issue. |
actions/runner-images#6704 Signed-off-by: Benjamin Brahmer <[email protected]>
Description
An GitHub action to run QUnit tests that has worked well for some time stopped working around the 22nd of November. The process runs on Linux using ubuntu-latest.
On finding this blog article we have specified the workflow to use ubuntu-20-04 and the workflow is now operational again.
See also report I made in the wrong repository:
actions/runner#2298
Platforms affected
Runner images affected
Image version and build link
2.299.1
https://github.com/ClassicPress/ClassicPress/actions/runs/3542477755/jobs/5948017123
Is it regression?
https://github.com/ClassicPress/ClassicPress/actions/runs/3521742250/jobs/5903925683
Expected behavior
This QUnit test should continue to work and function to completeness without hanging
Actual behavior
The process runs as expected until the final step where the process hangs without further log output until the process is terminated after running without completing at 6 hours.
Repro steps
Update the current GitHub Actions configuration to use
ubuntu-latest
and run the action.Process will reach last stage and hang for 6 hours until being terminated.
On
ubuntu-20.04
the process runs successfully.The text was updated successfully, but these errors were encountered: