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 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_change_indication_on_repeat_run.yml **************************** 1 plays in /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_change_indication_on_repeat_run.yml:4 Saturday 24 May 2025 08:45:29 -0400 (0:00:00.048) 0:00:00.048 ********** [WARNING]: Platform linux on host managed-node6 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-node6] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_change_indication_on_repeat_run.yml:13 Saturday 24 May 2025 08:45:31 -0400 (0:00:01.669) 0:00:01.717 ********** ok: [managed-node6] => { "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/tests_change_indication_on_repeat_run.yml:18 Saturday 24 May 2025 08:45:31 -0400 (0:00:00.756) 0:00:02.474 ********** ok: [managed-node6] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_change_indication_on_repeat_run.yml:21 Saturday 24 May 2025 08:45:31 -0400 (0:00:00.028) 0:00:02.503 ********** included: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml for managed-node6 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3 Saturday 24 May 2025 08:45:32 -0400 (0:00:00.031) 0:00:02.534 ********** skipping: [managed-node6] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Saturday 24 May 2025 08:45:32 -0400 (0:00:00.019) 0:00:02.554 ********** skipping: [managed-node6] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Saturday 24 May 2025 08:45:32 -0400 (0:00:00.019) 0:00:02.574 ********** included: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml for managed-node6 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Saturday 24 May 2025 08:45:32 -0400 (0:00:00.030) 0:00:02.604 ********** included: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml for managed-node6 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Saturday 24 May 2025 08:45:32 -0400 (0:00:00.033) 0:00:02.638 ********** ok: [managed-node6] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003205", "end": "2025-05-24 08:45:32.704678", "rc": 0, "start": "2025-05-24 08:45:32.701473" } STDOUT: eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Saturday 24 May 2025 08:45:32 -0400 (0:00:00.648) 0:00:03.287 ********** ok: [managed-node6] => { "ansible_facts": { "current_interfaces": [ "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Saturday 24 May 2025 08:45:32 -0400 (0:00:00.061) 0:00:03.348 ********** ok: [managed-node6] => {} MSG: current_interfaces: ['eth0', 'eth1', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Saturday 24 May 2025 08:45:32 -0400 (0:00:00.040) 0:00:03.389 ********** FAILED - RETRYING: [managed-node6]: Install iproute (6 retries left). FAILED - RETRYING: [managed-node6]: Install iproute (5 retries left). FAILED - RETRYING: [managed-node6]: Install iproute (4 retries left). FAILED - RETRYING: [managed-node6]: Install iproute (3 retries left). FAILED - RETRYING: [managed-node6]: Install iproute (2 retries left). FAILED - RETRYING: [managed-node6]: Install iproute (1 retries left). fatal: [managed-node6]: FAILED! => { "attempts": 6, "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-node6 : ok=9 changed=0 unreachable=0 failed=1 skipped=2 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.12", "attempts": 6, "end_time": "2025-05-24T12:46:59.721181+00:00Z", "host": "managed-node6", "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:45:32.889192+00:00Z", "task_name": "Install iproute", "task_path": "/tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 08:46:59 -0400 (0:01:26.844) 0:01:30.233 ********** =============================================================================== Install iproute -------------------------------------------------------- 86.84s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.67s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_change_indication_on_repeat_run.yml:4 Check if system is ostree ----------------------------------------------- 0.76s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_change_indication_on_repeat_run.yml:13 Gather current interface info ------------------------------------------- 0.65s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:3 Set current_interfaces -------------------------------------------------- 0.06s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/get_current_interfaces.yml:9 Show current_interfaces ------------------------------------------------- 0.04s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:5 Include the task 'get_current_interfaces.yml' --------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/show_interfaces.yml:3 Include the task 'manage_test_interface.yml' ---------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_change_indication_on_repeat_run.yml:21 Include the task 'show_interfaces.yml' ---------------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:13 Set flag to indicate system is ostree ----------------------------------- 0.03s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tests_change_indication_on_repeat_run.yml:18 Ensure type in ["dummy", "tap", "veth"] --------------------------------- 0.02s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:8 Ensure state in ["present", "absent"] ----------------------------------- 0.02s /tmp/collections-50j/ansible_collections/fedora/linux_system_roles/tests/network/tasks/manage_test_interface.yml:3