Closed Crola1702 closed 1 month ago
It appeared again today on Linux repeated job: 2783
This one only has terminate called without an active exception
It appeared today on Linux aarch64 repeated job: 2125
Log output:
pure virtual method called
terminate called without an active exception
Now It appeared on Linux aarch64 debug: 2144
Log output:
terminate called without an active exception
Happened today in Linux aarch64 debug: 2460
Log output:
terminate called without an active exception\
...
Failed <<< launch_testing_ros [22.3s, exited with code -6]
Today it happened in Rolling Release: 264
Log output:
test/examples/wait_for_topic_launch_test.py: 2 warnings
Warning: There is no current event loop
test/examples/wait_for_topic_launch_test.py::wait_for_topic_launch_test
Warning: Exception in thread Thread-8 (spin)
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 280, in spin
self.spin_once()
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 717, in spin_once
handler, entity, node = self.wait_for_ready_callbacks(timeout_sec=timeout_sec)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 703, in wait_for_ready_callbacks
return next(self._cb_iter)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 604, in _wait_for_ready_callbacks
raise ExternalShutdownException()
rclpy.executors.ExternalShutdownException
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
pure virtual method called
terminate called without an active exception
...
Failed <<< launch_testing_ros [20.5s, exited with code -6]
Yesterday it happened on Rolling Release: 267
test/examples/wait_for_topic_launch_test.py::wait_for_topic_launch_test
Warning: Exception in thread Thread-8 (spin)
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 280, in spin
self.spin_once()
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 717, in spin_once
handler, entity, node = self.wait_for_ready_callbacks(timeout_sec=timeout_sec)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 703, in wait_for_ready_callbacks
return next(self._cb_iter)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 604, in _wait_for_ready_callbacks
raise ExternalShutdownException()
rclpy.executors.ExternalShutdownException
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
---- generated xml file: /tmp/ws/test_results/launch_testing_ros/pytest.xml ----
======================= 8 passed, 13 warnings in 18.95s ========================
terminate called without an active exception
--- stderr: launch_testing_ros
And today it happened again: 268
test/examples/wait_for_topic_launch_test.py::wait_for_topic_launch_test
Warning: Exception in thread Thread-8 (spin)
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 280, in spin
self.spin_once()
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 717, in spin_once
handler, entity, node = self.wait_for_ready_callbacks(timeout_sec=timeout_sec)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 703, in wait_for_ready_callbacks
return next(self._cb_iter)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 604, in _wait_for_ready_callbacks
raise ExternalShutdownException()
rclpy.executors.ExternalShutdownException
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
---- generated xml file: /tmp/ws/test_results/launch_testing_ros/pytest.xml ----
======================= 8 passed, 13 warnings in 19.37s ========================
pure virtual method called
terminate called without an active exception
Happened today in Linux Repeated: 2867
test/examples/wait_for_topic_launch_test.py::wait_for_topic_launch_test
Warning: Exception in thread Thread-14 (spin)
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/jenkins-agent/workspace/nightly_linux_repeated/ws/install/rclpy/lib/python3.10/site-packages/rclpy/executors.py", line 280, in spin
self.spin_once()
File "/home/jenkins-agent/workspace/nightly_linux_repeated/ws/install/rclpy/lib/python3.10/site-packages/rclpy/executors.py", line 717, in spin_once
handler, entity, node = self.wait_for_ready_callbacks(timeout_sec=timeout_sec)
File "/home/jenkins-agent/workspace/nightly_linux_repeated/ws/install/rclpy/lib/python3.10/site-packages/rclpy/executors.py", line 703, in wait_for_ready_callbacks
return next(self._cb_iter)
File "/home/jenkins-agent/workspace/nightly_linux_repeated/ws/install/rclpy/lib/python3.10/site-packages/rclpy/executors.py", line 604, in _wait_for_ready_callbacks
raise ExternalShutdownException()
rclpy.executors.ExternalShutdownException
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
terminate called without an active exception
---
Failed <<< launch_testing_ros [23.2s, exited with code -6]
Happened today in aarch Release: 2184
test/examples/wait_for_topic_launch_test.py: 2 warnings
Warning: There is no current event loop
test/examples/wait_for_topic_launch_test.py::wait_for_topic_launch_test
Warning: Exception in thread Thread-8 (spin)
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/home/jenkins-agent/workspace/nightly_linux-aarch64_release/ws/install/rclpy/lib/python3.10/site-packages/rclpy/executors.py", line 280, in spin
self.spin_once()
File "/home/jenkins-agent/workspace/nightly_linux-aarch64_release/ws/install/rclpy/lib/python3.10/site-packages/rclpy/executors.py", line 717, in spin_once
handler, entity, node = self.wait_for_ready_callbacks(timeout_sec=timeout_sec)
File "/home/jenkins-agent/workspace/nightly_linux-aarch64_release/ws/install/rclpy/lib/python3.10/site-packages/rclpy/executors.py", line 703, in wait_for_ready_callbacks
return next(self._cb_iter)
File "/home/jenkins-agent/workspace/nightly_linux-aarch64_release/ws/install/rclpy/lib/python3.10/site-packages/rclpy/executors.py", line 604, in _wait_for_ready_callbacks
raise ExternalShutdownException()
rclpy.executors.ExternalShutdownException
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
pure virtual method called
terminate called without an active exception
Today it happened for the first time in Rolling Nightly Release: 321
Log output:
--- stderr: launch_testing_ros
=============================== warnings summary ===============================
test/test_flake8.py::test_flake8
test/test_flake8.py::test_flake8
Warning: SelectableGroups dict interface is deprecated. Use select.
test/examples/check_msgs_launch_test.py: 2 warnings
test/examples/check_node_launch_test.py: 2 warnings
test/examples/set_param_launch_test.py: 2 warnings
test/examples/talker_listener_launch_test.py: 2 warnings
test/examples/wait_for_topic_launch_test.py: 2 warnings
Warning: There is no current event loop
test/examples/wait_for_topic_launch_test.py::wait_for_topic_launch_test
Warning: Exception in thread Thread-8 (spin)
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 280, in spin
self.spin_once()
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 717, in spin_once
handler, entity, node = self.wait_for_ready_callbacks(timeout_sec=timeout_sec)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 703, in wait_for_ready_callbacks
return next(self._cb_iter)
File "/tmp/ws/install_isolated/rclpy/local/lib/python3.10/dist-packages/rclpy/executors.py", line 604, in _wait_for_ready_callbacks
raise ExternalShutdownException()
rclpy.executors.ExternalShutdownException
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
terminate called without an active exception
---
Failed <<< launch_testing_ros [20.2s, exited with code -6]
It's happening consistently in CycloneDDS since the last week.
launch_testing_ros
test phase fails because terminate called without an active exception
.
Reference build: https://build.ros2.org/view/Rci/job/Rci__nightly-cyclonedds_ubuntu_jammy_amd64/386/
Log output:
@Crola1702 Is this still happening?
@Blast545 @Crola1702 can we close this? this is pretty old and looks like we have not seen this issue for a long time?
can we close this? this is pretty old and looks like we have not seen this issue for a long time?
Yes, I haven't seen it for a while. Closing now
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Build successfully
Actual behavior
Failing in
launch_testing_ros
with this message:Log output:
Additional information
Reference builds on nightly_linux-aarch64: 2045, 2042
Reference build on Nightly Linux release: 2396
This issue might be related to #304