#4559 Add errno.EHOSTUNREACH to is_conn_error ERRNOS
Opened by jmontleon. Modified
jmontleon/koji add-EHOSTUNREACH-to-conn-errors  into  master

Download 4559.patch

A brief network outage between the koji builder and hub (3-5 minutes) resulted in a long running build failing with no retries.

2026-04-02 09:51:52,196 [INFO] {1092} koji:3198 Try #1 for call 21613 (listBuildroots) failed: ('Connection aborted.', OSError(113, 'No route to host'))

The https://riscv-koji.fedoraproject.org/koji/ hubs builders are not in the data center so we are unfortunately not in full control of the networks between builders and the hub.

issue #4560

Metadata