Skip to content
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

build: out of disk space in release #4952

Closed
knqyf263 opened this issue Aug 7, 2023 · 0 comments · Fixed by #4937
Closed

build: out of disk space in release #4952

knqyf263 opened this issue Aug 7, 2023 · 0 comments · Fixed by #4937
Assignees
Milestone

Comments

@knqyf263
Copy link
Collaborator

knqyf263 commented Aug 7, 2023

Description

We dropped 32-bit support due to the out of disk space problem in our release workflow.
#4585

Unfortunately, it happened again and led to a problem.
https://github.com/aquasecurity/trivy/actions/runs/5724566745/job/15511310793

Post job cleanup.
/usr/bin/tar --posix -cf cache.tzst --exclude cache.tzst -P -C /home/runner/work/trivy/trivy --files-from manifest.txt --use-compress-program zstdmt
zstd: error 70 : Write error : cannot write block : No space left on device 
/usr/bin/tar: cache.tzst: Wrote only 4096 of 10[2](https://github.com/aquasecurity/trivy/actions/runs/5724566745/job/15511310793#step:32:2)[4](https://github.com/aquasecurity/trivy/actions/runs/5724566745/job/15511310793#step:32:4)0 bytes
/usr/bin/tar: Child returned status 70
/usr/bin/tar: Error is not recoverable: exiting now
Warning: Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2

We need to fix that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants