-
Notifications
You must be signed in to change notification settings - Fork 130
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
Random failure when installing dependencies on rolling #855
Comments
rolling was broken for some time, so I configured the building repository as the apt source. |
@mathias-luedtke Yes, Thanks. This fixed our builds. |
@mathias-luedtke Spoke too soon. Still getting errors in our build: executing command [apt-get install -y -qq ros-rolling-rqt-gui] |
No, this is for running rolling on |
#858 adds support for |
The failures now seem not just restricted to rolling packages. For example, I am getting the following during the 'init' step:
|
Yes, my pipelines are failing as well. If you want something stable, set |
You are right @mathias-luedtke . Can't trust noble right now. I need to be able to use the rolling sync before the noble update. I'm hoping the process described in https://discourse.ros.org/t/psa-rolling-ci-or-docker-build-fix-from-rosdep-errors-in-24-04-transition/36902 works |
Since this is now a Ubuntu Noble stability problem before Apr 25,2024 release, we can close out this issue. |
Closing now |
Since yesterday, we are getting random failures when installing dependencies either upstream or target dependencies. We are running latest ros2 rolling on Ubuntu Noble and using github.
Here's an example for install_upstream_dependencies:
executing command [apt-get install -y -qq ros-rolling-rclcpp]
E: Unable to locate package ros-rolling-rclcpp
ERROR: the following rosdeps failed to install
apt: command [apt-get install -y -qq ros-rolling-rclcpp] failed
'( source /opt/ros/rolling/setup.bash && rosdep install -q --from-paths /home/runner/work/xxx/xxx/.work/upstream_ws/src --ignore-src -y | grep -E '(executing command)|(Setting up)' ; )' returned with 1
'install_upstream_dependencies' returned with code '1' after 0 min 9 sec
The particular package that it fails to fins is random and different on every run. All these packages are available locally at my desktop when I query.
Any idea what is going on as none of our CI builds are working since yesterday.
The text was updated successfully, but these errors were encountered: