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
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.
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