we can see Failed to remove /var/log/rcl_logging_syslog directory message comes from the test fixture, those are kinda annoying.
I think we need to check if the directory exits, and the proceed to remove it. same patch could be applied to
https://github.com/ros2/rcl_logging
1: [ RUN ] LoggingTest.log_file_name_prefix
1: Failed to remove /var/log/rcl_logging_syslog directory
1: [ OK ] LoggingTest.log_file_name_prefix (1000 ms)
1: [ RUN ] LoggingTest.use_different_facilities
1: Failed to remove /var/log/rcl_logging_syslog directory
1: [ OK ] LoggingTest.use_different_facilities (3003 ms)
1: [ RUN ] LoggingTest.full_cycle
1: Failed to remove /var/log/rcl_logging_syslog directory
1: [ OK ] LoggingTest.full_cycle (1001 ms)
1: [----------] 3 tests from LoggingTest (5004 ms total)
we can see
Failed to remove /var/log/rcl_logging_syslog directory
message comes from the test fixture, those are kinda annoying. I think we need to check if the directory exits, and the proceed to remove it. same patch could be applied to https://github.com/ros2/rcl_logging