# 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-ci9hr_32ss/.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_default.yml **************************************************** 3 plays in /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_default.yml PLAY [Backup configuration files] ********************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_default.yml:2 Saturday 08 June 2024 21:24:49 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] TASK [Backup configuration files] ********************************************** task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_default.yml:9 Saturday 08 June 2024 21:24:50 +0000 (0:00:00.840) 0:00:00.853 ********* included: /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/backup.yml for sut TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/backup.yml:2 Saturday 08 June 2024 21:24:50 +0000 (0:00:00.010) 0:00:00.864 ********* included: /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml for sut TASK [Ensure facts used by test] *********************************************** task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:2 Saturday 08 June 2024 21:24:50 +0000 (0:00:00.011) 0:00:00.875 ********* skipping: [sut] => { "changed": false, "false_condition": "'os_family' not in ansible_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:10 Saturday 08 June 2024 21:24:50 +0000 (0:00:00.008) 0:00:00.884 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:15 Saturday 08 June 2024 21:24:50 +0000 (0:00:00.243) 0:00:01.128 ********* ok: [sut] => { "ansible_facts": { "__ssh_is_ostree": false }, "changed": false } TASK [Make sure openssh is installed before creating backup] ******************* task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:19 Saturday 08 June 2024 21:24:50 +0000 (0:00:00.013) 0:00:01.141 ********* fatal: [sut]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist to retry, use: --limit @/tmp/tests_default.retry PLAY RECAP ********************************************************************* sut : ok=5 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Saturday 08 June 2024 21:24:51 +0000 (0:00:00.754) 0:00:01.895 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_default.yml:2 ---------------------- Make sure openssh is installed before creating backup ------------------- 0.75s /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:19 ----------------------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:10 ----------------------- Set flag to indicate system is ostree ----------------------------------- 0.01s /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:15 ----------------------- Setup ------------------------------------------------------------------- 0.01s /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/backup.yml:2 ----------------------- Backup configuration files ---------------------------------------------- 0.01s /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_default.yml:9 ---------------------- Ensure facts used by test ----------------------------------------------- 0.01s /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:2 ------------------------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---