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
Fails on tar exit code 1 on ubuntu-latest #689
Comments
|
Hi @cyberpwnn ! Is the repo on which you are using cache public? If yes, can you share link to the workflow run. If not, can you share the logs here? |
|
Seeing the same issue on this repo. Here's a representative action run: |
|
Can confirm this is still an issue. zstd is installed but: |
|
@sammcj - your error seems to be a different one as the file/directory doesn't exist at the first place. Can you please check if the path(s) that you have provided in your configuration exist? |
|
@MatthieuLeboeuf, @dopplershift @cyberpwnn can you please share the |
|
So for my failure, I'm caching |
|
@dopplershift thanks for sharing the path. The logs you have shared are not available anymore. Requesting you to please share the run if you come across the situation again. |
|
It's been failing pretty consistently for the last 6 months, so I appreciate you taking a look. Here's the most recent failure from last night. |
|
@dopplershift I am planning to release a fix (v3.0.4) today, I'll let you know once its available for testing. |
|
v3.0.4 is out and the same can be used to test this issue (no need to change anything in the workflow, Do let us know if you come across the same problem again. |
|
I am hoping the problem is resolved for all now. Hence closing the issue. |
|
I can confirm that moving to I'm having a different problem now where it can't find the cache (after successfully saving), but the fact that you can't list what caches are present it making debugging more than a little difficult. I'll open an issue if I can ever get my hands around it. |

I need to share around a small but heavily processed repository to multiple jobs,
Fails with
The text was updated successfully, but these errors were encountered: