message | Uncaught exception:
[...]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 |
|