|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 2.2_spack-image] openQA test fails in bci_test_docker | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP6 | Reporter: | Maurizio Dati <maurizio.dati> |
| Component: | Containers | Assignee: | Containers Team <containers-bugowner> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | eich, felix.niederwanger |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/14234953/modules/bci_test_docker/steps/31 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Maurizio Dati
2024-05-10 14:30:37 UTC
- More details: See these error messages in log of failed job i.e. https://openqa.suse.de/tests/14234953/logfile?filename=serial_terminal.txt: - tests/test_all.py "... [gw0] [ 92%] FAILED tests/test_all.py::test_no_orphaned_packages[bci/spack:0.21 from registry.suse.de/suse/sle-15-sp6/update/cr/totest/images/bci/spack:0.21] tests/test_all.py::test_certificates_are_present[local-bci/spack:0.21 from registry.suse.de/suse/sle-15-sp6/update/cr/totest/images/bci/spack:0.21] ... > assert not orphaned_packages.difference(known_orphaned_packages) E AssertionError: assert not {'clingo', 'libclingo4', 'patchelf', 'python3-clingo', 'spack', 'spack-recipes'} E + where {'clingo', 'libclingo4', 'patchelf', 'python3-clingo', 'spack', 'spack-recipes'} = <built-in method difference of set object at 0x7fffb418bf28>({'ALP-dummy-release', 'kubic-locale-archive', 'skelcd-EULA-bci', 'sle-module-basesystem-release', 'sle-module-python3-release', 'sle-module-server-applications-release', ...}) E + where <built-in method difference of set object at 0x7fffb418bf28> = {'clingo', 'kubic-locale-archive', 'libclingo4', 'patchelf', 'python3-clingo', 'skelcd-EULA-bci', ...}.difference tests/test_all.py:355: AssertionError ..." - Then other errors also in other test module test_spack: https://openqa.suse.de/tests/14234953/#step/bci_test_docker/59 "... _ ERROR at setup of test_spack[local-bci/spack:0.21 from registry.suse.de/suse/sle-15-sp6/update/cr/totest/images/bci/spack:0.21] _ [gw0] linux -- Python 3.6.15 /root/BCI-tests/.tox/spack/bin/python ... /usr/lib64/python3.6/subprocess.py:438: CalledProcessError ... The command 'docker-shell cd /opt/spack-environment && spack env activate . && spack install --fail-fast && spack gc -y' returned a non-zero code: 3 ... docker: Error response from daemon: Duplicate mount point: /root/spack.yaml. ..." --- these are two different issues, would have been useful to file them in two different bugs. anyhow, about a)
AssertionError: assert not {'clingo', 'libclingo4', 'patchelf', 'python3-clingo', 'spack', 'spack-recipes'}
E + where {'clingo', 'libclingo4', 'patchelf', 'python3-clingo', 'spack', 'spack-recipes'} = <built-in method difference of set object at 0x7fffb418bf28>({'ALP-dummy-release', 'kubic-locale-archive', 'skelcd-EULA-bci', 'sle-module-basesystem-release', 'sle-module-python3-release', 'sle-module-server-applications-release', ...})
this seems to be an outdated bci repo, I can see them in the repo:
# zypper search -s clingo
Refreshing service 'container-suseconnect-zypp'.
Retrieving repository 'SLE_BCI' metadata ......................................................................................[done]
Building repository 'SLE_BCI' cache ...........................................................................................[done]
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
--+----------------+---------+--------------------+--------+-----------
| clingo | package | 5.5.0-150400.4.3.3 | x86_64 | SLE_BCI
| libclingo4 | package | 5.5.0-150400.4.3.3 | x86_64 | SLE_BCI
| python3-clingo | package | 5.5.0-150400.4.3.3 | x86_64 | SLE_BCI
ah, you're running on ppc64le. it's not supported there!. (In reply to Dirk Mueller from comment #2) > these are two different issues, would have been useful to file them in two > different bugs. anyhow, about a) > ... > ... Thank you, I will split that "issue b)" in another bug, if you prefer. (In reply to Maurizio Dati from comment #7) > (In reply to Dirk Mueller from comment #2) > > these are two different issues, would have been useful to file them in two > > different bugs. anyhow, about a) > > ... > > ... > > Thank you, I will split that "issue b)" in another bug, if you prefer. For more information: impacted test in that build were mainly running on "ppc64le" and "s390x". But in a last build, issue (b) appeared in a "x86_64" test "Build4.3_spack-image-spack_on_SLES_12-SP5": https://openqa.suse.de/tests/14278399/#step/bci_test_docker/59 Please forget any test results on ppc64le or s390x, these are irrelevant. These containers will no longer be built. Also, we don't need any of this for SP5 as these containers will never be shipped. This feature will only be supported with SP5 onward. Having been clarified that the "spack" images don't consider 'ppc64le' and 's390x' architectures and no related tests shall done, we can close this ticket. Thank you all. To separate the spack issue from the underlying docker issue on 12-SP5 I created https://bugzilla.suse.com/show_bug.cgi?id=1224345. |