When I upload my zip file to the evaluation server, this problem occurs again:
Traceback (most recent call last):
File "/worker/worker.py", line 322, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 180, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 180, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 140, in get_bundle
z.extractall(bundle_path)
File "/usr/lib/python2.7/zipfile.py", line 1063, in extractall
self.extract(zipinfo, path, pwd)
File "/usr/lib/python2.7/zipfile.py", line 1051, in extract
return self._extract_member(member, path, pwd)
File "/usr/lib/python2.7/zipfile.py", line 1107, in _extract_member
shutil.copyfileobj(source, target)
File "/usr/lib/python2.7/shutil.py", line 66, in copyfileobj
fdst.write(buf)
IOError: [Errno 28] No space left on device
which is same as #45, can you help me to solve this?
As we are using the public workers, I cannot do anything about it. But you already wrote some issue on the codalab repo, so I guess they are aware of this.
When I upload my zip file to the evaluation server, this problem occurs again:
which is same as #45, can you help me to solve this?