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

> No enough space

Hi, we get the following errors when submit the results. Could I know if this is the problem of the test server?

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: dth914 @ March 26, 2022, 2:27 p.m.

any updates?

Posted by: vovantu @ March 28, 2022, 8:21 a.m.

Dear dth914 and vovantu,

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. We are nevertheless sorry for the inconvenience.

In practice, try again at a later time as this normally has worked for most participants. In the last days I have been constantly re-running failed submissions so if the problem persists please let me know (we will handle with fairness failed submissions due to this problem that happen before the deadline).

Best regards,
Edu.

Posted by: EPerezPellitero @ March 29, 2022, 3:49 p.m.
Post in this thread