CVPR-NAS 2021: Unseen Data Track Forum

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

> Error of submission

I got the following error.
Maybe it is the similar problem with pending on running.
Please fix this error.
Thank you.

Error:
Traceback (most recent call last):
File "/worker/worker.py", line 346, in run
raise Exception("Program bundle is not available.")
Exception: Program bundle is not available.

Posted by: Atech_AutoML @ April 16, 2021, 7:59 a.m.

Hi, we're looking into it. Thanks for your patience.

Posted by: robgeada @ April 16, 2021, 11:01 a.m.

Hi, is this error fixed?
I also got an error in running.
Thanks.

Error:
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 139, in get_bundle
with ZipFile(bundle_file.file, 'r') as z:
File "/usr/lib/python2.7/zipfile.py", line 793, in __init__
self._RealGetContents()
File "/usr/lib/python2.7/zipfile.py", line 834, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file

Posted by: taohuang98 @ April 16, 2021, 12:44 p.m.

Hi everyone, I've just rollback the changes we made to the competition backend over this past weekend. I just ran a test submission through and it worked, so hopefully this should fix any problems you are running into. Can you tell me roughly how long your submissions ran before they failed?

Posted by: robgeada @ April 16, 2021, 2:22 p.m.

Hi Robgeada,

My submission stay on 'Submitted' for more than 20 hours, and then changed into 'running'.
At least several hours it takes on 'running' status(I don't know if it is actually running).
And 12 hours later, when I checked it I found it failed.
The error is also "BadZipfile: File is not a zip file"

Posted by: yonga @ April 17, 2021, 12:59 a.m.
Post in this thread