[error]The process '/bin/tar' failed with exit code 2
See original GitHub issueRun actions/setup-node@master
with:
node-version: 13
always-auth: false
/bin/tar --version
tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
/bin/tar xz --warning=no-unknown-keyword -C /home/runner/work/_temp/2036e974-4339-482b-82eb-cdb09db0a167 -f /home/runner/work/_temp/f37bd59e-bdbe-4b4d-a5c2-6e0540d2eca3
gzip: stdin: unexpected end of file
/bin/tar: Unexpected EOF in archive
/bin/tar: Unexpected EOF in archive
##[error]The process '/bin/tar' failed with exit code 2
Issue Analytics
- State:
- Created 4 years ago
- Reactions:28
- Comments:19
Top Results From Across the Web
Debugging "Make Failed with Exit Code 2" Error - CodeForGeek
The “Make Failed with Exit Code 2” error occurs during the node modules installation. We see lots of stack trace including the one...
Read more >Github actions issue - Error: Process completed with exit code 2
But when I commit, and actions start running, I get this error: Run / python -m pip install --upgrade pip python -m pip...
Read more >Exit code 127 error status in Bash script - LinuxConfig.org
In this tutorial, we describe the exit code 127 Bash script error and possible solutions to fix it on a Linux system.
Read more >UseDotNet YAML task failing on Linux pipeline
... with error: Failed while extracting downloaded package with error: Error: The process '/usr/bin/tar' failed with exit code 2 Finishing: UseDotNet.
Read more >galaxy-iuc/iuc - Gitter
[warning]Tar failed with error: The process '/bin/tar' failed with exit code 2. Run actions/cache@v1. Cache Size: ~81 MB (84557824 B)
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
PR here https://github.com/actions/toolkit/pull/369
I’ve been getting this error frequently over the past 2 days. Re-running usually fixes it, but we’re seeing a lot of first time builds fail.