# 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-cibl08d8s5/.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-cibl08d8s5/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-cibl08d8s5/tests/tests_auto_gateway_nm.yml:5 Saturday 16 December 2023 13:26:25 +0000 (0:00:00.011) 0:00:00.011 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cibl08d8s5/tests/tests_auto_gateway_nm.yml:9 Saturday 16 December 2023 13:26:26 +0000 (0:00:00.916) 0:00:00.928 ***** included: /WORKDIR/git-weekly-cibl08d8s5/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-cibl08d8s5/tests/tasks/el_repo_setup.yml:3 Saturday 16 December 2023 13:26:26 +0000 (0:00:00.012) 0:00:00.941 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/tasks/el_repo_setup.yml:17 Saturday 16 December 2023 13:26:26 +0000 (0:00:00.354) 0:00:01.296 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/tasks/el_repo_setup.yml:22 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.259) 0:00:01.555 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/tasks/el_repo_setup.yml:26 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.013) 0:00:01.569 ***** 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-cibl08d8s5/tests/tasks/el_repo_setup.yml:51 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.007) 0:00:01.576 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/tasks/enable_epel.yml:8 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.021) 0:00:01.597 ***** 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-cibl08d8s5/tests/tasks/enable_epel.yml:24 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.007) 0:00:01.605 ***** 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-cibl08d8s5/tests/tasks/enable_epel.yml:30 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.007) 0:00:01.612 ***** 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-cibl08d8s5/tests/tasks/enable_epel.yml:35 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.006) 0:00:01.619 ***** 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-cibl08d8s5/tests/tasks/enable_epel.yml:40 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.008) 0:00:01.627 ***** 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-cibl08d8s5/tests/tests_auto_gateway_nm.yml:11 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.007) 0:00:01.635 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:3 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.016) 0:00:01.651 ***** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:9 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.718) 0:00:02.370 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.022) 0:00:02.392 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:26:27 +0000 (0:00:00.011) 0:00:02.404 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003616", "end": "2023-12-16 13:26:28.212693", "rc": 0, "start": "2023-12-16 13:26:28.209077" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.286) 0:00:02.690 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.010) 0:00:02.700 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:11 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.009) 0:00:02.709 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.023) 0:00:02.733 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.008) 0:00:02.742 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.008) 0:00:02.751 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.010) 0:00:02.762 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.009) 0:00:02.772 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003639", "end": "2023-12-16 13:26:28.501996", "rc": 0, "start": "2023-12-16 13:26:28.498357" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.206) 0:00:02.978 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.013) 0:00:02.991 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:26:28 +0000 (0:00:00.010) 0:00:03.002 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:26:30 +0000 (0:00:02.372) 0:00:05.375 ***** 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.043644", "end": "2023-12-16 13:26:31.148033", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-16 13:26:31.104389" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003918", "end": "2023-12-16 13:26:31.405091", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-16 13:26:31.401173" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004082", "end": "2023-12-16 13:26:31.604367", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-16 13:26:31.600285" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:26:31 +0000 (0:00:00.714) 0:00:06.090 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.147423", "end": "2023-12-16 13:26:31.966169", "rc": 0, "start": "2023-12-16 13:26:31.818746" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:26:31 +0000 (0:00:00.356) 0:00:06.446 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.010) 0:00:06.457 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.010) 0:00:06.467 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.010) 0:00:06.478 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.009) 0:00:06.488 ***** 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-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:15 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.008) 0:00:06.496 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.022) 0:00:06.519 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.010) 0:00:06.529 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702733191.143929, "block_size": 4096, "blocks": 0, "ctime": 1702733191.143929, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26303, "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": 1702733191.143929, "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-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.204) 0:00:06.733 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:17 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.010) 0:00:06.744 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.010) 0:00:06.754 ***** included: /WORKDIR/git-weekly-cibl08d8s5/.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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.015) 0:00:06.770 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.020) 0:00:06.790 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.011) 0:00:06.801 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:26:32 +0000 (0:00:00.013) 0:00:06.815 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:26:34 +0000 (0:00:02.306) 0:00:09.121 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:26:35 +0000 (0:00:00.966) 0:00:10.087 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:26:35 +0000 (0:00:00.023) 0:00:10.111 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:26:35 +0000 (0:00:00.023) 0:00:10.135 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:26:35 +0000 (0:00:00.022) 0:00:10.157 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:26:35 +0000 (0:00:00.053) 0:00:10.211 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:26:35 +0000 (0:00:00.041) 0:00:10.252 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:26:35 +0000 (0:00:00.022) 0:00:10.274 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:26:35 +0000 (0:00:00.032) 0:00:10.307 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:26:36 +0000 (0:00:00.587) 0:00:10.894 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:26:36 +0000 (0:00:00.035) 0:00:10.930 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:26:36 +0000 (0:00:00.019) 0:00:10.950 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:26:36 +0000 (0:00:00.023) 0:00:10.974 ***** 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, cd52fd68-6896-466d-b5ac-7b9cb8e47847 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, cd52fd68-6896-466d-b5ac-7b9cb8e47847 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:26:37 +0000 (0:00:00.793) 0:00:11.767 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:26:37 +0000 (0:00:00.025) 0:00:11.792 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, cd52fd68-6896-466d-b5ac-7b9cb8e47847", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, cd52fd68-6896-466d-b5ac-7b9cb8e47847 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:26:37 +0000 (0:00:00.032) 0:00:11.825 ***** 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, cd52fd68-6896-466d-b5ac-7b9cb8e47847\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, cd52fd68-6896-466d-b5ac-7b9cb8e47847 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, cd52fd68-6896-466d-b5ac-7b9cb8e47847", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, cd52fd68-6896-466d-b5ac-7b9cb8e47847 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:26:37 +0000 (0:00:00.023) 0:00:11.848 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:26:37 +0000 (0:00:00.022) 0:00:11.871 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:42 Saturday 16 December 2023 13:26:37 +0000 (0:00:00.315) 0:00:12.186 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:26:37 +0000 (0:00:00.043) 0:00:12.229 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:26:37 +0000 (0:00:00.052) 0:00:12.281 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702733191.143929, "block_size": 4096, "blocks": 0, "ctime": 1702733191.143929, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26303, "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": 1702733191.143929, "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-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.220) 0:00:12.502 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:44 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.036) 0:00:12.539 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.047) 0:00:12.586 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.035) 0:00:12.622 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.023) 0:00:12.645 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.215) 0:00:12.860 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.019) 0:00:12.880 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.051042", "end": "2023-12-16 13:26:38.660593", "rc": 0, "start": "2023-12-16 13:26:38.609551" } 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.280) 0:00:13.161 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.038) 0:00:13.199 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.031) 0:00:13.231 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.034) 0:00:13.265 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.029) 0:00:13.294 ***** 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-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.031) 0:00:13.326 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.060) 0:00:13.386 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.034) 0:00:13.421 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:48 Saturday 16 December 2023 13:26:38 +0000 (0:00:00.028) 0:00:13.450 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004194", "end": "2023-12-16 13:26:39.186096", "rc": 0, "start": "2023-12-16 13:26:39.181902" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.92 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.92 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-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:52 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.224) 0:00:13.675 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:58 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.021) 0:00:13.696 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003913", "end": "2023-12-16 13:26:39.430693", "rc": 0, "start": "2023-12-16 13:26:39.426780" } 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-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:62 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.222) 0:00:13.919 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:69 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.023) 0:00:13.943 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.021) 0:00:13.964 ***** included: /WORKDIR/git-weekly-cibl08d8s5/.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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.036) 0:00:14.001 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.035) 0:00:14.036 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.031) 0:00:14.068 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:26:39 +0000 (0:00:00.028) 0:00:14.096 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:26:41 +0000 (0:00:02.233) 0:00:16.330 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:26:42 +0000 (0:00:00.855) 0:00:17.186 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:26:42 +0000 (0:00:00.033) 0:00:17.219 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:26:42 +0000 (0:00:00.029) 0:00:17.249 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:26:42 +0000 (0:00:00.024) 0:00:17.273 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:26:42 +0000 (0:00:00.062) 0:00:17.336 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:26:42 +0000 (0:00:00.027) 0:00:17.363 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:26:42 +0000 (0:00:00.029) 0:00:17.393 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:26:42 +0000 (0:00:00.036) 0:00:17.429 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:26:43 +0000 (0:00:00.445) 0:00:17.875 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:26:43 +0000 (0:00:00.039) 0:00:17.914 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:26:43 +0000 (0:00:00.019) 0:00:17.933 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:26:43 +0000 (0:00:00.019) 0:00:17.953 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:26:43 +0000 (0:00:00.497) 0:00:18.450 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.043) 0:00:18.493 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.023) 0:00:18.517 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.024) 0:00:18.542 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.068) 0:00:18.610 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:81 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.235) 0:00:18.845 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.045) 0:00:18.891 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.020) 0:00:18.912 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.026) 0:00:18.939 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.052) 0:00:18.992 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.035) 0:00:19.027 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003717", "end": "2023-12-16 13:26:44.758883", "rc": 0, "start": "2023-12-16 13:26:44.755166" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.218) 0:00:19.245 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.034) 0:00:19.279 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:26:44 +0000 (0:00:00.021) 0:00:19.301 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:26:47 +0000 (0:00:02.217) 0:00:21.519 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.030) 0:00:21.549 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.047) 0:00:21.596 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.009805", "end": "2023-12-16 13:26:47.335910", "rc": 0, "start": "2023-12-16 13:26:47.326105" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.238) 0:00:21.835 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.020) 0:00:21.856 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.020) 0:00:21.877 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.020) 0:00:21.898 ***** 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-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:85 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.023) 0:00:21.921 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:89 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.022) 0:00:21.944 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.059) 0:00:22.003 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.024) 0:00:22.027 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.028) 0:00:22.056 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.059) 0:00:22.115 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.031) 0:00:22.147 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003617", "end": "2023-12-16 13:26:47.901043", "rc": 0, "start": "2023-12-16 13:26:47.897426" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:26:47 +0000 (0:00:00.254) 0:00:22.402 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:26:48 +0000 (0:00:00.060) 0:00:22.463 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:26:48 +0000 (0:00:00.029) 0:00:22.492 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:26:50 +0000 (0:00:02.284) 0:00:24.777 ***** 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.007808", "end": "2023-12-16 13:26:50.518255", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-16 13:26:50.510447" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003996", "end": "2023-12-16 13:26:50.774657", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-16 13:26:50.770661" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003867", "end": "2023-12-16 13:26:50.982806", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-16 13:26:50.978939" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.695) 0:00:25.473 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023200", "end": "2023-12-16 13:26:51.225937", "rc": 0, "start": "2023-12-16 13:26:51.202737" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.243) 0:00:25.717 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.022) 0:00:25.740 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.024) 0:00:25.764 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.019) 0:00:25.784 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.020) 0:00:25.805 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.021) 0:00:25.826 ***** included: /WORKDIR/git-weekly-cibl08d8s5/.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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.038) 0:00:25.864 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.035) 0:00:25.899 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.022) 0:00:25.922 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:26:51 +0000 (0:00:00.022) 0:00:25.945 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:26:53 +0000 (0:00:02.202) 0:00:28.147 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:26:54 +0000 (0:00:00.824) 0:00:28.972 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:26:54 +0000 (0:00:00.022) 0:00:28.995 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:26:54 +0000 (0:00:00.022) 0:00:29.017 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:26:54 +0000 (0:00:00.021) 0:00:29.039 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:26:54 +0000 (0:00:00.054) 0:00:29.094 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:26:54 +0000 (0:00:00.023) 0:00:29.117 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:26:54 +0000 (0:00:00.022) 0:00:29.139 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:26:54 +0000 (0:00:00.034) 0:00:29.174 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.444) 0:00:29.619 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.045) 0:00:29.664 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.019) 0:00:29.684 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.019) 0:00:29.703 ***** 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, 6e4b70d0-2b82-4332-9b49-ee5732a26edc [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 6e4b70d0-2b82-4332-9b49-ee5732a26edc (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.441) 0:00:30.145 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.024) 0:00:30.169 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 6e4b70d0-2b82-4332-9b49-ee5732a26edc", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 6e4b70d0-2b82-4332-9b49-ee5732a26edc (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.061) 0:00:30.231 ***** 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, 6e4b70d0-2b82-4332-9b49-ee5732a26edc\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 6e4b70d0-2b82-4332-9b49-ee5732a26edc (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 6e4b70d0-2b82-4332-9b49-ee5732a26edc", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 6e4b70d0-2b82-4332-9b49-ee5732a26edc (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.028) 0:00:30.259 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:26:55 +0000 (0:00:00.032) 0:00:30.291 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:110 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.220) 0:00:30.512 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.047) 0:00:30.560 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.030) 0:00:30.591 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702733210.5145438, "block_size": 4096, "blocks": 0, "ctime": 1702733210.5145438, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26889, "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": 1702733210.5145438, "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-cibl08d8s5/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.214) 0:00:30.805 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:112 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.022) 0:00:30.828 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.047) 0:00:30.875 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.038) 0:00:30.914 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.021) 0:00:30.936 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.243) 0:00:31.179 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.019) 0:00:31.199 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022722", "end": "2023-12-16 13:26:56.950811", "rc": 0, "start": "2023-12-16 13:26:56.928089" } 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 December 2023 13:26:56 +0000 (0:00:00.244) 0:00:31.443 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.026) 0:00:31.469 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.022) 0:00:31.492 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.029) 0:00:31.522 ***** 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-cibl08d8s5/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.024) 0:00:31.546 ***** 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-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.020) 0:00:31.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-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.023) 0:00:31.590 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.024) 0:00:31.615 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:116 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.021) 0:00:31.636 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003837", "end": "2023-12-16 13:26:57.368040", "rc": 0, "start": "2023-12-16 13:26:57.364203" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.92 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.92 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-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:120 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.218) 0:00:31.855 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:126 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.021) 0:00:31.876 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003744", "end": "2023-12-16 13:26:57.606388", "rc": 0, "start": "2023-12-16 13:26:57.602644" } 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-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:130 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.217) 0:00:32.093 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:137 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.021) 0:00:32.115 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.019) 0:00:32.135 ***** included: /WORKDIR/git-weekly-cibl08d8s5/.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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.064) 0:00:32.199 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.034) 0:00:32.234 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.022) 0:00:32.257 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:26:57 +0000 (0:00:00.022) 0:00:32.279 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:27:00 +0000 (0:00:02.195) 0:00:34.475 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:27:00 +0000 (0:00:00.764) 0:00:35.239 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:27:00 +0000 (0:00:00.023) 0:00:35.263 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:27:00 +0000 (0:00:00.026) 0:00:35.289 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:27:00 +0000 (0:00:00.024) 0:00:35.313 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:27:00 +0000 (0:00:00.055) 0:00:35.369 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:27:00 +0000 (0:00:00.023) 0:00:35.392 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:27:00 +0000 (0:00:00.022) 0:00:35.415 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:27:00 +0000 (0:00:00.034) 0:00:35.449 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:27:01 +0000 (0:00:00.446) 0:00:35.896 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:27:01 +0000 (0:00:00.035) 0:00:35.932 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:27:01 +0000 (0:00:00.022) 0:00:35.954 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:27:01 +0000 (0:00:00.020) 0:00:35.974 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:27:01 +0000 (0:00:00.449) 0:00:36.424 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:27:01 +0000 (0:00:00.023) 0:00:36.448 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.023) 0:00:36.471 ***** 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-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.023) 0:00:36.494 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.023) 0:00:36.518 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:149 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.236) 0:00:36.755 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.057) 0:00:36.812 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.028) 0:00:36.840 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.020) 0:00:36.861 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.034) 0:00:36.896 ***** included: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.066) 0:00:36.962 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003624", "end": "2023-12-16 13:27:02.693225", "rc": 0, "start": "2023-12-16 13:27:02.689601" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.219) 0:00:37.181 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.025) 0:00:37.206 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:27:02 +0000 (0:00:00.022) 0:00:37.229 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:27:04 +0000 (0:00:02.190) 0:00:39.419 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:27:05 +0000 (0:00:00.041) 0:00:39.461 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:27:05 +0000 (0:00:00.021) 0:00:39.482 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.016281", "end": "2023-12-16 13:27:05.249707", "rc": 0, "start": "2023-12-16 13:27:05.233426" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:27:05 +0000 (0:00:00.273) 0:00:39.755 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:27:05 +0000 (0:00:00.024) 0:00:39.780 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:27:05 +0000 (0:00:00.023) 0:00:39.804 ***** 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-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:27:05 +0000 (0:00:00.045) 0:00:39.850 ***** 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 16 December 2023 13:27:05 +0000 (0:00:00.078) 0:00:39.928 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.37s /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.31s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.28s /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.23s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.22s /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.20s /WORKDIR/git-weekly-cibl08d8s5/.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.20s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.19s /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 0.97s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-weekly-cibl08d8s5/tests/tests_auto_gateway_nm.yml:5 -------------- fedora.linux_system_roles.network : Check which packages are installed --- 0.86s /WORKDIR/git-weekly-cibl08d8s5/.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.82s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.79s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Check which packages are installed --- 0.76s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tests_auto_gateway.yml:3 ------- Create veth interface veth0 --------------------------------------------- 0.71s /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:23 Create veth interface veth0 --------------------------------------------- 0.70s /WORKDIR/git-weekly-cibl08d8s5/tests/playbooks/tasks/manage_test_interface.yml:23 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.59s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.50s /WORKDIR/git-weekly-cibl08d8s5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.45s /WORKDIR/git-weekly-cibl08d8s5/.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. ---^---^---^---^---^---