-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebase workflow rolling
with Ubuntu Nobel
#44
Comments
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. |
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 |
fujitatomoya
changed the title
Rebase workflow
Rebase workflow May 10, 2024
rolling
with Ubuntu Nobel and add jazzy
rolling
with Ubuntu Nobel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be added later.
The text was updated successfully, but these errors were encountered: