Uncaught exception while running Docker Compose:
Traceback (most recent call last):
File "/project/src/duckietown_challenges_runner/runner.py", line 412, in run
run_docker(wd, project, cmd)
File "/project/src/duckietown_challenges_runner/runner.py", line 560, in run_docker
raise DockerComposeFail(msg)
DockerComposeFail: Could not run ['docker-compose', '-p', 'job499-1494', 'up', '--abort-on-container-exit']:
> Command '['docker-compose', '-p', 'job499-1494', 'up', '--abort-on-container-exit']' returned non-zero exit status 1
docker-compose stdout | None
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEnvironment:
Traceback (most recent call last):
File "/visualizer/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 530, in wrap_scorer
evaluator.score(cie)
File "/visualizer/videos.py", line 12, in score
logdir = cie.get_completed_step_evaluation_file('step1-simulation', 'episodes')
File "/visualizer/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 398, in get_completed_step_evaluation_file
return get_completed_step_evaluation_file(self.root, step_name, basename)
File "/visualizer/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 427, in get_completed_step_evaluation_file
available = get_completed_step_evaluation_files(root, step_name)
File "/visualizer/src/duckietown-challenges/src/duckietown_challenges/cie_concrete.py", line 421, in get_completed_step_evaluation_files
raise InvalidEnvironment(msg)
InvalidEnvironment: Could not find dir /previous-steps/step1-simulation/challenge-evaluation-output
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.