Skip to content

[CI] Integration tests failed in nightly CI #172

Description

@christophfroehlich

Describe the bug
unsure what could be the root cause

2026-04-24T04:50:28.9859837Z     FAIL: test_arm (robot_launch_test.TestFixture.test_arm)
2026-04-24T04:50:28.9860002Z     ----------------------------------------------------------------------
2026-04-24T04:50:28.9860086Z     Traceback (most recent call last):
2026-04-24T04:50:28.9860627Z       File "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/mujoco_ros2_control/mujoco_ros2_control_tests/test/robot_launch_test.py", line 239, in test_arm
2026-04-24T04:50:28.9860843Z         self.wait_for_joint_positions({"joint1": 0.5, "joint2": -0.5}, delta=0.05, timeout=15.0)
2026-04-24T04:50:28.9861402Z       File "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/mujoco_ros2_control/mujoco_ros2_control_tests/test/robot_launch_test.py", line 167, in wait_for_joint_positions
2026-04-24T04:50:28.9861469Z         self.fail(
2026-04-24T04:50:28.9861927Z     AssertionError: joints did not reach the commanded position in 15.0s. expected: {'joint1': 0.5, 'joint2': -0.5}, checked: {'joint1': 1.5732284405525438, 'joint2': -6.3227644161271614}
2026-04-24T04:50:28.9861997Z     
2026-04-24T04:50:28.9862092Z     ======================================================================
2026-04-24T04:50:28.9862246Z     FAIL: test_gripper (robot_launch_test.TestFixture.test_gripper)
2026-04-24T04:50:28.9862380Z     ----------------------------------------------------------------------
2026-04-24T04:50:28.9862464Z     Traceback (most recent call last):
2026-04-24T04:50:28.9862987Z       File "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/mujoco_ros2_control/mujoco_ros2_control_tests/test/robot_launch_test.py", line 258, in test_gripper
2026-04-24T04:50:28.9863105Z         self.check_controllers_running_with_retry(cnames)
2026-04-24T04:50:28.9863718Z       File "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/mujoco_ros2_control/mujoco_ros2_control_tests/test/robot_launch_test.py", line 139, in check_controllers_running_with_retry
2026-04-24T04:50:28.9863933Z         self.fail(f"Controllers not running after {timeout}s: {controller_names}")
2026-04-24T04:50:28.9864263Z     AssertionError: Controllers not running after 15.0s: ['gripper_controller', 'position_controller', 'joint_state_broadcaster']
2026-04-24T04:50:28.9864332Z     
2026-04-24T04:50:28.9864430Z     ======================================================================
2026-04-24T04:50:28.9864645Z     FAIL: test_reset_world_service (robot_launch_test.TestFixture.test_reset_world_service)
2026-04-24T04:50:28.9864808Z     Test that the reset_world service resets robot to initial position.
2026-04-24T04:50:28.9864936Z     ----------------------------------------------------------------------
2026-04-24T04:50:28.9865018Z     Traceback (most recent call last):
2026-04-24T04:50:28.9865576Z       File "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/mujoco_ros2_control/mujoco_ros2_control_tests/test/robot_launch_test.py", line 309, in test_reset_world_service
2026-04-24T04:50:28.9865697Z         self.check_controllers_running_with_retry(cnames)
2026-04-24T04:50:28.9866281Z       File "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/mujoco_ros2_control/mujoco_ros2_control_tests/test/robot_launch_test.py", line 139, in check_controllers_running_with_retry
2026-04-24T04:50:28.9866459Z         self.fail(f"Controllers not running after {timeout}s: {controller_names}")
2026-04-24T04:50:28.9866793Z     AssertionError: Controllers not running after 15.0s: ['gripper_controller', 'position_controller', 'joint_state_broadcaster']
2026-04-24T04:50:28.9866853Z     
2026-04-24T04:50:28.9866982Z     ----------------------------------------------------------------------
2026-04-24T04:50:28.9867065Z     Ran 12 tests in 65.061s

To Reproduce
ros-controls/ros2_control_ci#757
ros-controls/ros2_control_ci#756

Environment (please complete the following information):

  • OS: [e.g. Ubuntu]
  • Version Rolling+Kilted

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions