Dear experts,
I am currently using condor 8.8.15. The condor works fine on the regular sl7, sl6 singularity. But when I try the singularity: /cvmfs/unpacked.cern.ch/registry.hub.docker.com/coffeateam/coffea-dask:latest
It has trouble loading it. We
could run this singularity
interactively on the worknote. The same condor job also works if we replace with the sl7 singularity.
The singularity command that condor runs is:
exec /usr/bin/singularity exec --bind $LOCAL_DIR --bind /etc/condor --bind /etc/passwd --bind /cvmfs $SingularityImage "$@"â
The script is simply "ls". The last few lines of the --debug information is:
DEBUG [U=189419,P=20885] sylogBuiltin() Sourcing /.singularity.d/env/01-base.shDEBUG [U=189419,P=20885] sylogBuiltin() Sourcing /.singularity.d/env/10-docker2singularity.shDEBUG [U=189419,P=20885] sylogBuiltin() Sourcing /.singularity.d/env/90-environment.shDEBUG [U=189419,P=20885] sylogBuiltin() Sourcing /.singularity.d/env/95-apps.shDEBUG [U=189419,P=20885] sylogBuiltin() Sourcing /.singularity.d/env/99-base.shDEBUG [U=189419,P=20885] sylogBuiltin() Overriding LD_LIBRARY_PATH environment variableDEBUG [U=189419,P=20885] sylogBuiltin() Sourcing /.singularity.d/env/99-runtimevars.shDEBUG [U=189419,P=20885] sylogBuiltin() Running action command execDEBUG [U=189419,P=20850] PostStartProcess() Post start process/condor/execute/dir_20807/condor_exec.exe: line 9: ls: command not foundDEBUG [U=189419,P=20850] Master() Child exited with exit status 127