-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 Actions "Set up job" fails with tar error #815
Comments
we're having the same issue. |
We also have such issue. |
I'm also experiencing the same exact issue with no changes in our end. Currently using v2 of this action. I also saw some other issues that seem to be related: |
Apparently also community/community#17656 |
Last failure was some 40 minutes ago; back to normal? Still I would like to understand what happened here and how one would diagnose and perhaps report this type of failure. |
Related? #814 |
Works for me now. |
The same occured to me just now. Are there any fixes or workarounds for this issue? |
Same issue - working for months, and now not - using v3 |
Also seeing this issue since the last hour or two. Can't be coincidence that @philspencer-owd is also commenting on this >1yr old issue just now. Probably a temporarily Github Actions outage? |
We are getting this very frequently as well since yesterday |
We started seeing this yesterday as well. It happens in the CodeQL analysis workflow. |
Reverting the version to |
Since earlier today, a Github Actions workflow which has been working reliably for many months has started failing with a tar error. Is there a disk space issue on the build node (in which case, how and where do I report that?) or something internal to the component? The log output provides no clues as to what's wrong.
Here's a recent failed run, with all the diagnostic arrows expanded (https://github.com/Charcoal-SE/SmokeDetector/runs/6703125729?check_suite_focus=true):
For comparison, here is a successful job from just a few minutes apart (https://github.com/Charcoal-SE/SmokeDetector/runs/6703075979?check_suite_focus=true)
When I checked recent builds, 5 out of 22 in the last hour had succeeded, the rest failed with this error.
The failing workflow is a simple run-of-the-mill one https://github.com/Charcoal-SE/SmokeDetector/blob/master/.github/workflows/build.yml
I created an issue within our project for tracking this; Charcoal-SE/SmokeDetector#7046
The text was updated successfully, but these errors were encountered: