# 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-cidfo164cc/.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_provider1.yml ********************************************** 1 plays in /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider1.yml PLAY [Configure NTP with default provider] ************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider1.yml:2 Sunday 09 June 2024 03:00:44 +0000 (0:00:00.015) 0:00:00.015 *********** ok: [sut] TASK [Common test setup tasks] ************************************************* task path: /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider1.yml:11 Sunday 09 June 2024 03:00:45 +0000 (0:00:00.811) 0:00:00.826 *********** included: /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:6 Sunday 09 June 2024 03:00:45 +0000 (0:00:00.010) 0:00:00.837 *********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:11 Sunday 09 June 2024 03:00:45 +0000 (0:00:00.241) 0:00:01.078 *********** ok: [sut] => { "ansible_facts": { "__timesync_is_ostree": false }, "changed": false } TASK [Ensure iproute for gathering default_ipv4 fact] ************************** task path: /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:15 Sunday 09 June 2024 03:00:45 +0000 (0:00:00.015) 0:00:01.094 *********** 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_provider1.retry PLAY RECAP ********************************************************************* sut : ok=4 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Sunday 09 June 2024 03:00:46 +0000 (0:00:00.771) 0:00:01.865 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 0.81s /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider1.yml:2 ---------------- Ensure iproute for gathering default_ipv4 fact -------------------------- 0.77s /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:15 ----------------------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:6 ------------------------ Set flag to indicate system is ostree ----------------------------------- 0.02s /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:11 ----------------------- Common test setup tasks ------------------------------------------------- 0.01s /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider1.yml:11 --------------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---