Uncaught exception:
Traceback (most recent call last):
File "/project/src/duckietown_challenges_runner/runner.py", line 481, in get_cr
uploaded = upload_files(wd, aws_config)
File "/project/src/duckietown_challenges_runner/runner.py", line 1016, in upload_files
uploaded = upload(aws_config, toupload)
File "/project/src/duckietown_challenges_runner/runner.py", line 1171, in upload
sha256hex = compute_sha256hex(realfile)
File "/project/src/duckietown_challenges_runner/runner.py", line 1217, in compute_sha256hex
res: bytes = subprocess.check_output(cmd)
File "/usr/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/usr/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['shasum', '-a', '256', '/tmp/duckietown/DT18/evaluator/executions/aido2-LFVI-sim-validation/submission2929/step1-simulation-ip-172-31-42-167-28277-job19283/tmp/tmp5se0czqw/attempts/udem1-1-0.attempt1/drawing.svg']' returned non-zero exit status 1.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
Uncaught exception:
Traceback (most recent call last):
File "/project/src/duckietown_challenges_runner/runner.py", line 993, in run_docker
subprocess.check_call(cmd0, cwd=cwd, stdout=tee_stdout, stderr=tee_stderr)
File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['docker-compose', '-p', 'job19246-210452', 'down']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/project/src/duckietown_challenges_runner/runner.py", line 485, in get_cr
run_docker(wd, project, cmd)
File "/project/src/duckietown_challenges_runner/runner.py", line 998, in run_docker
raise DockerComposeFail(msg) from e
duckietown_challenges_runner.runner.DockerComposeFail: Could not run ['docker-compose', '-p', 'job19246-210452', 'down']:
> Command '['docker-compose', '-p', 'job19246-210452', 'down']' returned non-zero exit status 1.
stdout |
stderr | Stopping job19246-210452_solution_1 ...
stderr | Stopping job19246-210452_evaluator_1 ...
stderr | Stopping job19246-210452_scenario_maker_1 ...
stderr | Stopping job19246-210452_simulator_1 ...
stderr |
stderr | ERROR: for job19246-210452_simulator_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70)
stderr |
stderr | ERROR: for job19246-210452_evaluator_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70)
stderr |
stderr | ERROR: for job19246-210452_scenario_maker_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70)
stderr |
stderr | ERROR: for job19246-210452_solution_1 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=70)
stderr | An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
stderr | If you encounter this issue regularly because of slow network conditions, consider setting COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).
stderr |
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.