actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.45k stars 1.18k forks source link

Cannot write: Broken pipe #1158

Closed BotellaA closed 4 months ago

BotellaA commented 1 year ago

I have a cache not saved on Windows-2019 runner: https://github.com/Geode-solutions/OpenGeode/actions/runs/4755965248/jobs/8450873300#step:13:6

This looks like #1092 but the PATH is not modified in the workflow.

Post job cleanup.
"C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/OpenGeode/OpenGeode --files-from manifest.txt --force-local --use-compress-program "zstd -T0"
/usr/bin/tar: cache.tzst: Cannot write: Broken pipe
/usr/bin/tar: Child returned status 70
/usr/bin/tar: Error is not recoverable: exiting now
Warning: Failed to save: "C:\Program failed with error: The process 'C:\Program Files\Git\usr\bin\tar.exe' failed with exit code [2]

The cache is probably larger than 1GB, is this an issue?

inforithmics commented 1 year ago

Same error here https://github.com/Mapsui/Mapsui/actions/runs/5756371034/job/15605646549?pr=1820

Post job cleanup. "C:\Program Files\Git\usr\bin\tar.exe" --posix -cf cache.tzst --exclude cache.tzst -P -C D:/a/Mapsui/Mapsui --files-from manifest.txt --force-local --use-compress-program "zstd -T0" /usr/bin/tar: cache.tzst: Cannot write: Broken pipe /usr/bin/tar: Child returned status 70 /usr/bin/tar: Error is not recoverable: exiting now Warning: Failed to save: "C:\Program failed with error: The process 'C:\Program Files\Git\usr\bin\tar.exe' failed with exit code 2

richbrowne-openfin commented 10 months ago

Same, using windows-latest runner.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open for 200 days with no activity. Leave a comment to avoid closing this issue in 5 days.

github-actions[bot] commented 4 months ago

This issue was closed because it has been inactive for 5 days since being marked as stale.