Skip to content

Build/Publish ROS Docker Image #74

Build/Publish ROS Docker Image

Build/Publish ROS Docker Image #74

Manually triggered November 28, 2023 18:13
Status Failure
Total duration 5m 33s
Artifacts

ros-docker-image.yaml

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

Annotations

3 errors and 4 warnings
build (Dockerfile.simulation, rosbot-gazebo, linux/amd64, iron)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && apt-get update --fix-missing && apt-get install -y python3-pip python3-colcon-common-extensions python3-rosdep python3-vcstool git curl ros-$ROS_DISTRO-teleop-twist-keyboard && apt-get upgrade -y && source \"/opt/$MYDISTRO/$ROS_DISTRO/setup.bash\" && git clone https://github.com/husarion/rosbot_ros.git /ros2_ws/src && vcs import src < src/rosbot/rosbot_hardware.repos && vcs import src < src/rosbot/rosbot_simulation.repos && rm -rf /etc/ros/rosdep/sources.list.d/20-default.list && rosdep init && rosdep update --rosdistro $ROS_DISTRO && rosdep install -i --from-path src --rosdistro $ROS_DISTRO -y && colcon build && export SUDO_FORCE_REMOVE=yes && apt-get remove -y python3-pip python3-colcon-common-extensions python3-rosdep python3-vcstool git curl && apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 2
build (Dockerfile.hardware, linux/amd64, linux/arm64, iron)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c apt-get update && apt-get install -y \t\tgit \t\tpython3-pip python3-colcon-common-extensions python3-rosdep python3-vcstool \t\tpython3-sh \t\tpython3-periphery \t\tbuild-essential \t\tros-$ROS_DISTRO-teleop-twist-keyboard && \tpip3 install pyserial && \tMYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \tvcs import src < src/rosbot/rosbot_hardware.repos && \tcp -r ros2_controllers/diff_drive_controller . && \tcp -r ros2_controllers/imu_sensor_broadcaster . && \trm -rf ros2_controllers && rm -r src/rosbot_gazebo && 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 && \tsource /opt/$MYDISTRO/$ROS_DISTRO/setup.bash && \tcolcon build && \tapt-get clean && \tapt-get remove -y \t\tgit \t\tpython3-colcon-common-extensions \t\tpython3-rosdep \t\tpython3-vcstool \t\tpython3-pip \t\tbuild-essential && \trm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
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 \t\tgit \t\tpython3-pip python3-colcon-common-extensions python3-rosdep python3-vcstool \t\tpython3-sh \t\tpython3-periphery \t\tbuild-essential \t\tros-$ROS_DISTRO-teleop-twist-keyboard && \tpip3 install pyserial && \tMYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \tvcs import src < src/rosbot/rosbot_hardware.repos && \tcp -r ros2_controllers/diff_drive_controller . && \tcp -r ros2_controllers/imu_sensor_broadcaster . && \trm -rf ros2_controllers && rm -r src/rosbot_gazebo && 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 && \tsource /opt/$MYDISTRO/$ROS_DISTRO/setup.bash && \tcolcon build && \tapt-get clean && \tapt-get remove -y \t\tgit \t\tpython3-colcon-common-extensions \t\tpython3-rosdep \t\tpython3-vcstool \t\tpython3-pip \t\tbuild-essential && \trm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 1
build (Dockerfile.simulation, rosbot-gazebo, linux/amd64, 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, 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/