caracal-pipeline / caracal

Containerized Automated Radio Astronomy Calibration (CARACal) pipeline
GNU General Public License v2.0
28 stars 6 forks source link

FATAL: While making image from oci registry: error copying image out of cache: #1530

Closed Dakalo12 closed 10 months ago

Dakalo12 commented 1 year ago

Hi

I am getting the following error:

INFO: Using cached SIF image

FATAL: While making image from oci registry: error copying image out of cache: could not open temporary file for copy: failed to create temporary file: open /singularity_images/tmp-copy-812826199: no such file or directory

2023-07-24 20:26:24 CARACal ERROR: cd /scratch3/users/dakalo/singularity_images && singularity returns error code 255 [StimelaCabRuntimeError] 2023-07-24 20:26:24 CARACal INFO: More information can be found in the logfile at output/logs-20230724-202622/log-caracal.txt 2023-07-24 20:26:24 CARACal INFO: exiting with error code 1

I have attched the log file.

runjob-6631775-stderr.log

log-caracal.txt

Thank you for your help in advance.

o-smirnov commented 1 year ago

What is your SINGULARITY_TMPDIR environment variable set to? And if it is not set, could you try setting

$ export SINGULARITY_TMPDIR=/scratch3/users/dakalo/

At the moment it's trying to put temporary build files under /singularity_images/tmp-copy-812826199, which is a bit of an absurd place to put it. @SpheMakh have you seen this problem before?

Dakalo12 commented 1 year ago

@o-smirnov

It was failling to pull the stimela singularity images.

But I have used /software/astro/caracal/STIMELA_IMAGES_1.7.7

Now it is running

Thank you.