checkout icon indicating copy to clipboard operation
checkout copied to clipboard

Failed to Download

Open delyy56 opened this issue 2 years ago • 11 comments

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.

delyy56 avatar Oct 06 '22 10:10 delyy56

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

snazy avatar Oct 06 '22 10:10 snazy

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

fmasuhr avatar Oct 06 '22 10:10 fmasuhr

Maybe related to this one? https://github.com/actions/runner/issues/1923

snazy avatar Oct 06 '22 10:10 snazy

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

pdcmoreira avatar Oct 06 '22 10:10 pdcmoreira

We are seeing this same issue.

Seems related to https://github.com/actions/checkout/issues/815

muzfuz avatar Oct 06 '22 10:10 muzfuz

Same problem as everyone else

doddi321 avatar Oct 06 '22 10:10 doddi321

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

kpocius avatar Oct 06 '22 10:10 kpocius

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

cmuench avatar Oct 06 '22 10:10 cmuench

Possible a duplicate to #944

cmuench avatar Oct 06 '22 10:10 cmuench

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

vladimir-kurganov avatar Oct 06 '22 11:10 vladimir-kurganov

It looks like the GitHub incident has been marked as resolved

muzfuz avatar Oct 06 '22 12:10 muzfuz