Duckietown Challenges Home Challenges Submissions

Submission 12087

Submission12087
Competinguser retired
Challengeaido5-LFI-sim-validation
UserBea Baselines 🐤
Date submitted
Last status update-
Complete
Detailsstatus not computed yet
Sisters
Result?
Jobs
Next
User labelbaseline-duckietown
Admin priority50
Blessingn/a
User priority50

Status not computed yet.

Evaluation jobs for this submission

Show only up-to-date jobs
Job IDstepstatusup to datedate starteddate completeddurationmessage
48446LFVIv-simabortedno0:07:21
KeyboardInterrupt: T [...]
KeyboardInterrupt:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1169, in run_one
    heartbeat()
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 628, in heartbeat
    raise KeyboardInterrupt(msg_)
KeyboardInterrupt: The server told us to abort the job because: The submission has been retired.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
48440LFVIv-simhost-errorno0:07:29
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 803, in get_cr
    uploaded = upload_files(wd, aws_config, copy_to_machine_cache=copy_to_machine_cache)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/uploading.py", line 45, in upload_files
    uploaded = upload(aws_config, toupload, copy_to_machine_cache=copy_to_machine_cache)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/uploading.py", line 265, in upload
    shutil.copy(realfile0, realfile)
  File "/usr/lib/python3.8/shutil.py", line 415, in copy
    copyfile(src, dst, follow_symlinks=follow_symlinks)
  File "/usr/lib/python3.8/shutil.py", line 261, in copyfile
    with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-01_8f4e768cc5bb-job48440-a-wd/challenge-evaluation-output/episodes/LFI-norm-udem1-000/ui_image.mp4.palette.tmp.png'
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
48435LFVIv-simhost-errorno0:06:05
The container "evalu [...]
The container "evaluator" exited with code 1.


Look at the logs for the container to know more about the error.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
48430LFVIv-simerrorno0:07:46
InvalidEvaluator: Tr [...]
InvalidEvaluator:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 51, in imread
    im = Image.open(filename)
  File "/usr/local/lib/python3.8/site-packages/PIL/Image.py", line 2943, in open
    raise UnidentifiedImageError(
PIL.UnidentifiedImageError: cannot identify image file 'banner1.png'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/procgraph/core/model.py", line 316, in update
    result = block.update()
  File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 31, in update
    image = imread(self.config.file)
  File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 54, in imread
    raise ValueError(msg) from e
ValueError: Could not open filename "banner1.png".

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/code.py", line 329, in main
    make_video2(
  File "/usr/local/lib/python3.8/site-packages/aido_analyze/utils_video.py", line 149, in make_video2
    pg("video_aido", params)
  File "/usr/local/lib/python3.8/site-packages/procgraph/scripts/pgmain.py", line 280, in pg
    raise e
  File "/usr/local/lib/python3.8/site-packages/procgraph/scripts/pgmain.py", line 277, in pg
    model.update()
  File "/usr/local/lib/python3.8/site-packages/procgraph/core/model.py", line 321, in update
    raise BadMethodCall("update", block, traceback.format_exc())
procgraph.core.exceptions.BadMethodCall: User-thrown exception while calling update() in block 'static_image'.
- B:StaticImage:static_image(in:/;out:rgb) 140663471067776
- M:video_aido:cmdline(in:/;out:/) 140663465654400
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 51, in imread
>     im = Image.open(filename)
>   File "/usr/local/lib/python3.8/site-packages/PIL/Image.py", line 2943, in open
>     raise UnidentifiedImageError(
> PIL.UnidentifiedImageError: cannot identify image file 'banner1.png'
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.8/site-packages/procgraph/core/model.py", line 316, in update
>     result = block.update()
>   File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 31, in update
>     image = imread(self.config.file)
>   File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 54, in imread
>     raise ValueError(msg) from e
> ValueError: Could not open filename "banner1.png".

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 681, in scoring_context
    yield cie
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/experiment_manager.py", line 68, in go
    wrap(cie)
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/experiment_manager.py", line 34, in wrap
    asyncio.run(main(cie, logdir, attempts), debug=True)
  File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/code.py", line 383, in main
    raise dc.InvalidEvaluator(msg) from e
duckietown_challenges.exceptions.InvalidEvaluator: Anomalous error while running episodes:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
48423LFVIv-simabortedno0:09:10
KeyboardInterrupt: T [...]
KeyboardInterrupt:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1169, in run_one
    heartbeat()
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 628, in heartbeat
    raise KeyboardInterrupt(msg_)
KeyboardInterrupt: The server told us to abort the job because: The submission has been retired.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
48416LFVIv-simhost-errorno0:09:19
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/docker_compose.py", line 59, in get_services_id
    raise ZValueError(container_ids=container_ids, services=services, res=res, names=names)
zuper_commons.types.exceptions.ZValueError: 

│ container_ids: [9a93dd439335d72b541ef9a9ce03003d02df3d36850b14a25c18ca43f39aeb19,
│                 49dc1cfd65c42e0dc39d31c8170558a0fa5483783a4982659990963b4a55609e,
│                 49432550ce6e3a0fb01d311ac145ac6485c28ba52687c438ee120f9ee36932db,
│                 93c350d35770046783a9dd690ff5de4ba7d1bea8381335f203a20312a517a148,
│                 1fa4f64822dd776690201624602e4811fe0a8e7c37927b864a5f082dede7052b,
│                 5fb3ff6d78bc0a83980de1ed23ffb40c94d4ccc635a7d1bc61575c357dfc0850]
│      services: dict[7]
│                │ npc0:
│                │ dict[6]
│                │ │ image: docker.io/duckietown/challenge-aido_lf-minimal-agent-full@sha256:90d821dbc5a9437a132c21fee46800a415b04767409c23ae0a44fc4a4f33f5f3
│                │ │ environment:
│                │ │ dict[12]
│                │ │ │ AIDONODE_NAME: npc0
│                │ │ │ AIDONODE_DATA_IN: /fifos/npc0-in
│                │ │ │ AIDONODE_DATA_OUT: fifo:/fifos/npc0-out
│                │ │ │ challenge_name: aido5-LFI-sim-validation
│                │ │ │ challenge_step_name: LFVIv-sim
│                │ │ │ submission_id: 12087
│                │ │ │ submitter_name: Bea Baselines
│                │ │ │ SUBMISSION_CONTAINER: docker.io/andreacensi/aido-submissions:2020_12_01_20_49_23@sha256:0d6eaaf73c233fcc79a33813f69b8a847d42a56de912643fd5883ea21fe2405e
│                │ │ │ username: ubuntu
│                │ │ │ uid: 0
│                │ │ │ USER: ubuntu
│                │ │ │ HOME: /fake-home/ubuntu
│                │ │ labels: {org.duckietown.created_by_runner: true, org.duckietown.runner_name: nogpu-prod-07_1b213e78b6fd}
│                │ │ user: 0:0
│                │ │ volumes:
│                │ │ [
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-wd:/challenges:rw,
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-fifos:/fifos:rw,
│                │ │  /tmp/duckietown/dt-challenges-runner/20_12_02_03_50_54-62807/fake-ubuntu-home:/fake-home/ubuntu:rw]
│                │ │ networks: {evaluation: {aliases: [evaluation]} }
│                │ npc1:
│                │ dict[6]
│                │ │ image: docker.io/duckietown/challenge-aido_lf-minimal-agent-full@sha256:90d821dbc5a9437a132c21fee46800a415b04767409c23ae0a44fc4a4f33f5f3
│                │ │ environment:
│                │ │ dict[12]
│                │ │ │ AIDONODE_NAME: npc1
│                │ │ │ AIDONODE_DATA_IN: /fifos/npc1-in
│                │ │ │ AIDONODE_DATA_OUT: fifo:/fifos/npc1-out
│                │ │ │ challenge_name: aido5-LFI-sim-validation
│                │ │ │ challenge_step_name: LFVIv-sim
│                │ │ │ submission_id: 12087
│                │ │ │ submitter_name: Bea Baselines
│                │ │ │ SUBMISSION_CONTAINER: docker.io/andreacensi/aido-submissions:2020_12_01_20_49_23@sha256:0d6eaaf73c233fcc79a33813f69b8a847d42a56de912643fd5883ea21fe2405e
│                │ │ │ username: ubuntu
│                │ │ │ uid: 0
│                │ │ │ USER: ubuntu
│                │ │ │ HOME: /fake-home/ubuntu
│                │ │ labels: {org.duckietown.created_by_runner: true, org.duckietown.runner_name: nogpu-prod-07_1b213e78b6fd}
│                │ │ user: 0:0
│                │ │ volumes:
│                │ │ [
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-wd:/challenges:rw,
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-fifos:/fifos:rw,
│                │ │  /tmp/duckietown/dt-challenges-runner/20_12_02_03_50_54-62807/fake-ubuntu-home:/fake-home/ubuntu:rw]
│                │ │ networks: {evaluation: {aliases: [evaluation]} }
│                │ npc2:
│                │ dict[6]
│                │ │ image: docker.io/duckietown/challenge-aido_lf-minimal-agent-full@sha256:90d821dbc5a9437a132c21fee46800a415b04767409c23ae0a44fc4a4f33f5f3
│                │ │ environment:
│                │ │ dict[12]
│                │ │ │ AIDONODE_NAME: npc2
│                │ │ │ AIDONODE_DATA_IN: /fifos/npc2-in
│                │ │ │ AIDONODE_DATA_OUT: fifo:/fifos/npc2-out
│                │ │ │ challenge_name: aido5-LFI-sim-validation
│                │ │ │ challenge_step_name: LFVIv-sim
│                │ │ │ submission_id: 12087
│                │ │ │ submitter_name: Bea Baselines
│                │ │ │ SUBMISSION_CONTAINER: docker.io/andreacensi/aido-submissions:2020_12_01_20_49_23@sha256:0d6eaaf73c233fcc79a33813f69b8a847d42a56de912643fd5883ea21fe2405e
│                │ │ │ username: ubuntu
│                │ │ │ uid: 0
│                │ │ │ USER: ubuntu
│                │ │ │ HOME: /fake-home/ubuntu
│                │ │ labels: {org.duckietown.created_by_runner: true, org.duckietown.runner_name: nogpu-prod-07_1b213e78b6fd}
│                │ │ user: 0:0
│                │ │ volumes:
│                │ │ [
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-wd:/challenges:rw,
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-fifos:/fifos:rw,
│                │ │  /tmp/duckietown/dt-challenges-runner/20_12_02_03_50_54-62807/fake-ubuntu-home:/fake-home/ubuntu:rw]
│                │ │ networks: {evaluation: {aliases: [evaluation]} }
│                │ npc3:
│                │ dict[6]
│                │ │ image: docker.io/duckietown/challenge-aido_lf-minimal-agent-full@sha256:90d821dbc5a9437a132c21fee46800a415b04767409c23ae0a44fc4a4f33f5f3
│                │ │ environment:
│                │ │ dict[12]
│                │ │ │ AIDONODE_NAME: npc3
│                │ │ │ AIDONODE_DATA_IN: /fifos/npc3-in
│                │ │ │ AIDONODE_DATA_OUT: fifo:/fifos/npc3-out
│                │ │ │ challenge_name: aido5-LFI-sim-validation
│                │ │ │ challenge_step_name: LFVIv-sim
│                │ │ │ submission_id: 12087
│                │ │ │ submitter_name: Bea Baselines
│                │ │ │ SUBMISSION_CONTAINER: docker.io/andreacensi/aido-submissions:2020_12_01_20_49_23@sha256:0d6eaaf73c233fcc79a33813f69b8a847d42a56de912643fd5883ea21fe2405e
│                │ │ │ username: ubuntu
│                │ │ │ uid: 0
│                │ │ │ USER: ubuntu
│                │ │ │ HOME: /fake-home/ubuntu
│                │ │ labels: {org.duckietown.created_by_runner: true, org.duckietown.runner_name: nogpu-prod-07_1b213e78b6fd}
│                │ │ user: 0:0
│                │ │ volumes:
│                │ │ [
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-wd:/challenges:rw,
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-fifos:/fifos:rw,
│                │ │  /tmp/duckietown/dt-challenges-runner/20_12_02_03_50_54-62807/fake-ubuntu-home:/fake-home/ubuntu:rw]
│                │ │ networks: {evaluation: {aliases: [evaluation]} }
│                │ evaluator:
│                │ dict[7]
│                │ │ image: docker.io/andreacensi/aido5-lfi-sim-validation-lfviv-sim-evaluator@sha256:51367ac3fe7c48d8551a6650d7f509af531eef97ed727c6e8086fdb97bd348dd
│                │ │ environment:
│                │ │ dict[10]
│                │ │ │ experiment_manager_parameters:
│                │ │ │ |episodes_per_scenario: 1
│                │ │ │ |episode_length_s: 60.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
│                │ │ │ |scenarios:
│                │ │ │ |- /scenarios
│                │ │ │ |
│                │ │ │ challenge_name: aido5-LFI-sim-validation
│                │ │ │ challenge_step_name: LFVIv-sim
│                │ │ │ submission_id: 12087
│                │ │ │ submitter_name: Bea Baselines
│                │ │ │ SUBMISSION_CONTAINER: docker.io/andreacensi/aido-submissions:2020_12_01_20_49_23@sha256:0d6eaaf73c233fcc79a33813f69b8a847d42a56de912643fd5883ea21fe2405e
│                │ │ │ username: ubuntu
│                │ │ │ uid: 0
│                │ │ │ USER: ubuntu
│                │ │ │ HOME: /fake-home/ubuntu
│                │ │ ports: [10123]
│                │ │ labels: {org.duckietown.created_by_runner: true, org.duckietown.runner_name: nogpu-prod-07_1b213e78b6fd}
│                │ │ user: 0:0
│                │ │ volumes:
│                │ │ [
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-wd:/challenges:rw,
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-fifos:/fifos:rw,
│                │ │  /tmp/duckietown/dt-challenges-runner/20_12_02_03_50_54-62807/fake-ubuntu-home:/fake-home/ubuntu:rw]
│                │ │ networks: {evaluation: {aliases: [evaluation]} }
│                │ simulator:
│                │ dict[6]
│                │ │ image: docker.io/duckietown/challenge-aido_lf-simulator-gym@sha256:4848042f4d088b99b480cb1fc276e32f956d6b9dee27d70fcbaba500d8a8768c
│                │ │ environment:
│                │ │ dict[12]
│                │ │ │ 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-LFI-sim-validation
│                │ │ │ challenge_step_name: LFVIv-sim
│                │ │ │ submission_id: 12087
│                │ │ │ submitter_name: Bea Baselines
│                │ │ │ SUBMISSION_CONTAINER: docker.io/andreacensi/aido-submissions:2020_12_01_20_49_23@sha256:0d6eaaf73c233fcc79a33813f69b8a847d42a56de912643fd5883ea21fe2405e
│                │ │ │ username: ubuntu
│                │ │ │ uid: 0
│                │ │ │ USER: ubuntu
│                │ │ │ HOME: /fake-home/ubuntu
│                │ │ labels: {org.duckietown.created_by_runner: true, org.duckietown.runner_name: nogpu-prod-07_1b213e78b6fd}
│                │ │ user: 0:0
│                │ │ volumes:
│                │ │ [
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-wd:/challenges:rw,
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-fifos:/fifos:rw,
│                │ │  /tmp/duckietown/dt-challenges-runner/20_12_02_03_50_54-62807/fake-ubuntu-home:/fake-home/ubuntu:rw]
│                │ │ networks: {evaluation: {aliases: [evaluation]} }
│                │ solution-ego0:
│                │ dict[6]
│                │ │ image: docker.io/andreacensi/aido-submissions@sha256:0d6eaaf73c233fcc79a33813f69b8a847d42a56de912643fd5883ea21fe2405e
│                │ │ environment:
│                │ │ dict[13]
│                │ │ │ AIDONODE_NAME: ego0
│                │ │ │ AIDONODE_DATA_IN: /fifos/ego0-in
│                │ │ │ AIDO_REQUIRE_GPU: 1
│                │ │ │ AIDONODE_DATA_OUT: fifo:/fifos/ego0-out
│                │ │ │ challenge_name: aido5-LFI-sim-validation
│                │ │ │ challenge_step_name: LFVIv-sim
│                │ │ │ submission_id: 12087
│                │ │ │ submitter_name: Bea Baselines
│                │ │ │ SUBMISSION_CONTAINER: docker.io/andreacensi/aido-submissions:2020_12_01_20_49_23@sha256:0d6eaaf73c233fcc79a33813f69b8a847d42a56de912643fd5883ea21fe2405e
│                │ │ │ username: ubuntu
│                │ │ │ uid: 0
│                │ │ │ USER: ubuntu
│                │ │ │ HOME: /fake-home/ubuntu
│                │ │ labels: {org.duckietown.created_by_runner: true, org.duckietown.runner_name: nogpu-prod-07_1b213e78b6fd}
│                │ │ user: 0:0
│                │ │ volumes:
│                │ │ [
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-wd:/challenges:rw,
│                │ │  /tmp/duckietown/aido5-LFI-sim-validation/submission12087/LFVIv-sim-nogpu-prod-07_1b213e78b6fd-job48416-a-fifos:/fifos:rw,
│                │ │  /tmp/duckietown/dt-challenges-runner/20_12_02_03_50_54-62807/fake-ubuntu-home:/fake-home/ubuntu:rw]
│                │ │ networks: {evaluation: {aliases: [evaluation]} }
│           res: dict[6]
│                │ evaluator: 9a93dd439335d72b541ef9a9ce03003d02df3d36850b14a25c18ca43f39aeb19
│                │ npc0: 49dc1cfd65c42e0dc39d31c8170558a0fa5483783a4982659990963b4a55609e
│                │ npc1: 49432550ce6e3a0fb01d311ac145ac6485c28ba52687c438ee120f9ee36932db
│                │ npc2: 93c350d35770046783a9dd690ff5de4ba7d1bea8381335f203a20312a517a148
│                │ npc3: 1fa4f64822dd776690201624602e4811fe0a8e7c37927b864a5f082dede7052b
│                │ solution-ego0: 5fb3ff6d78bc0a83980de1ed23ffb40c94d4ccc635a7d1bc61575c357dfc0850
│         names: dict[6]
│                │ 9a93dd439335d72b541ef9a9ce03003d02df3d36850b14a25c18ca43f39aeb19: nogpu-prod-07_1b213e78b6fd-job48416-956545_evaluator_1
│                │ 49dc1cfd65c42e0dc39d31c8170558a0fa5483783a4982659990963b4a55609e: nogpu-prod-07_1b213e78b6fd-job48416-956545_npc0_1
│                │ 49432550ce6e3a0fb01d311ac145ac6485c28ba52687c438ee120f9ee36932db: nogpu-prod-07_1b213e78b6fd-job48416-956545_npc1_1
│                │ 93c350d35770046783a9dd690ff5de4ba7d1bea8381335f203a20312a517a148: nogpu-prod-07_1b213e78b6fd-job48416-956545_npc2_1
│                │ 1fa4f64822dd776690201624602e4811fe0a8e7c37927b864a5f082dede7052b: nogpu-prod-07_1b213e78b6fd-job48416-956545_npc3_1
│                │ 5fb3ff6d78bc0a83980de1ed23ffb40c94d4ccc635a7d1bc61575c357dfc0850: nogpu-prod-07_1b213e78b6fd-job48416-956545_solution-ego0_1

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 777, in get_cr
    cr = run_single(
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 991, in run_single
    write_logs(wd, project, services=config["services"])
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/docker_compose.py", line 120, in write_logs
    services2id: Dict[ServiceName, ContainerID] = get_services_id(wd, project, services)
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/docker_compose.py", line 63, in get_services_id
    raise DockerComposeFail(msg, output=output.decode(), names=names) from e
duckietown_challenges_runner.docker_compose.DockerComposeFail: Cannot get process ids
│ output: |9a93dd439335d72b541ef9a9ce03003d02df3d36850b14a25c18ca43f39aeb19
│         |49dc1cfd65c42e0dc39d31c8170558a0fa5483783a4982659990963b4a55609e
│         |49432550ce6e3a0fb01d311ac145ac6485c28ba52687c438ee120f9ee36932db
│         |93c350d35770046783a9dd690ff5de4ba7d1bea8381335f203a20312a517a148
│         |1fa4f64822dd776690201624602e4811fe0a8e7c37927b864a5f082dede7052b
│         |5fb3ff6d78bc0a83980de1ed23ffb40c94d4ccc635a7d1bc61575c357dfc0850
│         |
│  names: dict[6]
│         │ 9a93dd439335d72b541ef9a9ce03003d02df3d36850b14a25c18ca43f39aeb19: nogpu-prod-07_1b213e78b6fd-job48416-956545_evaluator_1
│         │ 49dc1cfd65c42e0dc39d31c8170558a0fa5483783a4982659990963b4a55609e: nogpu-prod-07_1b213e78b6fd-job48416-956545_npc0_1
│         │ 49432550ce6e3a0fb01d311ac145ac6485c28ba52687c438ee120f9ee36932db: nogpu-prod-07_1b213e78b6fd-job48416-956545_npc1_1
│         │ 93c350d35770046783a9dd690ff5de4ba7d1bea8381335f203a20312a517a148: nogpu-prod-07_1b213e78b6fd-job48416-956545_npc2_1
│         │ 1fa4f64822dd776690201624602e4811fe0a8e7c37927b864a5f082dede7052b: nogpu-prod-07_1b213e78b6fd-job48416-956545_npc3_1
│         │ 5fb3ff6d78bc0a83980de1ed23ffb40c94d4ccc635a7d1bc61575c357dfc0850: nogpu-prod-07_1b213e78b6fd-job48416-956545_solution-ego0_1
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
47612LFVIv-simerrorno0:09:15
InvalidEvaluator: Tr [...]
InvalidEvaluator:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 51, in imread
    im = Image.open(filename)
  File "/usr/local/lib/python3.8/site-packages/PIL/Image.py", line 2943, in open
    raise UnidentifiedImageError(
PIL.UnidentifiedImageError: cannot identify image file 'banner1.png'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/procgraph/core/model.py", line 316, in update
    result = block.update()
  File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 31, in update
    image = imread(self.config.file)
  File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 54, in imread
    raise ValueError(msg) from e
ValueError: Could not open filename "banner1.png".

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/code.py", line 329, in main
    make_video2(
  File "/usr/local/lib/python3.8/site-packages/aido_analyze/utils_video.py", line 149, in make_video2
    pg("video_aido", params)
  File "/usr/local/lib/python3.8/site-packages/procgraph/scripts/pgmain.py", line 280, in pg
    raise e
  File "/usr/local/lib/python3.8/site-packages/procgraph/scripts/pgmain.py", line 277, in pg
    model.update()
  File "/usr/local/lib/python3.8/site-packages/procgraph/core/model.py", line 321, in update
    raise BadMethodCall("update", block, traceback.format_exc())
procgraph.core.exceptions.BadMethodCall: User-thrown exception while calling update() in block 'static_image'.
- B:StaticImage:static_image(in:/;out:rgb) 140455035387280
- M:video_aido:cmdline(in:/;out:/) 140455035522016
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 51, in imread
>     im = Image.open(filename)
>   File "/usr/local/lib/python3.8/site-packages/PIL/Image.py", line 2943, in open
>     raise UnidentifiedImageError(
> PIL.UnidentifiedImageError: cannot identify image file 'banner1.png'
> 
> The above exception was the direct cause of the following exception:
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.8/site-packages/procgraph/core/model.py", line 316, in update
>     result = block.update()
>   File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 31, in update
>     image = imread(self.config.file)
>   File "/usr/local/lib/python3.8/site-packages/procgraph_pil/imread_imp.py", line 54, in imread
>     raise ValueError(msg) from e
> ValueError: Could not open filename "banner1.png".

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 681, in scoring_context
    yield cie
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/experiment_manager.py", line 68, in go
    wrap(cie)
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/experiment_manager.py", line 34, in wrap
    asyncio.run(main(cie, logdir, attempts), debug=True)
  File "/usr/local/lib/python3.8/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/local/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
    return future.result()
  File "/usr/local/lib/python3.8/site-packages/duckietown_experiment_manager/code.py", line 383, in main
    raise dc.InvalidEvaluator(msg) from e
duckietown_challenges.exceptions.InvalidEvaluator: Anomalous error while running episodes:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
47504LFVIv-simabortedno0:00:45
KeyboardInterrupt: T [...]
KeyboardInterrupt:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1169, in run_one
    heartbeat()
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 628, in heartbeat
    raise KeyboardInterrupt(msg_)
KeyboardInterrupt: The server told us to abort the job because: The challenge has been updated.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
47388LFVIv-simabortedno0:00:34
KeyboardInterrupt: T [...]
KeyboardInterrupt:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1169, in run_one
    heartbeat()
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 628, in heartbeat
    raise KeyboardInterrupt(msg_)
KeyboardInterrupt: The server told us to abort the job because: The challenge has been updated.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
47288LFVIv-simabortedno1:10:18
KeyboardInterrupt: T [...]
KeyboardInterrupt:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1169, in run_one
    heartbeat()
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 628, in heartbeat
    raise KeyboardInterrupt(msg_)
KeyboardInterrupt: The server told us to abort the job because: The challenge has been updated.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
47104LFVIv-simabortedno0:03:28
KeyboardInterrupt: T [...]
KeyboardInterrupt:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1167, in run_one
    heartbeat()
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 628, in heartbeat
    raise KeyboardInterrupt(msg_)
KeyboardInterrupt: The server told us to abort the job because: The challenge has been updated.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
47063LFVIv-simabortedno0:14:12
KeyboardInterrupt: T [...]
KeyboardInterrupt:
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1167, in run_one
    heartbeat()
  File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 628, in heartbeat
    raise KeyboardInterrupt(msg_)
KeyboardInterrupt: The server told us to abort the job because: The challenge has been updated.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible