-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failures on openqa.opensuse.org #9
Comments
Following https://openqa.opensuse.org/tests/2044724#settings I can see the setting for HDD_1 being kiwi-test-image-disk-simple.x86_64-1.42.1-Build11.19.vmdk but I can not find that asset over https://openqa.opensuse.org/admin/assets so it was either never there or (likely) was pruned already. https://openqa.opensuse.org/admin/job_templates/85 so far is configured for only the default 5GB and 4.8GB are used so likely any other image does not fit meaning other images will need to be deleted. Also the history https://openqa.opensuse.org/tests/2044724#next_previous shows that jobs did work. So I have now assigned 30GB to the group so I suggest you try again. |
if you open os-autoinst.log you will see such lines in very beginning :
so asset is downloaded BUT it is |
I have quickly taken a peek at dancermak@ariel:~> ll /var/lib/openqa/factory/hdd/|grep vmdk
-rw-r--r-- 1 geekotest nogroup 816513024 Nov 24 17:43 kiwi-test-image-disk-simple.x86_64-1.15.3-Build11.10.vmdk
-rw-r--r-- 1 geekotest nogroup 844431360 Nov 24 17:43 kiwi-test-image-lvm.x86_64-1.15.3-Build11.10.vmdk
-rw-r--r-- 1 geekotest nogroup 249823232 Nov 24 17:43 kiwi-test-image-overlayroot.x86_64-1.15.3-Build11.10.vmdk But some assets are there and the corresponding tests still failed… (e.g. https://openqa.opensuse.org/tests/2055673 uses |
Right now the cases look quite curious. https://openqa.opensuse.org/tests/2055674#step/boot/3 looks like the asset is correctly downloaded and found but looks like some qemu devices can not be correctly read. https://openqa.opensuse.org/tests/2055607/#step/boot/1 says that the disk image can not be read at all. Also https://openqa.opensuse.org/tests/2055607/#downloads does not list it although it was downloaded. Regarding the "fatal: Invalid revision range" in https://openqa.opensuse.org/tests/2055607/#investigation I reported https://progress.opensuse.org/issues/102942 but that should not concern us for now. For the other cases, if you can clearly reproduce a case that asssets are downloaded but then tests fail and the asset is gone then please report a ticket for openQA so that we can further look into this. |
@okurz something to take into consideration . @dcermak stating that same thing is working on his local instance . I did some comparison of log files from his local instance and one thing which I noticed that he has |
Reported as https://progress.opensuse.org/issues/103203 |
@asmorodskyi good hint. @dcermak thanks for the ticket. Asked for more information (if possible) in the ticket. |
The vmdk disk failures have been fixed via os-autoinst/os-autoinst#1907. |
kiwi-test-image-disk-simple.x86_64-1.42.1-Build11.19.vmdk
fails to boot: https://openqa.opensuse.org/tests/2044724, https://openqa.opensuse.org/tests/2044725 (EFI & non-EFI)kiwi-test-image-luks.x86_64-1.15.1-Build11.19.raw
: fails to boot but not only on o3, this is a known issue. https://openqa.opensuse.org/tests/2044726, https://openqa.opensuse.org/tests/2044727kiwi-test-image-lvm.x86_64-1.42.1-Build12.19.vmdk
fails to boot in EFI and non-EFI mode: https://openqa.opensuse.org/tests/2044728, https://openqa.opensuse.org/tests/2044729kiwi-test-image-overlayroot.x86_64-1.42.1-Build12.19.vmdk
fails to boot in EFI and non-EFI mode: https://openqa.opensuse.org/tests/2044732, https://openqa.opensuse.org/tests/2044733kiwi-test-image-suse-on-dnf.x86_64-1.42.1-Build11.19.vmdk
fails to boot in EFI and non-EFI mode: https://openqa.opensuse.org/tests/2044734, https://openqa.opensuse.org/tests/2044735kiwi-test-image-disk-simple.x86_64-1.15.3-Build11.7.vmdk
fails to boot in EFI and non-EFI mode: https://openqa.opensuse.org/tests/2044784, https://openqa.opensuse.org/tests/2044785kiwi-test-image-lvm.x86_64-1.15.3-Build11.7.vmdk
fails to boot in EFI and non-EFI mode: https://openqa.opensuse.org/tests/2044788, https://openqa.opensuse.org/tests/2044789kiwi-test-image-overlayroot.x86_64-1.15.3-Build11.7.vmdk
fails to boot in EFI and non-EFI mode: https://openqa.opensuse.org/tests/2044790, https://openqa.opensuse.org/tests/2044791All items on that list (except the busted LUKS image) are vmdk images, which leads me to believe that something is wrong with vmdk on o3, whereas it works on my box. @okurz @foursixnine @asmorodskyi any ideas?
The text was updated successfully, but these errors were encountered: