Uncaught exception while running Docker Compose:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 268, in _raise_for_status
response.raise_for_status()
File "/usr/local/lib/python3.8/dist-packages/requests/models.py", line 953, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.40/containers/5e39806e28000d1ffac237842b64130023ea904f6eefc210f54e10534c571776/json
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 1245, in run_one
container = client.containers.get(container_id)
File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 889, 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 773, in inspect_container
return self._result(
File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 274, in _result
self._raise_for_status(response)
File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 270, in _raise_for_status
raise create_api_error_from_http_exception(e)
File "/usr/local/lib/python3.8/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
raise cls(e, response=response, explanation=explanation)
docker.errors.NotFound: 404 Client Error for http+docker://localhost/v1.40/containers/5e39806e28000d1ffac237842b64130023ea904f6eefc210f54e10534c571776/json: Not Found ("No such container: 5e39806e28000d1ffac237842b64130023ea904f6eefc210f54e10534c571776")
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
Uncaught exception while running Docker Compose:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 268, in _raise_for_status
response.raise_for_status()
File "/usr/local/lib/python3.8/dist-packages/requests/models.py", line 953, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.41/containers/9620ac04369305cf3731cbea8a64e5bfa8dcf69addf36c8c3cc5a41f88a208b1/json
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 1245, in run_one
container = client.containers.get(container_id)
File "/usr/local/lib/python3.8/dist-packages/docker/models/containers.py", line 889, 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 773, in inspect_container
return self._result(
File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 274, in _result
self._raise_for_status(response)
File "/usr/local/lib/python3.8/dist-packages/docker/api/client.py", line 270, in _raise_for_status
raise create_api_error_from_http_exception(e)
File "/usr/local/lib/python3.8/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
raise cls(e, response=response, explanation=explanation)
docker.errors.NotFound: 404 Client Error for http+docker://localhost/v1.41/containers/9620ac04369305cf3731cbea8a64e5bfa8dcf69addf36c8c3cc5a41f88a208b1/json: Not Found ("No such container: 9620ac04369305cf3731cbea8a64e5bfa8dcf69addf36c8c3cc5a41f88a208b1")
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.
InvalidEvaluator:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 111, in run_checker
cie.set_score(k, v)
File "/usr/local/lib/python3.8/site-packages/duckietown_challenges/cie_concrete.py", line 343, in set_score
raise ValueError(msg)
ValueError: Invalid value nan for score 'complexity': we do not allow infinity or NaN.
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/dt_planning/planning_checker.py", line 97, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/site-packages/dt_protocols/checker.py", line 119, in run_checker
raise dc.InvalidEvaluator() from e
duckietown_challenges.exceptions.InvalidEvaluator:
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.