# 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_user_config.yml ************************************************ 1 plays in /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_user_config.yml PLAY [Test a creation of configuration file in the user directory] ************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_user_config.yml:2 Saturday 08 June 2024 21:41:45 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] TASK [Backup configuration files] ********************************************** task path: /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_user_config.yml:12 Saturday 08 June 2024 21:41:46 +0000 (0:00:00.860) 0:00:00.873 ********* 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:41:46 +0000 (0:00:00.009) 0:00:00.883 ********* 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:41:46 +0000 (0:00:00.010) 0:00:00.893 ********* 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:41:46 +0000 (0:00:00.008) 0:00:00.902 ********* 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:41:46 +0000 (0:00:00.244) 0:00:01.146 ********* 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:41:46 +0000 (0:00:00.014) 0:00:01.160 ********* 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_user_config.retry PLAY RECAP ********************************************************************* sut : ok=5 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Saturday 08 June 2024 21:41:47 +0000 (0:00:00.944) 0:00:02.105 ********* =============================================================================== Make sure openssh is installed before creating backup ------------------- 0.94s /WORKDIR/git-weekly-ci9hr_32ss/tests/tasks/setup.yml:19 ----------------------- Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci9hr_32ss/tests/tests_user_config.yml:2 ------------------ 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_user_config.yml:12 ----------------- 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. ---^---^---^---^---^---