ros-tooling/setup-ros

Apt-get install failed on Dashing packages with many 404 errors

Closed this issue · 2 comments

rotu commented

Description

setup-ros fails on apt-get install with many 404 errors. I saw this yesterday in a few runs on the bionic docker image, and it seems to be no longer affected so it may have been a transient bug.

Expected Behavior

Setup-ros runs cleanly.

Actual Behavior

Setup-ros fails with many 404 errors like:

  Err:4 http://packages.ros.org/ros2/ubuntu bionic/main amd64 ros-dashing-ament-cmake-core amd64 0.7.5-1bionic.20200711.043737
    404  Not Found [IP: 64.50.236.52 80]
  Err:5 http://packages.ros.org/ros2/ubuntu bionic/main amd64 ros-dashing-ros-workspace amd64 0.7.2-1bionic.20200711.043848
    404  Not Found [IP: 64.50.236.52 80]
  Err:6 http://packages.ros.org/ros2/ubuntu bionic/main amd64 ros-dashing-ament-cmake-export-definitions amd64 0.7.5-1bionic.20200711.044202
    404  Not Found [IP: 64.50.236.52 80]
  Err:7 http://packages.ros.org/ros2/ubuntu bionic/main amd64 ros-dashing-ament-cmake-libraries amd64 0.7.5-1bionic.20200711.044210
    404  Not Found [IP: 64.50.236.52 80]
  Err:8 http://packages.ros.org/ros2/ubuntu bionic/main amd64 ros-dashing-ament-cmake-export-dependencies amd64 0.7.5-1bionic.20200711.044333
    404  Not Found [IP: 64.50.236.52 80]
  Err:9 http://packages.ros.org/ros2/ubuntu bionic/main amd64 ros-dashing-ament-cmake-export-include-directories amd64 0.7.5-1bionic.20200711.044217
    404  Not Found [IP: 64.50.236.52 80]

https://github.com/RoverRobotics/openrover-ros2/runs/903437204#step:3:2302

To Reproduce

https://github.com/RoverRobotics/openrover-ros2/runs/903437204#step:3:2302

System (please complete the following information)

  • OS: Ubuntu Bionic
  • ROS 2 Distro: Dashing
rotu commented

Thanks, @emersonknapp! That explanation fits. Closing this issue.