Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report formatter base #64

Merged
merged 12 commits into from
Jul 15, 2024
Merged

Report formatter base #64

merged 12 commits into from
Jul 15, 2024

Conversation

Crola1702
Copy link
Contributor

Description

Part of #57

#62 adds generate_report.rb script, which generates a json file with daily issues (e.g., buildfarm-report_2024-06-25_12-10.json). The idea is to parse this report into a Markdown format to be posted daily in buildfarmer log report.

Current output is pretty simple:

Example output:

urgent

build_regressions

Reference Build Failure DateTime Failure Reason
gz_sim-ci-ign-gazebo6-homebrew-amd64#59 2024-06-30 18:06 Unknown Reason
nightly_win_deb#3141 2024-07-01 04:00 Packages rclcpp Failed

test_regressions_consecutive

Emtpy!!

test_regressions_flaky

Emtpy!!

maintenance

jobs_failing

Emtpy!!

gh_issues_reported

Emtpy!!

tests_disabled

Emtpy!!

pending

test_regressions_all

Emtpy!!

test_regressions_known

Emtpy!!

build_regressions_known

Emtpy!!

Copy link
Contributor

@Blast545 Blast545 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important concerns and I think we should wait until we cover urgent section completely before merging.

@@ -51,3 +50,4 @@ def generate_report(report_name, exclude_set)
end

generate_report(options[:report_name], options[:exclude])
puts report_name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default report name is the current DateTime. Because of this, the report name varies every minute.

The idea is to keep track of which report was generated.

JOB_URL_PATTERN = {
/^gz|^sdformat|^ros_gz/ => 'https://build.osrfoundation.org/job/',
/^[A-Z]ci/ => 'https://build.ros2.org/job/',
/^nightly_/ => 'https://ci.ros2.org/job/',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about packaging jobs?

I think this could cause a maintenance burden, can we pull this directly from database/fetcher?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The database does not contain any information about the server we're fetching the information.

We can modify the fetcher to add a new domain column to server_status table. WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds good to me

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like we had avoided it, but I think it's worth doing it now that we are favoring pulling the info coming from the dev repos

database/scripts/lib/report_formatter.rb Outdated Show resolved Hide resolved
database/scripts/lib/report_formatter.rb Outdated Show resolved Hide resolved
Comment on lines 12 to 14
# These are not implemented yet!!!
report['urgent']['test_regressions_consecutive'] = []
report['urgent']['test_regressions_flaky'] = []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this PR should wait until this is finished, otherwise could be misleading even for the internal team.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed

@Crola1702
Copy link
Contributor Author

Current report with changes:

Note: No build regressions found, Test regressions are skipped on purpose because formatter is not implemented yet

Urgent

Maintenance

Pending

@Crola1702 Crola1702 marked this pull request as draft July 4, 2024 16:16
@Crola1702
Copy link
Contributor Author

Converted to draft until all urgent section is finished

@Crola1702
Copy link
Contributor Author

Current report:

Note: No build regressions found, Test regressions are skipped on purpose because formatter is not implemented yet

Urgent

Test regressions consecutive

Reference build Age Failure DateTime Errors
Ici__nightly-connext_ubuntu_jammy_amd64#143 143 2024-07-04 06:15:00.809000
13 errors
  • projectroot.test.rclcpp.test_client
  • projectroot.test.rclcpp.test_service
  • projectroot.test.rclcpp.test_subscription
  • projectroot.test_pub_sub
  • rclcpp.TestClient.client_qos
  • rclcpp.TestClient.on_new_response_callback
  • rclcpp.TestIntraprocessExecutors/EventsExecutor.testIntraprocessRetrigger
  • rclcpp.TestService.on_new_request_callback
  • rclcpp.TestService.server_qos
  • rclcpp.TestSubscription.on_new_message_callback
  • test_tracetools.test_tracetools.test.test_pub_sub.TestPubSub.test_all
  • test_tracetools.test_tracetools.test.test_publisher.TestPublisher.test_all
  • test_tracetools.test_tracetools.test.test_subscription.TestSubscription.test_all
Ici__nightly-fastrtps-dynamic_ubuntu_jammy_amd64#141 106 2024-07-05 04:52:49.639000
  • projectroot.test_pub_sub
  • test_tracetools.test_tracetools.test.test_pub_sub.TestPubSub.test_all
  • test_tracetools.test_tracetools.test.test_publisher.TestPublisher.test_all
  • test_tracetools.test_tracetools.test.test_subscription.TestSubscription.test_all
Rci__nightly-connext_ubuntu_noble_amd64#76 76 2024-07-04 09:38:13.383000
  • projectroot.test.rclcpp.test_client_common
  • projectroot.test.rclcpp.test_service
  • projectroot.test.rclcpp.test_subscription_topic_statistics
  • rclcpp.TestAllClientTypesWithServer/Client.client_qos
  • rclcpp.TestAllClientTypesWithServer/GenericClient.client_qos
  • rclcpp.TestService.server_qos
  • rclcpp.TestSubscriptionTopicStatisticsFixture.test_receive_stats_for_message_no_header
  • rclcpp.TestSubscriptionTopicStatisticsFixture.test_receive_stats_include_window_reset
Rci__benchmark_ubuntu_noble_amd64#49 49 2024-07-03 02:41:12.319000
  • projectroot.benchmark_string_conversions
  • projectroot.benchmark_string_conversions
Ici__nightly-connext_ubuntu_jammy_amd64#143 44 2024-07-04 06:15:00.809000
  • launch_testing_ros.test.examples.check_node_launch_test.check_node_launch_test
gz_rendering-8-win#66 38 2024-07-04 14:11:09.567000
  • MeshTest.NormalMapWithoutTexCoord
Ici__nightly-connext_ubuntu_jammy_amd64#143 34 2024-07-04 06:15:00.809000
  • launch_testing_examples.launch_testing_examples.check_node_launch_test.launch_testing_examples.check_node_launch_test
  • launch_testing_examples.launch_testing_examples.set_param_launch_test.launch_testing_examples.set_param_launch_test
gz_rendering-main-win#59 30 2024-07-04 07:06:28.159000
  • MeshTest.NormalMapWithoutTexCoord
Jci__nightly-connext_ubuntu_noble_amd64#30 30 2024-07-02 21:49:04.676000
  • projectroot.test.rclcpp.test_client_common
  • projectroot.test.rclcpp.test_service
  • projectroot.test.rclcpp.test_subscription_topic_statistics
  • rclcpp.TestAllClientTypesWithServer/Client.client_qos
  • rclcpp.TestAllClientTypesWithServer/GenericClient.client_qos
  • rclcpp.TestService.server_qos
  • rclcpp.TestSubscriptionTopicStatisticsFixture.test_receive_stats_for_message_no_header
  • rclcpp.TestSubscriptionTopicStatisticsFixture.test_receive_stats_include_window_reset
Jci__nightly-fastrtps-dynamic_ubuntu_noble_amd64#29 29 2024-07-02 08:24:47.911000
  • projectroot.test_generic_pub_sub
  • projectroot.test_generic_subscription
  • projectroot.test_pub_sub
  • test_tracetools.test_tracetools.test.test_generic_pub_sub.TestGenericPubSub.test_all
  • test_tracetools.test_tracetools.test.test_generic_subscription.TestGenericSubscription.test_all
  • test_tracetools.test_tracetools.test.test_pub_sub.TestPubSub.test_all
  • test_tracetools.test_tracetools.test.test_publisher.TestPublisher.test_all
  • test_tracetools.test_tracetools.test.test_subscription.TestSubscription.test_all
Rci__nightly-performance_ubuntu_noble_amd64#52 27 2024-07-03 02:26:33.850000
36 errors
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:48)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:49)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:50)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_base.hpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:24)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:15)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:16)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:17)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:29)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:30)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/utilities/cpu_usage_tracker.hpp:19)
  • performance_test.uncrustify.src/communication_abstractions/connext_dds_micro_communicator.hpp
Jci__benchmark_ubuntu_noble_amd64#17 17 2024-07-02 23:00:38.909000
  • projectroot.benchmark_string_conversions
  • projectroot.benchmark_string_conversions
Ici__nightly-connext_ubuntu_jammy_amd64#143 7 2024-07-04 06:15:00.809000
  • projectroot.test_publisher
  • projectroot.test_subscription
Jci__nightly-performance_ubuntu_noble_amd64#17 6 2024-07-03 00:01:17.073000
36 errors
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:48)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:49)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:50)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_base.hpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:24)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:15)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:16)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:17)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:29)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:30)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/utilities/cpu_usage_tracker.hpp:19)
  • performance_test.uncrustify.src/communication_abstractions/connext_dds_micro_communicator.hpp
nightly_linux_coverage#2449 4 2024-07-05 05:40:54.068000
  • ros2topic.ros2topic.test.test_use_sim_time.test_use_sim_time
Rci__nightly-performance_ubuntu_noble_amd64#52 4 2024-07-03 02:26:33.850000
  • buildfarm_perf_tests.PerformanceTestResults.test_results_CycloneDDS
  • projectroot.test.test_performance_CycloneDDS_sync_Array8m
nightly_win_rep#3406 3 2024-07-05 04:00:01.485000
  • projectroot.gtest_multithreaded__rmw_connextdds
  • test_rclcpp.gtest_multithreaded__rmw_connextdds.gtest.missing_result
nightly_win_rel#3097 3 2024-07-05 04:00:01.480000
  • sros2.test.sros2.commands.security.verbs.test_generate_policy.test_generate_policy
Jci__nightly-performance_ubuntu_noble_amd64#17 3 2024-07-03 00:01:17.073000
  • projectroot.cpplint
  • projectroot.uncrustify
Jci__nightly-connext_ubuntu_noble_amd64#30 3 2024-07-02 21:49:04.676000
  • rclpy.rclpy.test.test_client.TestClient.test_service_timestamps
gz_sim-ign-gazebo6-win#65 -1 2024-07-03 12:20:55.001000
  • 13 msbuild warnings
gz_rendering-main-win#59 -1 2024-07-04 07:06:28.159000
  • 2 msbuild warnings
gz_rendering-8-win#66 -1 2024-07-04 14:11:09.567000
  • 2 msbuild warnings
Rci__nightly-performance_ubuntu_noble_amd64#52 -1 2024-07-03 02:26:33.850000
  • 2 clang-tidy warnings
  • 2 cmake warnings
  • 30 gcc warnings
Jci__nightly-release_ubuntu_noble_amd64#30 -1 2024-07-02 12:17:38.686000
  • 1 clang-tidy warnings
  • 1 gcc warnings
Jci__nightly-performance_ubuntu_noble_amd64#17 -1 2024-07-03 00:01:17.073000
  • 2 clang-tidy warnings
  • 2 cmake warnings
  • 30 gcc warnings

