Closed github-actions[bot] closed 7 months ago
Reference builds:
Except for sdformat that depends on python3-gz-math instead
Continuation of https://github.com/osrf/buildfarm-tools/issues/37#issuecomment-2037484813
Failing test: projectroot.test.rclcpp.test_publisher_with_type_adapter
First time it started happening consistently was in build 3024
This change (https://github.com/ros2/rclcpp/pull/2443) modified rclcpp/test/rclcpp/test_publisher_with_type_adapter.cpp
, so it might be the reason it is failing.
A fix might be coming with https://github.com/ros2/rclcpp/pull/2478
Reference build https://build.ros2.org/view/Rci/job/Rci__nightly-cyclonedds_ubuntu_jammy_amd64/775/#showFailuresLink
Test regressions:
Log output:
/tmp/ws/src/ros2/rclcpp/rclcpp/test/rclcpp/executors/test_executors.cpp:572
Expected equality of these values:
my_waitable1->get_count()
Which is: 1
original_my_waitable1_count + 1
Which is: 2
spin_some() failed to execute a waitable that was triggered
This test is failing since https://github.com/ros2/rclcpp/pull/2465 in CycloneDDS
Reported in: https://github.com/ros2/rclcpp/issues/2502
Previous log #37