ros-tooling/setup-ros

All builds fail on apt-get update inside setup-ros@v0.4

Nir-Az opened this issue · 3 comments

Description

All builds fail on apt-get update inside setup-ros@v0.4

Expected Behavior

apt-get update success

Actual Behavior

Lots of errors like:

  Err:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
    Could not connect to archive.ubuntu.com:80 (91.189.91.39), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.36), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.39), connection timed out [IP: 185.125.190.39 80]

To Reproduce

** Steps to reproduce the behavior, e.g.
Build any build with setup-ros@v0.4

System (please complete the following information)

    runs-on: ubuntu-latest
    strategy:
      matrix:
        ros_distribution:
          - foxy
          - galactic
          - humble
          - rolling

Please assist

Same on setup-ros@v0.3

I'm seeing the same failures in the setup-ros nightly CI jobs: https://github.com/ros-tooling/setup-ros/actions/runs/4103645609/jobs/7078103084#step:6:26

Looks like Canonical is having issues with their archive servers: https://status.canonical.com/#/incident/KNms6QK9ewuzz-7xUsPsNylV20jEt5kyKsd8A-3ptQEVUe5iAwdm8JF7ErCrLqPnMAwu3z5Y-lH0alDAJSJH6w==.

So this isn't related to setup-ros. I assume that it should be fixed shortly.

I re-triggered the setup-ros nightly CI jobs and it looks like it's working again. The incident has been marked as resolved by Canonical as well, so I'll close this.