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

free up more disk for trivy job #11780

Merged
merged 3 commits into from Oct 11, 2023
Merged

free up more disk for trivy job #11780

merged 3 commits into from Oct 11, 2023

Conversation

xiangfu0
Copy link
Contributor

@xiangfu0 xiangfu0 commented Oct 10, 2023

Trying to free up more disk space for trivy job.

Found ignorefile '.trivyignore':
Building SARIF report with options:  --vuln-type  os,library --timeout  10m  apachepinot/pinot:6055f09b3d0cd84c7ac44ce88ac402d69297e523
2023-10-09T21:42:15.569Z	FATAL	image scan error: scan error: scan failed: failed analysis: analyze error: pipeline error: failed to analyze layer (sha256:f9e20a6d0abf7589d6cf2c00a55297377487acd46b6d399c[17](https://github.com/apache/pinot/actions/runs/6461544862/job/17542154205?pr=11767#step:6:18)3972ed[1](https://github.com/apache/pinot/actions/runs/6461544862/job/17542154205?pr=11767#step:7:1)9e213ee): unable to get uncompressed layer sha256:f9e20a6d0abf75[8](https://github.com/apache/pinot/actions/runs/6461544862/job/17542154205?pr=11767#step:7:9)[9](https://github.com/apache/pinot/actions/runs/6461544862/job/17542154205?pr=11767#step:7:10)d6cf2c00a55297377487acd46b6d399c173972ed19e213ee: failed to get the layer (sha256:f9e20a6d0abf7589d6cf2c00a55297377487acd46b6d399c173972ed19e213ee): unable to populate: unable to open: failed to copy the image: write /tmp/fanal-3948847380: no space left on device

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2023

Codecov Report

Merging #11780 (f6a2cdb) into master (3a9f95f) will decrease coverage by 0.03%.
Report is 3 commits behind head on master.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master   #11780      +/-   ##
============================================
- Coverage     63.13%   63.11%   -0.03%     
  Complexity     1118     1118              
============================================
  Files          2342     2342              
  Lines        125920   125996      +76     
  Branches      19370    19378       +8     
============================================
+ Hits          79505    79527      +22     
- Misses        40751    40812      +61     
+ Partials       5664     5657       -7     
Flag Coverage Δ
integration <0.01% <ø> (ø)
integration1 <0.01% <ø> (ø)
integration2 0.00% <ø> (ø)
java-11 63.05% <ø> (-0.02%) ⬇️
java-17 50.01% <ø> (-12.95%) ⬇️
java-20 62.98% <ø> (-0.01%) ⬇️
temurin 63.11% <ø> (-0.03%) ⬇️
unittests 63.11% <ø> (-0.03%) ⬇️
unittests1 67.27% <ø> (+0.04%) ⬆️
unittests2 14.44% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 20 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -39,3 +39,5 @@ docker build \
.

docker image ls
docker image prune --all --filter "until=1h" -f
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is already too late?

@xiangfu0 xiangfu0 merged commit 10055ff into apache:master Oct 11, 2023
20 of 21 checks passed
@xiangfu0 xiangfu0 deleted the fixing-trivy branch October 11, 2023 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants