# 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-ciiejn5bh1/.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-ciiejn5bh1/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-ciiejn5bh1/tests/tests_auto_gateway_nm.yml:5 Saturday 02 December 2023 14:00:16 +0000 (0:00:00.014) 0:00:00.014 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/tests_auto_gateway_nm.yml:9 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.934) 0:00:00.949 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/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-ciiejn5bh1/tests/tasks/el_repo_setup.yml:3 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.013) 0:00:00.963 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/tasks/el_repo_setup.yml:17 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.367) 0:00:01.331 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/tasks/el_repo_setup.yml:22 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.286) 0:00:01.617 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/tasks/el_repo_setup.yml:26 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.020) 0:00:01.637 ***** 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-ciiejn5bh1/tests/tasks/el_repo_setup.yml:51 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.011) 0:00:01.649 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/tasks/enable_epel.yml:8 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.027) 0:00:01.676 ***** 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-ciiejn5bh1/tests/tasks/enable_epel.yml:24 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.010) 0:00:01.686 ***** 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-ciiejn5bh1/tests/tasks/enable_epel.yml:30 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.011) 0:00:01.697 ***** 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-ciiejn5bh1/tests/tasks/enable_epel.yml:35 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.009) 0:00:01.707 ***** 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-ciiejn5bh1/tests/tasks/enable_epel.yml:40 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.009) 0:00:01.717 ***** 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-ciiejn5bh1/tests/tests_auto_gateway_nm.yml:11 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.009) 0:00:01.726 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:3 Saturday 02 December 2023 14:00:17 +0000 (0:00:00.022) 0:00:01.749 ***** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:9 Saturday 02 December 2023 14:00:18 +0000 (0:00:00.731) 0:00:02.480 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:00:18 +0000 (0:00:00.029) 0:00:02.510 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:00:18 +0000 (0:00:00.012) 0:00:02.522 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004901", "end": "2023-12-02 14:00:20.037306", "rc": 0, "start": "2023-12-02 14:00:19.032405" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:00:20 +0000 (0:00:01.294) 0:00:03.817 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.012) 0:00:03.830 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:11 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.011) 0:00:03.842 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.034) 0:00:03.876 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.011) 0:00:03.887 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.010) 0:00:03.897 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.014) 0:00:03.911 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.012) 0:00:03.924 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003739", "end": "2023-12-02 14:00:20.356544", "rc": 0, "start": "2023-12-02 14:00:20.352805" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.214) 0:00:04.138 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.013) 0:00:04.151 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:00:20 +0000 (0:00:00.012) 0:00:04.163 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:00:22 +0000 (0:00:02.428) 0:00:06.592 ***** 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.045452", "end": "2023-12-02 14:00:23.072281", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-02 14:00:23.026829" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004066", "end": "2023-12-02 14:00:23.332761", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-02 14:00:23.328695" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003973", "end": "2023-12-02 14:00:23.537205", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-02 14:00:23.533232" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:00:23 +0000 (0:00:00.726) 0:00:07.318 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.172181", "end": "2023-12-02 14:00:23.923268", "rc": 0, "start": "2023-12-02 14:00:23.751087" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:00:23 +0000 (0:00:00.386) 0:00:07.704 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:00:23 +0000 (0:00:00.011) 0:00:07.716 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:00:23 +0000 (0:00:00.011) 0:00:07.728 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:00:23 +0000 (0:00:00.010) 0:00:07.738 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:00:23 +0000 (0:00:00.011) 0:00:07.749 ***** 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-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:15 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.009) 0:00:07.759 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.029) 0:00:07.789 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.013) 0:00:07.802 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525623.0679152, "block_size": 4096, "blocks": 0, "ctime": 1701525623.0679152, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26154, "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": 1701525623.0679152, "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-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.211) 0:00:08.014 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:17 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.014) 0:00:08.029 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.012) 0:00:08.041 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/.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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.020) 0:00:08.061 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.025) 0:00:08.087 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.014) 0:00:08.101 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 02 December 2023 14:00:24 +0000 (0:00:00.015) 0:00:08.117 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 02 December 2023 14:00:26 +0000 (0:00:02.403) 0:00:10.520 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 02 December 2023 14:00:27 +0000 (0:00:00.988) 0:00:11.509 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 02 December 2023 14:00:27 +0000 (0:00:00.026) 0:00:11.535 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 02 December 2023 14:00:27 +0000 (0:00:00.026) 0:00:11.562 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 02 December 2023 14:00:27 +0000 (0:00:00.025) 0:00:11.588 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 02 December 2023 14:00:27 +0000 (0:00:00.062) 0:00:11.650 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 02 December 2023 14:00:27 +0000 (0:00:00.043) 0:00:11.694 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 02 December 2023 14:00:27 +0000 (0:00:00.027) 0:00:11.722 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 02 December 2023 14:00:28 +0000 (0:00:00.039) 0:00:11.761 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 02 December 2023 14:00:28 +0000 (0:00:00.624) 0:00:12.386 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 02 December 2023 14:00:28 +0000 (0:00:00.039) 0:00:12.426 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 02 December 2023 14:00:28 +0000 (0:00:00.022) 0:00:12.448 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 02 December 2023 14:00:28 +0000 (0:00:00.022) 0:00:12.470 ***** 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, 54e19e59-a35e-4bf3-8758-c1040d3fb5b3 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 54e19e59-a35e-4bf3-8758-c1040d3fb5b3 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 02 December 2023 14:00:29 +0000 (0:00:00.850) 0:00:13.321 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 02 December 2023 14:00:29 +0000 (0:00:00.030) 0:00:13.351 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 54e19e59-a35e-4bf3-8758-c1040d3fb5b3", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 54e19e59-a35e-4bf3-8758-c1040d3fb5b3 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 02 December 2023 14:00:29 +0000 (0:00:00.026) 0:00:13.378 ***** 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, 54e19e59-a35e-4bf3-8758-c1040d3fb5b3\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 54e19e59-a35e-4bf3-8758-c1040d3fb5b3 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 54e19e59-a35e-4bf3-8758-c1040d3fb5b3", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 54e19e59-a35e-4bf3-8758-c1040d3fb5b3 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 02 December 2023 14:00:29 +0000 (0:00:00.026) 0:00:13.404 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 02 December 2023 14:00:29 +0000 (0:00:00.026) 0:00:13.430 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:42 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.333) 0:00:13.764 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.052) 0:00:13.816 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.058) 0:00:13.875 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525623.0679152, "block_size": 4096, "blocks": 0, "ctime": 1701525623.0679152, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26154, "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": 1701525623.0679152, "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-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.223) 0:00:14.098 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:44 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.025) 0:00:14.124 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.054) 0:00:14.178 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.038) 0:00:14.217 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.024) 0:00:14.241 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.223) 0:00:14.464 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 02 December 2023 14:00:30 +0000 (0:00:00.023) 0:00:14.487 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.087318", "end": "2023-12-02 14:00:31.005837", "rc": 0, "start": "2023-12-02 14:00:30.918519" } 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.312) 0:00:14.799 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.026) 0:00:14.826 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.022) 0:00:14.849 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.025) 0:00:14.874 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.024) 0:00:14.898 ***** 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-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.023) 0:00:14.922 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.054) 0:00:14.977 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.030) 0:00:15.007 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:48 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.026) 0:00:15.033 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003940", "end": "2023-12-02 14:00:31.469528", "rc": 0, "start": "2023-12-02 14:00:31.465588" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.10.147 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.10.147 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-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:52 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.241) 0:00:15.275 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:58 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.038) 0:00:15.314 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003983", "end": "2023-12-02 14:00:31.752334", "rc": 0, "start": "2023-12-02 14:00:31.748351" } 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-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:62 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.231) 0:00:15.545 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:69 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.027) 0:00:15.573 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.026) 0:00:15.599 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/.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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.050) 0:00:15.650 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.044) 0:00:15.695 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.030) 0:00:15.725 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 02 December 2023 14:00:31 +0000 (0:00:00.029) 0:00:15.755 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 02 December 2023 14:00:35 +0000 (0:00:03.282) 0:00:19.037 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.842) 0:00:19.879 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.027) 0:00:19.907 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.028) 0:00:19.935 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.025) 0:00:19.961 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.068) 0:00:20.029 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.028) 0:00:20.057 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.026) 0:00:20.084 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.040) 0:00:20.125 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.429) 0:00:20.554 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.041) 0:00:20.595 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.022) 0:00:20.617 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 02 December 2023 14:00:36 +0000 (0:00:00.021) 0:00:20.639 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.485) 0:00:21.125 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.030) 0:00:21.155 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.027) 0:00:21.183 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.027) 0:00:21.210 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.055) 0:00:21.266 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:81 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.230) 0:00:21.497 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.059) 0:00:21.556 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.023) 0:00:21.580 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.023) 0:00:21.604 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.039) 0:00:21.643 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:00:37 +0000 (0:00:00.037) 0:00:21.681 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003754", "end": "2023-12-02 14:00:38.113460", "rc": 0, "start": "2023-12-02 14:00:38.109706" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:00:38 +0000 (0:00:00.225) 0:00:21.906 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:00:38 +0000 (0:00:00.027) 0:00:21.933 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:00:38 +0000 (0:00:00.026) 0:00:21.960 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:00:40 +0000 (0:00:02.269) 0:00:24.229 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.033) 0:00:24.262 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.051) 0:00:24.314 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012333", "end": "2023-12-02 14:00:40.759278", "rc": 0, "start": "2023-12-02 14:00:40.746945" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.247) 0:00:24.562 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.024) 0:00:24.586 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.022) 0:00:24.609 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.021) 0:00:24.631 ***** 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-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:85 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.022) 0:00:24.653 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:89 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.024) 0:00:24.678 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:00:40 +0000 (0:00:00.063) 0:00:24.741 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:00:41 +0000 (0:00:00.023) 0:00:24.764 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:00:41 +0000 (0:00:00.024) 0:00:24.788 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:00:41 +0000 (0:00:00.037) 0:00:24.825 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:00:41 +0000 (0:00:00.036) 0:00:24.862 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003818", "end": "2023-12-02 14:00:41.296558", "rc": 0, "start": "2023-12-02 14:00:41.292740" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:00:41 +0000 (0:00:00.227) 0:00:25.090 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:00:41 +0000 (0:00:00.061) 0:00:25.151 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:00:41 +0000 (0:00:00.027) 0:00:25.179 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:00:43 +0000 (0:00:02.273) 0:00:27.453 ***** 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.009338", "end": "2023-12-02 14:00:43.899049", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-02 14:00:43.889711" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004050", "end": "2023-12-02 14:00:44.158270", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-02 14:00:44.154220" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004268", "end": "2023-12-02 14:00:44.363050", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-02 14:00:44.358782" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.703) 0:00:28.157 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023927", "end": "2023-12-02 14:00:44.613772", "rc": 0, "start": "2023-12-02 14:00:44.589845" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.250) 0:00:28.407 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.025) 0:00:28.433 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.024) 0:00:28.458 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.024) 0:00:28.482 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.024) 0:00:28.506 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.025) 0:00:28.532 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/.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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.043) 0:00:28.575 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.039) 0:00:28.614 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.027) 0:00:28.642 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 02 December 2023 14:00:44 +0000 (0:00:00.027) 0:00:28.669 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 02 December 2023 14:00:47 +0000 (0:00:02.289) 0:00:30.959 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.851) 0:00:31.810 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.027) 0:00:31.838 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.029) 0:00:31.868 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.027) 0:00:31.895 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.065) 0:00:31.961 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.027) 0:00:31.989 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.026) 0:00:32.015 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.043) 0:00:32.059 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.430) 0:00:32.489 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.051) 0:00:32.540 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.023) 0:00:32.564 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 02 December 2023 14:00:48 +0000 (0:00:00.023) 0:00:32.588 ***** 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, 2f7d189b-3696-435f-b071-bc01a6452602 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 2f7d189b-3696-435f-b071-bc01a6452602 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 02 December 2023 14:00:49 +0000 (0:00:00.464) 0:00:33.052 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 02 December 2023 14:00:49 +0000 (0:00:00.039) 0:00:33.092 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 2f7d189b-3696-435f-b071-bc01a6452602", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 2f7d189b-3696-435f-b071-bc01a6452602 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 02 December 2023 14:00:49 +0000 (0:00:00.059) 0:00:33.151 ***** 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, 2f7d189b-3696-435f-b071-bc01a6452602\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 2f7d189b-3696-435f-b071-bc01a6452602 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 2f7d189b-3696-435f-b071-bc01a6452602", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 2f7d189b-3696-435f-b071-bc01a6452602 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 02 December 2023 14:00:49 +0000 (0:00:00.029) 0:00:33.181 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 02 December 2023 14:00:49 +0000 (0:00:00.033) 0:00:33.214 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:110 Saturday 02 December 2023 14:00:49 +0000 (0:00:00.233) 0:00:33.447 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 02 December 2023 14:00:49 +0000 (0:00:00.056) 0:00:33.504 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:00:49 +0000 (0:00:00.036) 0:00:33.540 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525643.8947477, "block_size": 4096, "blocks": 0, "ctime": 1701525643.8947477, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26740, "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": 1701525643.8947477, "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-ciiejn5bh1/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.225) 0:00:33.766 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:112 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.028) 0:00:33.794 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.064) 0:00:33.859 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.038) 0:00:33.897 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.023) 0:00:33.921 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.257) 0:00:34.178 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.022) 0:00:34.201 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022713", "end": "2023-12-02 14:00:50.655903", "rc": 0, "start": "2023-12-02 14:00:50.633190" } 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.247) 0:00:34.448 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.026) 0:00:34.474 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.022) 0:00:34.497 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.022) 0:00:34.519 ***** 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-ciiejn5bh1/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.023) 0:00:34.543 ***** 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-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.023) 0:00:34.567 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.028) 0:00:34.595 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.026) 0:00:34.622 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:116 Saturday 02 December 2023 14:00:50 +0000 (0:00:00.024) 0:00:34.647 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004100", "end": "2023-12-02 14:00:51.083001", "rc": 0, "start": "2023-12-02 14:00:51.078901" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.10.147 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.10.147 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-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:120 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.229) 0:00:34.877 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:126 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.027) 0:00:34.904 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004246", "end": "2023-12-02 14:00:51.339365", "rc": 0, "start": "2023-12-02 14:00:51.335119" } 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-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:130 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.227) 0:00:35.132 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:137 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.026) 0:00:35.159 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.025) 0:00:35.184 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/.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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.077) 0:00:35.262 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.042) 0:00:35.305 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.027) 0:00:35.333 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 02 December 2023 14:00:51 +0000 (0:00:00.027) 0:00:35.360 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 02 December 2023 14:00:53 +0000 (0:00:02.326) 0:00:37.687 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 02 December 2023 14:00:54 +0000 (0:00:00.789) 0:00:38.477 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 02 December 2023 14:00:54 +0000 (0:00:00.027) 0:00:38.504 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 02 December 2023 14:00:54 +0000 (0:00:00.029) 0:00:38.534 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 02 December 2023 14:00:54 +0000 (0:00:00.036) 0:00:38.570 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 02 December 2023 14:00:54 +0000 (0:00:00.070) 0:00:38.641 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 02 December 2023 14:00:54 +0000 (0:00:00.030) 0:00:38.671 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 02 December 2023 14:00:54 +0000 (0:00:00.028) 0:00:38.700 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 02 December 2023 14:00:54 +0000 (0:00:00.042) 0:00:38.742 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 02 December 2023 14:00:55 +0000 (0:00:00.475) 0:00:39.218 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 02 December 2023 14:00:55 +0000 (0:00:00.043) 0:00:39.262 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 02 December 2023 14:00:55 +0000 (0:00:00.026) 0:00:39.289 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 02 December 2023 14:00:55 +0000 (0:00:00.026) 0:00:39.315 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.487) 0:00:39.803 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.028) 0:00:39.831 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.030) 0:00:39.862 ***** 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-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.030) 0:00:39.893 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.028) 0:00:39.922 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:149 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.240) 0:00:40.162 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.072) 0:00:40.235 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.025) 0:00:40.261 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.023) 0:00:40.284 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.039) 0:00:40.323 ***** included: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.082) 0:00:40.406 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003894", "end": "2023-12-02 14:00:56.845747", "rc": 0, "start": "2023-12-02 14:00:56.841853" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.234) 0:00:40.640 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.025) 0:00:40.666 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:00:56 +0000 (0:00:00.025) 0:00:40.692 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:00:59 +0000 (0:00:02.281) 0:00:42.974 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:00:59 +0000 (0:00:00.047) 0:00:43.021 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:00:59 +0000 (0:00:00.037) 0:00:43.059 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.021017", "end": "2023-12-02 14:00:59.522313", "rc": 0, "start": "2023-12-02 14:00:59.501296" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:00:59 +0000 (0:00:00.258) 0:00:43.318 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:00:59 +0000 (0:00:00.027) 0:00:43.346 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:00:59 +0000 (0:00:00.027) 0:00:43.373 ***** 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-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:00:59 +0000 (0:00:00.028) 0:00:43.401 ***** 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 02 December 2023 14:00:59 +0000 (0:00:00.068) 0:00:43.470 ***** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 3.28s /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.43s /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.40s /WORKDIR/git-weekly-ciiejn5bh1/.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.33s /WORKDIR/git-weekly-ciiejn5bh1/.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.29s /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.28s /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.27s /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.27s /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 1.29s /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/get_current_interfaces.yml:3 fedora.linux_system_roles.network : Check which packages are installed --- 0.99s /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-ciiejn5bh1/tests/tests_auto_gateway_nm.yml:5 -------------- fedora.linux_system_roles.network : Check which packages are installed --- 0.85s /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.85s /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Check which packages are installed --- 0.84s /WORKDIR/git-weekly-ciiejn5bh1/.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.79s /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tests_auto_gateway.yml:3 ------- Create veth interface veth0 --------------------------------------------- 0.73s /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:23 Create veth interface veth0 --------------------------------------------- 0.70s /WORKDIR/git-weekly-ciiejn5bh1/tests/playbooks/tasks/manage_test_interface.yml:23 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.62s /WORKDIR/git-weekly-ciiejn5bh1/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.49s /WORKDIR/git-weekly-ciiejn5bh1/.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. ---^---^---^---^---^---