# 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_provider5.yml ********************************************** 1 plays in /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider5.yml PLAY [Configure NTP with ntp as specified provider] **************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider5.yml:2 Sunday 09 June 2024 03:19:53 +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_provider5.yml:12 Sunday 09 June 2024 03:19:54 +0000 (0:00:00.828) 0:00:00.844 *********** 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:19:54 +0000 (0:00:00.010) 0:00:00.854 *********** 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:19:54 +0000 (0:00:00.240) 0:00:01.095 *********** 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:19:54 +0000 (0:00:00.013) 0:00:01.108 *********** 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_provider5.retry PLAY RECAP ********************************************************************* sut : ok=4 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Sunday 09 June 2024 03:19:55 +0000 (0:00:00.909) 0:00:02.018 *********** =============================================================================== Ensure iproute for gathering default_ipv4 fact -------------------------- 0.91s /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:15 ----------------------- Gathering Facts --------------------------------------------------------- 0.83s /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider5.yml:2 ---------------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:6 ------------------------ Set flag to indicate system is ostree ----------------------------------- 0.01s /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:11 ----------------------- Common test setup tasks ------------------------------------------------- 0.01s /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider5.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. ---^---^---^---^---^---