ros-controls / ros2_control_ci

This repository holds reusable workflows for CI of the ros2_control framework.
https://control.ros.org
Apache License 2.0
2 stars 1 forks source link

CI build job rolling/main failed! #114

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

An automated scheduled build failed on master: https://github.com/ros-controls/ros2_control_ci/actions/runs/10380172190

christophfroehlich commented 1 month ago

There is a timeout https://github.com/ros-controls/ros2_control_ci/actions/runs/10380172190/job/28739572204

2024-08-14T02:22:54.9823180Z test 3
2024-08-14T02:22:54.9823402Z     Start 3: run_example_12_launch
2024-08-14T02:22:54.9823617Z 
2024-08-14T02:23:08.4822368Z 3: Test command: /usr/bin/python3 "-u" "/opt/ros/rolling/share/ament_cmake_test/cmake/run_test.py" "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/ros2_control_demo_example_12/test_results/ros2_control_demo_example_12/run_example_12_launch.xunit.xml" "--package-name" "ros2_control_demo_example_12" "--output-file" "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/ros2_control_demo_example_12/ament_cmake_pytest/run_example_12_launch.txt" "--env" "PYTHONDONTWRITEBYTECODE=1" "--command" "/usr/bin/python3" "-u" "-m" "pytest" "/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/ros2_control_demos/example_12/test/test_rrbot_launch.py" "-o" "cache_dir=/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/ros2_control_demo_example_12/ament_cmake_pytest/run_example_12_launch/.cache" "--junit-xml=/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/ros2_control_demo_example_12/test_results/ros2_control_demo_example_12/run_example_12_launch.xunit.xml" "--junit-prefix=ros2_control_demo_example_12"
2024-08-14T02:23:08.4831744Z 3: Working Directory: /home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/ros2_control_demo_example_12
2024-08-14T02:23:08.4832950Z 3: Test timeout computed to be: 60
2024-08-14T02:23:08.4834161Z 3: -- run_test.py: extra environment variables:
2024-08-14T02:23:08.4834915Z 3:  - PYTHONDONTWRITEBYTECODE=1
2024-08-14T02:23:08.4836492Z 3: -- run_test.py: invoking following command in '/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/ros2_control_demo_example_12':
2024-08-14T02:23:08.4842346Z 3:  - /usr/bin/python3 -u -m pytest /home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/src/ros-controls/ros2_control_demos/example_12/test/test_rrbot_launch.py -o cache_dir=/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/ros2_control_demo_example_12/ament_cmake_pytest/run_example_12_launch/.cache --junit-xml=/home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws/build/ros2_control_demo_example_12/test_results/ros2_control_demo_example_12/run_example_12_launch.xunit.xml --junit-prefix=ros2_control_demo_example_12
2024-08-14T02:23:08.4847014Z 3: ============================= test session starts ==============================
2024-08-14T02:23:08.4847993Z 3: platform linux -- Python 3.12.3, pytest-7.4.4, pluggy-1.4.0
2024-08-14T02:23:08.4849115Z 3: cachedir: build/ros2_control_demo_example_12/ament_cmake_pytest/run_example_12_launch/.cache
2024-08-14T02:23:08.4850391Z 3: rootdir: /home/runner/work/ros2_control_ci/ros2_control_ci/.work/target_ws
2024-08-14T02:23:08.4852696Z 3: plugins: launch-testing-ros-0.27.1, launch-testing-3.6.0, ament-flake8-0.18.1, ament-xmllint-0.18.1, ament-copyright-0.18.1, ament-lint-0.18.1, ament-pep257-0.18.1, typeguard-4.1.5, colcon-core-0.17.0
2024-08-14T02:23:08.4854151Z 3: collected 1 item
2024-08-14T02:23:08.4854390Z 3: 
2024-08-14T02:23:08.4854717Z 3/3 Test #3: run_example_12_launch ............***Timeout  60.06 sec

but other calls finish in 12s. Maybe this is just a CI hickup.