robotology / gz-sim-yarp-plugins

YARP plugins for Modern Gazebo (gz-sim).
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

CI Failure February 2024 #87

Closed traversaro closed 9 months ago

traversaro commented 9 months ago

CI on Linux/conda is failing with error:

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
libgl1 is already the newest version (1.4.0-1).
libgl1 set to manually installed.
libselinux1 is already the newest version (3.3-1build2).
libselinux1 set to manually installed.
libxdamage1 is already the newest version (1:1.1.5-2build2).
libxdamage1 set to manually installed.
libxext6 is already the newest version (2:1.3.4-1build1).
libxext6 set to manually installed.
libxxf86vm1 is already the newest version (1:1.1.4-1build3).
libxxf86vm1 set to manually installed.
libgl1-mesa-dri is already the newest version (23.0.4-0ubuntu1~22.04.1).
libgl1-mesa-dri set to manually installed.
The following additional packages will be installed:
  libegl-mesa0
The following NEW packages will be installed:
  libegl-mesa0 libegl1 libopengl0
0 upgraded, 3 newly installed, 0 to remove and 18 not upgraded.
Need to get 182 kB of archives.
After this operation, 709 kB of additional disk space will be used.
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Ign:2 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libegl-mesa0 amd64 23.0.4-0ubuntu1~22.04.1
Get:3 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libegl1 amd64 1.4.0-1 [28.6 kB]
Ign:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libegl-mesa0 amd64 23.0.4-0ubuntu1~22.04.1
Get:4 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 libopengl0 amd64 1.4.0-1 [36.5 kB]
Err:2 http://security.ubuntu.com/ubuntu jammy-updates/main amd64 libegl-mesa0 amd64 23.0.4-0ubuntu1~22.04.1
  404  Not Found [IP: 52.252.75.106 80]
Fetched 65.0 kB in 0s (316 kB/s)
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mesa/libegl-mesa0_23.0.4-0ubuntu1%7e22.04.1_amd64.deb  404  Not Found [IP: 52.252.75.106 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.
traversaro commented 9 months ago

Last working job: https://github.com/robotology/gz-sim-yarp-plugins/actions/runs/7925062203 First failing job: https://github.com/robotology/gz-sim-yarp-plugins/actions/runs/7938612316

The error is that it is trying to download some packages that are not available anymore, I guess we are just missing a sudo apt-get update call or something similar (as the error suggest).