# 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_regression_nm.yml ********************************************** 2 plays in /WORKDIR/git-bond_options_rewritesacsnolo/tests/tests_regression_nm.yml PLAY [Run playbook 'playbooks/tests_checkpoint_cleanup.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritesacsnolo/tests/tests_regression_nm.yml:4 Friday 09 February 2024 16:01:06 +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_rewritesacsnolo/tests/tests_regression_nm.yml:8 Friday 09 February 2024 16:01:07 +0000 (0:00:00.600) 0:00:00.613 ******* included: /WORKDIR/git-bond_options_rewritesacsnolo/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_rewritesacsnolo/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 16:01:07 +0000 (0:00:00.013) 0:00:00.626 ******* 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.004874", "end": "2024-02-09 16:01:07.351173", "rc": 1, "start": "2024-02-09 16:01:07.346299" } 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_regression_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:07 +0000 (0:00:00.263) 0:00:00.890 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-bond_options_rewritesacsnolo/tests/tests_regression_nm.yml:4 ----- Verify DNS and ping still work before el repo setup --------------------- 0.26s /WORKDIR/git-bond_options_rewritesacsnolo/tests/tasks/el_repo_setup.yml:3 ----- Include the task 'el_repo_setup.yml' ------------------------------------ 0.01s /WORKDIR/git-bond_options_rewritesacsnolo/tests/tests_regression_nm.yml:8 ----- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---