I get the following error when submitting a result:
Traceback (most recent call last):
File "/worker/worker.py", line 445, in run
stderr=stderr,
File "/usr/local/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 7] Argument list too long
This was not occurring before, but the results were created in an identical manner.
Posted by: malkin @ April 27, 2018, 8:58 p.m.There's an issue of CodaLab for this: https://github.com/codalab/codalab-competitions/issues/2190 and I re-opened it at https://github.com/codalab/codalab-competitions/issues/2282
Before it's finally fixed, you might want to try to submit it again from time to time to bypass this issue.
I believe time is not the only issue. I have two sets of results, created in an identical manner and differing in only a few pixels. One of them causes an error each time I submit, the other does not.
Posted by: malkin @ April 27, 2018, 9:58 p.m.I've been trying to submit multiple times (keeping some time between them) my results but I get the same error (using different files).
Could you please find a solution? By the way, are these 'failed' cases counting as proper submits?
Many thanks for your help.
Posted by: albertMasnou @ April 28, 2018, 1:32 p.m.Confirm. Keeps failing wit
Traceback (most recent call last):
File "/worker/worker.py", line 445, in run
stderr=stderr,
File "/usr/local/lib/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
File "/usr/local/lib/python2.7/subprocess.py", line 1024, in _execute_child
raise child_exception
OSError: [Errno 7] Argument list too long
Same here, since yesterday it keeps giving "failed" and the same error everyone is seeing above.
Posted by: gpascualg @ April 28, 2018, 5:32 p.m.CodaLab should've fixed this problem now: https://github.com/codalab/codalab-competitions/issues/2282
Posted by: jinghuang @ April 29, 2018, 1:55 a.m.