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

[Bug]: No space left on device when generating SBOM for some images #100

Open
3 tasks done
walkowif opened this issue Jun 24, 2024 · 0 comments
Open
3 tasks done
Labels
bug Something isn't working

Comments

@walkowif
Copy link
Contributor

walkowif commented Jun 24, 2024

What happened?

Generate SBOM step in the build & deploy workflow fails because the GitHub runner runs out of disk space (even though right before this step a GH Action to reclaim disk space is used).

This has been observed for mkl and intel rhub-based images.

Relevant log output

could not determine source: errors occurred attempting to resolve 'ghcr.io/insightsengineering/mkl:2024.06.20':
    - docker: unable to save image to tar: write /tmp/stereoscope-2534026609/docker-daemon-image-2220588824/image.tar: no space left on device
    - podman: unable to inspect existing image: Error response from daemon: failed to find image ghcr.io/insightsengineering/mkl:2024.06.20: ghcr.io/insightsengineering/mkl:2024.06.20: No such image
    - containerd: containerd not available: failed to dial "/run/containerd/containerd.sock": connection error: desc = "transport: error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
    - oci-registry: unable to populate layer cache dir="/tmp/stereoscope-25[34](https://github.com/insightsengineering/ci-images/actions/runs/9598565745/job/26473421158#step:12:35)026609/oci-registry-image-1410385989/sha256:30ddddf425539a1cd0c4eb2f94545c67ff3ed1d2d8e5f8ad20eee727d158fa75.tar" : write /tmp/stereoscope-2534026609/oci-registry-image-1410385989/sha256:30ddddf425539a1cd0c4eb2f94545c67ff3ed1d2d8e5f8ad20eee727d158fa75.tar: no space left on device
    - additionally, the following providers failed with file does not exist: docker-archive, oci-archive, oci-dir, singularity, oci-dir, local-file, local-directory
could not determine source: errors occurred attempting to resolve 'ghcr.io/insightsengineering/intel:2024.06.20':
    - docker: unable to save image tar: Error response from daemon: write /var/lib/docker/tmp/docker-export-139025[32](https://github.com/insightsengineering/ci-images/actions/runs/9598565512/job/26473862282#step:12:33)9/blobs/sha256/a39d72c2bd12acf1dfbd30375ac275a067024aff56375e49bae5ab4acd0047f0: no space left on device
    - podman: unable to inspect existing image: Error response from daemon: failed to find image ghcr.io/insightsengineering/intel:2024.06.20: ghcr.io/insightsengineering/intel:2024.06.20: No such image
    - containerd: containerd not available: failed to dial "/run/containerd/containerd.sock": connection error: desc = "transport: error while dialing: dial unix /run/containerd/containerd.sock: connect: permission denied"
    - oci-registry: unable to populate layer cache dir="/tmp/stereoscope-1683486952/oci-registry-image-[33](https://github.com/insightsengineering/ci-images/actions/runs/9598565512/job/26473862282#step:12:34)78975298/sha256:4a558d89cd1a8b51b9b95a981eabf7187cd635cdabe4f932cb87a7ad3694cd92.tar" : write /tmp/stereoscope-1683486952/oci-registry-image-3378975298/sha256:4a558d89cd1a8b51b9b95a981eabf7187cd635cdabe4f932cb87a7ad3694cd92.tar: no space left on device
    - additionally, the following providers failed with file does not exist: docker-archive, oci-archive, oci-dir, singularity, oci-dir, local-file, local-directory

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.
@walkowif walkowif added the bug Something isn't working label Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant