Duckietown Challenges Home Challenges Submissions

Submission 2711

Submission2711
Competingyes
Challengeaido2-LFVI-sim-testing
UserRami Al-Naim 🇷🇺
Date submitted
Last status update
Completecomplete
DetailsEvaluation is complete.
Sisters
Result💜
Jobsstep1-simulation: 22245
Next
User labelchallenge-aido_LF-baseline-duckietown
Admin priority60
Blessingn/a
User priority60

The highlights are available only to the owner and the admins.

Evaluation jobs for this submission

Show only up-to-date jobs
Job IDstepstatusup to datedate starteddate completeddurationmessage
22245step1-simulationerroryes1:00:21
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
21732step1-simulationsuccessno0:37:32
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
21679step1-simulationtimeoutno1:05:50
I can see how the jo [...]
I can see how the job 21679 is timeout because passed 3950 seconds and the timeout is 3600.0.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
21655step1-simulationhost-errorno0:31:33
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/project/src/duckietown_challenges_runner/runner.py", line 484, in get_cr
    submission_id=submission_id, timeout_sec=timeout_sec)
  File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__
    next(self.gen)
  File "/project/src/duckietown_challenges_runner/runner.py", line 343, in setup_logging
    convert(f_stdout)
  File "/project/src/duckietown_challenges_runner/runner.py", line 332, in convert
    data = open(log).read().strip()
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/duckietown/DT18/evaluator/executions/aido2-LFVI-sim-testing/submission2711/step1-simulation-ip-172-31-25-98-2062-job21655/logs/challenges-runner/stdout.log'
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20866step1-simulationsuccessno0:37:24
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20865step1-simulationsuccessno0:30:46
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20823step1-simulationhost-errorno0:42:21
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/project/src/duckietown_challenges_runner/runner.py", line 483, in get_cr
    submission_id=submission_id, timeout_sec=timeout_sec)
  File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__
    next(self.gen)
  File "/project/src/duckietown_challenges_runner/runner.py", line 343, in setup_logging
    convert(f_stdout)
  File "/project/src/duckietown_challenges_runner/runner.py", line 332, in convert
    data = open(log).read().strip()
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/duckietown/DT18/evaluator/executions/aido2-LFVI-sim-testing/submission2711/step1-simulation-ip-172-31-40-253-31940-job20823/logs/challenges-runner/stdout.log'
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20792step1-simulationhost-errorno0:42:39
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/project/src/duckietown_challenges_runner/runner.py", line 483, in get_cr
    submission_id=submission_id, timeout_sec=timeout_sec)
  File "/usr/lib/python3.6/contextlib.py", line 88, in __exit__
    next(self.gen)
  File "/project/src/duckietown_challenges_runner/runner.py", line 343, in setup_logging
    convert(f_stdout)
  File "/project/src/duckietown_challenges_runner/runner.py", line 332, in convert
    data = open(log).read().strip()
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/duckietown/DT18/evaluator/executions/aido2-LFVI-sim-testing/submission2711/step1-simulation-ip-172-31-40-253-32125-job20792/logs/challenges-runner/stdout.log'
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20724step1-simulationtimeoutno1:05:59
I can see how the jo [...]
I can see how the job 20724 is timeout because passed 3959 seconds and the timeout is 3600.0.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20184step1-simulationsuccessno0:08:37
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20168step1-simulationhost-errorno0:02:51
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/project/src/duckietown_challenges_runner/runner.py", line 990, in run_docker
    return subprocess.check_output(cmd0, cwd=cwd, stderr=sys.stderr)
  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 '['docker-compose', '-p', 'job20168-336803', 'ps', '-q', 'solution']' 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 478, in get_cr
    submission_id=submission_id, timeout_sec=timeout_sec)
  File "/project/src/duckietown_challenges_runner/runner.py", line 573, in run_single
    write_logs(wd, project, services=config['services'])
  File "/project/src/duckietown_challenges_runner/runner.py", line 899, in write_logs
    container_id = get_id_for_service(wd, project, service)
  File "/project/src/duckietown_challenges_runner/runner.py", line 585, in get_id_for_service
    o = run_docker(wd, project, cmd, get_output=True)
  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', 'job20168-336803', 'ps', '-q', 'solution']:

   >  Command '['docker-compose', '-p', 'job20168-336803', 'ps', '-q', 'solution']' returned non-zero exit status 1.

stdout | 

stderr | 
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20097step1-simulationsuccessno0:13:11
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
20071step1-simulationsuccessno0:12:26
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
19827step1-simulationsuccessno0:08:53
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
19781step1-simulationsuccessno0:14:12
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
19766step1-simulationhost-errorno0:07:17
Uncaught exception: [...]
Uncaught exception:
Traceback (most recent call last):
  File "/project/src/duckietown_challenges_runner/runner.py", line 990, in run_docker
    return subprocess.check_output(cmd0, cwd=cwd, stderr=sys.stderr)
  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 '['docker-compose', '-p', 'job19766-759964', 'ps', '-q', 'solution']' 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 478, in get_cr
    submission_id=submission_id, timeout_sec=timeout_sec)
  File "/project/src/duckietown_challenges_runner/runner.py", line 573, in run_single
    write_logs(wd, project, services=config['services'])
  File "/project/src/duckietown_challenges_runner/runner.py", line 899, in write_logs
    container_id = get_id_for_service(wd, project, service)
  File "/project/src/duckietown_challenges_runner/runner.py", line 585, in get_id_for_service
    o = run_docker(wd, project, cmd, get_output=True)
  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', 'job19766-759964', 'ps', '-q', 'solution']:

   >  Command '['docker-compose', '-p', 'job19766-759964', 'ps', '-q', 'solution']' returned non-zero exit status 1.

stdout | 

stderr | 
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
19414step1-simulationsuccessno0:15:36
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
19407step1-simulationsuccessno0:16:08
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
18677step1-simulationsuccessno0:17:07
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
18331step1-simulationsuccessno0:18:48
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
18330step1-simulationsuccessno0:18:29
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
18091step1-simulationsuccessno0:11:10
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible
18090step1-simulationsuccessno0:06:19
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible