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

Failed to Download #948

Open
delyy56 opened this issue Oct 6, 2022 · 11 comments
Open

Failed to Download #948

delyy56 opened this issue Oct 6, 2022 · 11 comments

Comments

@delyy56
Copy link

delyy56 commented Oct 6, 2022

Hello! I got this error today:

Download action repository 'actions/checkout@v3' (SHA:2541b1294d2704b0964813337f33b291d3f8596b)
Error: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_0d0ebfeb-0090-4061-a73c-ca946ec0f57d/e3fb9764-f0ee-4e0d-bfa6-df3e8[32](https://github.com/lalalilo/data-transformation/actions/runs/3196280247/jobs/5218206995#step:1:36)f0d2c.tar.gz. return code: 2.
@snazy
Copy link

snazy commented Oct 6, 2022

Same here - v3 fails - v3.1.0 seems to be okay.
Started to fail within the last 20 minutes or so.

@fmasuhr
Copy link

fmasuhr commented Oct 6, 2022

I am experiencing the same issue in a lot of workflows. But this is non deterministic and sometimes working after a retry.

@snazy
Copy link

snazy commented Oct 6, 2022

Maybe related to this one? actions/runner#1923

@pdcmoreira
Copy link

Getting this aswell.
Tried downloading it running the exact same command locally and I'm getting this:

$ tar -xzf actions-checkout-v3-0-g2541b12.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

@muzfuz
Copy link

muzfuz commented Oct 6, 2022

We are seeing this same issue.

Seems related to #815

jpnurmi added a commit to jpnurmi/workshops that referenced this issue Oct 6, 2022
jpnurmi added a commit to canonical/workshops that referenced this issue Oct 6, 2022
@doddi321
Copy link

doddi321 commented Oct 6, 2022

Same problem as everyone else

jpnurmi added a commit to jpnurmi/workshops that referenced this issue Oct 6, 2022
@kpocius
Copy link

kpocius commented Oct 6, 2022

We're just an early warning system for GitHub issues https://www.githubstatus.com/incidents/gq1x0j8bv67v

@cmuench
Copy link

cmuench commented Oct 6, 2022

Can confirm that actions/[email protected] works fine.

@cmuench
Copy link

cmuench commented Oct 6, 2022

Possible a duplicate to #944

@vladimir-kurganov
Copy link

vladimir-kurganov commented Oct 6, 2022

The previous version of actions/checkout v3.0.2 worked like a charm.

I used this quick fix for my GitHub workflows/pipelines, and solved this issue for myself by switching back to the stable v3.0.2.

I used git commit SHA that corresponds to the v3.0.2 version (as a bullet-proof solution).

 steps:
      - name: Checkout project
        uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b  # actions/checkout v3.0.2

@muzfuz
Copy link

muzfuz commented Oct 6, 2022

It looks like the GitHub incident has been marked as resolved

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

9 participants