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

Many e2e tests failing with loop device errors #1272

Closed
DrDaveD opened this issue Apr 11, 2023 · 1 comment · Fixed by #1277
Closed

Many e2e tests failing with loop device errors #1272

DrDaveD opened this issue Apr 11, 2023 · 1 comment · Fixed by #1277
Assignees
Milestone

Comments

@DrDaveD
Copy link
Contributor

DrDaveD commented Apr 11, 2023

The last few days we have been seeing a lot more apptainer e2e failures with loop device errors, for example in #1185 run 5, with messages for example like

FATAL:   container creation failed: mount hook function failure: mount /proc/self/fd/3->/usr/local/var/apptainer/mnt/session/rootfs error: while mounting image /proc/self/fd/3: failed to find loop device: could not attach image file to loop device: failed to attach loop device: could not open /dev/loop9: no such device or address

This may be related to the problem found in sylabs/singularity#1499 and also reported at #1258, except the error message is different, apptainer is already using /dev/loop-control so the solution provided by sylabs does not apply, and the apptainer e2e tests run on ubuntu 22, not ubuntu 20.

@DrDaveD DrDaveD added this to the 1.1.8 milestone Apr 11, 2023
@DrDaveD
Copy link
Contributor Author

DrDaveD commented Apr 12, 2023

There are also messages like

FATAL:   container creation failed: mount /proc/self/fd/3->/var/lib/singularity/mnt/session/rootfs error: while mounting image /proc/self/fd/3: failed to find loop device: could not attach image file to loop device: no loop devices available

for example in #1185 run 7.

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