-
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 checkout v3 fails on fetching - git error - The process '/usr/bin/git' failed with exit code 128 #9632
Comments
Hello @yardensade, I couldn't reproduce the issue, first job, second job. I would suggest contacting https://github.com/actions/checkout for further troubleshooting |
As I said this happens sporadically, the fact you ran it twice does not mean there is no issue. I would not have taken my time to contact you if it was not very important, unlike the ubuntu version change that started this, checkout was not changed recently. I am not the only one to experience this, I know for a fact it happens to others as well. |
We are also seeing this as new behavior. It is also sporadic, and happening about 1/100 runs. The first time I observed it was around the incident GitHub had last night so perhaps that incident is really ongoing?
|
I'm also seeing this error sporadically. It occurred in one out of 25 identical |
I'm also seeing this error randomly. It's happening about one in 20 for me on runs created by a job using a matrix. |
I'll check linkage on Monday, some ideas crossed my mind |
@Topherhindman @jmuleiro @chris-griffin @yardensade can someone play around for me and if build does not fail for you, run the following command |
Just to confirm we are aligned, you mean to |
@yardensade Yep, better even 2 runs to compare, 1 apt list with green checkout and 1 apt list with red checkout (before the actual checkout happens surely), I need to compare some deep dependencies installed in the runner image but I was unable to catch the problem myself. |
I will add it and send here once I get the logs from the broken build as well, should not take too long Artifact from a working build: |
Artifact from broken build: The contents seem to be identical actually 🤔 |
Happens also with actions/checkout@v4 using |
Maybe related, but also managed to get
|
FYI: We're currently unable to deploy due to this. |
Heads up! @mnylensc @yardensade @chris-griffin @jmuleiro @Topherhindman |
So far seems good to me, I will keep monitoring it in the next hours to make sure it is stable. (I moved to ubuntu 22 tho, which had a docker error but since your new version seems to be solved) |
@erik-bershel thank you. Will monitor if this happens. If possible, is there an explanation of what could've caused this, if you think it's now fixed? |
Heads up! Unfortunately, we cannot provide details of what happened at this time. If and when such an opportunity arises, we will publish this information here with a mention of those interested. We are now focused on developing tests that will allow us to catch similar problems at an earlier stage in the future. |
The error message |
### Description We're seeing sporadic failures on the `dorny/paths-filter` part, and[ the recommended recourse](dorny/paths-filter#24 (comment)) from the workflow author is to add a checkout. Failures: - https://github.com/vercel/turborepo/actions/runs/13208878667/job/36878355246 - https://github.com/vercel/turborepo/actions/runs/13205111177/job/36866322671 However, it's notable that it looks like GHA just...does this sometimes? - actions/checkout#417 - actions/runner-images#9632 - actions/runner-images#9882 ### Testing Instructions CI
Description
Many actions are all of a sudden failing today on checkout, absolutely nothing changed on my side.
This is the action step which I had for months:
Attaching logs:
Platforms affected
Runner images affected
Image version and build link
ubuntu-20.04 20240403.1.0
Is it regression?
yes
Expected behavior
git should not fail on checkout
Actual behavior
git fails on checkout
Repro steps
simply use checkout v3 with ubuntu 20:04 runner and it will fail, sporadically
The text was updated successfully, but these errors were encountered: