Uncaught exception while running Docker Compose:
Traceback (most recent call last):
File "/project/src/duckietown_challenges_runner/runner.py", line 894, in run_one
run_docker(wd, project, cmd)
File "/project/src/duckietown_challenges_runner/runner.py", line 1277, in run_docker
subprocess.check_call(cmd0, cwd=cwd, stdout=tee_stdout, stderr=tee_stderr)
File "/usr/lib/python3.6/subprocess.py", line 306, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python3.6/subprocess.py", line 287, in call
with Popen(*popenargs, **kwargs) as p:
File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/duckietown/DT18/evaluator/executions/aido3-LF-sim-testing/submission6062/step1-simulation-ip-172-31-45-34-10499-job29841': '/tmp/duckietown/DT18/evaluator/executions/aido3-LF-sim-testing/submission6062/step1-simulation-ip-172-31-45-34-10499-job29841'
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
Uncaught exception while running Docker Compose:
Traceback (most recent call last):
File "/project/src/duckietown_challenges_runner/runner.py", line 907, in run_one
service2id[service_name] = get_id_for_service(wd, project, service_name)
File "/project/src/duckietown_challenges_runner/runner.py", line 807, in get_id_for_service
o = run_docker(wd, project, cmd, get_output=True)
File "/project/src/duckietown_challenges_runner/runner.py", line 1274, in run_docker
return subprocess.check_output(cmd0, cwd=cwd, stderr=sys.stderr)
File "/usr/lib/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
File "/usr/lib/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/duckietown/DT18/evaluator/executions/aido3-LF-sim-testing/submission6062/step1-simulation-ip-172-31-43-40-10498-job29828': '/tmp/duckietown/DT18/evaluator/executions/aido3-LF-sim-testing/submission6062/step1-simulation-ip-172-31-43-40-10498-job29828'
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.