Maintenance

Pending

@Crola1702
Copy link
Contributor Author

Crola1702 commented Jul 8, 2024

Current state of report format:

Urgent

Build regressions

Reference Build Failure DateTime Failure Reason
packaging_linux#3496 2024-07-08 08:06 Packages rviz_default_plugins Failed
packaging_linux-rhel#1995 2024-07-08 08:13 Packages rviz_ogre_vendor Failed

Test regressions consecutive

Reference build Age Failure DateTime Errors Reports
Ici__nightly-fastrtps-dynamic_ubuntu_jammy_amd64#141 106 2024-07-05 04:52:49.639000
  • projectroot.test_pub_sub
  • test_tracetools.test_tracetools.test.test_pub_sub.TestPubSub.test_all
  • test_tracetools.test_tracetools.test.test_publisher.TestPublisher.test_all
  • test_tracetools.test_tracetools.test.test_subscription.TestSubscription.test_all
No reports found!
Rci__benchmark_ubuntu_noble_amd64#50 50 2024-07-07 00:42:12.662000
  • projectroot.benchmark_string_conversions
  • projectroot.benchmark_string_conversions
No reports found!
gz_rendering-7-win#61 33 2024-07-05 15:06:43.293000
  • MeshTest.NormalMapWithoutTexCoord
No reports found!
gz_rendering-main-win#60 31 2024-07-08 08:06:24.980000
  • MeshTest.NormalMapWithoutTexCoord
No reports found!
Jci__nightly-connext_ubuntu_noble_amd64#31 31 2024-07-05 07:46:54.364000
  • projectroot.test.rclcpp.test_client_common
  • projectroot.test.rclcpp.test_service
  • projectroot.test.rclcpp.test_subscription_topic_statistics
  • rclcpp.TestAllClientTypesWithServer/Client.client_qos
  • rclcpp.TestAllClientTypesWithServer/GenericClient.client_qos
  • rclcpp.TestService.server_qos
  • rclcpp.TestSubscriptionTopicStatisticsFixture.test_receive_stats_for_message_no_header
  • rclcpp.TestSubscriptionTopicStatisticsFixture.test_receive_stats_include_window_reset
No reports found!
Jci__nightly-fastrtps-dynamic_ubuntu_noble_amd64#30 30 2024-07-05 16:14:07.045000
  • projectroot.test_generic_pub_sub
  • projectroot.test_generic_subscription
  • projectroot.test_pub_sub
  • test_tracetools.test_tracetools.test.test_generic_pub_sub.TestGenericPubSub.test_all
  • test_tracetools.test_tracetools.test.test_generic_subscription.TestGenericSubscription.test_all
  • test_tracetools.test_tracetools.test.test_pub_sub.TestPubSub.test_all
  • test_tracetools.test_tracetools.test.test_publisher.TestPublisher.test_all
  • test_tracetools.test_tracetools.test.test_subscription.TestSubscription.test_all
  • https://github.com/ros2/ros2_tracing/issues/124 (Closed)
Rci__nightly-performance_ubuntu_noble_amd64#53 28 2024-07-07 01:27:51.095000
36 errors
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:48)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:49)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:50)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_base.hpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:24)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:15)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:16)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:17)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:29)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:30)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/utilities/cpu_usage_tracker.hpp:19)
  • performance_test.uncrustify.src/communication_abstractions/connext_dds_micro_communicator.hpp
No reports found!
Jci__benchmark_ubuntu_noble_amd64#18 18 2024-07-06 14:24:17.476000
  • projectroot.benchmark_string_conversions
  • projectroot.benchmark_string_conversions
No reports found!
Jci__nightly-performance_ubuntu_noble_amd64#18 7 2024-07-06 13:16:41.256000
36 errors
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:48)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:49)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:50)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_base.hpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:24)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:15)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:16)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:17)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:29)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:30)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/utilities/cpu_usage_tracker.hpp:19)
  • performance_test.uncrustify.src/communication_abstractions/connext_dds_micro_communicator.hpp
No reports found!
Rci__nightly-performance_ubuntu_noble_amd64#53 5 2024-07-07 01:27:51.095000
  • buildfarm_perf_tests.PerformanceTestResults.test_results_CycloneDDS
  • projectroot.test.test_performance_CycloneDDS_sync_Array8m
No reports found!
Rci__nightly-cyclonedds_ubuntu_noble_amd64#76 4 2024-07-06 15:45:15.108000
  • projectroot.test.rclcpp.test_executors_busy_waiting
No reports found!
Jci__nightly-connext_ubuntu_noble_amd64#31 4 2024-07-05 07:46:54.364000
  • rclpy.rclpy.test.test_client.TestClient.test_service_timestamps
No reports found!
nightly_win_rep#3409 3 2024-07-08 04:00:01.680000
  • projectroot.gtest_multiple_service_calls__rmw_connextdds
  • test_rclcpp.gtest_multiple_service_calls__rmw_connextdds.gtest.missing_result
No reports found!
Rci__nightly-performance_ubuntu_noble_amd64#53 3 2024-07-07 01:27:51.095000
  • projectroot.cpplint
  • projectroot.uncrustify
  • https://github.com/ros2/rosidl/issues/790 (Closed)
gz_sim-ign-gazebo6-win#66 -1 2024-07-07 13:06:39.257000
  • 13 msbuild warnings
No reports found!
gz_rendering-main-win#60 -1 2024-07-08 08:06:24.980000
  • 2 msbuild warnings
