-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
None
-
None
-
3
-
False
-
-
False
-
Testable
-
rhel-anaconda
-
-
The tests run on our runners fail on boot.iso download for rawhide scenario of
/test-os-variants GH workflow: https://github.com/rhinstaller/kickstart-tests/blob/17e034a96d49b08fe24aeb70b88eb83f1300684a/.github/workflows/test-os-variants.yml#L232
Examples: https://github.com/rhinstaller/kickstart-tests/actions/runs/22310524604/job/64541082869
https://github.com/rhinstaller/kickstart-tests/actions/runs/22310487257/job/64540945590
This is independent of the runner (runners: https://rhos-d.infra.prod.upshift.rdu2.redhat.com/dashboard/project/instances/)
Reproducible by ssh into a runner and running the command, after some successes maybe, it fails with:
[rvykydal@github-kstest-33-f42-20260127 ~]$ curl -L https://download.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/images/boot.iso --output boot.iso % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 374 100 374 0 0 318 0 0:00:01 0:00:01 --:--:-- 3169 100 262 100 262 0 0 153 0 0:00:01 0:00:01 --:--:-- 153 [rvykydal@github-kstest-33-f42-20260127 ~]$ cat boot.iso <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> <hr> <address>Apache Server at ftp2.osuosl.org Port 443</address> </body></html>
Maybe some rate limiting?