# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-civyvfrzrt/.collection executable location = /opt/ansible-2.17/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.17/bin/python) jinja version = 3.1.4 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_all_options.yml ************************************************ 1 plays in /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml PLAY [Test we can handle all configuration options documented in manual page] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:2 Saturday 10 August 2024 21:25:22 +0000 (0:00:00.021) 0:00:00.021 ******* ok: [sut] TASK [Ubuntu and RHEL6 containers are minified, missing manual pages] ********** task path: /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:9 Saturday 10 August 2024 21:25:23 +0000 (0:00:00.909) 0:00:00.931 ******* META: end_host conditional evaluated to False, continuing execution for sut skipping: [sut] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for sut" } MSG: end_host conditional evaluated to false, continuing execution for sut TASK [Define common variables] ************************************************* task path: /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:14 Saturday 10 August 2024 21:25:23 +0000 (0:00:00.008) 0:00:00.939 ******* ok: [sut] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:18 Saturday 10 August 2024 21:25:23 +0000 (0:00:00.007) 0:00:00.947 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_facts['os_family'] != 'RedHat'\n", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:27 Saturday 10 August 2024 21:25:23 +0000 (0:00:00.007) 0:00:00.954 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:32 Saturday 10 August 2024 21:25:23 +0000 (0:00:00.240) 0:00:01.194 ******* ok: [sut] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Enable installation of manual pages on Fedora/RHEL] ********************** task path: /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:36 Saturday 10 August 2024 21:25:23 +0000 (0:00:00.012) 0:00:01.207 ******* ok: [sut] => { "backup": "", "changed": false, "found": 0 } TASK [Reinstall manual pages for openssh-clients on RHEL] ********************** task path: /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:44 Saturday 10 August 2024 21:25:23 +0000 (0:00:00.249) 0:00:01.457 ******* fatal: [sut]: FAILED! => { "changed": true, "cmd": [ "dnf", "reinstall", "-y", "openssh-clients" ], "delta": "0:00:00.405179", "end": "2024-08-10 21:25:24.527103", "rc": 1, "start": "2024-08-10 21:25:24.121924" } STDOUT: Beaker Client - RedHatEnterpriseLinux9 0.0 B/s | 0 B 00:00 Last metadata expiration check: 0:00:11 ago on Sat 10 Aug 2024 09:25:13 PM UTC. Installed package openssh-clients-9.8p1-2.el10.0.x86_64 (from anaconda) not available. STDERR: Errors during downloading metadata for repository 'beaker-client': - Curl error (6): Couldn't resolve host name for http://download.lab.bos.redhat.com/beakerrepos/client/RedHatEnterpriseLinux9/repodata/repomd.xml [Could not resolve host: download.lab.bos.redhat.com] Error: Failed to download metadata for repo 'beaker-client': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried Ignoring repositories: beaker-client Error: No packages marked for reinstall. MSG: non-zero return code to retry, use: --limit @/tmp/tests_all_options.retry PLAY RECAP ********************************************************************* sut : ok=5 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Saturday 10 August 2024 21:25:24 +0000 (0:00:00.646) 0:00:02.103 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:2 ------------------ Reinstall manual pages for openssh-clients on RHEL ---------------------- 0.65s /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:44 ----------------- Enable installation of manual pages on Fedora/RHEL ---------------------- 0.25s /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:36 ----------------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:27 ----------------- Set flag to indicate system is ostree ----------------------------------- 0.01s /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:32 ----------------- Ubuntu and RHEL6 containers are minified, missing manual pages ---------- 0.01s /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:9 ------------------ Define common variables ------------------------------------------------- 0.01s /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:14 ----------------- Define specific variables ----------------------------------------------- 0.01s /WORKDIR/git-weekly-civyvfrzrt/tests/tests_all_options.yml:18 ----------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ---^---^---^---^---^---