r-darwish / topgrade

Upgrade everything
GNU General Public License v3.0
3.36k stars 160 forks source link

System Update yields messy console output about failures to mirrors #844

Closed Macavirus closed 2 years ago

Macavirus commented 2 years ago

What did you expect to happen? System update should work without excess logging and failures. It also probably shouldn't hit every possible mirror.

What actually happened? Pacman outputs a lot of garbage to the console that is not present during a normal pacman -Syu update.

Example:

01/25 18:56:45 [ERROR] CUID#70 - Download aborted. URI=https://mirror.telepoint.bg/archlinux/community/os/x86_64/community.db.sig
Exception: [AbstractCommand.cc:351] errorCode=3 URI=https://mirror.telepoint.bg/archlinux/community/os/x86_64/community.db.sig
  -> [HttpSkipResponseCommand.cc:218] errorCode=3 Resource not found

01/25 18:56:45 [ERROR] CUID#74 - Download aborted. URI=https://mirror.arizona.edu/archlinux/core/os/x86_64/core.db.sig
Exception: [AbstractCommand.cc:351] errorCode=3 URI=https://mirror.arizona.edu/archlinux/core/os/x86_64/core.db.sig
  -> [HttpSkipResponseCommand.cc:218] errorCode=3 Resource not found
[DL:0B][#fed95d 0B/0B][#b9ec24 0B/0B][#37e6b4 0B/0B]
01/25 18:56:47 [ERROR] CUID#75 - Download aborted. URI=https://arch.jensgutermuth.de/community/os/x86_64/community.db.sig
Exception: [AbstractCommand.cc:351] errorCode=3 URI=https://arch.jensgutermuth.de/community/os/x86_64/community.db.sig
  -> [HttpSkipResponseCommand.cc:218] errorCode=3 Resource not found
Macavirus commented 2 years ago

Ignore, updating to the latest topgrade fixes this issue.