bootc-image-builder icon indicating copy to clipboard operation
bootc-image-builder copied to clipboard

Failed to download package when using bib to build anaconda-iso on centos-stream9

Open yih-redhat opened this issue 9 months ago • 3 comments

bootc-image-builder failed to build anaconda-iso image on centos-stream9 because it failed to download packages with returned error 503, rerun test cannot resolve this issue. I didn't see this issue when run same test on other OS like Fedora41, Centos-stream10, RHEL9.6 and RHEL10.0.

Here is the log link: https://artifacts.osci.redhat.com/testing-farm/71875ce2-231d-419e-9436-a5bb28445b10/work-bootc-anaconda-isocrp652cs/tmt/plans/greenboot-test/bootc-anaconda-iso/execute/data/guest/default-0/tmt/tests/greenboot-test-1/output.txt

yih-redhat avatar Mar 11 '25 03:03 yih-redhat

This looks like a temporary mirror issue...I was able to successfully retrieve some of the RPMs that were returned HTTP 503.

I would be curious if we re-ran the CI again tomorrow, would the same error show up.

miabbott avatar Mar 11 '25 14:03 miabbott

Can you please also try to pass the --use-librep=true flag? We want to make it default once we get confirmation from QE (c.f. https://github.com/osbuild/bootc-image-builder/issues/835) and it should make things (a lot) more robust.

mvo5 avatar Mar 12 '25 07:03 mvo5

Hi @mvo5 "--use-librepo=true" works, bib can build anaconda iso image successfully.

yih-redhat avatar Mar 13 '25 13:03 yih-redhat