ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles 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 'jsonl', 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_ipv6_initscripts.yml ******************************************* 2 plays in /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_initscripts.yml PLAY [Run playbook 'playbooks/tests_ipv6.yml' with initscripts as provider] **** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_initscripts.yml:5 Monday 06 October 2025 15:24:06 -0400 (0:00:00.204) 0:00:00.205 ******** ok: [managed-node2] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_initscripts.yml:8 Monday 06 October 2025 15:24:09 -0400 (0:00:02.396) 0:00:02.601 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node2 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Monday 06 October 2025 15:24:09 -0400 (0:00:00.162) 0:00:02.763 ******** ok: [managed-node2] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Monday 06 October 2025 15:24:10 -0400 (0:00:01.017) 0:00:03.781 ******** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Monday 06 October 2025 15:24:11 -0400 (0:00:01.665) 0:00:05.447 ******** ok: [managed-node2] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Monday 06 October 2025 15:24:12 -0400 (0:00:00.175) 0:00:05.622 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_initscripts.yml:10 Monday 06 October 2025 15:24:12 -0400 (0:00:00.255) 0:00:05.877 ******** ok: [managed-node2] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing IPv6 config] ******************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:3 Monday 06 October 2025 15:24:12 -0400 (0:00:00.117) 0:00:05.995 ******** ok: [managed-node2] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:9 Monday 06 October 2025 15:24:14 -0400 (0:00:01.607) 0:00:07.603 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Monday 06 October 2025 15:24:14 -0400 (0:00:00.269) 0:00:07.872 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Monday 06 October 2025 15:24:14 -0400 (0:00:00.363) 0:00:08.236 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003156", "end": "2025-10-06 15:24:16.080016", "rc": 0, "start": "2025-10-06 15:24:16.076860" } STDOUT: bond0 bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Monday 06 October 2025 15:24:16 -0400 (0:00:01.435) 0:00:09.671 ******** ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Monday 06 October 2025 15:24:16 -0400 (0:00:00.118) 0:00:09.790 ******** ok: [managed-node2] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'eth1', u'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:11 Monday 06 October 2025 15:24:16 -0400 (0:00:00.112) 0:00:09.903 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed-node2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Monday 06 October 2025 15:24:16 -0400 (0:00:00.264) 0:00:10.167 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Monday 06 October 2025 15:24:16 -0400 (0:00:00.237) 0:00:10.405 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Monday 06 October 2025 15:24:17 -0400 (0:00:00.093) 0:00:10.498 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Monday 06 October 2025 15:24:17 -0400 (0:00:00.146) 0:00:10.645 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Monday 06 October 2025 15:24:17 -0400 (0:00:00.310) 0:00:10.956 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004422", "end": "2025-10-06 15:24:19.413242", "rc": 0, "start": "2025-10-06 15:24:18.408820" } STDOUT: bond0 bonding_masters eth0 eth1 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Monday 06 October 2025 15:24:19 -0400 (0:00:02.086) 0:00:13.042 ******** ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "eth1", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Monday 06 October 2025 15:24:19 -0400 (0:00:00.276) 0:00:13.319 ******** ok: [managed-node2] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'eth1', u'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Monday 06 October 2025 15:24:20 -0400 (0:00:00.235) 0:00:13.555 ******** ok: [managed-node2] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Monday 06 October 2025 15:24:22 -0400 (0:00:02.101) 0:00:15.656 ******** ok: [managed-node2] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.016484", "end": "2025-10-06 15:24:23.082477", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2025-10-06 15:24:23.065993" } ok: [managed-node2] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.005448", "end": "2025-10-06 15:24:23.846288", "item": "ip link set peerveth0 up", "rc": 0, "start": "2025-10-06 15:24:23.840840" } ok: [managed-node2] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.005514", "end": "2025-10-06 15:24:24.796137", "item": "ip link set veth0 up", "rc": 0, "start": "2025-10-06 15:24:24.790623" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Monday 06 October 2025 15:24:24 -0400 (0:00:02.733) 0:00:18.389 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.034385", "end": "2025-10-06 15:24:25.697884", "rc": 0, "start": "2025-10-06 15:24:25.663499" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Monday 06 October 2025 15:24:25 -0400 (0:00:00.930) 0:00:19.320 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Monday 06 October 2025 15:24:25 -0400 (0:00:00.073) 0:00:19.393 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Monday 06 October 2025 15:24:26 -0400 (0:00:00.066) 0:00:19.460 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Monday 06 October 2025 15:24:26 -0400 (0:00:00.174) 0:00:19.634 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Monday 06 October 2025 15:24:26 -0400 (0:00:00.148) 0:00:19.783 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set up gateway ip on veth peer] ****************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:15 Monday 06 October 2025 15:24:26 -0400 (0:00:00.114) 0:00:19.898 ******** ok: [managed-node2] => { "changed": false, "cmd": "ip netns add ns1\nip link set peerveth0 netns ns1\nip netns exec ns1 ip -6 addr add 2001:db8::1/32 dev peerveth0\nip netns exec ns1 ip link set peerveth0 up\n", "delta": "0:00:00.033820", "end": "2025-10-06 15:24:27.198553", "rc": 0, "start": "2025-10-06 15:24:27.164733" } TASK [TEST: I can configure an interface with static ipv6 config] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:27 Monday 06 October 2025 15:24:27 -0400 (0:00:00.892) 0:00:20.790 ******** ok: [managed-node2] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 06 October 2025 15:24:27 -0400 (0:00:00.215) 0:00:21.006 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 06 October 2025 15:24:27 -0400 (0:00:00.426) 0:00:21.432 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 06 October 2025 15:24:28 -0400 (0:00:00.127) 0:00:21.559 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 06 October 2025 15:24:28 -0400 (0:00:00.107) 0:00:21.667 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 06 October 2025 15:24:28 -0400 (0:00:00.135) 0:00:21.802 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 06 October 2025 15:24:30 -0400 (0:00:02.341) 0:00:24.144 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 06 October 2025 15:24:34 -0400 (0:00:04.132) 0:00:28.276 ******** ok: [managed-node2] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 06 October 2025 15:24:35 -0400 (0:00:00.192) 0:00:28.469 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 06 October 2025 15:24:35 -0400 (0:00:00.216) 0:00:28.686 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Monday 06 October 2025 15:24:35 -0400 (0:00:00.443) 0:00:29.130 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Monday 06 October 2025 15:24:36 -0400 (0:00:00.350) 0:00:29.480 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Monday 06 October 2025 15:24:36 -0400 (0:00:00.413) 0:00:29.894 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Monday 06 October 2025 15:24:36 -0400 (0:00:00.339) 0:00:30.233 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Monday 06 October 2025 15:24:37 -0400 (0:00:00.409) 0:00:30.643 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Monday 06 October 2025 15:24:38 -0400 (0:00:00.818) 0:00:31.462 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Monday 06 October 2025 15:24:38 -0400 (0:00:00.432) 0:00:31.894 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Monday 06 October 2025 15:24:38 -0400 (0:00:00.406) 0:00:32.301 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Monday 06 October 2025 15:24:39 -0400 (0:00:00.459) 0:00:32.760 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 06 October 2025 15:24:39 -0400 (0:00:00.279) 0:00:33.040 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Monday 06 October 2025 15:24:40 -0400 (0:00:00.515) 0:00:33.556 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Monday 06 October 2025 15:24:43 -0400 (0:00:03.166) 0:00:36.723 ******** ok: [managed-node2] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-7742Rm_xC2/tmpys9grV" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Monday 06 October 2025 15:24:44 -0400 (0:00:01.219) 0:00:37.943 ******** changed: [managed-node2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/32", "2001:db8::3/32", "2001:db8::4/32" ], "auto6": false, "dhcp4": false, "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state ', err='' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Monday 06 October 2025 15:24:50 -0400 (0:00:05.722) 0:00:43.665 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Monday 06 October 2025 15:24:50 -0400 (0:00:00.377) 0:00:44.043 ******** ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state", "INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state", "', err=''" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Monday 06 October 2025 15:24:51 -0400 (0:00:00.470) 0:00:44.513 ******** ok: [managed-node2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/32", "2001:db8::3/32", "2001:db8::4/32" ], "auto6": false, "dhcp4": false, "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n', err=''\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state", "INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state", "', err=''" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Monday 06 October 2025 15:24:51 -0400 (0:00:00.487) 0:00:45.001 ******** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Monday 06 October 2025 15:24:51 -0400 (0:00:00.395) 0:00:45.397 ******** ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:47 Monday 06 October 2025 15:24:53 -0400 (0:00:01.770) 0:00:47.167 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml for managed-node2 TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:3 Monday 06 October 2025 15:24:54 -0400 (0:00:00.934) 0:00:48.101 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml for managed-node2 TASK [Get stat for interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_interface_stat.yml:3 Monday 06 October 2025 15:24:55 -0400 (0:00:00.835) 0:00:48.937 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1759778687.5971727, "block_size": 4096, "blocks": 0, "ctime": 1759778663.0800276, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17848, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1759778663.0800276, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_device_present.yml:5 Monday 06 October 2025 15:24:56 -0400 (0:00:01.075) 0:00:50.012 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:49 Monday 06 October 2025 15:24:56 -0400 (0:00:00.269) 0:00:50.282 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml for managed-node2 TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:3 Monday 06 October 2025 15:24:57 -0400 (0:00:00.843) 0:00:51.125 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml for managed-node2 TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:3 Monday 06 October 2025 15:24:58 -0400 (0:00:00.991) 0:00:52.117 ******** ok: [managed-node2] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:9 Monday 06 October 2025 15:24:59 -0400 (0:00:00.339) 0:00:52.457 ******** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1759778687.6111727, "block_size": 4096, "blocks": 8, "ctime": 1759778687.5991726, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 21754, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1759778687.5991726, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 253, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:17 Monday 06 October 2025 15:25:00 -0400 (0:00:01.010) 0:00:53.467 ******** ok: [managed-node2] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:25 Monday 06 October 2025 15:25:00 -0400 (0:00:00.371) 0:00:53.838 ******** fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023876", "end": "2025-10-06 15:25:01.158292", "rc": 1, "start": "2025-10-06 15:25:01.134416" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:35 Monday 06 October 2025 15:25:01 -0400 (0:00:01.206) 0:00:55.079 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:49 Monday 06 October 2025 15:25:02 -0400 (0:00:00.415) 0:00:55.495 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003125", "end": "2025-10-06 15:25:02.941706", "rc": 0, "start": "2025-10-06 15:25:02.938581" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:56 Monday 06 October 2025 15:25:03 -0400 (0:00:01.315) 0:00:56.810 ******** ok: [managed-node2] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:62 Monday 06 October 2025 15:25:03 -0400 (0:00:00.477) 0:00:57.287 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003212", "end": "2025-10-06 15:25:04.712440", "rc": 0, "start": "2025-10-06 15:25:04.709228" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_profile_stat.yml:69 Monday 06 October 2025 15:25:05 -0400 (0:00:01.288) 0:00:58.576 ******** ok: [managed-node2] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:5 Monday 06 October 2025 15:25:05 -0400 (0:00:00.277) 0:00:58.854 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:10 Monday 06 October 2025 15:25:05 -0400 (0:00:00.245) 0:00:59.099 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/assert_profile_present.yml:15 Monday 06 October 2025 15:25:06 -0400 (0:00:00.461) 0:00:59.560 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get ip address information] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:53 Monday 06 October 2025 15:25:06 -0400 (0:00:00.280) 0:00:59.841 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "ip", "addr", "show", "veth0" ], "delta": "0:00:00.003812", "end": "2025-10-06 15:25:07.178748", "rc": 0, "start": "2025-10-06 15:25:07.174936" } STDOUT: 14: veth0@if13: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 4e:29:9f:1d:cc:f2 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet6 2001:db8::4/32 scope global valid_lft forever preferred_lft forever inet6 2001:db8::3/32 scope global valid_lft forever preferred_lft forever inet6 2001:db8::2/32 scope global valid_lft forever preferred_lft forever inet6 fe80::4c29:9fff:fe1d:ccf2/64 scope link valid_lft forever preferred_lft forever TASK [Show ip_addr] ************************************************************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:57 Monday 06 October 2025 15:25:07 -0400 (0:00:01.214) 0:01:01.055 ******** ok: [managed-node2] => { "ip_addr.stdout": "14: veth0@if13: mtu 1500 qdisc noqueue state UP group default qlen 1000\n link/ether 4e:29:9f:1d:cc:f2 brd ff:ff:ff:ff:ff:ff link-netnsid 0\n inet6 2001:db8::4/32 scope global \n valid_lft forever preferred_lft forever\n inet6 2001:db8::3/32 scope global \n valid_lft forever preferred_lft forever\n inet6 2001:db8::2/32 scope global \n valid_lft forever preferred_lft forever\n inet6 fe80::4c29:9fff:fe1d:ccf2/64 scope link \n valid_lft forever preferred_lft forever" } TASK [Assert ipv6 addresses are correctly set] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:60 Monday 06 October 2025 15:25:08 -0400 (0:00:00.478) 0:01:01.534 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:69 Monday 06 October 2025 15:25:08 -0400 (0:00:00.799) 0:01:02.334 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003064", "end": "2025-10-06 15:25:09.771962", "rc": 0, "start": "2025-10-06 15:25:09.768898" } STDOUT: unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium 2001:db8::/32 dev veth0 proto kernel metric 256 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth1 proto kernel metric 101 mtu 9001 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium fe80::/64 dev veth0 proto kernel metric 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Show ipv6_route] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:73 Monday 06 October 2025 15:25:10 -0400 (0:00:01.387) 0:01:03.721 ******** ok: [managed-node2] => { "ipv6_route.stdout": "unreachable ::/96 dev lo metric 1024 error -113 pref medium\nunreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium\n2001:db8::/32 dev veth0 proto kernel metric 256 pref medium\nunreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium\nunreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium\nunreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium\nunreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium\nunreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium\nunreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium\nunreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium\nfe80::/64 dev eth1 proto kernel metric 101 mtu 9001 pref medium\nfe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium\nfe80::/64 dev veth0 proto kernel metric 256 pref medium\ndefault via 2001:db8::1 dev veth0 metric 1 pref medium" } TASK [Assert default ipv6 route is set] **************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:76 Monday 06 October 2025 15:25:10 -0400 (0:00:00.563) 0:01:04.285 ******** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Ensure ping6 command is present] ***************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:81 Monday 06 October 2025 15:25:11 -0400 (0:00:00.509) 0:01:04.795 ******** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "iputils-20160308-10.el7.x86_64 providing iputils is already installed" ] } TASK [Test gateway can be pinged] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:86 Monday 06 October 2025 15:25:12 -0400 (0:00:01.642) 0:01:06.437 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "ping6", "-c1", "2001:db8::1" ], "delta": "0:00:01.012059", "end": "2025-10-06 15:25:14.844816", "rc": 0, "start": "2025-10-06 15:25:13.832757" } STDOUT: PING 2001:db8::1(2001:db8::1) 56 data bytes 64 bytes from 2001:db8::1: icmp_seq=1 ttl=64 time=0.066 ms --- 2001:db8::1 ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.066/0.066/0.066/0.000 ms TASK [TEARDOWN: remove profiles.] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:92 Monday 06 October 2025 15:25:15 -0400 (0:00:02.296) 0:01:08.733 ******** ok: [managed-node2] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 06 October 2025 15:25:15 -0400 (0:00:00.309) 0:01:09.043 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 06 October 2025 15:25:16 -0400 (0:00:00.651) 0:01:09.695 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Monday 06 October 2025 15:25:16 -0400 (0:00:00.443) 0:01:10.138 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Monday 06 October 2025 15:25:17 -0400 (0:00:00.337) 0:01:10.475 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Monday 06 October 2025 15:25:17 -0400 (0:00:00.267) 0:01:10.743 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Monday 06 October 2025 15:25:18 -0400 (0:00:01.647) 0:01:12.390 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 06 October 2025 15:25:22 -0400 (0:00:03.194) 0:01:15.585 ******** ok: [managed-node2] => {} MSG: Using network provider: initscripts TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 06 October 2025 15:25:22 -0400 (0:00:00.484) 0:01:16.069 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 06 October 2025 15:25:22 -0400 (0:00:00.267) 0:01:16.337 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Monday 06 October 2025 15:25:23 -0400 (0:00:00.311) 0:01:16.649 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Monday 06 October 2025 15:25:23 -0400 (0:00:00.392) 0:01:17.041 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Monday 06 October 2025 15:25:24 -0400 (0:00:00.424) 0:01:17.466 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Monday 06 October 2025 15:25:24 -0400 (0:00:00.385) 0:01:17.851 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Monday 06 October 2025 15:25:24 -0400 (0:00:00.534) 0:01:18.385 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Monday 06 October 2025 15:25:25 -0400 (0:00:00.681) 0:01:19.066 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Monday 06 October 2025 15:25:26 -0400 (0:00:00.389) 0:01:19.456 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Monday 06 October 2025 15:25:26 -0400 (0:00:00.289) 0:01:19.745 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Monday 06 October 2025 15:25:26 -0400 (0:00:00.374) 0:01:20.120 ******** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 06 October 2025 15:25:26 -0400 (0:00:00.311) 0:01:20.431 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Monday 06 October 2025 15:25:27 -0400 (0:00:00.433) 0:01:20.864 ******** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Monday 06 October 2025 15:25:28 -0400 (0:00:01.418) 0:01:22.283 ******** ok: [managed-node2] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-7742Rm_xC2/tmpV2ybun" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Monday 06 October 2025 15:25:29 -0400 (0:00:01.135) 0:01:23.418 ******** changed: [managed-node2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err='' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Monday 06 October 2025 15:25:32 -0400 (0:00:02.280) 0:01:25.698 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Monday 06 October 2025 15:25:32 -0400 (0:00:00.384) 0:01:26.083 ******** ok: [managed-node2] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Monday 06 October 2025 15:25:33 -0400 (0:00:00.457) 0:01:26.541 ******** ok: [managed-node2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='', err=''", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Monday 06 October 2025 15:25:33 -0400 (0:00:00.488) 0:01:27.030 ******** skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Monday 06 October 2025 15:25:33 -0400 (0:00:00.413) 0:01:27.443 ******** ok: [managed-node2] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:104 Monday 06 October 2025 15:25:35 -0400 (0:00:01.358) 0:01:28.801 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml for managed-node2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:3 Monday 06 October 2025 15:25:36 -0400 (0:00:01.007) 0:01:29.809 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:8 Monday 06 October 2025 15:25:36 -0400 (0:00:00.487) 0:01:30.297 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:13 Monday 06 October 2025 15:25:37 -0400 (0:00:00.345) 0:01:30.643 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml for managed-node2 TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:3 Monday 06 October 2025 15:25:37 -0400 (0:00:00.650) 0:01:31.293 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml for managed-node2 TASK [Gather current interface info] ******************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Monday 06 October 2025 15:25:38 -0400 (0:00:00.613) 0:01:31.907 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003112", "end": "2025-10-06 15:25:39.222243", "rc": 0, "start": "2025-10-06 15:25:39.219131" } STDOUT: bond0 bonding_masters eth0 eth1 lo veth0 TASK [Set current_interfaces] ************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Monday 06 October 2025 15:25:39 -0400 (0:00:01.007) 0:01:32.915 ******** ok: [managed-node2] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "eth1", "lo", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/show_interfaces.yml:5 Monday 06 October 2025 15:25:40 -0400 (0:00:00.624) 0:01:33.539 ******** ok: [managed-node2] => {} MSG: current_interfaces: [u'bond0', u'bonding_masters', u'eth0', u'eth1', u'lo', u'veth0'] TASK [Install iproute] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Monday 06 October 2025 15:25:40 -0400 (0:00:00.372) 0:01:33.911 ******** ok: [managed-node2] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Monday 06 October 2025 15:25:42 -0400 (0:00:01.587) 0:01:35.499 ******** skipping: [managed-node2] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:35 Monday 06 October 2025 15:25:42 -0400 (0:00:00.416) 0:01:35.915 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:43 Monday 06 October 2025 15:25:42 -0400 (0:00:00.396) 0:01:36.312 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.008287", "end": "2025-10-06 15:25:43.651604", "rc": 0, "start": "2025-10-06 15:25:43.643317" } TASK [Create dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:49 Monday 06 October 2025 15:25:44 -0400 (0:00:01.207) 0:01:37.519 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:54 Monday 06 October 2025 15:25:44 -0400 (0:00:00.407) 0:01:37.927 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:60 Monday 06 October 2025 15:25:44 -0400 (0:00:00.456) 0:01:38.383 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:65 Monday 06 October 2025 15:25:45 -0400 (0:00:00.415) 0:01:38.799 ******** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Clean up namespace] ****************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:108 Monday 06 October 2025 15:25:45 -0400 (0:00:00.417) 0:01:39.216 ******** ok: [managed-node2] => { "changed": false, "cmd": [ "ip", "netns", "delete", "ns1" ], "delta": "0:00:00.007553", "end": "2025-10-06 15:25:46.544684", "rc": 0, "start": "2025-10-06 15:25:46.537131" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:113 Monday 06 October 2025 15:25:47 -0400 (0:00:01.239) 0:01:40.455 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node2 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Monday 06 October 2025 15:25:47 -0400 (0:00:00.478) 0:01:40.934 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.006819", "end": "2025-10-06 15:25:48.363814", "rc": 0, "start": "2025-10-06 15:25:48.356995" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:89:4e:12:fe:5b brd ff:ff:ff:ff:ff:ff inet 10.31.42.96/22 brd 10.31.43.255 scope global noprefixroute dynamic eth0 valid_lft 2803sec preferred_lft 2803sec inet6 fe80::c89:4eff:fe12:fe5b/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:21:ba:dc:1e:6b brd ff:ff:ff:ff:ff:ff inet 10.31.43.32/22 brd 10.31.43.255 scope global noprefixroute dynamic eth1 valid_lft 2803sec preferred_lft 2803sec inet6 fe80::54a2:3b2e:f7cb:a888/64 scope link noprefixroute valid_lft forever preferred_lft forever 9: bond0: mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 26:e1:a9:f5:c1:6a brd ff:ff:ff:ff:ff:ff IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp metric 100 default via 10.31.40.1 dev eth1 proto dhcp metric 101 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.96 metric 100 10.31.40.0/22 dev eth1 proto kernel scope link src 10.31.43.32 metric 101 IP -6 ROUTE unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth1 proto kernel metric 101 mtu 9001 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 pref medium RESOLV # Generated by NetworkManager search testing-farm.us-east-1.aws.redhat.com nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Monday 06 October 2025 15:25:48 -0400 (0:00:01.280) 0:01:42.215 ******** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.405316", "end": "2025-10-06 15:25:50.007187", "rc": 0, "start": "2025-10-06 15:25:49.601871" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2606:f640:6000:651::7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2606:f640:6000:651::8 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:5270:306c:35d6:1f81 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:6:1121:bead:cafe:feed:fed5 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1817 0 --:--:-- --:--:-- --:--:-- 1826 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1328 0 --:--:-- --:--:-- --:--:-- 1328 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node2 : ok=81 changed=2 unreachable=0 failed=0 skipped=51 rescued=0 ignored=1 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 06 October 2025 15:25:50 -0400 (0:00:01.421) 0:01:43.636 ******** =============================================================================== fedora.linux_system_roles.network : Configure networking connection profiles --- 5.72s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which packages are installed --- 4.13s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 3.19s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable network service -------------- 3.17s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Create veth interface veth0 --------------------------------------------- 2.73s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 2.40s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_ipv6_initscripts.yml:5 fedora.linux_system_roles.network : Check which services are running ---- 2.34s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Test gateway can be pinged ---------------------------------------------- 2.30s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:86 fedora.linux_system_roles.network : Configure networking connection profiles --- 2.28s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Install iproute --------------------------------------------------------- 2.10s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 2.09s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.77s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Check if system is ostree ----------------------------------------------- 1.67s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 fedora.linux_system_roles.network : Check which services are running ---- 1.65s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Ensure ping6 command is present ----------------------------------------- 1.64s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:81 Gathering Facts --------------------------------------------------------- 1.61s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_ipv6.yml:3 Install iproute --------------------------------------------------------- 1.59s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 1.44s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Verify DNS and network connectivity ------------------------------------- 1.42s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 fedora.linux_system_roles.network : Enable network service -------------- 1.42s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142