message | Uncaught exception:
[...]Uncaught exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 687, in get_cr
cr = run_single(
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 888, in run_single
write_logs(wd, project, services=config["services"])
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1388, in write_logs
services2id: Dict[str, str] = get_services_id(wd, project, services)
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 943, in get_services_id
raise ZValueError(container_ids=container_ids, services=services, res=res, names=names)
zuper_commons.types.exceptions.ZValueError:
│ container_ids: [a450f63b3db284633773e90ad288d9998498e10b45eec3509586b884bb813bd3,
│ e22e7c57c3ef774448723ec79c14319d31780eb9645c0850109f90a0027248d3,
│ 90bf6894beaf56c212a259dcca52febe3c0826849317bdb5f411b8454df65ab0]
│ services: dict[4]
│ │ solution:
│ │ dict[5]
│ │ │ image: docker.io/phred123/aido-submissions@sha256:c93f6c6082afcb480f816a770a6d8d9ce88b8f79bbf6e4c58f4feaac3081c9f3
│ │ │ environment:
│ │ │ dict[10]
│ │ │ │ AIDONODE_DATA_IN: /fifos/ego-in
│ │ │ │ AIDO_REQUIRE_GPU: 1
│ │ │ │ AIDONODE_DATA_OUT: fifo:/fifos/ego-out
│ │ │ │ challenge_name: aido5-LF-sim-validation
│ │ │ │ challenge_step_name: LFv-sim
│ │ │ │ SUBMISSION_CONTAINER: docker.io/phred123/aido-submissions:2020_11_25_22_56_55@sha256:c93f6c6082afcb480f816a770a6d8d9ce88b8f79bbf6e4c58f4feaac3081c9f3
│ │ │ │ username: aido
│ │ │ │ uid: 0
│ │ │ │ USER: aido
│ │ │ │ HOME: /fake-home/aido
│ │ │ user: 0:0
│ │ │ volumes:
│ │ │ [
│ │ │ /mnt/Data/duckietown-tmp-evals/production/aido5-LF-sim-validation/submission11627/LFv-sim-mont02-abacdf59f1e2-1-job43180-a-wd:/challenges:rw,
│ │ │ /mnt/Data/duckietown-tmp-evals/production/aido5-LF-sim-validation/submission11627/LFv-sim-mont02-abacdf59f1e2-1-job43180-a-fifos:/fifos:rw,
│ │ │ /tmp/fake-aido-home:/fake-home/aido:rw]
│ │ │ networks: {evaluation: {aliases: [evaluation]} }
│ │ evaluator:
│ │ dict[6]
│ │ │ image: docker.io/duckietown/challenge-aido_lf-experiment_manager@sha256:48f0b2f34825d15848c3060740ab95a99254d233959586b75aeedf03f1ed5832
│ │ │ environment:
│ │ │ dict[8]
│ │ │ │ experiment_manager_parameters:
│ │ │ │ |episodes_per_scenario: 1
│ │ │ │ |episode_length_s: 15.0
│ │ │ │ |min_episode_length_s: 0.0
│ │ │ │ |seed: 20200922
│ │ │ │ |physics_dt: 0.05
│ │ │ │ |max_failures: 2
│ │ │ │ |fifo_dir: /fifos
│ │ │ │ |sim_in: /fifos/simulator-in
│ │ │ │ |sim_out: /fifos/simulator-out
│ │ │ │ |sm_in: /fifos/scenario_maker-in
│ │ │ │ |sm_out: /fifos/scenario_maker-out
│ │ │ │ |timeout_initialization: 120
│ │ │ │ |timeout_regular: 120
│ │ │ │ |
│ │ │ │ |port: 10123 # visualization port
│ │ │ │ |
│ │ │ │ challenge_name: aido5-LF-sim-validation
│ │ │ │ challenge_step_name: LFv-sim
│ │ │ │ SUBMISSION_CONTAINER: docker.io/phred123/aido-submissions:2020_11_25_22_56_55@sha256:c93f6c6082afcb480f816a770a6d8d9ce88b8f79bbf6e4c58f4feaac3081c9f3
│ │ │ │ username: aido
│ │ │ │ uid: 0
│ │ │ │ USER: aido
│ │ │ │ HOME: /fake-home/aido
│ │ │ ports: [10123]
│ │ │ user: 0:0
│ │ │ volumes:
│ │ │ [
│ │ │ /mnt/Data/duckietown-tmp-evals/production/aido5-LF-sim-validation/submission11627/LFv-sim-mont02-abacdf59f1e2-1-job43180-a-wd:/challenges:rw,
│ │ │ /mnt/Data/duckietown-tmp-evals/production/aido5-LF-sim-validation/submission11627/LFv-sim-mont02-abacdf59f1e2-1-job43180-a-fifos:/fifos:rw,
│ │ │ /tmp/fake-aido-home:/fake-home/aido:rw]
│ │ │ networks: {evaluation: {aliases: [evaluation]} }
│ │ simulator:
│ │ dict[5]
│ │ │ image: docker.io/duckietown/challenge-aido_lf-simulator-gym@sha256:953ba9f1437e3f267db1f4ff2e58340de33f6c207283f26def16fc8612b9506e
│ │ │ environment:
│ │ │ dict[10]
│ │ │ │ AIDONODE_CONFIG:
│ │ │ │ |env_constructor: Simulator
│ │ │ │ |env_parameters:
│ │ │ │ | max_steps: 500001 # we don't want the gym to reset itself
│ │ │ │ | domain_rand: 0
│ │ │ │ | camera_width: 640
│ │ │ │ | camera_height: 480
│ │ │ │ | distortion: true
│ │ │ │ | num_tris_distractors: 0
│ │ │ │ | color_ground: [0, 0.3, 0] # green
│ │ │ │ | enable_leds: true
│ │ │ │ |
│ │ │ │ AIDONODE_DATA_IN: /fifos/simulator-in
│ │ │ │ AIDONODE_DATA_OUT: fifo:/fifos/simulator-out
│ │ │ │ challenge_name: aido5-LF-sim-validation
│ │ │ │ challenge_step_name: LFv-sim
│ │ │ │ SUBMISSION_CONTAINER: docker.io/phred123/aido-submissions:2020_11_25_22_56_55@sha256:c93f6c6082afcb480f816a770a6d8d9ce88b8f79bbf6e4c58f4feaac3081c9f3
│ │ │ │ username: aido
│ │ │ │ uid: 0
│ │ │ │ USER: aido
│ │ │ │ HOME: /fake-home/aido
│ │ │ user: 0:0
│ │ │ volumes:
│ │ │ [
│ │ │ /mnt/Data/duckietown-tmp-evals/production/aido5-LF-sim-validation/submission11627/LFv-sim-mont02-abacdf59f1e2-1-job43180-a-wd:/challenges:rw,
│ │ │ /mnt/Data/duckietown-tmp-evals/production/aido5-LF-sim-validation/submission11627/LFv-sim-mont02-abacdf59f1e2-1-job43180-a-fifos:/fifos:rw,
│ │ │ /tmp/fake-aido-home:/fake-home/aido:rw]
│ │ │ networks: {evaluation: {aliases: [evaluation]} }
│ │ scenario_maker:
│ │ dict[5]
│ │ │ image: docker.io/duckietown/challenge-aido_lf-scenario_maker@sha256:1562e17ba46090cdedbe68b8584827f1b3730f2786f6abd52e8790b4f0f1e63c
│ │ │ environment:
│ │ │ dict[10]
│ │ │ │ AIDONODE_CONFIG:
│ │ │ │ |maps:
│ │ │ │ |- ETHZ_autolab_technical_track
│ │ │ │ |scenarios_per_map: 4
│ │ │ │ |robots_npcs: []
│ │ │ │ |robots_pcs: [ego]
│ │ │ │ |
│ │ │ │ AIDONODE_DATA_IN: /fifos/scenario_maker-in
│ │ │ │ AIDONODE_DATA_OUT: fifo:/fifos/scenario_maker-out
│ │ │ │ challenge_name: aido5-LF-sim-validation
│ │ │ │ challenge_step_name: LFv-sim
│ │ │ │ SUBMISSION_CONTAINER: docker.io/phred123/aido-submissions:2020_11_25_22_56_55@sha256:c93f6c6082afcb480f816a770a6d8d9ce88b8f79bbf6e4c58f4feaac3081c9f3
│ │ │ │ username: aido
│ │ │ │ uid: 0
│ │ │ │ USER: aido
│ │ │ │ HOME: /fake-home/aido
│ │ │ user: 0:0
│ │ │ volumes:
│ │ │ [
│ │ │ /mnt/Data/duckietown-tmp-evals/production/aido5-LF-sim-validation/submission11627/LFv-sim-mont02-abacdf59f1e2-1-job43180-a-wd:/challenges:rw,
│ │ │ /mnt/Data/duckietown-tmp-evals/production/aido5-LF-sim-validation/submission11627/LFv-sim-mont02-abacdf59f1e2-1-job43180-a-fifos:/fifos:rw,
│ │ │ /tmp/fake-aido-home:/fake-home/aido:rw]
│ │ │ networks: {evaluation: {aliases: [evaluation]} }
│ res: dict[3]
│ │ evaluator: a450f63b3db284633773e90ad288d9998498e10b45eec3509586b884bb813bd3
│ │ simulator: e22e7c57c3ef774448723ec79c14319d31780eb9645c0850109f90a0027248d3
│ │ solution: 90bf6894beaf56c212a259dcca52febe3c0826849317bdb5f411b8454df65ab0
│ names: dict[3]
│ │ a450f63b3db284633773e90ad288d9998498e10b45eec3509586b884bb813bd3: mont02-abacdf59f1e2-1-job43180-285900_evaluator_1
│ │ e22e7c57c3ef774448723ec79c14319d31780eb9645c0850109f90a0027248d3: mont02-abacdf59f1e2-1-job43180-285900_simulator_1
│ │ 90bf6894beaf56c212a259dcca52febe3c0826849317bdb5f411b8454df65ab0: mont02-abacdf59f1e2-1-job43180-285900_solution_1
|