Primary information
Username: franchel
Cluster: Baobab
Description
Failing to install the ATLAS Centos7 image via apptainer
on Baobab (on Yggdrassil the same procedure works smoothly).
Steps to Reproduce
- Connect to the interactive node
cpu007
- Set the
tmp
dir to scratch area, since/tmp
seems full:
cd ~/scratch && mkdir tmp && export APPTAINER_TMPDIR=$PWD/tmp
- pull the image:
apptainer pull centos7.sif docker://atlas/centos7-atlasos
Expected Result
Create the image file centos7.sif
to start working on a container
Actual Result
Failing with the following messages:
(baobab)-[franchel@cpu007 scratch]$ apptainer pull centos7.sif docker://atlas/centos7-atlasos
INFO: Converting OCI blobs to SIF format
INFO: Starting build...
Getting image source signatures
Copying blob 5b919389ac33 done
Copying blob 85ec7c549d38 done
Copying config 47f0351340 done
Writing manifest to image destination
Storing signatures
2023/08/14 09:33:59 info unpack layer: sha256:85ec7c549d38c7af6de26ce458850556121af2bf61346dea023cd8354aa47d93
2023/08/14 09:39:36 info unpack layer: sha256:5b919389ac3342fa632b9dba4aa5951a3baadd4c1e89b6c1668f6e307e1583b1
2023/08/14 09:42:56 info verified reader: 236525446 bytes of trailing data discarded from vrdr[/home/users/f/franchel/scratch/tmp/bundle-temp-772866084/blobs/sha256/5b919389ac3342fa632b9dba4aa5951a3baadd4c1e89b6c1668f6e307e1583b1]
FATAL: While making image from oci registry: error fetching image to cache: while building SIF from layers: packer failed to pack: while unpacking tmpfs: error unpacking rootfs: unpack layer: unpack entry: opt/lcg/binutils/2.37-355ed/x86_64-centos7/x86_64-pc-linux-gnu/bin/ar: link: unpriv.link: unpriv.wrap target: operation not permitted
Instead, as previously mentioned, the same procedure works on Yggdrasil.
Thanks in advance for any help!
Best,
Stefano