# 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-statrtup_options9tb6x3zy/.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_ntp_provider6.yml ********************************************** 1 plays in /WORKDIR/git-statrtup_options9tb6x3zy/tests/tests_ntp_provider6.yml PLAY [Configure NTP with OS release non-default provider and then change it to the default provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-statrtup_options9tb6x3zy/tests/tests_ntp_provider6.yml:2 Monday 10 June 2024 16:16:21 +0000 (0:00:00.012) 0:00:00.012 *********** ok: [sut] TASK [Common test setup tasks] ************************************************* task path: /WORKDIR/git-statrtup_options9tb6x3zy/tests/tests_ntp_provider6.yml:12 Monday 10 June 2024 16:16:21 +0000 (0:00:00.840) 0:00:00.853 *********** included: /WORKDIR/git-statrtup_options9tb6x3zy/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-statrtup_options9tb6x3zy/tests/tasks/setup.yml:6 Monday 10 June 2024 16:16:21 +0000 (0:00:00.010) 0:00:00.864 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-statrtup_options9tb6x3zy/tests/tasks/setup.yml:11 Monday 10 June 2024 16:16:22 +0000 (0:00:00.244) 0:00:01.108 *********** ok: [sut] => { "ansible_facts": { "__timesync_is_ostree": false }, "changed": false } TASK [Ensure iproute for gathering default_ipv4 fact] ************************** task path: /WORKDIR/git-statrtup_options9tb6x3zy/tests/tasks/setup.yml:15 Monday 10 June 2024 16:16:22 +0000 (0:00:00.014) 0:00:01.123 *********** 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_ntp_provider6.retry PLAY RECAP ********************************************************************* sut : ok=4 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Monday 10 June 2024 16:16:22 +0000 (0:00:00.719) 0:00:01.842 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-statrtup_options9tb6x3zy/tests/tests_ntp_provider6.yml:2 --------- Ensure iproute for gathering default_ipv4 fact -------------------------- 0.72s /WORKDIR/git-statrtup_options9tb6x3zy/tests/tasks/setup.yml:15 ---------------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-statrtup_options9tb6x3zy/tests/tasks/setup.yml:6 ----------------- Set flag to indicate system is ostree ----------------------------------- 0.01s /WORKDIR/git-statrtup_options9tb6x3zy/tests/tasks/setup.yml:11 ---------------- Common test setup tasks ------------------------------------------------- 0.01s /WORKDIR/git-statrtup_options9tb6x3zy/tests/tests_ntp_provider6.yml:12 -------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---