BNLNPPS / esi-shell

Apache License 2.0
0 stars 0 forks source link

No space left on npps0 for CI jobs #48

Closed plexoos closed 5 months ago

plexoos commented 5 months ago
#34 ERROR: write /usr/local/opticks/build/u4/tests/U4TreeTest: no space left on device
#33 exporting to docker image format
#33 sending tarball 32.4s done
#33 ERROR: rpc error: code = Unknown desc = write /usr/local/opticks/build/u4/tests/U4TreeTest: no space left on device
------
 > exporting to docker image format:
------
------
 > importing to docker:
------
ERROR: failed to solve: rpc error: code = Unknown desc = write /usr/local/opticks/build/u4/tests/U4TreeTest: no space left on device
Error: buildx failed with: ERROR: failed to solve: rpc error: code = Unknown desc = write /usr/local/opticks/build/u4/tests/U4TreeTest: no space left on device
buddhasystem commented 5 months ago

What sort of a quota is this? Is this a limit for Docker?

plexoos commented 5 months ago

It is not very surprising as we have only 70G for /

buddhasystem commented 5 months ago

Right. Docker and spack are taking most of it. I wonder what's the best way to mitigate it. Tell docker to use some other file system?

plexoos commented 5 months ago

yes, moving the docker root directory to another volume is an option

plexoos commented 5 months ago

Addressed by moving docker directory to another volume

$ ls -l /var/lib/docker
lrwxrwxrwx. 1 root root 12 May  7 12:40 /var/lib/docker -> /home/docker