[Bug 1168341] New: [Build 20200331] openQA test fails in await_install: mkinitrd fails on i586
http://bugzilla.opensuse.org/show_bug.cgi?id=1168341 Bug ID: 1168341 Summary: [Build 20200331] openQA test fails in await_install: mkinitrd fails on i586 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: i586 URL: https://openqa.opensuse.org/tests/1221153/modules/awai t_install/steps/11 OS: Other Status: NEW Severity: Critical Priority: P5 - None Component: Basesystem Assignee: dracut-maintainers@suse.de Reporter: fvogt@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- aaa_base's get_kernel_version was fixed for .xz images, instead of failing it returns the proper kernel version now. On i586 this breaks mkinitrd though. For i586, it currently uses the "vmlinu." regex for getting the kernel binaries in /boot, which also matches /boot/vmlinux-...-....xz, which isn't the bootable kernel. Until now, those were ignored because get_kernel_version failed. Now that get_kernel_version is fixed, it now tries to build an initrd for the ".xz" versions, which obviously fails. The fix is simple: Use i?86|x86_64) as match instead of i386|x86_64) in line 174. ## Observation openQA test in scenario opensuse-Tumbleweed-DVD-i586-textmode@32bit fails in [await_install](https://openqa.opensuse.org/tests/1221153/modules/await_install/steps/11) ## Test suite description Maintainer: okurz Installation in textmode and selecting the textmode "desktop" during installation. ## Reproducible Fails since (at least) Build [20200330](https://openqa.opensuse.org/tests/1219967) ## Expected result Last good: [20200329](https://openqa.opensuse.org/tests/1218352) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=i586&distri=opensuse&flavor=DVD&machine=32bit&test=textmode&version=Tumbleweed) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1168341 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimstar@opensuse.org -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com