No reports found!
gz_rendering-7-win#61 -1 2024-07-05 15:06:43.293000
  • 2 msbuild warnings
No reports found!
Rci__nightly-performance_ubuntu_noble_amd64#53 -1 2024-07-07 01:27:51.095000
  • 2 clang-tidy warnings
  • 2 cmake warnings
  • 30 gcc warnings
No reports found!
Jci__nightly-release_ubuntu_noble_amd64#31 -1 2024-07-05 20:08:18.777000
  • 1 clang-tidy warnings
  • 1 gcc warnings
No reports found!
Jci__nightly-performance_ubuntu_noble_amd64#18 -1 2024-07-06 13:16:41.256000
  • 2 clang-tidy warnings
  • 2 cmake warnings
  • 30 gcc warnings
No reports found!

Test regressions flaky

Reference builds Errors Flaky report Reports
  • buildfarm_perf_tests.PerformanceTestResults.test_results_CycloneDDS
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Rci__nightly-performance_ubuntu_noble_amd642024-07-072024-06-2455100.0%
Hci__nightly-performance_ubuntu_jammy_amd642024-06-272024-06-2711100.0%
Jci__nightly-performance_ubuntu_noble_amd642024-07-032024-07-033133.33%
No reports found!
  • projectroot.test.test_performance_CycloneDDS_sync_PointCloud8m
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Hci__nightly-performance_ubuntu_jammy_amd642024-06-272024-06-2711100.0%
Rci__nightly-performance_ubuntu_noble_amd642024-07-072024-06-245480.0%
Jci__nightly-performance_ubuntu_noble_amd642024-07-032024-07-033133.33%
No reports found!
  • projectroot.cpplint
  • projectroot.uncrustify
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Rci__nightly-performance_ubuntu_noble_amd642024-07-072024-06-2455100.0%
Jci__nightly-performance_ubuntu_noble_amd642024-07-062024-06-2633100.0%
Hci__nightly-performance_ubuntu_jammy_amd642024-06-272024-06-2711100.0%
  • projectroot.test_publisher
  • projectroot.test_publisher
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Jci__nightly-fastrtps-dynamic_ubuntu_noble_amd642024-07-052024-06-2355100.0%
Ici__nightly-fastrtps-dynamic_ubuntu_jammy_amd642024-07-052024-06-2533100.0%
Ici__nightly-connext_ubuntu_jammy_amd642024-07-042024-06-2533100.0%
nightly_win_rep2024-06-272024-06-271417.14%
  • projectroot.test_subscription
  • projectroot.test_subscription
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Jci__nightly-fastrtps-dynamic_ubuntu_noble_amd642024-07-052024-06-2355100.0%
Ici__nightly-fastrtps-dynamic_ubuntu_jammy_amd642024-07-052024-06-2533100.0%
Ici__nightly-connext_ubuntu_jammy_amd642024-07-042024-06-2533100.0%
nightly_win_rep2024-06-292024-06-2714214.29%
No reports found!
  • projectroot.test_client
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Jci__nightly-connext_ubuntu_noble_amd642024-07-052024-06-235480.0%
Rci__nightly-connext_ubuntu_noble_amd642024-07-062024-06-2410550.0%
Ici__nightly-connext_ubuntu_jammy_amd642024-07-012024-07-013133.33%
nightly_win_rep2024-07-072024-06-2714428.57%
nightly_win_deb2024-07-032024-07-031317.69%
No reports found!
  • projectroot.gtest_multithreaded__rmw_connextdds
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-082024-06-23141178.57%
nightly_win_deb2024-07-062024-06-2513646.15%
nightly_win_rel2024-07-062024-06-2916212.5%
nightly_linux-rhel_repeated2024-07-032024-07-031616.25%
nightly_linux_coverage2024-06-282024-06-281616.25%
No reports found!
  • ros2topic.ros2topic.test.test_use_sim_time.test_use_sim_time
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux_coverage2024-07-082024-06-23161275.0%
  • test_rclcpp.gtest_multithreaded__rmw_connextdds.gtest.missing_result
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-082024-06-23141071.43%
nightly_win_deb2024-07-062024-06-2513430.77%
nightly_win_rel2024-07-062024-06-2916212.5%
nightly_linux-rhel_repeated2024-07-032024-07-031616.25%
No reports found!
  • projectroot.test.rclcpp.test_service_introspection
  • rclcpp.TestServiceIntrospection.service_introspection_enable_disable_events
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-connext_ubuntu_jammy_amd642024-07-012024-06-253266.67%
Jci__nightly-connext_ubuntu_noble_amd642024-07-052024-06-235360.0%
Rci__nightly-connext_ubuntu_noble_amd642024-07-062024-06-2410440.0%
nightly_win_rep2024-06-272024-06-271417.14%
No reports found!
  • rclcpp.TestServiceIntrospection.service_introspection_enable_disable_event_content
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Jci__nightly-connext_ubuntu_noble_amd642024-07-052024-06-235360.0%
Rci__nightly-connext_ubuntu_noble_amd642024-07-062024-06-2410440.0%
Ici__nightly-connext_ubuntu_jammy_amd642024-06-252024-06-253133.33%
nightly_win_rep2024-06-272024-06-271417.14%
No reports found!
  • projectroot.test_security_nodes_c__rmw_connextdds
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux_repeated2024-07-082024-06-2316850.0%
nightly_linux-rhel_repeated2024-07-052024-06-2316318.75%
No reports found!
  • ros2cli.ros2cli.test.test_strategy.test_with_daemon_spawn[2-3]
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux-rhel_repeated2024-07-082024-06-2916637.5%
nightly_win_rep2024-07-052024-06-2314214.29%
nightly_linux-aarch64_repeated2024-07-072024-07-071616.25%
No reports found!
  • test_rclcpp.test_timeout_subscriber.timeout_subscriber
  • test_rclcpp.test_timeout_subscriber.timeout_subscriber
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-082024-06-2314535.71%
No reports found!
  • projectroot.test_node_name__rmw_cyclonedds_cpp__rmw_fastrtps_cpp
  • test_rclcpp.test_node_name__rmw_cyclonedds_cpp__rmw_fastrtps_cpp.xunit.missing_result
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux_repeated2024-07-082024-07-0116531.25%
nightly_linux-rhel_repeated2024-06-292024-06-2816212.5%
No reports found!
  • projectroot.gtest_publisher__rmw_connextdds
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux-rhel_repeated2024-07-082024-07-0216531.25%
No reports found!
  • projectroot.gtest_timeout_subscriber__rmw_fastrtps_cpp
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-082024-06-2314428.57%
No reports found!
  • projectroot.test.rclcpp.test_entities_collector
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-082024-06-2714428.57%
No reports found!
  • demo_nodes_cpp.TestExecutablesTutorialAfterShutdown.test_last_process_exit_code
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-082024-07-0414321.43%
No reports found!
  • projectroot.test_record_all__rmw_cyclonedds_cpp
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-082024-06-2914321.43%
nightly_linux-aarch64_repeated2024-07-022024-06-2516212.5%
No reports found!
  • projectroot.test_showimage_cam2image__rmw_cyclonedds_cpp
  • projectroot.test_showimage_cam2image__rmw_cyclonedds_cpp
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux-rhel_repeated2024-07-082024-06-2916318.75%
nightly_linux_repeated2024-07-082024-07-081616.25%
No reports found!

