Hi
One of my submission is failing without any error logs. The error log only displays the following:
Standard error for submission #2 by Vashisht.
Can you please tell me what can I do?
Thanks
Posted by: Vashisht @ Oct. 31, 2020, 6:47 p.m.Hi
I resubmitted the same file. Now the error is
Traceback (most recent call last):
File "/usr/lib/python3.6/zipfile.py", line 1579, in _extract_member
shutil.copyfileobj(source, target)
File "/usr/lib/python3.6/shutil.py", line 82, in copyfileobj
fdst.write(buf)
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/worker/worker.py", line 335, in run
bundles = get_bundle(root_dir, 'run', bundle_url)
File "/worker/worker.py", line 195, in get_bundle
metadata[k] = get_bundle(bundle_path, k, v)
File "/worker/worker.py", line 151, in get_bundle
z.extractall(bundle_path)
File "/usr/lib/python3.6/zipfile.py", line 1524, in extractall
self._extract_member(zipinfo, path, pwd)
File "/usr/lib/python3.6/zipfile.py", line 1579, in _extract_member
shutil.copyfileobj(source, target)
OSError: [Errno 28] No space left on device
Can you please let me know how can this be resolved?
Posted by: Vashisht @ Oct. 31, 2020, 9:30 p.m.Hi, if you encounter this error, you can just submit again. The failed submissions will not count towards your limit.
That being said, the first one ran into an OOM error. I will send you the error log.