# 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-bond_options_rewrite84d431lm/.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_reapply_nm.yml ************************************************* 2 plays in /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_reapply_nm.yml PLAY [Run playbook 'playbooks/tests_reapply.yml' with nm as provider] ********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_reapply_nm.yml:6 Friday 09 February 2024 16:01:12 +0000 (0:00:00.020) 0:00:00.020 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_reapply_nm.yml:9 Friday 09 February 2024 16:01:12 +0000 (0:00:00.763) 0:00:00.784 ******* included: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml for sut TASK [Verify DNS and ping still work before el repo setup] ********************* task path: /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 16:01:12 +0000 (0:00:00.012) 0:00:00.797 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "set -euxo pipefail\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n exit 1\n fi\n if ! ping -c5 \"$host\"; then\n exit 1\n fi\ndone\n", "delta": "0:00:00.004923", "end": "2024-02-09 16:01:13.047126", "rc": 1, "start": "2024-02-09 16:01:13.042203" } STDERR: + for host in mirrors.fedoraproject.org mirrors.centos.org + getent hosts mirrors.fedoraproject.org + exit 1 MSG: non-zero return code to retry, use: --limit @/tmp/tests_reapply_nm.retry PLAY RECAP ********************************************************************* sut : ok=2 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Friday 09 February 2024 16:01:13 +0000 (0:00:00.258) 0:00:01.055 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 0.76s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_reapply_nm.yml:6 -------- Verify DNS and ping still work before el repo setup --------------------- 0.26s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tasks/el_repo_setup.yml:3 ----- Include the task 'el_repo_setup.yml' ------------------------------------ 0.01s /WORKDIR/git-bond_options_rewrite84d431lm/tests/tests_reapply_nm.yml:9 -------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---