Replies: 3 comments
-
The loop devices seem to be OK
|
Beta Was this translation helpful? Give feedback.
-
We have the same issue, singularity profile does not work on our cluster system. We looked at the solution proposed here: But it does not yield a consistent solution for Nextflow. Test singularity containers will run after this intervention but no full Nextflow runs. |
Beta Was this translation helpful? Give feedback.
-
I have the same issue. Only test runs will work, but not full Nextflow runs. Here is the error:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Can not run pipeline with singularity profile
Expected behavior and actual behavior
Run pipeline (https://github.com/CFIA-NCFAD/nf-flu) with singularity profile but it failed with error
Steps to reproduce the problem
Run pipeline with
-profile singularity
Program output
Command error: FATAL: container creation failed: mount /proc/self/fd/3->/usr/local/var/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
Environment
Additional context
There is no problem with Docker profile
Beta Was this translation helpful? Give feedback.
All reactions