Skip to content
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

Build is failing v3- Waiting 10 seconds before trying again #1491

Open
suyashdeshpande opened this issue Sep 20, 2023 · 2 comments
Open

Build is failing v3- Waiting 10 seconds before trying again #1491

suyashdeshpande opened this issue Sep 20, 2023 · 2 comments

Comments

@suyashdeshpande
Copy link

suyashdeshpande commented Sep 20, 2023

Getting this while checking out branch.
It suddenly started failing few min back.

Fetching the repository
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/<redacted>*:refs/remotes/origin/<redacted>* +refs/tags/<redacted>*:refs/tags/<redacted>*
  The process '/usr/bin/git' failed with exit code 1
  Waiting 10 seconds before trying again
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/<redacted>*:refs/remotes/origin/<redacted>* +refs/tags/b172b7f*:refs/tags/<redacted>*
  The process '/usr/bin/git' failed with exit code 1
  Waiting 18 seconds before trying again
  /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/<redacted>*:refs/remotes/origin/<redacted>* +refs/tags/<redacted>*:refs/tags/<redacted>*
  Error: The process '/usr/bin/git' failed with exit code 1

Usage in code:

 steps:
      - name: Checkout
        uses: actions/checkout@v3
        with:
          ref: ${{ env.COMMIT }}

COMMIT: ${{ github.sha }}

@suyashdeshpande
Copy link
Author

suyashdeshpande commented Sep 20, 2023

Looks like this was intermittent and worked after couple of retries. Would it be still possible to look into whether this is flaky or something is wrong?

@calexiou
Copy link

calexiou commented Dec 5, 2023

Experiencing the same behaviour but it's not intermittent. We see this constantly on our scheduled pipelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants