# 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_provider2.yml ********************************************** 1 plays in /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider2.yml PLAY [Configure NTP with chrony as current provider] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider2.yml:2 Sunday 09 June 2024 03:00:46 +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_provider2.yml:11 Sunday 09 June 2024 03:00:47 +0000 (0:00:00.846) 0:00:00.861 *********** 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:47 +0000 (0:00:00.010) 0:00:00.872 *********** 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:47 +0000 (0:00:00.246) 0:00:01.118 *********** 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:47 +0000 (0:00:00.013) 0:00:01.131 *********** 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_provider2.retry PLAY RECAP ********************************************************************* sut : ok=4 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Sunday 09 June 2024 03:00:48 +0000 (0:00:00.786) 0:00:01.918 *********** =============================================================================== Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-cidfo164cc/tests/tests_ntp_provider2.yml:2 ---------------- Ensure iproute for gathering default_ipv4 fact -------------------------- 0.79s /WORKDIR/git-weekly-cidfo164cc/tests/tasks/setup.yml:15 ----------------------- Check if system is ostree ----------------------------------------------- 0.25s /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_provider2.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. ---^---^---^---^---^---