action #36078
closed[functional][u][s390x-kvm][sporadic] test fails in bootloader_zkvm - "error: unsupported configuration: unknown on_reboot action: destroydestroy"
0%
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-s390x-suse_patches-systemd_testsuite@s390x-kvm-sle12 fails in
bootloader_zkvm
but also in many others now which I assume is the same cause.
The error from the autoinst-log.txt is:
[2018-05-10T16:06:44.0883 CEST] [debug] Command executed: virsh destroy openQA-SUT-4 |& grep -v "\(failed to get domain\|Domain not found\)"
[2018-05-10T16:06:44.0954 CEST] [debug] Command executed: virsh undefine --snapshots-metadata openQA-SUT-4 |& grep -v "\(failed to get domain\|Domain not found\)"
[2018-05-10T16:06:45.0022 CEST] [debug] Command executed: virsh define /var/lib/libvirt/images/openQA-SUT-4.xml
[2018-05-10T16:06:45.0056 CEST] [debug] Command's stderr:
error: Failed to define domain from /var/lib/libvirt/images/openQA-SUT-4.xml
error: unsupported configuration: unknown on_reboot action: destroydestroy
[2018-05-10T16:06:45.0212 CEST] [debug] # Test died: {
'json_cmd_token' => 'iinPxkkJ',
'args' => [],
'console' => 'svirt',
'function' => 'define_and_start'
}
virsh define failed at /usr/lib/os-autoinst/consoles/sshVirtsh.pm line 487.
Reproducible¶
Also reported by dehai in #qa-review:
[10 May 2018 04:45:44] <dehai> mgriessmeier: okurz: most of s390x cases are failed by bootloader_zkvm , is it worker performance issue? because it has gone for some builds. please see below status in the latest build 611.1, thanks!
Looks like this is a recently introduced problem, a retrigger usually seems to work.
Acceptance criteria¶
- AC1: The failure test popup also reports the line "error: unsupported configuration: unknown on_reboot action: destroydestroy"
- AC2: Error does not appear anymore with good statistics
Suggestions¶
- Check with "domain experts", maybe they changed something recently?
- Make sure the error output is also forwarded to the text popups
- Investigate further what are the differences between "good" and "bad" jobs
- Optional: Improve the code to provide less warnings/errors which are part of normal behaviour
Further details¶
Always latest result in this scenario: latest
Updated by michalnowak over 6 years ago
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/5013/
I have this in bootloader_svirt:
$svirt->change_domain_element(on_reboot => undef);
$svirt->change_domain_element(on_reboot => 'destroy');
Should help zKVM as well.
Updated by okurz over 6 years ago
- Is duplicate of action #36063: [sle][functional][u][fast] test fails in bootloader_zkvm - Failed to define domain from /var/lib/libvirt/images/openQA-SUT-3.xml added
Updated by okurz over 6 years ago
- Priority changed from High to Normal
thanks. Yeah, maybe this is the way to go, probably won't try this today though.
Updated by okurz over 6 years ago
- Status changed from New to In Progress
- Assignee set to okurz
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/5021
merged, retriggered latest SLE15 test failures.
Updated by mloviska over 6 years ago
We are encountering another issue.
- sle-15-Installer-DVD-s390x-Build611.1-extra_tests_in_textmode@s390x-kvm-sle12
- sle-15-Installer-DVD-s390x-Build611.1-extra_tests_on_gnome@s390x-kvm-sle12
- sle-15-Installer-DVD-s390x-Build611.1-fs_stress@s390x-kvm-sle12
- sle-15-Installer-DVD-s390x-Build611.1-process_stress@s390x-kvm-sle12
- sle-15-Installer-DVD-s390x-Build611.1-toolchain_zypper@s390x-kvm-sle12
- sle-15-Installer-DVD-s390x-Build611.1-toolchain_zypper@s390x-kvm-sle12
Updated by okurz over 6 years ago
- Status changed from In Progress to Resolved
the original issue is resolved with https://openqa.suse.de/tests/1681887
and the errors mentioned in #36078#note-5 look like https://openqa.suse.de/tests/1688976#step/boot_to_desktop/22 with already better error reporting - here that the remote host can not (yet) be reached and is handled in #33202