# 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-weekly-ciyv9avvpp/.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-weekly-ciyv9avvpp/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-weekly-ciyv9avvpp/tests/tests_auto_gateway_nm.yml:6 Saturday 13 January 2024 13:19:30 +0000 (0:00:00.019) 0:00:00.019 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tests_auto_gateway_nm.yml:9 Saturday 13 January 2024 13:19:31 +0000 (0:00:00.937) 0:00:00.956 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/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-weekly-ciyv9avvpp/tests/tasks/el_repo_setup.yml:3 Saturday 13 January 2024 13:19:31 +0000 (0:00:00.012) 0:00:00.969 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/el_repo_setup.yml:17 Saturday 13 January 2024 13:19:31 +0000 (0:00:00.421) 0:00:01.391 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/el_repo_setup.yml:22 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.287) 0:00:01.679 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/el_repo_setup.yml:26 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.013) 0:00:01.693 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/el_repo_setup.yml:51 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.007) 0:00:01.701 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/enable_epel.yml:8 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.021) 0:00:01.722 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/enable_epel.yml:24 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.007) 0:00:01.730 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/enable_epel.yml:30 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.007) 0:00:01.737 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/enable_epel.yml:35 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.007) 0:00:01.745 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tasks/enable_epel.yml:40 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.007) 0:00:01.752 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/tests_auto_gateway_nm.yml:11 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.007) 0:00:01.760 ****** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:3 Saturday 13 January 2024 13:19:32 +0000 (0:00:00.015) 0:00:01.775 ****** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:9 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.786) 0:00:02.562 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.024) 0:00:02.586 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.010) 0:00:02.597 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003738", "end": "2024-01-13 13:19:33.461855", "rc": 0, "start": "2024-01-13 13:19:33.458117" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.289) 0:00:02.886 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.010) 0:00:02.897 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:11 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.010) 0:00:02.907 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.025) 0:00:02.932 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.007) 0:00:02.940 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.008) 0:00:02.948 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.011) 0:00:02.959 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.010) 0:00:02.970 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003573", "end": "2024-01-13 13:19:33.777365", "rc": 0, "start": "2024-01-13 13:19:33.773792" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.229) 0:00:03.200 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.014) 0:00:03.214 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:19:33 +0000 (0:00:00.011) 0:00:03.225 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 13:19:35 +0000 (0:00:01.947) 0:00:05.172 ****** 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.012389", "end": "2024-01-13 13:19:35.994017", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-13 13:19:35.981628" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004069", "end": "2024-01-13 13:19:36.277876", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-13 13:19:36.273807" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004489", "end": "2024-01-13 13:19:36.503941", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-13 13:19:36.499452" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 13:19:36 +0000 (0:00:00.754) 0:00:05.927 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.199977", "end": "2024-01-13 13:19:36.932922", "rc": 0, "start": "2024-01-13 13:19:36.732945" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 13:19:36 +0000 (0:00:00.430) 0:00:06.357 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 13:19:36 +0000 (0:00:00.009) 0:00:06.367 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 13:19:36 +0000 (0:00:00.009) 0:00:06.377 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 13:19:36 +0000 (0:00:00.009) 0:00:06.386 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:19:36 +0000 (0:00:00.009) 0:00:06.396 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:15 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.009) 0:00:06.406 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.023) 0:00:06.429 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.011) 0:00:06.440 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705151975.9927042, "block_size": 4096, "blocks": 0, "ctime": 1705151975.9927042, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26242, "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": 1705151975.9927042, "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-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.226) 0:00:06.666 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:17 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.011) 0:00:06.677 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.010) 0:00:06.687 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/.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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.016) 0:00:06.704 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.022) 0:00:06.726 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.013) 0:00:06.740 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 13 January 2024 13:19:37 +0000 (0:00:00.012) 0:00:06.753 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 13 January 2024 13:19:39 +0000 (0:00:02.206) 0:00:08.960 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 13 January 2024 13:19:40 +0000 (0:00:01.051) 0:00:10.011 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 13 January 2024 13:19:40 +0000 (0:00:00.024) 0:00:10.035 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 13 January 2024 13:19:40 +0000 (0:00:00.022) 0:00:10.058 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 13 January 2024 13:19:40 +0000 (0:00:00.022) 0:00:10.080 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 13 January 2024 13:19:40 +0000 (0:00:00.053) 0:00:10.134 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 13 January 2024 13:19:40 +0000 (0:00:00.048) 0:00:10.182 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 13 January 2024 13:19:40 +0000 (0:00:00.023) 0:00:10.205 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 13 January 2024 13:19:40 +0000 (0:00:00.036) 0:00:10.241 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 13 January 2024 13:19:41 +0000 (0:00:00.657) 0:00:10.899 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 13 January 2024 13:19:41 +0000 (0:00:00.035) 0:00:10.935 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 13 January 2024 13:19:41 +0000 (0:00:00.024) 0:00:10.959 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 13 January 2024 13:19:41 +0000 (0:00:00.020) 0:00:10.980 ****** 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, bcdeac6a-5c88-4947-b253-2dfb10b0ef1f [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bcdeac6a-5c88-4947-b253-2dfb10b0ef1f (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 13 January 2024 13:19:42 +0000 (0:00:00.983) 0:00:11.963 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 13 January 2024 13:19:42 +0000 (0:00:00.024) 0:00:11.987 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bcdeac6a-5c88-4947-b253-2dfb10b0ef1f", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bcdeac6a-5c88-4947-b253-2dfb10b0ef1f (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 13 January 2024 13:19:42 +0000 (0:00:00.024) 0:00:12.011 ****** 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, bcdeac6a-5c88-4947-b253-2dfb10b0ef1f\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bcdeac6a-5c88-4947-b253-2dfb10b0ef1f (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bcdeac6a-5c88-4947-b253-2dfb10b0ef1f", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bcdeac6a-5c88-4947-b253-2dfb10b0ef1f (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 13 January 2024 13:19:42 +0000 (0:00:00.025) 0:00:12.037 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 13 January 2024 13:19:42 +0000 (0:00:00.025) 0:00:12.062 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:42 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.357) 0:00:12.419 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.052) 0:00:12.471 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.067) 0:00:12.538 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705151975.9927042, "block_size": 4096, "blocks": 0, "ctime": 1705151975.9927042, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26242, "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": 1705151975.9927042, "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-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.251) 0:00:12.790 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:44 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.022) 0:00:12.813 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.046) 0:00:12.859 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.035) 0:00:12.894 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.021) 0:00:12.916 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.240) 0:00:13.156 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 January 2024 13:19:43 +0000 (0:00:00.019) 0:00:13.176 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.078334", "end": "2024-01-13 13:19:44.061636", "rc": 0, "start": "2024-01-13 13:19:43.983302" } 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.319) 0:00:13.496 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.023) 0:00:13.519 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.020) 0:00:13.540 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.020) 0:00:13.561 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.029) 0:00:13.590 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.025) 0:00:13.616 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.054) 0:00:13.670 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.024) 0:00:13.694 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:48 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.024) 0:00:13.719 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003584", "end": "2024-01-13 13:19:44.528415", "rc": 0, "start": "2024-01-13 13:19:44.524831" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.95 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.11.95 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-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:52 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.242) 0:00:13.961 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:58 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.023) 0:00:13.985 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003827", "end": "2024-01-13 13:19:44.792660", "rc": 0, "start": "2024-01-13 13:19:44.788833" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 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-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:62 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.240) 0:00:14.225 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:69 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.023) 0:00:14.248 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.021) 0:00:14.269 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/.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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.036) 0:00:14.306 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.033) 0:00:14.339 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.022) 0:00:14.361 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 13 January 2024 13:19:44 +0000 (0:00:00.023) 0:00:14.385 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 13 January 2024 13:19:47 +0000 (0:00:02.107) 0:00:16.492 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 13 January 2024 13:19:47 +0000 (0:00:00.901) 0:00:17.393 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.023) 0:00:17.417 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.030) 0:00:17.448 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.025) 0:00:17.473 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.058) 0:00:17.532 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.025) 0:00:17.558 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.023) 0:00:17.582 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.035) 0:00:17.617 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.492) 0:00:18.109 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.037) 0:00:18.147 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.020) 0:00:18.167 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 13 January 2024 13:19:48 +0000 (0:00:00.019) 0:00:18.187 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.513) 0:00:18.701 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.023) 0:00:18.724 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.022) 0:00:18.747 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.022) 0:00:18.769 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.053) 0:00:18.823 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:81 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.255) 0:00:19.078 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.053) 0:00:19.131 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.026) 0:00:19.158 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.025) 0:00:19.183 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.031) 0:00:19.215 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:19:49 +0000 (0:00:00.030) 0:00:19.245 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003543", "end": "2024-01-13 13:19:50.054282", "rc": 0, "start": "2024-01-13 13:19:50.050739" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:19:50 +0000 (0:00:00.241) 0:00:19.486 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:19:50 +0000 (0:00:00.021) 0:00:19.508 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:19:50 +0000 (0:00:00.021) 0:00:19.530 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 13:19:52 +0000 (0:00:01.877) 0:00:21.407 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.040) 0:00:21.447 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.057) 0:00:21.504 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.018795", "end": "2024-01-13 13:19:52.334693", "rc": 0, "start": "2024-01-13 13:19:52.315898" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.275) 0:00:21.780 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.021) 0:00:21.801 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.022) 0:00:21.824 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.035) 0:00:21.859 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:85 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.038) 0:00:21.898 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:89 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.023) 0:00:21.921 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.052) 0:00:21.973 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.031) 0:00:22.004 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.025) 0:00:22.030 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.036) 0:00:22.066 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.032) 0:00:22.099 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003604", "end": "2024-01-13 13:19:52.909959", "rc": 0, "start": "2024-01-13 13:19:52.906355" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:19:52 +0000 (0:00:00.246) 0:00:22.345 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:19:53 +0000 (0:00:00.058) 0:00:22.403 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:19:53 +0000 (0:00:00.025) 0:00:22.429 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 13:19:54 +0000 (0:00:01.872) 0:00:24.302 ****** 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.007425", "end": "2024-01-13 13:19:55.122290", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-13 13:19:55.114865" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003770", "end": "2024-01-13 13:19:55.392139", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-13 13:19:55.388369" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004030", "end": "2024-01-13 13:19:55.617990", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-13 13:19:55.613960" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 13:19:55 +0000 (0:00:00.754) 0:00:25.056 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.020796", "end": "2024-01-13 13:19:55.898819", "rc": 0, "start": "2024-01-13 13:19:55.878023" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 13:19:55 +0000 (0:00:00.278) 0:00:25.334 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 13:19:55 +0000 (0:00:00.020) 0:00:25.354 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 13:19:55 +0000 (0:00:00.020) 0:00:25.375 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 13:19:55 +0000 (0:00:00.020) 0:00:25.396 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:19:56 +0000 (0:00:00.020) 0:00:25.417 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 13 January 2024 13:19:56 +0000 (0:00:00.021) 0:00:25.438 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/.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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:19:56 +0000 (0:00:00.036) 0:00:25.474 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 13 January 2024 13:19:56 +0000 (0:00:00.034) 0:00:25.508 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 13 January 2024 13:19:56 +0000 (0:00:00.022) 0:00:25.531 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 13 January 2024 13:19:56 +0000 (0:00:00.023) 0:00:25.554 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 13 January 2024 13:19:58 +0000 (0:00:02.118) 0:00:27.672 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.887) 0:00:28.560 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.023) 0:00:28.584 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.023) 0:00:28.607 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.025) 0:00:28.632 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.053) 0:00:28.686 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.023) 0:00:28.709 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.027) 0:00:28.737 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.035) 0:00:28.773 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.471) 0:00:29.245 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.037) 0:00:29.282 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.025) 0:00:29.308 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 13 January 2024 13:19:59 +0000 (0:00:00.022) 0:00:29.331 ****** 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, bf475c8a-1fc1-4727-bc38-a0e5918a7a74 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bf475c8a-1fc1-4727-bc38-a0e5918a7a74 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 13 January 2024 13:20:00 +0000 (0:00:00.487) 0:00:29.819 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 13 January 2024 13:20:00 +0000 (0:00:00.023) 0:00:29.842 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bf475c8a-1fc1-4727-bc38-a0e5918a7a74", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bf475c8a-1fc1-4727-bc38-a0e5918a7a74 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 13 January 2024 13:20:00 +0000 (0:00:00.029) 0:00:29.872 ****** 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, bf475c8a-1fc1-4727-bc38-a0e5918a7a74\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bf475c8a-1fc1-4727-bc38-a0e5918a7a74 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bf475c8a-1fc1-4727-bc38-a0e5918a7a74", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bf475c8a-1fc1-4727-bc38-a0e5918a7a74 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 13 January 2024 13:20:00 +0000 (0:00:00.057) 0:00:29.929 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 13 January 2024 13:20:00 +0000 (0:00:00.025) 0:00:29.955 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:110 Saturday 13 January 2024 13:20:00 +0000 (0:00:00.248) 0:00:30.203 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 January 2024 13:20:00 +0000 (0:00:00.050) 0:00:30.253 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 January 2024 13:20:00 +0000 (0:00:00.033) 0:00:30.287 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705151995.1193678, "block_size": 4096, "blocks": 0, "ctime": 1705151995.1193678, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26828, "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": 1705151995.1193678, "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-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.242) 0:00:30.529 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:112 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.022) 0:00:30.552 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.058) 0:00:30.610 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.033) 0:00:30.643 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.021) 0:00:30.664 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.289) 0:00:30.954 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.023) 0:00:30.977 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022251", "end": "2024-01-13 13:20:01.812185", "rc": 0, "start": "2024-01-13 13:20:01.789934" } 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.271) 0:00:31.248 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.026) 0:00:31.275 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.033) 0:00:31.308 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.024) 0:00:31.333 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.022) 0:00:31.355 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.020) 0:00:31.376 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 January 2024 13:20:01 +0000 (0:00:00.023) 0:00:31.399 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.026) 0:00:31.425 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:116 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.022) 0:00:31.448 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004181", "end": "2024-01-13 13:20:02.260314", "rc": 0, "start": "2024-01-13 13:20:02.256133" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.95 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.95 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-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:120 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.247) 0:00:31.695 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:126 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.022) 0:00:31.718 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003914", "end": "2024-01-13 13:20:02.529195", "rc": 0, "start": "2024-01-13 13:20:02.525281" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:130 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.244) 0:00:31.962 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:137 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.023) 0:00:31.985 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.021) 0:00:32.007 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/.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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.069) 0:00:32.076 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.035) 0:00:32.111 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.023) 0:00:32.135 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 13 January 2024 13:20:02 +0000 (0:00:00.023) 0:00:32.159 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 13 January 2024 13:20:04 +0000 (0:00:02.124) 0:00:34.283 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 13 January 2024 13:20:05 +0000 (0:00:00.812) 0:00:35.095 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 13 January 2024 13:20:05 +0000 (0:00:00.023) 0:00:35.119 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 13 January 2024 13:20:05 +0000 (0:00:00.022) 0:00:35.141 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 13 January 2024 13:20:05 +0000 (0:00:00.025) 0:00:35.167 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 13 January 2024 13:20:05 +0000 (0:00:00.053) 0:00:35.220 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 13 January 2024 13:20:05 +0000 (0:00:00.023) 0:00:35.244 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 13 January 2024 13:20:05 +0000 (0:00:00.025) 0:00:35.269 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 13 January 2024 13:20:05 +0000 (0:00:00.035) 0:00:35.305 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 13 January 2024 13:20:06 +0000 (0:00:00.467) 0:00:35.772 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 13 January 2024 13:20:06 +0000 (0:00:00.119) 0:00:35.892 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 13 January 2024 13:20:06 +0000 (0:00:00.021) 0:00:35.914 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 13 January 2024 13:20:06 +0000 (0:00:00.021) 0:00:35.936 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.500) 0:00:36.437 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.025) 0:00:36.462 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.023) 0:00:36.485 ****** 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-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.025) 0:00:36.511 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.024) 0:00:36.535 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:149 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.247) 0:00:36.783 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.052) 0:00:36.836 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.021) 0:00:36.857 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.022) 0:00:36.879 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.033) 0:00:36.913 ****** included: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.069) 0:00:36.982 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003621", "end": "2024-01-13 13:20:07.791118", "rc": 0, "start": "2024-01-13 13:20:07.787497" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.249) 0:00:37.231 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.026) 0:00:37.258 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 13 January 2024 13:20:07 +0000 (0:00:00.023) 0:00:37.281 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 13 January 2024 13:20:09 +0000 (0:00:02.007) 0:00:39.288 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 13 January 2024 13:20:09 +0000 (0:00:00.037) 0:00:39.326 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 13 January 2024 13:20:09 +0000 (0:00:00.025) 0:00:39.351 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.019314", "end": "2024-01-13 13:20:10.196497", "rc": 0, "start": "2024-01-13 13:20:10.177183" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 13 January 2024 13:20:10 +0000 (0:00:00.281) 0:00:39.633 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 13 January 2024 13:20:10 +0000 (0:00:00.021) 0:00:39.654 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 13 January 2024 13:20:10 +0000 (0:00:00.033) 0:00:39.687 ****** 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-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 13 January 2024 13:20:10 +0000 (0:00:00.028) 0:00:39.715 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=125 changed=4 unreachable=0 failed=0 skipped=102 rescued=0 ignored=0 Saturday 13 January 2024 13:20:10 +0000 (0:00:00.054) 0:00:39.770 ****** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.21s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.12s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.12s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.11s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.01s /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.88s /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.87s /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.05s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.98s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-ciyv9avvpp/tests/tests_auto_gateway_nm.yml:6 -------------- fedora.linux_system_roles.network : Check which packages are installed --- 0.90s /WORKDIR/git-weekly-ciyv9avvpp/.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.89s /WORKDIR/git-weekly-ciyv9avvpp/.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.81s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.79s /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tests_auto_gateway.yml:3 ------- Create veth interface veth0 --------------------------------------------- 0.75s /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:23 Create veth interface veth0 --------------------------------------------- 0.75s /WORKDIR/git-weekly-ciyv9avvpp/tests/playbooks/tasks/manage_test_interface.yml:23 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.66s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.51s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.50s /WORKDIR/git-weekly-ciyv9avvpp/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---