Job ID step status up to date date started date completed duration message 195948
sim-2of5 success yes 2024-10-20 10:36:34+00:00 2024-10-20 10:49:15+00:00 0:12:41 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 0.6659336275418211
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 0.6659336275418211 distance-from-start_median 0.6659336275418211 distance-from-start_min 0.6659336275418211 driven_any_max 0.8013955885206314 driven_any_mean 0.8013955885206314 driven_any_median 0.8013955885206314 driven_any_min 0.8013955885206314 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 3.349999999999996 in-drivable-lane_mean 3.349999999999996 in-drivable-lane_median 3.349999999999996 in-drivable-lane_min 3.349999999999996 per-episodes details {"d45-ego0": {"driven_any": 0.8013955885206314, "survival_time": 3.349999999999996, "driven_lanedir": 0.0, "in-drivable-lane": 3.349999999999996, "deviation-heading": 0.0, "distance-from-start": 0.6659336275418211, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 3.349999999999996 survival_time_mean 3.349999999999996 survival_time_median 3.349999999999996 survival_time_min 3.349999999999996
No reset possible 195943
sim-2of5 success yes 2024-10-20 10:27:30+00:00 2024-10-20 10:35:32+00:00 0:08:02 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195940
sim-2of5 success yes 2024-10-20 10:16:10+00:00 2024-10-20 10:25:21+00:00 0:09:11 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195939
sim-2of5 timeout yes 2024-10-20 10:15:34+00:00 2024-10-20 10:15:41+00:00 0:00:07 Timeout because eval [...] Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195919
sim-2of5 host-error yes 2024-10-20 09:12:01+00:00 2024-10-20 09:33:16+00:00 0:21:15 Uncaught exception w [...] Uncaught exception while running Docker Compose:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 449, in _make_request
six.raise_from(e, None)
File "<string>", line 3, in raise_from
File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 444, in _make_request
httplib_response = conn.getresponse()
File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse
response.begin()
File "/usr/lib/python3.8/http/client.py", line 316, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.8/http/client.py", line 277, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/usr/lib/python3.8/socket.py", line 669, in readinto
return self._sock.recv_into(b)
socket.timeout: timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 489, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 787, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.8/dist-packages/urllib3/util/retry.py", line 550, in increment
raise six.reraise(type(error), error, _stacktrace)
File "/usr/local/lib/python3.8/dist-packages/urllib3/packages/six.py", line 770, in reraise
raise value
File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 703, in urlopen
httplib_response = self._make_request(
File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 451, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
File "/usr/local/lib/python3.8/dist-packages/urllib3/connectionpool.py", line 340, in _raise_timeout
raise ReadTimeoutError(
urllib3.exceptions.ReadTimeoutError: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner/runner.py", line 1310, in run_one
container = client.containers.get(container_id)
File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 925, in get
resp = self.client.api.inspect_container(container_id)
File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 19, in wrapped
return f(self, resource_id, *args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/docker/api/container.py", line 784, in inspect_container
self._get(self._url("/containers/{0}/json", container)), True
File "/usr/local/lib/python3.8/dist-packages/docker/utils/decorators.py", line 46, in inner
return f(self, *args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 237, in _get
return self.get(url, **self._set_request_timeout(kwargs))
File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 600, in get
return self.request("GET", url, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.8/dist-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 578, in send
raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=60)
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195904
sim-2of5 timeout yes 2024-10-20 08:53:37+00:00 2024-10-20 09:10:51+00:00 0:17:14 Timeout because eval [...] Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195903
sim-2of5 host-error yes 2024-10-20 08:53:32+00:00 2024-10-20 09:10:36+00:00 0:17:04 Error while running [...] Error while running Docker Compose:
Could not run command
│ cmd: [docker-compose, -p, Archimede-prod-b-05-6.3.0-job195903-567443, up, -d]
│ stdout: ''
│ sderr: ''
│ e: Command '['docker-compose', '-p', 'Archimede-prod-b-05-6.3.0-job195903-567443', 'up', '-d']' returned non-zero exit status 1.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195899
sim-2of5 success yes 2024-10-20 08:48:39+00:00 2024-10-20 08:52:11+00:00 0:03:32 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195895
sim-2of5 timeout yes 2024-10-20 08:47:42+00:00 2024-10-20 08:47:48+00:00 0:00:06 Timeout because eval [...] Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195705
sim-1of5 success yes 2024-10-20 06:38:36+00:00 2024-10-20 06:51:21+00:00 0:12:45 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 1.279938542446016
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 1.279938542446016 distance-from-start_median 1.279938542446016 distance-from-start_min 1.279938542446016 driven_any_max 22.74407790791788 driven_any_mean 22.74407790791788 driven_any_median 22.74407790791788 driven_any_min 22.74407790791788 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 59.99999999999873 in-drivable-lane_mean 59.99999999999873 in-drivable-lane_median 59.99999999999873 in-drivable-lane_min 59.99999999999873 per-episodes details {"d45-ego0": {"driven_any": 22.74407790791788, "survival_time": 59.99999999999873, "driven_lanedir": 0.0, "in-drivable-lane": 59.99999999999873, "deviation-heading": 0.0, "distance-from-start": 1.279938542446016, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 59.99999999999873 survival_time_mean 59.99999999999873 survival_time_median 59.99999999999873 survival_time_min 59.99999999999873
No reset possible 195704
sim-2of5 host-error yes 2024-10-20 06:36:55+00:00 2024-10-20 06:51:38+00:00 0:14:43 Error while running [...] Error while running Docker Compose:
Could not run command
│ cmd: [docker-compose, -p, Archimede-prod-b-01-6.3.0-job195704-507900, up, -d]
│ stdout: ''
│ sderr: ''
│ e: Command '['docker-compose', '-p', 'Archimede-prod-b-01-6.3.0-job195704-507900', 'up', '-d']' returned non-zero exit status 1.
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195703
sim-1of5 success yes 2024-10-20 06:36:17+00:00 2024-10-20 06:37:57+00:00 0:01:40 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195702
sim-1of5 success yes 2024-10-20 06:34:32+00:00 2024-10-20 06:35:55+00:00 0:01:23 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195700
sim-3of5 success yes 2024-10-20 06:33:57+00:00 2024-10-20 06:51:11+00:00 0:17:14 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 1.2623876763040074
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 1.2623876763040074 distance-from-start_median 1.2623876763040074 distance-from-start_min 1.2623876763040074 driven_any_max 22.359232792836305 driven_any_mean 22.359232792836305 driven_any_median 22.359232792836305 driven_any_min 22.359232792836305 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 59.99999999999873 in-drivable-lane_mean 59.99999999999873 in-drivable-lane_median 59.99999999999873 in-drivable-lane_min 59.99999999999873 per-episodes details {"d50-ego0": {"driven_any": 22.359232792836305, "survival_time": 59.99999999999873, "driven_lanedir": 0.0, "in-drivable-lane": 59.99999999999873, "deviation-heading": 0.0, "distance-from-start": 1.2623876763040074, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 59.99999999999873 survival_time_mean 59.99999999999873 survival_time_median 59.99999999999873 survival_time_min 59.99999999999873
No reset possible 195699
sim-1of5 success yes 2024-10-20 06:32:27+00:00 2024-10-20 06:34:02+00:00 0:01:35 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195696
sim-1of5 success yes 2024-10-20 06:30:22+00:00 2024-10-20 06:32:02+00:00 0:01:40 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195693
sim-4of5 success yes 2024-10-20 06:28:43+00:00 2024-10-20 06:58:51+00:00 0:30:08 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 1.0435306580147783
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 1.0435306580147783 distance-from-start_median 1.0435306580147783 distance-from-start_min 1.0435306580147783 driven_any_max 1.4380324727127276 driven_any_mean 1.4380324727127276 driven_any_median 1.4380324727127276 driven_any_min 1.4380324727127276 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 5.1999999999999895 in-drivable-lane_mean 5.1999999999999895 in-drivable-lane_median 5.1999999999999895 in-drivable-lane_min 5.1999999999999895 per-episodes details {"d40-ego0": {"driven_any": 1.4380324727127276, "survival_time": 5.1999999999999895, "driven_lanedir": 0.0, "in-drivable-lane": 5.1999999999999895, "deviation-heading": 0.0, "distance-from-start": 1.0435306580147783, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 5.1999999999999895 survival_time_mean 5.1999999999999895 survival_time_median 5.1999999999999895 survival_time_min 5.1999999999999895
No reset possible 195692
sim-1of5 success yes 2024-10-20 06:28:22+00:00 2024-10-20 06:29:52+00:00 0:01:30 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195691
sim-0of5 success yes 2024-10-20 06:26:52+00:00 2024-10-20 06:59:03+00:00 0:32:11 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
distance-from-start_mean 1.2931517044852008
other stats deviation-center-line_max 0.0 deviation-center-line_mean 0.0 deviation-center-line_median 0.0 deviation-center-line_min 0.0 deviation-heading_max 0.0 deviation-heading_mean 0.0 deviation-heading_median 0.0 deviation-heading_min 0.0 distance-from-start_max 1.2931517044852008 distance-from-start_median 1.2931517044852008 distance-from-start_min 1.2931517044852008 driven_any_max 22.93703276238175 driven_any_mean 22.93703276238175 driven_any_median 22.93703276238175 driven_any_min 22.93703276238175 driven_lanedir_consec_max 0.0 driven_lanedir_consec_mean 0.0 driven_lanedir_consec_median 0.0 driven_lanedir_consec_min 0.0 driven_lanedir_max 0.0 driven_lanedir_mean 0.0 driven_lanedir_median 0.0 driven_lanedir_min 0.0 in-drivable-lane_max 59.99999999999873 in-drivable-lane_mean 59.99999999999873 in-drivable-lane_median 59.99999999999873 in-drivable-lane_min 59.99999999999873 per-episodes details {"d30-ego0": {"driven_any": 22.93703276238175, "survival_time": 59.99999999999873, "driven_lanedir": 0.0, "in-drivable-lane": 59.99999999999873, "deviation-heading": 0.0, "distance-from-start": 1.2931517044852008, "deviation-center-line": 0.0, "driven_lanedir_consec": 0.0}}simulation-passed 1 survival_time_max 59.99999999999873 survival_time_mean 59.99999999999873 survival_time_median 59.99999999999873 survival_time_min 59.99999999999873
No reset possible 195690
sim-4of5 success yes 2024-10-20 06:26:15+00:00 2024-10-20 06:28:15+00:00 0:02:00 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195689
sim-2of5 success yes 2024-10-20 06:26:11+00:00 2024-10-20 06:36:27+00:00 0:10:16 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195688
sim-1of5 success yes 2024-10-20 06:26:09+00:00 2024-10-20 06:27:33+00:00 0:01:24 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195687
sim-1of5 success yes 2024-10-20 06:24:10+00:00 2024-10-20 06:25:43+00:00 0:01:33 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195686
sim-4of5 success yes 2024-10-20 06:24:05+00:00 2024-10-20 06:25:29+00:00 0:01:24 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195684
sim-3of5 success yes 2024-10-20 06:23:38+00:00 2024-10-20 06:32:49+00:00 0:09:11 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195682
sim-4of5 success yes 2024-10-20 06:21:36+00:00 2024-10-20 06:23:19+00:00 0:01:43 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195681
sim-1of5 success yes 2024-10-20 06:21:06+00:00 2024-10-20 06:23:11+00:00 0:02:05 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195680
sim-4of5 success yes 2024-10-20 06:19:23+00:00 2024-10-20 06:20:48+00:00 0:01:25 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195678
sim-4of5 success yes 2024-10-20 06:17:00+00:00 2024-10-20 06:18:58+00:00 0:01:58 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195677
sim-4of5 success yes 2024-10-20 06:15:13+00:00 2024-10-20 06:16:44+00:00 0:01:31 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195675
sim-3of5 success yes 2024-10-20 06:13:53+00:00 2024-10-20 06:23:01+00:00 0:09:08 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195674
sim-2of5 success yes 2024-10-20 06:13:27+00:00 2024-10-20 06:25:43+00:00 0:12:16 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195673
sim-4of5 success yes 2024-10-20 06:13:27+00:00 2024-10-20 06:14:53+00:00 0:01:26 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195671
sim-4of5 success yes 2024-10-20 06:11:48+00:00 2024-10-20 06:13:07+00:00 0:01:19 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195670
sim-1of5 success yes 2024-10-20 06:11:44+00:00 2024-10-20 06:19:47+00:00 0:08:03 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195669
sim-3of5 success yes 2024-10-20 06:11:42+00:00 2024-10-20 06:13:34+00:00 0:01:52 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195668
sim-4of5 success yes 2024-10-20 06:09:45+00:00 2024-10-20 06:11:15+00:00 0:01:30 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195667
sim-1of5 success yes 2024-10-20 06:09:41+00:00 2024-10-20 06:11:13+00:00 0:01:32 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195665
sim-3of5 success yes 2024-10-20 06:09:07+00:00 2024-10-20 06:11:02+00:00 0:01:55 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195664
sim-2of5 success yes 2024-10-20 06:09:06+00:00 2024-10-20 06:12:48+00:00 0:03:42 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195663
sim-0of5 timeout yes 2024-10-20 06:07:50+00:00 2024-10-20 06:26:03+00:00 0:18:13 Timeout because eval [...] Timeout because evaluator contacted us
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195662
sim-1of5 success yes 2024-10-20 06:07:31+00:00 2024-10-20 06:08:59+00:00 0:01:28 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195661
sim-4of5 success yes 2024-10-20 06:07:21+00:00 2024-10-20 06:08:47+00:00 0:01:26 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195660
sim-0of5 success yes 2024-10-20 06:07:01+00:00 2024-10-20 06:13:52+00:00 0:06:51 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195659
sim-4of5 success yes 2024-10-20 06:06:58+00:00 2024-10-20 06:25:53+00:00 0:18:55 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible 195658
sim-2of5 success yes 2024-10-20 06:04:33+00:00 2024-10-20 06:07:04+00:00 0:02:31 Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
No reset possible