# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci6xygbmij/.collection executable location = /opt/ansible-2.16/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.16/bin/python) jinja version = 3.1.2 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-ci6xygbmij/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-ci6xygbmij/tests/tests_all_options.yml:2 Saturday 06 January 2024 21:28:47 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] TASK [Ubuntu and RHEL6 containers are minified, missing manual pages] ********** task path: /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:8 Saturday 06 January 2024 21:28:48 +0000 (0:00:00.935) 0:00:00.948 ****** 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-ci6xygbmij/tests/tests_all_options.yml:13 Saturday 06 January 2024 21:28:48 +0000 (0:00:00.012) 0:00:00.961 ****** ok: [sut] => { "ansible_facts": { "ssh_test_package": "openssh-clients" }, "changed": false } TASK [Define specific variables] *********************************************** task path: /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:17 Saturday 06 January 2024 21:28:48 +0000 (0:00:00.008) 0:00:00.969 ****** 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-ci6xygbmij/tests/tests_all_options.yml:26 Saturday 06 January 2024 21:28:48 +0000 (0:00:00.007) 0:00:00.977 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:31 Saturday 06 January 2024 21:28:48 +0000 (0:00:00.288) 0:00:01.266 ****** ok: [sut] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure manual pages and bash are installed] *************************** task path: /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:35 Saturday 06 January 2024 21:28:48 +0000 (0:00:00.014) 0:00:01.280 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: bash man-db openssh-clients TASK [Get list of options from manual page] ************************************ task path: /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:44 Saturday 06 January 2024 21:28:50 +0000 (0:00:01.946) 0:00:03.227 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -o pipefail && man ssh_config | grep -o '^ [A-Z][A-Za-z0-9]*\\(.\\| \\)' | grep -v \"[A-Za-z0-9] $\" | grep -v \"[^A-Za-z0-9 ]$\" | awk '{ print $1 }' | grep -v '^$' | grep -v \"^Host$\" | grep -v \"^Match$\"", "delta": "0:00:00.686330", "end": "2024-01-06 21:28:51.289491", "rc": 1, "start": "2024-01-06 21:28:50.603161" } 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 06 January 2024 21:28:51 +0000 (0:00:00.983) 0:00:04.210 ****** =============================================================================== Make sure manual pages and bash are installed --------------------------- 1.95s /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:35 ----------------- Get list of options from manual page ------------------------------------ 0.98s /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:44 ----------------- Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:2 ------------------ Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:26 ----------------- Set flag to indicate system is ostree ----------------------------------- 0.01s /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:31 ----------------- Ubuntu and RHEL6 containers are minified, missing manual pages ---------- 0.01s /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:8 ------------------ Define common variables ------------------------------------------------- 0.01s /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:13 ----------------- Define specific variables ----------------------------------------------- 0.01s /WORKDIR/git-weekly-ci6xygbmij/tests/tests_all_options.yml:17 ----------------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---