action #59339
closed[functional] Support Server based on SLE12-SP3 is broken
0%
Description
Observation¶
Support Server fails to install NFS related packages in ARM.
https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/support_server/setup.pm#L530
Test suite description¶
Maintainer: Pavel Sladek psladek@suse.com
according to https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/support_server/setup.pm#L35
Reproducible¶
Fails since (at least) Build 0372
# zypper -n in rpcbind nfs-kernel-server | cat; ( exit ${PIPESTATUS[0]} ); echo yjD1U-$?-
File '/content' not found on medium 'http://download.suse.de/install/SLP/SLE-12-SP3-Server-GM/x86_64/DVD1/'
Expected result¶
Last good: 0369
# zypper -n in rpcbind nfs-kernel-server | cat; ( exit ${PIPESTATUS[0]} ); echo yjD1U-$?-
Loading repository data...
Reading installed packages...
'rpcbind' is already installed.
Package 'rpcbind' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
'nfs-kernel-server' is already installed.
Package 'nfs-kernel-server' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
Resolving package dependencies...
Nothing to do.
Further details¶
The tests are using the same qcow2 image since a bunch of builds, and the reason why it got broken recently is because
http://download.suse.de/install/SLP/SLE-12-SP3-Server-GM/x86_64/DVD1 does not longer exist.
We should build a new support server image using a newer repo. E.g. SP4:
http://download.suse.de/install/SLP/SLE-12-SP4-Server-GM/x86_64/DVD1
Updated by okurz about 4 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: hpc_BETA_mvapich2_mpi_supportserver
https://openqa.suse.de/tests/3583201
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released"
- The label in the openQA scenario is removed
Updated by jlausuch over 3 years ago
@sebchlad you are using support server. If you feel this ticket is still valid let me know. Otherwise I will close it.
Updated by sebchlad over 3 years ago
For NFS I'm using one of the HPC nodes and not support server, so sure, you can go ahead and close this item.
Thx for following up!