NTIRE 2022 High Dynamic Range Challenge - Track 1 Fidelity (low-complexity constrain) Forum

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

> test phase submit error

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

I met this error when trying to submit.

Posted by: FangyaLi @ March 25, 2022, 2:54 a.m.

Dear FangyaLi,

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, try again at a later time as this normally has worked for most participants (I just checked and your submission seems to have worked now). We are nevertheless sorry for the inconvenience.

Best regards,
Edu.

Posted by: EPerezPellitero @ March 25, 2022, 2:44 p.m.
Post in this thread