# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_route_device_initscripts.yml *********************************** 2 plays in /WORKDIR/git-bond_options_rewriteqnbwdqbm/tests/tests_route_device_initscripts.yml PLAY [Run playbook 'playbooks/tests_route_device.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewriteqnbwdqbm/tests/tests_route_device_initscripts.yml:5 Friday 09 February 2024 16:15:55 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewriteqnbwdqbm/tests/tests_route_device_initscripts.yml:8 Friday 09 February 2024 16:15:56 +0000 (0:00:00.602) 0:00:00.614 ******* included: /WORKDIR/git-bond_options_rewriteqnbwdqbm/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_rewriteqnbwdqbm/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 16:15:56 +0000 (0:00:00.013) 0:00:00.628 ******* 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.005839", "end": "2024-02-09 16:15:56.496480", "rc": 1, "start": "2024-02-09 16:15:56.490641" } 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_route_device_initscripts.retry PLAY RECAP ********************************************************************* sut : ok=2 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Friday 09 February 2024 16:15:56 +0000 (0:00:00.288) 0:00:00.916 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-bond_options_rewriteqnbwdqbm/tests/tests_route_device_initscripts.yml:5 Verify DNS and ping still work before el repo setup --------------------- 0.29s /WORKDIR/git-bond_options_rewriteqnbwdqbm/tests/tasks/el_repo_setup.yml:3 ----- Include the task 'el_repo_setup.yml' ------------------------------------ 0.01s /WORKDIR/git-bond_options_rewriteqnbwdqbm/tests/tests_route_device_initscripts.yml:8 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---