Bugzilla – Bug 1219857
[Build 604.1] openQA: test case yast-virtualization nothing provides typelib(Vte) = 2.91
Last modified: 2024-03-05 13:40:19 UTC
## Observation yast-virtualization testm fails at broken deps. nothing provides typelib(Vte) = 2.91 which is needed by virt-manager / patterns-server-kvm_tools / patterns-server-xen_tools https://openqa.opensuse.org/tests/3925824#step/yast_virtualization/17 openQA test in scenario opensuse-15.6-DVD-x86_64-virtualization@64bit fails in [yast_virtualization](https://openqa.opensuse.org/tests/3925824/modules/yast_virtualization/steps/16) ## Test suite description Maintainer: QE Virtualization. Test virtualization stack using libvirt and virt-manager. ## Reproducible Fails since (at least) Build [534.1](https://openqa.opensuse.org/tests/3616771) ## Expected result Last good: (unknown) (or more recent) ## Further details Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=virtualization&version=15.6)
Is the openSUSE 15.6 media missing the typelib-1_0-Vte-2.91 RPM? It should be same version as found in 15.5
lkocman@localhost:~> rpm -ql typelib-1_0-Vte-2.91 /usr/lib64/girepository-1.0/Vte-2.91.typelib lkocman@localhost:~> cat /etc/os-release NAME="openSUSE Leap" VERSION="15.6 Alpha" ID="opensuse-leap" ID_LIKE="suse opensuse" VERSION_ID="15.6" PRETTY_NAME="openSUSE Leap 15.6 Alpha" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap:15.6" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap" LOGO="distributor-logo-Leap" Then it does sound like a test case issue. Would you agree Charles?
lkocman@localhost:~> rpm -ql typelib-1_0-Vte-2.91 --provides typelib(Vte) = 2.91 typelib-1_0-Vte-2.91 = 0.66.2-150400.3.2.1 typelib-1_0-Vte-2.91(x86-64) = 0.66.2-150400.3.2.1 /usr/lib64/girepository-1.0/Vte-2.91.typelib
(In reply to Lubos Kocman from comment #2) > lkocman@localhost:~> rpm -ql typelib-1_0-Vte-2.91 > /usr/lib64/girepository-1.0/Vte-2.91.typelib > lkocman@localhost:~> cat /etc/os-release > NAME="openSUSE Leap" > VERSION="15.6 Alpha" > ID="opensuse-leap" > ID_LIKE="suse opensuse" > VERSION_ID="15.6" > PRETTY_NAME="openSUSE Leap 15.6 Alpha" > ANSI_COLOR="0;32" > CPE_NAME="cpe:/o:opensuse:leap:15.6" > BUG_REPORT_URL="https://bugs.opensuse.org" > HOME_URL="https://www.opensuse.org/" > DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap" > LOGO="distributor-logo-Leap" > > > Then it does sound like a test case issue. Would you agree Charles? Yes. In my manual testing of this build, I could not reproduce a situation where the error occurred. There must be something in the test case or the environment where it is run.
Looking at Build623.2, https://openqa.opensuse.org/tests/3976027#step/yast_virtualization/107 this test cast doesn't seem to be failing anymore. Closing.