InvalidSubmission:
Traceback (most recent call last):
File "/project/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 288, in wait_for_solution
return wait_for_file(fn, timeout=TIMEOUT_SOLUTION, wait=1)
File "/project/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 245, in wait_for_file
raise Timeout(msg)
duckietown_challenges.cie_concrete.Timeout: Timeout of 600 while waiting for /challenges/challenge-solution-output/output-solution.yaml.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/project/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 505, in wrap_evaluator
cie.wait_for_solution()
File "/project/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 291, in wait_for_solution
raise InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: Time out: Timeout of 600 while waiting for /challenges/challenge-solution-output/output-solution.yaml.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.