fujitatomoya / ros_k8s

Kuberenetes / ROS&ROS2 Cluster Samples
Creative Commons Attribution 4.0 International
192 stars 29 forks source link

Rebase workflow `rolling` with Ubuntu Nobel #44

Closed fujitatomoya closed 6 months ago

fujitatomoya commented 6 months ago

To be added later.

fujitatomoya commented 6 months ago

https://github.com/fujitatomoya/ros_k8s/actions/runs/8844657207/job/24286958820

 > [2/2] RUN apt-get update     && apt-get upgrade -y     && apt-get install -y     net-tools     iputils-ping     dnsutils     libssl-dev     ros-rolling-desktop     ros-rolling-rmw-cyclonedds-cpp     --no-install-recommends     && rm -rf /var/lib/apt/lists/*:
4.591 Some packages could not be installed. This may mean that you have
4.591 requested an impossible situation or if you are using the unstable
4.591 distribution that some required packages have not yet been created
4.591 or been moved out of Incoming.
4.591 The following information may help to resolve the situation:
4.591 
4.591 The following packages have unmet dependencies:
4.660  ros-rolling-pcl-conversions : Depends: libpcl-common1.13 but it is not installable
4.660                                Depends: libpcl-io1.13 but it is not installable
4.663 E: Unable to correct problems, you have held broken packages.
------
Dockerfile.rolling:19
--------------------
  18 |     # Install packages
  19 | >>> RUN apt-get update \
  20 | >>>     && apt-get upgrade -y \
  21 | >>>     && apt-get install -y \
  22 | >>>     # Basic utilities just in case
  23 | >>>     net-tools \
  24 | >>>     iputils-ping \
  25 | >>>     dnsutils \
  26 | >>>     # ROS 2 Security
  27 | >>>     libssl-dev \
  28 | >>>     # install full packages including GUI
  29 | >>>     ros-${ROS_DISTRO}-desktop \
  30 | >>>     # install cyclonedds
  31 | >>>     ros-${ROS_DISTRO}-rmw-cyclonedds-cpp \
  32 | >>>     --no-install-recommends \
  33 | >>>     && rm -rf /var/lib/apt/lists/*
  34 |     
--------------------
ERROR: failed to solve: process "/bin/bash -c apt-get update     && apt-get upgrade -y     && apt-get install -y     net-tools     iputils-ping     dnsutils     libssl-dev     ros-${ROS_DISTRO}-desktop     ros-${ROS_DISTRO}-rmw-cyclonedds-cpp     --no-install-recommends     && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100
Error: Process completed with exit code 1.
fujitatomoya commented 6 months ago

I guess that temporary unstable failure, maybe base ros:rolling image.

currently all workflow goes green, https://github.com/fujitatomoya/ros_k8s/actions/runs/9027449760