ansible-playbook [core 2.17.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-50j executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, May 9 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', 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_regression_nm.yml ********************************************** 2 plays in /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml PLAY [Run playbook 'playbooks/tests_checkpoint_cleanup.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:4 Saturday 24 May 2025 08:47:36 -0400 (0:00:00.031) 0:00:00.031 ********** [WARNING]: Platform linux on host managed-node7 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node7] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:7 Saturday 24 May 2025 08:47:37 -0400 (0:00:01.061) 0:00:01.093 ********** included: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node7 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 24 May 2025 08:47:37 -0400 (0:00:00.035) 0:00:01.129 ********** ok: [managed-node7] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 24 May 2025 08:47:38 -0400 (0:00:00.524) 0:00:01.653 ********** ok: [managed-node7] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 24 May 2025 08:47:38 -0400 (0:00:00.433) 0:00:02.087 ********** ok: [managed-node7] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 24 May 2025 08:47:38 -0400 (0:00:00.041) 0:00:02.128 ********** skipping: [managed-node7] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:10 Saturday 24 May 2025 08:47:38 -0400 (0:00:00.025) 0:00:02.154 ********** ok: [managed-node7] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:13 Saturday 24 May 2025 08:47:38 -0400 (0:00:00.027) 0:00:02.181 ********** fatal: [managed-node7]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried PLAY RECAP ********************************************************************* managed-node7 : ok=6 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.12", "end_time": "2025-05-24T12:47:42.955318+00:00Z", "host": "managed-node7", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-05-24T12:47:38.780351+00:00Z", "task_name": "Install NetworkManager", "task_path": "/tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:13" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 08:47:42 -0400 (0:00:04.177) 0:00:06.359 ********** =============================================================================== Install NetworkManager -------------------------------------------------- 4.18s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:13 Gathering Facts --------------------------------------------------------- 1.06s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:4 Gather the minimum subset of ansible_facts required by the network role test --- 0.52s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Check if system is ostree ----------------------------------------------- 0.43s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Include the task 'el_repo_setup.yml' ------------------------------------ 0.04s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:7 Set network provider to 'nm' -------------------------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_regression_nm.yml:10 Fix CentOS6 Base repo --------------------------------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26