You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I know this is the wrong place in the stack and we'll need issues in our other projects but I'm listing it here as a user of image-builder-cli).
Regularly when building images we get 404's because a mirror isn't fully up to date. We've been wanting to fix that for a while but now we have even more reason to do so:
source/org.osbuild.curl (org.osbuild.curl): WARNING: failed to download https://mirror.nl.mirhosting.net/fedora/linux/updates/41/Everything/x86_64/Packages/c/crun-1.19-1.fc41.x86_64.rpm: The requested URL returned error: 404
Traceback (most recent call last):
File "/usr/bin/osbuild", line 33, in <module>
sys.exit(load_entry_point('osbuild==138', 'console_scripts', 'osbuild')())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/osbuild/main_cli.py", line 183, in osbuild_cli
manifest.download(object_store, monitor)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/osbuild/pipeline.py", line 421, in download
source.download(mgr, store)
~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/osbuild/sources.py", line 39, in download
reply = client.call("download", args)
File "/usr/lib/python3.13/site-packages/osbuild/host.py", line 348, in call
ret, _ = self.call_with_fds(method, args)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/osbuild/host.py", line 384, in call_with_fds
raise error
osbuild.host.RemoteError: RuntimeError: curl: error downloading https://mirror.nl.mirhosting.net/fedora/linux/updates/41/Everything/x86_64/Packages/g/glibc-common-2.40-14.fc41.x86_64.rpm: error code 22,https://mirror.nl.mirhosting.net/fedora/linux/updates/41/Everything/x86_64/Packages/g/glibc-gconv-extra-2.40-14.fc41.x86_64.rpm: error code 22,https://mirror.nl.mirhosting.net/fedora/linux/updates/41/Everything/x86_64/Packages/g/glibc-all-langpacks-2.40-14.fc41.x86_64.rpm: error code 22,https://mirror.nl.mirhosting.net/fedora/linux/updates/41/Everything/x86_64/Packages/c/crun-1.19-1.fc41.x86_64.rpm: error code 22,https://mirror.nl.mirhosting.net/fedora/linux/updates/41/Everything/x86_64/Packages/g/glibc-minimal-langpack-2.40-14.fc41.x86_64.rpm: error code 22,https://mirror.nl.mirhosting.net/fedora/linux/updates/41/Everything/x86_64/Packages/g/glibc-2.40-14.fc41.x86_64.rpm: error code 22
The text was updated successfully, but these errors were encountered:
Thanks for filing this issue - we also run into this is the bootc-image-builder CI with e.g. the fedora ISO, I would love to see this fixed. It seems the best option is to resurrect osbuild/osbuild#1304 and move to librepo based sources over curl. Does that sound right?
(I know this is the wrong place in the stack and we'll need issues in our other projects but I'm listing it here as a user of
image-builder-cli
).Regularly when building images we get 404's because a mirror isn't fully up to date. We've been wanting to fix that for a while but now we have even more reason to do so:
The text was updated successfully, but these errors were encountered: