# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', 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_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tests_auto_gateway_nm.yml:6 Sunday 18 February 2024 16:58:12 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tests_auto_gateway_nm.yml:9 Sunday 18 February 2024 16:58:13 +0000 (0:00:00.861) 0:00:00.873 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 16:58:13 +0000 (0:00:00.012) 0:00:00.885 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 16:58:13 +0000 (0:00:00.362) 0:00:01.248 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.249) 0:00:01.498 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.015) 0:00:01.513 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.008) 0:00:01.522 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.021) 0:00:01.543 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.009) 0:00:01.553 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.007) 0:00:01.560 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.007) 0:00:01.568 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.007) 0:00:01.576 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tests_auto_gateway_nm.yml:11 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.008) 0:00:01.585 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:3 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.016) 0:00:01.602 ******* ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:9 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.625) 0:00:02.227 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:58:14 +0000 (0:00:00.025) 0:00:02.252 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.012) 0:00:02.264 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003383", "end": "2024-02-18 16:58:15.237107", "rc": 0, "start": "2024-02-18 16:58:15.233724" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.251) 0:00:02.515 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.012) 0:00:02.528 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:11 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.011) 0:00:02.539 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.026) 0:00:02.565 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.009) 0:00:02.575 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.010) 0:00:02.585 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.011) 0:00:02.596 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.011) 0:00:02.608 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003439", "end": "2024-02-18 16:58:15.523992", "rc": 0, "start": "2024-02-18 16:58:15.520553" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.194) 0:00:02.802 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.011) 0:00:02.813 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 16:58:15 +0000 (0:00:00.011) 0:00:02.825 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 17:02:17 +0000 (0:04:02.003) 0:04:04.828 ******* ok: [sut] => (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.017078", "end": "2024-02-18 17:02:17.763196", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-18 17:02:17.746118" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003818", "end": "2024-02-18 17:02:17.987712", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-18 17:02:17.983894" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003684", "end": "2024-02-18 17:02:18.179011", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-18 17:02:18.175327" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.632) 0:04:05.460 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.038279", "end": "2024-02-18 17:02:18.414661", "rc": 0, "start": "2024-02-18 17:02:18.376382" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.234) 0:04:05.695 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.010) 0:04:05.706 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.009) 0:04:05.716 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.009) 0:04:05.725 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.010) 0:04:05.736 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:15 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.008) 0:04:05.745 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.024) 0:04:05.769 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.013) 0:04:05.782 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708275737.7583115, "block_size": 4096, "blocks": 0, "ctime": 1708275737.7583115, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22968, "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": 1708275737.7583115, "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.193) 0:04:05.975 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:17 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.011) 0:04:05.987 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.010) 0:04:05.997 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.017) 0:04:06.015 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.019) 0:04:06.034 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.013) 0:04:06.047 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 17:02:18 +0000 (0:00:00.012) 0:04:06.060 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 17:02:20 +0000 (0:00:01.585) 0:04:07.645 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 17:02:21 +0000 (0:00:01.169) 0:04:08.815 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 17:02:21 +0000 (0:00:00.021) 0:04:08.836 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 17:02:21 +0000 (0:00:00.021) 0:04:08.858 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 17:02:21 +0000 (0:00:00.022) 0:04:08.881 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 17:02:21 +0000 (0:00:00.050) 0:04:08.932 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 17:02:21 +0000 (0:00:00.022) 0:04:08.954 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 17:02:21 +0000 (0:00:00.022) 0:04:08.976 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 17:02:21 +0000 (0:00:00.057) 0:04:09.033 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 17:02:22 +0000 (0:00:00.562) 0:04:09.596 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 17:02:22 +0000 (0:00:00.034) 0:04:09.631 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 17:02:22 +0000 (0:00:00.019) 0:04:09.650 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 17:02:22 +0000 (0:00:00.018) 0:04:09.669 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, cbcc1d81-f9f1-4dde-86fc-29d8e40c9120 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, cbcc1d81-f9f1-4dde-86fc-29d8e40c9120 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.708) 0:04:10.377 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.022) 0:04:10.400 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, cbcc1d81-f9f1-4dde-86fc-29d8e40c9120", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, cbcc1d81-f9f1-4dde-86fc-29d8e40c9120 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.022) 0:04:10.422 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, cbcc1d81-f9f1-4dde-86fc-29d8e40c9120\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, cbcc1d81-f9f1-4dde-86fc-29d8e40c9120 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, cbcc1d81-f9f1-4dde-86fc-29d8e40c9120", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, cbcc1d81-f9f1-4dde-86fc-29d8e40c9120 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.022) 0:04:10.444 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.021) 0:04:10.465 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:42 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.306) 0:04:10.772 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.043) 0:04:10.815 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.029) 0:04:10.844 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708275737.7583115, "block_size": 4096, "blocks": 0, "ctime": 1708275737.7583115, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22968, "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": 1708275737.7583115, "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.198) 0:04:11.042 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:44 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.021) 0:04:11.064 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.073) 0:04:11.137 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.032) 0:04:11.170 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 17:02:23 +0000 (0:00:00.020) 0:04:11.190 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.199) 0:04:11.390 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.019) 0:04:11.409 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.084430", "end": "2024-02-18 17:02:24.405932", "rc": 0, "start": "2024-02-18 17:02:24.321502" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.285) 0:04:11.694 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.022) 0:04:11.717 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.019) 0:04:11.736 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.019) 0:04:11.755 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.018) 0:04:11.774 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.020) 0:04:11.795 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.022) 0:04:11.818 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.023) 0:04:11.841 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:48 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.021) 0:04:11.863 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003812", "end": "2024-02-18 17:02:24.780815", "rc": 0, "start": "2024-02-18 17:02:24.777003" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.9.106 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.9.106 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:52 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.204) 0:04:12.068 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:58 Sunday 18 February 2024 17:02:24 +0000 (0:00:00.021) 0:04:12.090 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003559", "end": "2024-02-18 17:02:25.005740", "rc": 0, "start": "2024-02-18 17:02:25.002181" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:62 Sunday 18 February 2024 17:02:25 +0000 (0:00:00.203) 0:04:12.293 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:69 Sunday 18 February 2024 17:02:25 +0000 (0:00:00.050) 0:04:12.343 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 17:02:25 +0000 (0:00:00.020) 0:04:12.364 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 17:02:25 +0000 (0:00:00.034) 0:04:12.399 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 17:02:25 +0000 (0:00:00.032) 0:04:12.432 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 17:02:25 +0000 (0:00:00.022) 0:04:12.455 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 17:02:25 +0000 (0:00:00.022) 0:04:12.478 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 17:02:26 +0000 (0:00:01.472) 0:04:13.950 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 17:02:27 +0000 (0:00:00.973) 0:04:14.924 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 17:02:27 +0000 (0:00:00.022) 0:04:14.946 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 17:02:27 +0000 (0:00:00.022) 0:04:14.969 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 17:02:27 +0000 (0:00:00.021) 0:04:14.991 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 17:02:27 +0000 (0:00:00.052) 0:04:15.043 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 17:02:27 +0000 (0:00:00.022) 0:04:15.066 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 17:02:27 +0000 (0:00:00.022) 0:04:15.089 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 17:02:27 +0000 (0:00:00.033) 0:04:15.123 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.463) 0:04:15.586 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.035) 0:04:15.622 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.018) 0:04:15.641 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.019) 0:04:15.660 ******* changed: [sut] => { "_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": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.447) 0:04:16.107 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.023) 0:04:16.131 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.023) 0:04:16.154 ******* ok: [sut] => { "__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": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.023) 0:04:16.177 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 17:02:28 +0000 (0:00:00.023) 0:04:16.201 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:81 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.210) 0:04:16.412 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.046) 0:04:16.459 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.019) 0:04:16.478 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.018) 0:04:16.497 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.030) 0:04:16.528 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.060) 0:04:16.589 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003521", "end": "2024-02-18 17:02:29.508057", "rc": 0, "start": "2024-02-18 17:02:29.504536" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.206) 0:04:16.796 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.021) 0:04:16.817 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 17:02:29 +0000 (0:00:00.020) 0:04:16.838 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 17:06:30 +0000 (0:04:00.960) 0:08:17.799 ******* skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.026) 0:08:17.825 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.020) 0:08:17.846 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015818", "end": "2024-02-18 17:06:30.775337", "rc": 0, "start": "2024-02-18 17:06:30.759519" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.220) 0:08:18.067 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.020) 0:08:18.087 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.021) 0:08:18.108 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.021) 0:08:18.130 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:85 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.020) 0:08:18.150 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:89 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.022) 0:08:18.172 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.048) 0:08:18.221 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.020) 0:08:18.241 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 17:06:30 +0000 (0:00:00.019) 0:08:18.261 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 17:06:31 +0000 (0:00:00.031) 0:08:18.293 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 17:06:31 +0000 (0:00:00.065) 0:08:18.358 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003950", "end": "2024-02-18 17:06:31.277219", "rc": 0, "start": "2024-02-18 17:06:31.273269" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 17:06:31 +0000 (0:00:00.207) 0:08:18.566 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 17:06:31 +0000 (0:00:00.022) 0:08:18.588 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 17:06:31 +0000 (0:00:00.021) 0:08:18.610 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 17:10:32 +0000 (0:04:00.954) 0:12:19.564 ******* ok: [sut] => (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.010986", "end": "2024-02-18 17:10:32.494005", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-18 17:10:32.483019" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003659", "end": "2024-02-18 17:10:32.719589", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-18 17:10:32.715930" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004091", "end": "2024-02-18 17:10:32.909702", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-18 17:10:32.905611" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 17:10:32 +0000 (0:00:00.635) 0:12:20.200 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021167", "end": "2024-02-18 17:10:33.136838", "rc": 0, "start": "2024-02-18 17:10:33.115671" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.228) 0:12:20.428 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.020) 0:12:20.449 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.020) 0:12:20.469 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.020) 0:12:20.489 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.019) 0:12:20.508 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.019) 0:12:20.528 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.034) 0:12:20.562 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.034) 0:12:20.597 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.022) 0:12:20.619 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 17:10:33 +0000 (0:00:00.022) 0:12:20.642 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 17:10:34 +0000 (0:00:01.556) 0:12:22.198 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 17:10:35 +0000 (0:00:00.980) 0:12:23.178 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 17:10:35 +0000 (0:00:00.023) 0:12:23.201 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 17:10:35 +0000 (0:00:00.023) 0:12:23.225 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 17:10:35 +0000 (0:00:00.024) 0:12:23.250 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 17:10:36 +0000 (0:00:00.053) 0:12:23.303 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 17:10:36 +0000 (0:00:00.026) 0:12:23.329 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 17:10:36 +0000 (0:00:00.024) 0:12:23.354 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 17:10:36 +0000 (0:00:00.035) 0:12:23.389 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 17:10:36 +0000 (0:00:00.395) 0:12:23.785 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 17:10:36 +0000 (0:00:00.036) 0:12:23.822 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 17:10:36 +0000 (0:00:00.021) 0:12:23.843 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 17:10:36 +0000 (0:00:00.020) 0:12:23.864 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, e00d3b25-ea03-486a-85a1-28510bf51902 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, e00d3b25-ea03-486a-85a1-28510bf51902 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.431) 0:12:24.295 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.024) 0:12:24.320 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, e00d3b25-ea03-486a-85a1-28510bf51902", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, e00d3b25-ea03-486a-85a1-28510bf51902 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.023) 0:12:24.343 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, e00d3b25-ea03-486a-85a1-28510bf51902\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, e00d3b25-ea03-486a-85a1-28510bf51902 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, e00d3b25-ea03-486a-85a1-28510bf51902", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, e00d3b25-ea03-486a-85a1-28510bf51902 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.064) 0:12:24.408 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.023) 0:12:24.431 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:110 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.214) 0:12:24.646 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.048) 0:12:24.694 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.031) 0:12:24.725 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708276232.4868326, "block_size": 4096, "blocks": 0, "ctime": 1708276232.4868326, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23554, "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": 1708276232.4868326, "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_device_present.yml:5 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.204) 0:12:24.930 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:112 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.022) 0:12:24.952 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml:3 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.050) 0:12:25.002 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.033) 0:12:25.035 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:9 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.022) 0:12:25.058 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:17 Sunday 18 February 2024 17:10:37 +0000 (0:00:00.201) 0:12:25.260 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:25 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.019) 0:12:25.280 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021795", "end": "2024-02-18 17:10:38.216689", "rc": 0, "start": "2024-02-18 17:10:38.194894" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:35 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.226) 0:12:25.506 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.067) 0:12:25.574 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:56 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.020) 0:12:25.595 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:62 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.021) 0:12:25.616 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_profile_stat.yml:69 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.021) 0:12:25.638 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml:5 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.021) 0:12:25.659 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml:10 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.023) 0:12:25.683 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/assert_profile_present.yml:15 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.023) 0:12:25.706 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:116 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.023) 0:12:25.729 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003516", "end": "2024-02-18 17:10:38.647902", "rc": 0, "start": "2024-02-18 17:10:38.644386" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.9.106 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.9.106 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 101 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:120 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.207) 0:12:25.937 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:126 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.022) 0:12:25.960 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003712", "end": "2024-02-18 17:10:38.878891", "rc": 0, "start": "2024-02-18 17:10:38.875179" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:130 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.208) 0:12:26.169 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:137 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.023) 0:12:26.192 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.022) 0:12:26.214 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 18 February 2024 17:10:38 +0000 (0:00:00.036) 0:12:26.250 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Sunday 18 February 2024 17:10:39 +0000 (0:00:00.035) 0:12:26.286 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Sunday 18 February 2024 17:10:39 +0000 (0:00:00.023) 0:12:26.309 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Sunday 18 February 2024 17:10:39 +0000 (0:00:00.023) 0:12:26.333 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Sunday 18 February 2024 17:10:40 +0000 (0:00:01.562) 0:12:27.895 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 18 February 2024 17:10:41 +0000 (0:00:00.976) 0:12:28.872 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 18 February 2024 17:10:41 +0000 (0:00:00.023) 0:12:28.895 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 18 February 2024 17:10:41 +0000 (0:00:00.023) 0:12:28.918 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 18 February 2024 17:10:41 +0000 (0:00:00.023) 0:12:28.942 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Sunday 18 February 2024 17:10:41 +0000 (0:00:00.052) 0:12:28.994 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Sunday 18 February 2024 17:10:41 +0000 (0:00:00.023) 0:12:29.018 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Sunday 18 February 2024 17:10:41 +0000 (0:00:00.022) 0:12:29.041 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Sunday 18 February 2024 17:10:41 +0000 (0:00:00.037) 0:12:29.079 ******* ok: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.457) 0:12:29.536 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.035) 0:12:29.571 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.019) 0:12:29.591 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.019) 0:12:29.611 ******* changed: [sut] => { "_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": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.448) 0:12:30.059 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.024) 0:12:30.084 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.022) 0:12:30.107 ******* ok: [sut] => { "__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": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.060) 0:12:30.168 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Sunday 18 February 2024 17:10:42 +0000 (0:00:00.023) 0:12:30.191 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:149 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.212) 0:12:30.403 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.050) 0:12:30.454 ******* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.019) 0:12:30.474 ******* skipping: [sut] => { "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: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.018) 0:12:30.492 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.031) 0:12:30.524 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.030) 0:12:30.554 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003475", "end": "2024-02-18 17:10:43.472574", "rc": 0, "start": "2024-02-18 17:10:43.469099" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.207) 0:12:30.761 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/show_interfaces.yml:5 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.021) 0:12:30.783 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 17:10:43 +0000 (0:00:00.021) 0:12:30.804 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 17:14:44 +0000 (0:04:00.955) 0:16:31.760 ******* skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 17:14:44 +0000 (0:00:00.026) 0:16:31.786 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 17:14:44 +0000 (0:00:00.019) 0:16:31.806 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013983", "end": "2024-02-18 17:14:44.735688", "rc": 0, "start": "2024-02-18 17:14:44.721705" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 17:14:44 +0000 (0:00:00.225) 0:16:32.031 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 17:14:44 +0000 (0:00:00.055) 0:16:32.087 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 17:14:44 +0000 (0:00:00.020) 0:16:32.108 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 17:14:44 +0000 (0:00:00.020) 0:16:32.128 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:153 Sunday 18 February 2024 17:14:44 +0000 (0:00:00.020) 0:16:32.148 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/check_network_dns.yml:6 Sunday 18 February 2024 17:14:44 +0000 (0:00:00.050) 0:16:32.198 ******* ok: [sut] => { "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.008531", "end": "2024-02-18 17:14:45.122793", "rc": 0, "start": "2024-02-18 17:14:45.114262" } 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 12:ec:f6:ff:88:95 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.9.106/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2118sec preferred_lft 2118sec inet6 fe80::10ec:f6ff:feff:8895/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.9.106 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.9.106 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/check_network_dns.yml:24 Sunday 18 February 2024 17:14:45 +0000 (0:00:00.213) 0:16:32.412 ******* ok: [sut] => { "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.373843", "end": "2024-02-18 17:14:45.704311", "rc": 0, "start": "2024-02-18 17:14:45.330468" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 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 2620:52:3:1:dead:beef:cafe:fed6 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 2541 0 --:--:-- --:--:-- --:--:-- 2563 % 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 291 100 291 0 0 1328 0 --:--:-- --:--:-- --:--:-- 1328 PLAY RECAP ********************************************************************* sut : ok=128 changed=4 unreachable=0 failed=0 skipped=102 rescued=0 ignored=0 Sunday 18 February 2024 17:14:45 +0000 (0:00:00.610) 0:16:33.023 ******* =============================================================================== Install iproute ------------------------------------------------------- 242.00s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.96s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.96s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.95s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.47s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.17s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.98s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.98s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.97s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tests_auto_gateway_nm.yml:6 ------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.71s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Create veth interface veth0 --------------------------------------------- 0.64s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:27 Create veth interface veth0 --------------------------------------------- 0.63s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 0.63s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tests_auto_gateway.yml:3 Verify DNS and network connectivity ------------------------------------- 0.61s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/playbooks/tasks/check_network_dns.yml:24 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.56s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.46s /WORKDIR/git-nm_plugin_hotfixoywt44qu/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---