action #106954
closed[sle][migration][sle15sp4][Regression]test fails in system_prepare - SUSEConnect -s | grep 15.4' timed out
100%
Description
Observation¶
openQA test in scenario sle-15-SP4-Regression-on-Migration-from-SLE12-SPx-s390x-offline_sles12sp3_ltss_pscc_sdk-asmm-contm-lgm-tcm-wsm_all_full_x11@s390x-kvm-sle12 fails in
system_prepare
Test suite description¶
Reproducible¶
Fails since (at least) Build 84.1
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by leli over 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 20
From the log, lib/services/registered_addons.pm:35 called testapi::script_run
[2022-02-16T13:07:54.044060+01:00] [debug] <<< testapi::wait_serial(timeout=30, regexp=qr/Dv55A-\d+-/u, buffer_size=undef, record_output=undef, no_regex=0, expect_not_found=0, quiet=undef)
[ 843.763994] wickedd-dhcp6[914]: eth0: DHCPv6 is disabled by IPv6 router RA
[ 843.764499] wickedd-dhcp6[914]: eth0: DHCPv6 is disabled by IPv6 router RA
[ 847.954985] wickedd-dhcp6[914]: eth0: DHCPv6 is disabled by IPv6 router RA
[ 847.955193] wickedd-dhcp6[914]: eth0: DHCPv6 is disabled by IPv6 router RA
[ 863.968027] wickedd-dhcp6[914]: eth0: DHCPv6 is disabled by IPv6 router RA
[ 863.968507] wickedd-dhcp6[914]: eth0: DHCPv6 is disabled by IPv6 router RA
[ 872.370098] dhcpd[1586]: DHCPREQUEST for 10.161.145.90 from 52:54:00:12:5c:d6 via eth0: unknown lease 10.161.145.90.
[2022-02-16T13:08:25.185593+01:00] [debug] >>> testapi::wait_serial: (?u:Dv55A-\d+-): fail
[2022-02-16T13:08:25.186961+01:00] [info] ::: basetest::runtest: # Test died: command 'SUSEConnect -s | grep 15.4' timed out at /usr/lib/os-autoinst/testapi.pm line 1038. ,
I think this should relate with the script_run change:
If your OpenQA code requires that script_run() must return undef on
command timeout instead of raising an exception, you need to add a new
named argument to preserve the old behavior:
script_run(..., die_on_timeout => 0);
Updated by leli over 1 year ago
- % Done changed from 20 to 40
Created branch to fix it, run 5 times since there are network issues recently:
http://openqa.nue.suse.com/tests/8372669
http://openqa.nue.suse.com/tests/8372670
http://openqa.nue.suse.com/tests/8372671
http://openqa.nue.suse.com/tests/8372672
http://openqa.nue.suse.com/tests/8372673
Updated by leli over 1 year ago
Passed :
http://openqa.nue.suse.com/tests/8372921#step/system_prepare/21
https://openqa.nue.suse.com/tests/8372921#step/system_prepare/21
http://openqa.nue.suse.com/tests/8372671#step/system_prepare/21
https://openqa.nue.suse.com/tests/8372921#step/system_prepare/21
https://openqa.nue.suse.com/tests/8372921#step/system_prepare/21
Updated by leli over 1 year ago
- % Done changed from 40 to 50
Updated by leli over 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
PR merged, let's keep an eye for this issue on later builds.