| Job ID | step | status | up to date | date started | date completed | duration | message | | |
163179 | step1-0of4 | failed | yes | | | 0:00:35 | InvalidSubmission:
T [...]InvalidSubmission:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 102, in run_checker
msg = agent_ci.write_topic_and_expect("query", q, expect="response")
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 145, in write_topic_and_expect
ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout, profiler=profiler)
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
others = read_until_over(fpout, timeout=timeout, nickname=nickname)
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 360, in read_until_over
raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "checker" aborted:
error in checker |Exception while handling a message on topic "query".
|
|| Traceback (most recent call last):
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
|| f(**kwargs)
|| File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 102, in on_received_query
|| plan = self.connect_poses_cc(self.params, start, goal)
|| TypeError: connect_poses_cc() missing 1 required positional argument: 'backward'
||
|| The above exception was the direct cause of the following exception:
||
|| Traceback (most recent call last):
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
|| handle_message_node(parsed, receiver0, context0)
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
|| call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 24, in call_if_fun_exists
|| raise ZTypeError(msg, f=f, args=kwargs, argspec=a) from e
|| zuper_commons.types.exceptions.ZTypeError: Cannot call function <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7feefb1b30a0>>.
|| │ f: <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7feefb1b30a0>>
|| │ args: dict[2]
|| │ │ data:
|| │ │ PlanningQuery
|| │ │ │ start:
|| │ │ │ FriendlyPose
|| │ │ │ │ x: 3.3160717272158635
|| │ │ │ │ y: 3.5653019824591063
|| │ │ │ │ theta_deg: 57.419557035715215
|| │ │ │ target:
|| │ │ │ FriendlyPose
|| │ │ │ │ x: 0.7549833103558887
|| │ │ │ │ y: 0.4370151453966513
|| │ │ │ │ theta_deg: 294.31366056383865
|| │ │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x7fedd5e41c70>
|| │ argspec: <class 'inspect.FullArgSpec'>[7]
|| │ #0 [self, context, data]
|| │ #1 None
|| │ #2 None
|| │ #3 None
|| │ #4 []
|| │ #5 None
|| │ #6 {context: <class 'zuper_nodes_wrapper.interface.Context'>, data: PlanningQuery}
||
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/cie_concrete.py", line 691, in scoring_context
yield cie
File "/usr/local/lib/python3.8/dist-packages/dt_planning/planning_checker.py", line 102, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 115, in run_checker
raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: The remote node has violated protocol
| Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
163177 | step1-1of4 | success | yes | | | 0:01:00 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | mistakes | 0.0 | | success_ratio | 0.0 | | duration | 1000.0 | | complexity | 1000.0 | | avg_min_distance | 0.0 |
other stats | No reset possible |
163174 | step1-0of4 | failed | yes | | | 0:00:39 | InvalidSubmission:
T [...]InvalidSubmission:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 102, in run_checker
msg = agent_ci.write_topic_and_expect("query", q, expect="response")
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 145, in write_topic_and_expect
ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout, profiler=profiler)
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
others = read_until_over(fpout, timeout=timeout, nickname=nickname)
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 360, in read_until_over
raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "checker" aborted:
error in checker |Exception while handling a message on topic "query".
|
|| Traceback (most recent call last):
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
|| f(**kwargs)
|| File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 102, in on_received_query
|| plan = self.connect_poses_cc(self.params, start, goal)
|| TypeError: connect_poses_cc() missing 1 required positional argument: 'backward'
||
|| The above exception was the direct cause of the following exception:
||
|| Traceback (most recent call last):
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
|| handle_message_node(parsed, receiver0, context0)
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
|| call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 24, in call_if_fun_exists
|| raise ZTypeError(msg, f=f, args=kwargs, argspec=a) from e
|| zuper_commons.types.exceptions.ZTypeError: Cannot call function <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f0073b2c0a0>>.
|| │ f: <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f0073b2c0a0>>
|| │ args: dict[2]
|| │ │ data:
|| │ │ PlanningQuery
|| │ │ │ start:
|| │ │ │ FriendlyPose
|| │ │ │ │ x: 3.3160717272158635
|| │ │ │ │ y: 3.5653019824591063
|| │ │ │ │ theta_deg: 57.419557035715215
|| │ │ │ target:
|| │ │ │ FriendlyPose
|| │ │ │ │ x: 0.7549833103558887
|| │ │ │ │ y: 0.4370151453966513
|| │ │ │ │ theta_deg: 294.31366056383865
|| │ │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x7eff4e7be970>
|| │ argspec: <class 'inspect.FullArgSpec'>[7]
|| │ #0 [self, context, data]
|| │ #1 None
|| │ #2 None
|| │ #3 None
|| │ #4 []
|| │ #5 None
|| │ #6 {context: <class 'zuper_nodes_wrapper.interface.Context'>, data: PlanningQuery}
||
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/cie_concrete.py", line 691, in scoring_context
yield cie
File "/usr/local/lib/python3.8/dist-packages/dt_planning/planning_checker.py", line 102, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 115, in run_checker
raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: The remote node has violated protocol
| Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
163172 | step1-1of4 | success | yes | | | 0:00:52 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
163167 | step1-1of4 | success | yes | | | 0:00:57 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
163165 | step1-3of4 | success | yes | | | 0:00:59 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | mistakes | 0.0 | | success_ratio | 0.0 | | duration | 1000.0 | | complexity | 1000.0 | | avg_min_distance | 0.0 |
other stats | No reset possible |
163163 | step1-2of4 | success | yes | | | 0:00:57 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | mistakes | 0.0 | | success_ratio | 0.0 | | duration | 1000.0 | | complexity | 1000.0 | | avg_min_distance | 0.0 |
other stats | No reset possible |
163162 | step1-0of4 | failed | yes | | | 0:00:38 | InvalidSubmission:
T [...]InvalidSubmission:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 102, in run_checker
msg = agent_ci.write_topic_and_expect("query", q, expect="response")
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 145, in write_topic_and_expect
ob: MsgReceived = self.read_one(expect_topic=expect, timeout=timeout, profiler=profiler)
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 243, in read_one
msgs = read_reply(self.fpout, timeout=timeout, waiting_for=waiting_for, nickname=self.nickname,
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 333, in read_reply
others = read_until_over(fpout, timeout=timeout, nickname=nickname)
File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper_outside.py", line 360, in read_until_over
raise RemoteNodeAborted(m)
zuper_nodes.structures.RemoteNodeAborted: External node "checker" aborted:
error in checker |Exception while handling a message on topic "query".
|
|| Traceback (most recent call last):
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 21, in call_if_fun_exists
|| f(**kwargs)
|| File "/code/catkin_ws/src/planning/packages/planning/planner.py", line 102, in on_received_query
|| plan = self.connect_poses_cc(self.params, start, goal)
|| TypeError: connect_poses_cc() missing 1 required positional argument: 'backward'
||
|| The above exception was the direct cause of the following exception:
||
|| Traceback (most recent call last):
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 418, in loop
|| handle_message_node(parsed, receiver0, context0)
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/wrapper.py", line 591, in handle_message_node
|| call_if_fun_exists(agent, expect_fn, data=ob, context=context, timing=timing)
|| File "/usr/local/lib/python3.8/dist-packages/zuper_nodes_wrapper/utils.py", line 24, in call_if_fun_exists
|| raise ZTypeError(msg, f=f, args=kwargs, argspec=a) from e
|| zuper_commons.types.exceptions.ZTypeError: Cannot call function <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f821f0cf0a0>>.
|| │ f: <bound method Planner.on_received_query of <planning.planner.Planner object at 0x7f821f0cf0a0>>
|| │ args: dict[2]
|| │ │ data:
|| │ │ PlanningQuery
|| │ │ │ start:
|| │ │ │ FriendlyPose
|| │ │ │ │ x: 3.3160717272158635
|| │ │ │ │ y: 3.5653019824591063
|| │ │ │ │ theta_deg: 57.419557035715215
|| │ │ │ target:
|| │ │ │ FriendlyPose
|| │ │ │ │ x: 0.7549833103558887
|| │ │ │ │ y: 0.4370151453966513
|| │ │ │ │ theta_deg: 294.31366056383865
|| │ │ context: <zuper_nodes_wrapper.wrapper.ConcreteContext object at 0x7f80f9d73970>
|| │ argspec: <class 'inspect.FullArgSpec'>[7]
|| │ #0 [self, context, data]
|| │ #1 None
|| │ #2 None
|| │ #3 None
|| │ #4 []
|| │ #5 None
|| │ #6 {context: <class 'zuper_nodes_wrapper.interface.Context'>, data: PlanningQuery}
||
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/cie_concrete.py", line 691, in scoring_context
yield cie
File "/usr/local/lib/python3.8/dist-packages/dt_planning/planning_checker.py", line 102, in planning_checker_main
sessions = run_checker(
File "/usr/local/lib/python3.8/dist-packages/dt_protocols/checker.py", line 115, in run_checker
raise dc.InvalidSubmission(msg) from e
duckietown_challenges.exceptions.InvalidSubmission: The remote node has violated protocol
| Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
163160 | step1-3of4 | success | yes | | | 0:00:26 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
163159 | step1-2of4 | success | yes | | | 0:00:27 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |
163156 | step1-1of4 | success | yes | | | 0:00:59 | | Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard. | | No reset possible |