Uncaught exception while running Docker Compose:
Traceback (most recent call last):
File "/project/src/duckietown_challenges_runner/runner.py", line 924, in run_one
exit_code = exit_code_for_container(container_id)
File "/project/src/duckietown_challenges_runner/runner.py", line 844, in exit_code_for_container
out = subprocess.check_output(cmd)
File "/usr/lib/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
File "/usr/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['docker', 'inspect', '63c6c724bf0e70d4c592d5880e532667b5de299d2efbc003a243097298d9e9f4', '--format={{.State.ExitCode}}']' returned non-zero exit status 1.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.