NTIRE 2022 High Dynamic Range Challenge - Track 2 Low-complexity (fidelity constrain) Forum

Go back to competition Back to thread list Post in this thread

> No space left on device

Hi, I got this error when submitting the final results

Traceback (most recent call last):
File "/worker/worker.py", line 313, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 173, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 173, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 133, in get_bundle
z.extractall(bundle_path)
File "/usr/local/lib/python2.7/zipfile.py", line 1040, in extractall
self.extract(zipinfo, path, pwd)
File "/usr/local/lib/python2.7/zipfile.py", line 1028, in extract
return self._extract_member(member, path, pwd)
File "/usr/local/lib/python2.7/zipfile.py", line 1084, in _extract_member
shutil.copyfileobj(source, target)
File "/usr/local/lib/python2.7/shutil.py", line 66, in copyfileobj
fdst.write(buf)
IOError: [Errno 28] No space left on device

Posted by: Juan @ March 30, 2022, 3:36 p.m.

Dear Juan,

I have answered already other questions on this ( please refer to https://codalab.lisn.upsaclay.fr/forums/1514/261/ and https://github.com/codalab/codalab-competitions/issues/2996). Long story short, this is a problem of the current codalab servers related with docker image purging and outside of our control. In practice, when you encounter this problem please just try again at a later time as this normally has worked for most participants.

I just re-run your submission and this time it went through without further problems.

Best regards,
Edu.

Posted by: EPerezPellitero @ March 30, 2022, 5:44 p.m.

Hi Edu,

I see now this was discussed in Track 1, but I could not find it in the Track 2 forum.
Indeed, it looks your re-run worked, so I guess there is no need for me to re-submit it.
Thanks for your help!
Juan

Posted by: Juan @ March 30, 2022, 6:44 p.m.
Post in this thread