Skip to content

Build/Publish ROS Docker Image #81

Build/Publish ROS Docker Image

Build/Publish ROS Docker Image #81

Manually triggered December 4, 2023 17:40
Status Failure
Total duration 11m 10s
Artifacts

ros-docker-image.yaml

on: workflow_dispatch
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
build (Dockerfile.hardware, linux/amd64, linux/arm64, iron)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c cd src/ && \tMYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \tsource /opt/$MYDISTRO/$ROS_DISTRO/setup.bash && ros2 pkg create healthcheck_pkg --build-type ament_cmake --dependencies rclcpp nav_msgs && sed -i '/find_package(nav_msgs REQUIRED)/a add_executable(healthcheck_node src/healthcheck.cpp)\\n ament_target_dependencies(healthcheck_node rclcpp nav_msgs)\\n install(TARGETS healthcheck_node DESTINATION lib/${PROJECT_NAME})' /ros2_ws/src/healthcheck_pkg/CMakeLists.txt && mv /healthcheck.cpp /ros2_ws/src/healthcheck_pkg/src/ && cd .. && \tcolcon build --packages-skip ackermann_steering_controller admittance_controller bicycle_steering_controller tricycle_steering_controller effort_controllers force_torque_sensor_broadcaster forward_command_controller gripper_controllers joint_trajectory_controller position_controllers range_sensor_broadcaster ros2_controllers ros2_controllers_test_nodes rqt_joint_trajectory_controller tricycle_controller tricycle_steering_controller velocity_controllers && rm -rf build log src" did not complete successfully: exit code: 2
build (Dockerfile.hardware, linux/amd64, linux/arm64, humble)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get install -y python3-rosdep ros-$ROS_DISTRO-teleop-twist-keyboard && rm -rf /etc/ros/rosdep/sources.list.d/20-default.list && \trosdep init && rosdep update --rosdistro $ROS_DISTRO && rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y && \tapt-get clean && \trm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
build (Dockerfile.hardware, linux/amd64, linux/arm64, iron)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Dockerfile.hardware, linux/amd64, linux/arm64, humble)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Dockerfile.simulation, rosbot-gazebo, linux/amd64, humble)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/