# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_all_options.yml ************************************************ 1 plays in /WORKDIR/git-weekly-cimabbt91z/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-cimabbt91z/tests/tests_all_options.yml:2 Saturday 27 January 2024 21:27:48 +0000 (0:00:00.013) 0:00:00.013 ****** ok: [sut] META: ran handlers META: end_host conditional evaluated to false, continuing execution for sut TASK [Define common variables] ************************************************* task path: /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:17 Saturday 27 January 2024 21:27:51 +0000 (0:00:02.187) 0:00:02.200 ****** ok: [sut] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:21 Saturday 27 January 2024 21:27:51 +0000 (0:00:00.008) 0:00:02.209 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:30 Saturday 27 January 2024 21:27:51 +0000 (0:00:00.008) 0:00:02.217 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:35 Saturday 27 January 2024 21:27:51 +0000 (0:00:00.263) 0:00:02.480 ****** ok: [sut] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Enable installation of manual pages on Fedora/RHEL] ********************** task path: /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:39 Saturday 27 January 2024 21:27:51 +0000 (0:00:00.011) 0:00:02.491 ****** ok: [sut] => { "backup": "", "changed": false, "found": 0 } TASK [Reinstall manual pages for openssh-clients on RHEL] ********************** task path: /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:49 Saturday 27 January 2024 21:27:51 +0000 (0:00:00.250) 0:00:02.742 ****** fatal: [sut]: FAILED! => { "changed": true, "cmd": [ "dnf", "reinstall", "-y", "openssh-clients" ], "delta": "0:00:01.926042", "end": "2024-01-27 21:27:53.834940", "rc": 1, "start": "2024-01-27 21:27:51.908898" } STDOUT: Beaker Client - Fedora8 3.1 kB/s | 244 B 00:00 Last metadata expiration check: 0:00:19 ago on Sat 27 Jan 2024 09:27:34 PM UTC. Installed package openssh-clients-9.0p1-17.fc38.x86_64 (from updates) not available. STDERR: Errors during downloading metadata for repository 'beaker-client': - Status code: 404 for http://download.eng.bos.redhat.com/beakerrepos/client/Fedora8/repodata/repomd.xml (IP: 10.19.165.239) 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 27 January 2024 21:27:53 +0000 (0:00:02.172) 0:00:04.914 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 2.19s /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:2 ------------------ Reinstall manual pages for openssh-clients on RHEL ---------------------- 2.17s /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:49 ----------------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:30 ----------------- Enable installation of manual pages on Fedora/RHEL ---------------------- 0.25s /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:39 ----------------- Set flag to indicate system is ostree ----------------------------------- 0.01s /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:35 ----------------- Define common variables ------------------------------------------------- 0.01s /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:17 ----------------- Define specific variables ----------------------------------------------- 0.01s /WORKDIR/git-weekly-cimabbt91z/tests/tests_all_options.yml:21 ----------------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---