Maintenance

Pending

@Crola1702
Copy link
Contributor Author

Crola1702 commented Jul 8, 2024

@Blast545 I added the "Reports" column adding the URL. I think to prevent daily mentions to multiple issues we should wrap the links in backquotes (`).

WDYT?


EDIT: I applied the change from above. Let me know if you think leaving the link as normal is a better idea

@Crola1702
Copy link
Contributor Author

Current state of report format:

Urgent

Build regressions

Reference Build Failure DateTime Failure Reason
nightly_linux_humble_coverage#856 2024-07-09 05:48 Packages test_tf2 Failed
nightly_linux_iron_coverage#490 2024-07-09 06:05 Packages test_quality_of_service Failed
nightly_win_deb#3149 2024-07-09 04:00 Number of failed test exceeds the threshold
Rci__nightly-release_ubuntu_noble_amd64#76 2024-07-08 21:57 Number of failed test exceeds the threshold

Test regressions consecutive

Test regressions

Reference build Age Failure DateTime Errors Reports
Ici__nightly-connext_ubuntu_jammy_amd64#144 144 2024-07-09 05:56:32.172000
13 errors
  • projectroot.test.rclcpp.test_client
  • projectroot.test.rclcpp.test_service
  • projectroot.test.rclcpp.test_subscription
  • projectroot.test_pub_sub
  • rclcpp.TestClient.client_qos
  • rclcpp.TestClient.on_new_response_callback
  • rclcpp.TestIntraprocessExecutors/EventsExecutor.testIntraprocessRetrigger
  • rclcpp.TestService.on_new_request_callback
  • rclcpp.TestService.server_qos
  • rclcpp.TestSubscription.on_new_message_callback
  • test_tracetools.test_tracetools.test.test_pub_sub.TestPubSub.test_all
  • test_tracetools.test_tracetools.test.test_publisher.TestPublisher.test_all
  • test_tracetools.test_tracetools.test.test_subscription.TestSubscription.test_all
No reports found!
Ici__nightly-performance_ubuntu_jammy_amd64#105 104 2024-07-09 03:27:54.235000
39 errors
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:48)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:49)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:50)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_base.hpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:24)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:15)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:16)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:17)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:29)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:30)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/utilities/cpu_usage_tracker.hpp:19)
  • performance_test.lint_cmake.linelength (src/idlgen/opendds/CMakeLists.txt:102)
  • performance_test.lint_cmake.linelength (src/idlgen/opendds/CMakeLists.txt:22)
  • performance_test.lint_cmake.linelength (src/idlgen/opendds/CMakeLists.txt:23)
  • performance_test.uncrustify.src/communication_abstractions/connext_dds_micro_communicator.hpp
No reports found!
Rci__nightly-connext_ubuntu_noble_amd64#80 80 2024-07-09 01:35:16.783000
  • projectroot.test.rclcpp.test_client_common
  • projectroot.test.rclcpp.test_service
  • projectroot.test.rclcpp.test_subscription_topic_statistics
  • rclcpp.TestAllClientTypesWithServer/Client.client_qos
  • rclcpp.TestAllClientTypesWithServer/GenericClient.client_qos
  • rclcpp.TestService.server_qos
  • rclcpp.TestSubscriptionTopicStatisticsFixture.test_receive_stats_for_message_no_header
  • rclcpp.TestSubscriptionTopicStatisticsFixture.test_receive_stats_include_window_reset
No reports found!
Rci__benchmark_ubuntu_noble_amd64#50 50 2024-07-07 00:42:12.662000
  • projectroot.benchmark_string_conversions
  • projectroot.benchmark_string_conversions
No reports found!
Ici__nightly-connext_ubuntu_jammy_amd64#144 45 2024-07-09 05:56:32.172000
  • launch_testing_ros.test.examples.check_node_launch_test.check_node_launch_test
No reports found!
gz_rendering-8-win#69 41 2024-07-08 21:10:16.591000
  • MeshTest.NormalMapWithoutTexCoord
No reports found!
gz_rendering-7-win#62 34 2024-07-08 21:10:16.263000
  • MeshTest.NormalMapWithoutTexCoord
No reports found!
gz_rendering-main-win#61 32 2024-07-08 21:10:16.586000
  • MeshTest.NormalMapWithoutTexCoord
No reports found!
Jci__nightly-fastrtps-dynamic_ubuntu_noble_amd64#30 30 2024-07-05 16:14:07.045000
  • projectroot.test_generic_pub_sub
  • projectroot.test_generic_subscription
  • projectroot.test_pub_sub
  • test_tracetools.test_tracetools.test.test_generic_pub_sub.TestGenericPubSub.test_all
  • test_tracetools.test_tracetools.test.test_generic_subscription.TestGenericSubscription.test_all
  • test_tracetools.test_tracetools.test.test_pub_sub.TestPubSub.test_all
  • test_tracetools.test_tracetools.test.test_publisher.TestPublisher.test_all
  • test_tracetools.test_tracetools.test.test_subscription.TestSubscription.test_all
  • https://github.com/ros2/ros2_tracing/issues/124 (Closed)
Rci__nightly-performance_ubuntu_noble_amd64#53 28 2024-07-07 01:27:51.095000
36 errors
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:48)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:49)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:50)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_base.hpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:24)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:15)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:16)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:17)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:29)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:30)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/utilities/cpu_usage_tracker.hpp:19)
  • performance_test.uncrustify.src/communication_abstractions/connext_dds_micro_communicator.hpp
No reports found!
Jci__benchmark_ubuntu_noble_amd64#18 18 2024-07-06 14:24:17.476000
  • projectroot.benchmark_string_conversions
  • projectroot.benchmark_string_conversions
No reports found!
Jci__nightly-performance_ubuntu_noble_amd64#18 7 2024-07-06 13:16:41.256000
36 errors
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:48)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:49)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/resource_manager.hpp:50)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_callback_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/communication_abstractions/ros2_waitset_communicator.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_base.hpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/data_running/data_runner_factory.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.cpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:23)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/experiment_configuration.hpp:24)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_configuration/external_info_storage.hpp:22)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:15)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:16)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:17)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:18)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:19)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:20)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:21)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:29)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/experiment_execution/analyze_runner.cpp:30)
  • performance_test.cpplint.build/include_order [4] (/tmp/ws2/src/performance_test/performance_test/src/utilities/cpu_usage_tracker.hpp:19)
  • performance_test.uncrustify.src/communication_abstractions/connext_dds_micro_communicator.hpp
No reports found!
Rci__nightly-performance_ubuntu_noble_amd64#53 5 2024-07-07 01:27:51.095000
  • buildfarm_perf_tests.PerformanceTestResults.test_results_CycloneDDS
  • projectroot.test.test_performance_CycloneDDS_sync_Array8m
No reports found!
Rci__nightly-cyclonedds_ubuntu_noble_amd64#77 5 2024-07-08 12:59:06.909000
  • projectroot.test.rclcpp.test_executors_busy_waiting
No reports found!
nightly_linux-rhel_repeated#1959 3 2024-07-09 04:00:01.561000
  • projectroot.gtest_publisher__rmw_connextdds
  • projectroot.test_showimage_cam2image__rmw_cyclonedds_cpp
  • ros2cli.ros2cli.test.test_strategy.test_with_daemon_spawn[2-3]
No reports found!
Rci__nightly-performance_ubuntu_noble_amd64#53 3 2024-07-07 01:27:51.095000
  • projectroot.cpplint
  • projectroot.uncrustify
  • https://github.com/ros2/rosidl/issues/790 (Closed)
Rci__nightly-connext_ubuntu_noble_amd64#80 3 2024-07-09 01:35:16.783000
  • projectroot.test.rclcpp.test_service_introspection
  • projectroot.test_client
  • rclcpp.TestServiceIntrospection.service_introspection_enable_disable_event_content
  • rclcpp.TestServiceIntrospection.service_introspection_enable_disable_events
  • rclpy.rclpy.test.test_client.TestClient.test_service_timestamps
No reports found!
Ici__nightly-performance_ubuntu_jammy_amd64#105 3 2024-07-09 03:27:54.235000
  • projectroot.cpplint
  • projectroot.lint_cmake
  • projectroot.uncrustify
  • https://github.com/ros2/rosidl/issues/790 (Closed)

Warnings

Reference build Age Failure DateTime Errors Reports
gz_sim-ign-gazebo6-win#66 -1 2024-07-07 13:06:39.257000
  • 13 msbuild warnings
No reports found!
gz_sensors-ci-main-homebrew-amd64#59 -1 2024-07-08 18:06:10.940000
  • 4 clang warnings
No reports found!
gz_rendering-main-win#61 -1 2024-07-08 21:10:16.586000
  • 2 msbuild warnings
No reports found!
gz_rendering-8-win#69 -1 2024-07-08 21:10:16.591000
  • 2 msbuild warnings
No reports found!
gz_rendering-7-win#62 -1 2024-07-08 21:10:16.263000
  • 2 msbuild warnings
No reports found!
Rci__nightly-performance_ubuntu_noble_amd64#53 -1 2024-07-07 01:27:51.095000
  • 2 clang-tidy warnings
  • 2 cmake warnings
  • 30 gcc warnings
No reports found!
Jci__nightly-release_ubuntu_noble_amd64#31 -1 2024-07-05 20:08:18.777000
  • 1 clang-tidy warnings
  • 1 gcc warnings
No reports found!
Jci__nightly-performance_ubuntu_noble_amd64#18 -1 2024-07-06 13:16:41.256000
  • 2 clang-tidy warnings
  • 2 cmake warnings
  • 30 gcc warnings
No reports found!
Ici__nightly-performance_ubuntu_jammy_amd64#105 -1 2024-07-09 03:27:54.235000
  • 2 clang-tidy warnings
  • 30 gcc warnings
  • 4 cmake warnings
No reports found!

Test regressions flaky

Test regressions

Reference builds Errors Flaky report Reports
  • launch_testing_examples.launch_testing_examples.check_node_launch_test.launch_testing_examples.check_node_launch_test
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Hci__nightly-connext_ubuntu_jammy_amd642024-06-272024-06-2711100.0%
Ici__nightly-connext_ubuntu_jammy_amd642024-07-042024-06-254375.0%
nightly_linux_repeated2024-07-022024-06-2616318.75%
nightly_linux-aarch64_repeated2024-07-092024-06-2916212.5%
nightly_linux-aarch64_debug2024-07-042024-06-2716212.5%
No reports found!
  • launch_testing_ros.test.examples.check_node_launch_test.check_node_launch_test
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-connext_ubuntu_jammy_amd642024-07-092024-06-2544100.0%
Hci__nightly-connext_ubuntu_jammy_amd642024-06-272024-06-2711100.0%
nightly_linux-aarch64_repeated2024-07-092024-07-0416212.5%
No reports found!
  • buildfarm_perf_tests.PerformanceTestResults.test_results_CycloneDDS
  • buildfarm_perf_tests.PerformanceTestResults.test_results_CycloneDDS
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-performance_ubuntu_jammy_amd642024-07-092024-07-0911100.0%
Rci__nightly-performance_ubuntu_noble_amd642024-07-072024-06-2455100.0%
Hci__nightly-performance_ubuntu_jammy_amd642024-06-272024-06-2711100.0%
Jci__nightly-performance_ubuntu_noble_amd642024-07-032024-07-033133.33%
No reports found!
  • projectroot.test.test_performance_CycloneDDS_sync_PointCloud8m
  • projectroot.test.test_performance_CycloneDDS_sync_PointCloud8m
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-performance_ubuntu_jammy_amd642024-07-092024-07-0911100.0%
Hci__nightly-performance_ubuntu_jammy_amd642024-06-272024-06-2711100.0%
Rci__nightly-performance_ubuntu_noble_amd642024-07-072024-06-245480.0%
Jci__nightly-performance_ubuntu_noble_amd642024-07-032024-07-033133.33%
No reports found!
  • projectroot.cpplint
  • projectroot.uncrustify
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-performance_ubuntu_jammy_amd642024-07-092024-07-0911100.0%
Rci__nightly-performance_ubuntu_noble_amd642024-07-072024-06-2455100.0%
Jci__nightly-performance_ubuntu_noble_amd642024-07-062024-06-2633100.0%
Hci__nightly-performance_ubuntu_jammy_amd642024-06-272024-06-2711100.0%
  • https://github.com/ros2/rosidl/issues/790 (Closed)
  • projectroot.test_publisher
  • projectroot.test_publisher
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-connext_ubuntu_jammy_amd642024-07-092024-06-2544100.0%
Jci__nightly-fastrtps-dynamic_ubuntu_noble_amd642024-07-052024-06-2644100.0%
Ici__nightly-fastrtps-dynamic_ubuntu_jammy_amd642024-07-052024-06-2533100.0%
nightly_win_rep2024-06-272024-06-271417.14%
  • https://github.com/ros2/system_tests/issues/496 (Closed)
  • projectroot.test_subscription
  • projectroot.test_subscription
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-connext_ubuntu_jammy_amd642024-07-092024-06-2544100.0%
Jci__nightly-fastrtps-dynamic_ubuntu_noble_amd642024-07-052024-06-2644100.0%
Ici__nightly-fastrtps-dynamic_ubuntu_jammy_amd642024-07-052024-06-2533100.0%
nightly_win_rep2024-06-292024-06-2714214.29%
No reports found!
  • projectroot.gtest_multithreaded__rmw_connextdds
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-06-26141178.57%
nightly_win_deb2024-07-062024-06-2512650.0%
nightly_win_rel2024-07-062024-06-2916212.5%
nightly_linux-rhel_repeated2024-07-032024-07-031616.25%
nightly_linux_coverage2024-06-282024-06-281616.25%
No reports found!
  • projectroot.test_client
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Jci__nightly-connext_ubuntu_noble_amd642024-07-052024-06-294375.0%
Rci__nightly-connext_ubuntu_noble_amd642024-07-092024-06-2411654.55%
nightly_win_rep2024-07-092024-06-2714535.71%
Ici__nightly-connext_ubuntu_jammy_amd642024-07-012024-07-014125.0%
nightly_win_deb2024-07-032024-07-031218.33%
No reports found!
  • ros2topic.ros2topic.test.test_use_sim_time.test_use_sim_time
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux_coverage2024-07-092024-06-25161275.0%
  • https://github.com/ros2/ros2cli/issues/772 (Closed)
  • projectroot.test.rclcpp.test_service_introspection
  • rclcpp.TestServiceIntrospection.service_introspection_enable_disable_events
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-connext_ubuntu_jammy_amd642024-07-092024-06-254375.0%
Jci__nightly-connext_ubuntu_noble_amd642024-07-052024-07-024250.0%
Rci__nightly-connext_ubuntu_noble_amd642024-07-092024-06-2411545.45%
nightly_win_rep2024-06-272024-06-271417.14%
No reports found!
  • test_rclcpp.gtest_multithreaded__rmw_connextdds.gtest.missing_result
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-06-26141071.43%
nightly_win_deb2024-07-062024-06-2512433.33%
nightly_win_rel2024-07-062024-06-2916212.5%
nightly_linux-rhel_repeated2024-07-032024-07-031616.25%
No reports found!
  • projectroot.test_tf2_sensor_msgs_cpp
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux_repeated2024-07-092024-06-2716956.25%
No reports found!
  • sros2.test.sros2.commands.security.verbs.test_generate_policy.test_generate_policy
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_deb2024-07-072024-06-2612650.0%
nightly_win_rel2024-07-092024-06-2716743.75%
nightly_win_rep2024-07-052024-07-051417.14%
nightly_linux_repeated2024-07-022024-07-021616.25%
No reports found!
  • projectroot.test_n_nodes__rmw_fastrtps_cpp
  • test_rclcpp.TestNNodesAfterShutdown.test_10_nodes
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-06-2414642.86%
nightly_win_rel2024-06-262024-06-261616.25%
nightly_linux-aarch64_repeated2024-06-262024-06-261616.25%
No reports found!
  • projectroot.test_node_name__rmw_cyclonedds_cpp__rmw_fastrtps_cpp
  • test_rclcpp.test_node_name__rmw_cyclonedds_cpp__rmw_fastrtps_cpp.xunit.missing_result
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux_repeated2024-07-092024-07-0116637.5%
nightly_linux-rhel_repeated2024-06-292024-06-2816212.5%
No reports found!
  • projectroot.test_two_links_fixed_joint_prefix_launch.py
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux_repeated2024-07-092024-06-2916637.5%
No reports found!
  • projectroot.test.rclcpp.test_timer
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-06-2714535.71%
  • https://github.com/ros2/rclcpp/issues/2436 (Closed)
  • test_rclcpp.TestNNodes.test_10_nodes
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-06-2614535.71%
nightly_win_rel2024-06-262024-06-261616.25%
nightly_linux-aarch64_repeated2024-06-262024-06-261616.25%
No reports found!
  • test_rclcpp.test_timeout_subscriber.timeout_subscriber
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-07-0114535.71%
No reports found!
  • ros2cli.ros2cli.test.test_strategy.test_with_daemon_spawn[1-3]
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_linux-rhel_repeated2024-07-072024-06-2616531.25%
nightly_win_rep2024-07-092024-07-091417.14%
nightly_linux-aarch64_repeated2024-07-072024-07-071616.25%
No reports found!
  • projectroot.test.rclcpp.test_clock
  • rclcpp.TestClockWakeup.multiple_threads_wait_on_one_clock
  • projectroot.test.rclcpp.test_clock
  • rclcpp.TestClockWakeup.multiple_threads_wait_on_one_clock
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-06-2614428.57%
nightly_linux_repeated2024-07-092024-07-0216425.0%
nightly_linux-rhel_repeated2024-07-022024-07-0116212.5%
No reports found!
  • projectroot.test_record_all__rmw_cyclonedds_cpp
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-06-2914428.57%
nightly_linux-aarch64_repeated2024-07-022024-06-2516212.5%
No reports found!
  • ros2param.ros2param.test.test_verb_list.test_verb_list
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
Ici__nightly-connext_ubuntu_jammy_amd642024-06-252024-06-254125.0%
nightly_linux_repeated2024-07-092024-07-0216318.75%
nightly_linux-rhel_repeated2024-06-272024-06-271616.25%
  • https://github.com/ros2/rmw_fastrtps/issues/531 (Closed)
  • https://github.com/ros2/ros2cli/issues/861 (Closed)
  • projectroot.gtest_spin__rmw_connextdds
  • test_rclcpp.test_spin.spin_until_future_complete_interrupted
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-07-0514321.43%
No reports found!
  • projectroot.gtest_timeout_subscriber__rmw_connextdds
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-07-0614321.43%
No reports found!
  • rclcpp.PerTimerType/TestTimer.test_simple_cancel/generic_timer (4-byte object <01-00 00-00>)
Job NameLast FailFirst FailBuild CountFailure CountFailure Percentage
nightly_win_rep2024-07-092024-07-0114321.43%
No reports found!

Maintenance

Pending

@Crola1702 Crola1702 marked this pull request as ready for review July 9, 2024 13:53
@Crola1702 Crola1702 requested review from a team and Blast545 July 9, 2024 13:53
@Crola1702
Copy link
Contributor Author

@Blast545 this is ready to be reviewed

Copy link
Contributor

@Blast545 Blast545 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great work!

Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Signed-off-by: Crola1702 <cristobal.arroyo@ekumenlabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants