Hi, Thanks to Maksim Malchuk the pipeline now is flowing, but the process fail the "dib-functests-arm64-rpm" job with this cryptic error: command> dnf download --verbose --releasever=8 --setopt=reposdir=/home/zuul/dib-mirror/centos-minimal/8-stream/yum.repos.d --setopt=cachedir=/opt/dib_cache/tmp.4AEBhZy2mQ --destdir=/tmp/tmp.T88BUu6mlS basesystem filesystem setup centos-gpg-keys centos-stream-release centos-stream-repos result> AttributeError: module 'dnf.util' has no attribute '_is_file_pattern_present' [1] Any suggestions on how to proceed? It does not seem related to some code inside diskimage-builder itself, but more on something broken in the CentOS 8 stream ARM checks. How can I help to investigate it further? Regards, Ettore [1] https://zuul.opendev.org/t/openstack/build/3fdbbf0354b64a569439982e6473a78d/... On Thu, 15 Feb 2024 at 12:43, Ettore Simone <ettore.simone@gmail.com> wrote:
Hi!
I know it is not one of the most wonderful options for DIB, but in some circumstances I used ISO image in a USB stick for some old and unmaintained hardware.
I used to fix by hand every time the "iso" element to complete the task, due to an old reference to a deprecated variable (DIB_IMAGE_ROOT_FS_UUID, now DIB_BOOT_LABEL).
I proposed a very small fix and I hope it could be merged in the future: https://review.opendev.org/c/openstack/diskimage-builder/+/905556
Thank you for all your great work.
Cheers, Ettore