# 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-civvn5q1ms/.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-civvn5q1ms/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-civvn5q1ms/tests/tests_auto_gateway_nm.yml:5 Saturday 25 November 2023 13:34:19 +0000 (0:00:00.024) 0:00:00.024 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tests_auto_gateway_nm.yml:9 Saturday 25 November 2023 13:34:21 +0000 (0:00:01.125) 0:00:01.150 ***** included: /WORKDIR/git-weekly-civvn5q1ms/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-civvn5q1ms/tests/tasks/el_repo_setup.yml:3 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.041) 0:00:01.191 ***** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:20 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.036) 0:00:01.228 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set package manager to use for ostree] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:25 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.391) 0:00:01.619 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:32 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.023) 0:00:01.643 ***** 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-civvn5q1ms/tests/tasks/el_repo_setup.yml:57 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.011) 0:00:01.654 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:8 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.018) 0:00:01.673 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:24 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.326) 0:00:02.000 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:30 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.022) 0:00:02.023 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:35 Saturday 25 November 2023 13:34:21 +0000 (0:00:00.021) 0:00:02.044 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.380633", "end": "2023-11-25 13:34:22.575790", "rc": 0, "start": "2023-11-25 13:34:22.195157" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:40 Saturday 25 November 2023 13:34:22 +0000 (0:00:00.607) 0:00:02.652 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tests_auto_gateway_nm.yml:11 Saturday 25 November 2023 13:34:22 +0000 (0:00:00.015) 0:00:02.667 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:3 Saturday 25 November 2023 13:34:22 +0000 (0:00:00.031) 0:00:02.698 ***** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:9 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.649) 0:00:03.348 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.029) 0:00:03.377 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.015) 0:00:03.393 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003597", "end": "2023-11-25 13:34:23.526813", "rc": 0, "start": "2023-11-25 13:34:23.523216" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.198) 0:00:03.591 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.015) 0:00:03.606 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:11 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.015) 0:00:03.622 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.036) 0:00:03.658 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.013) 0:00:03.671 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.015) 0:00:03.687 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.016) 0:00:03.704 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.017) 0:00:03.721 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003612", "end": "2023-11-25 13:34:23.856724", "rc": 0, "start": "2023-11-25 13:34:23.853112" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.199) 0:00:03.921 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.014) 0:00:03.936 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:34:23 +0000 (0:00:00.013) 0:00:03.949 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:34:25 +0000 (0:00:01.894) 0:00:05.844 ***** 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.014141", "end": "2023-11-25 13:34:25.990268", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-11-25 13:34:25.976127" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.007392", "end": "2023-11-25 13:34:26.224457", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-11-25 13:34:26.217065" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.007319", "end": "2023-11-25 13:34:26.418264", "item": "ip link set veth0 up", "rc": 0, "start": "2023-11-25 13:34:26.410945" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.640) 0:00:06.484 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023483", "end": "2023-11-25 13:34:26.636415", "rc": 0, "start": "2023-11-25 13:34:26.612932" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.217) 0:00:06.702 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.014) 0:00:06.717 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.012) 0:00:06.730 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.014) 0:00:06.745 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.015) 0:00:06.760 ***** 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-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:15 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.016) 0:00:06.776 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.044) 0:00:06.820 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.020) 0:00:06.841 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919265.980149, "block_size": 4096, "blocks": 0, "ctime": 1700919265.980149, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23151, "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": 1700919265.980149, "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-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:34:26 +0000 (0:00:00.198) 0:00:07.040 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:17 Saturday 25 November 2023 13:34:27 +0000 (0:00:00.014) 0:00:07.054 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 November 2023 13:34:27 +0000 (0:00:00.012) 0:00:07.067 ***** included: /WORKDIR/git-weekly-civvn5q1ms/.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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:34:27 +0000 (0:00:00.031) 0:00:07.098 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Saturday 25 November 2023 13:34:27 +0000 (0:00:00.037) 0:00:07.136 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Saturday 25 November 2023 13:34:27 +0000 (0:00:00.216) 0:00:07.352 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Saturday 25 November 2023 13:34:27 +0000 (0:00:00.024) 0:00:07.377 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Saturday 25 November 2023 13:34:29 +0000 (0:00:01.848) 0:00:09.225 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 November 2023 13:34:30 +0000 (0:00:01.624) 0:00:10.850 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 November 2023 13:34:30 +0000 (0:00:00.039) 0:00:10.889 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 November 2023 13:34:30 +0000 (0:00:00.040) 0:00:10.929 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 25 November 2023 13:34:30 +0000 (0:00:00.038) 0:00:10.968 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 25 November 2023 13:34:31 +0000 (0:00:00.100) 0:00:11.069 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 25 November 2023 13:34:31 +0000 (0:00:00.040) 0:00:11.109 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 25 November 2023 13:34:31 +0000 (0:00:00.061) 0:00:11.171 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 25 November 2023 13:34:31 +0000 (0:00:00.062) 0:00:11.234 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 25 November 2023 13:34:31 +0000 (0:00:00.698) 0:00:11.932 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 25 November 2023 13:34:31 +0000 (0:00:00.050) 0:00:11.982 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 25 November 2023 13:34:31 +0000 (0:00:00.030) 0:00:12.013 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 25 November 2023 13:34:31 +0000 (0:00:00.031) 0:00:12.045 ***** 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, b91954d4-ba51-4c01-92a2-0e52df0343cb [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b91954d4-ba51-4c01-92a2-0e52df0343cb (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 25 November 2023 13:34:32 +0000 (0:00:00.666) 0:00:12.711 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 25 November 2023 13:34:32 +0000 (0:00:00.029) 0:00:12.740 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b91954d4-ba51-4c01-92a2-0e52df0343cb", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b91954d4-ba51-4c01-92a2-0e52df0343cb (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 25 November 2023 13:34:32 +0000 (0:00:00.027) 0:00:12.768 ***** 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, b91954d4-ba51-4c01-92a2-0e52df0343cb\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b91954d4-ba51-4c01-92a2-0e52df0343cb (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b91954d4-ba51-4c01-92a2-0e52df0343cb", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b91954d4-ba51-4c01-92a2-0e52df0343cb (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 November 2023 13:34:32 +0000 (0:00:00.029) 0:00:12.797 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 25 November 2023 13:34:32 +0000 (0:00:00.028) 0:00:12.826 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:42 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.352) 0:00:13.179 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.093) 0:00:13.272 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.073) 0:00:13.346 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919265.980149, "block_size": 4096, "blocks": 0, "ctime": 1700919265.980149, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23151, "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": 1700919265.980149, "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-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.211) 0:00:13.558 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:44 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.024) 0:00:13.582 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.059) 0:00:13.642 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.042) 0:00:13.685 ***** 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-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.032) 0:00:13.717 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919272.5690567, "block_size": 4096, "blocks": 8, "ctime": 1700919272.5680568, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16798130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1700919272.5680568, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 396, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.211) 0:00:13.929 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 25 November 2023 13:34:33 +0000 (0:00:00.031) 0:00:13.960 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022548", "end": "2023-11-25 13:34:34.113554", "rc": 0, "start": "2023-11-25 13:34:34.091006" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.231) 0:00:14.192 ***** 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-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.038) 0:00:14.230 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.030) 0:00:14.261 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.032) 0:00:14.293 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.036) 0:00:14.330 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.036) 0:00:14.366 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.096) 0:00:14.463 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.033) 0:00:14.497 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:48 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.033) 0:00:14.530 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004477", "end": "2023-11-25 13:34:34.666952", "rc": 0, "start": "2023-11-25 13:34:34.662475" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.113 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.113 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-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:52 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.211) 0:00:14.742 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:58 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.025) 0:00:14.768 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004040", "end": "2023-11-25 13:34:34.899178", "rc": 0, "start": "2023-11-25 13:34:34.895138" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:62 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.211) 0:00:14.979 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:69 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.029) 0:00:15.008 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 November 2023 13:34:34 +0000 (0:00:00.035) 0:00:15.043 ***** included: /WORKDIR/git-weekly-civvn5q1ms/.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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:34:35 +0000 (0:00:00.052) 0:00:15.096 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Saturday 25 November 2023 13:34:35 +0000 (0:00:00.057) 0:00:15.154 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Saturday 25 November 2023 13:34:35 +0000 (0:00:00.232) 0:00:15.386 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Saturday 25 November 2023 13:34:35 +0000 (0:00:00.047) 0:00:15.434 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Saturday 25 November 2023 13:34:37 +0000 (0:00:01.722) 0:00:17.157 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 November 2023 13:34:38 +0000 (0:00:01.377) 0:00:18.535 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 November 2023 13:34:38 +0000 (0:00:00.029) 0:00:18.565 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 November 2023 13:34:38 +0000 (0:00:00.037) 0:00:18.602 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 25 November 2023 13:34:38 +0000 (0:00:00.045) 0:00:18.647 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 25 November 2023 13:34:38 +0000 (0:00:00.097) 0:00:18.745 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 25 November 2023 13:34:38 +0000 (0:00:00.033) 0:00:18.778 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 25 November 2023 13:34:38 +0000 (0:00:00.039) 0:00:18.818 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 25 November 2023 13:34:38 +0000 (0:00:00.047) 0:00:18.866 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 25 November 2023 13:34:39 +0000 (0:00:00.436) 0:00:19.302 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 25 November 2023 13:34:39 +0000 (0:00:00.060) 0:00:19.363 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 25 November 2023 13:34:39 +0000 (0:00:00.048) 0:00:19.411 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 25 November 2023 13:34:39 +0000 (0:00:00.040) 0:00:19.452 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 25 November 2023 13:34:39 +0000 (0:00:00.453) 0:00:19.905 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 25 November 2023 13:34:39 +0000 (0:00:00.047) 0:00:19.952 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 25 November 2023 13:34:39 +0000 (0:00:00.031) 0:00:19.984 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 November 2023 13:34:39 +0000 (0:00:00.048) 0:00:20.033 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.039) 0:00:20.072 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:81 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.281) 0:00:20.354 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.063) 0:00:20.418 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.024) 0:00:20.442 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.023) 0:00:20.466 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.037) 0:00:20.503 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.042) 0:00:20.546 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003662", "end": "2023-11-25 13:34:40.679424", "rc": 0, "start": "2023-11-25 13:34:40.675762" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.209) 0:00:20.756 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.027) 0:00:20.783 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:34:40 +0000 (0:00:00.025) 0:00:20.809 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:34:42 +0000 (0:00:01.445) 0:00:22.254 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.057) 0:00:22.311 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.037) 0:00:22.348 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.016020", "end": "2023-11-25 13:34:42.499329", "rc": 0, "start": "2023-11-25 13:34:42.483309" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.283) 0:00:22.632 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.032) 0:00:22.665 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.036) 0:00:22.701 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.043) 0:00:22.744 ***** 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-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:85 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.038) 0:00:22.783 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:89 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.033) 0:00:22.817 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.072) 0:00:22.889 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.033) 0:00:22.922 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.038) 0:00:22.961 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:34:42 +0000 (0:00:00.066) 0:00:23.027 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:34:43 +0000 (0:00:00.056) 0:00:23.083 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003671", "end": "2023-11-25 13:34:43.231443", "rc": 0, "start": "2023-11-25 13:34:43.227772" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:34:43 +0000 (0:00:00.259) 0:00:23.343 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:34:43 +0000 (0:00:00.052) 0:00:23.395 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:34:43 +0000 (0:00:00.091) 0:00:23.486 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:34:44 +0000 (0:00:01.447) 0:00:24.934 ***** 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.014247", "end": "2023-11-25 13:34:45.101342", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-11-25 13:34:45.087095" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.008127", "end": "2023-11-25 13:34:45.333414", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-11-25 13:34:45.325287" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.008479", "end": "2023-11-25 13:34:45.526677", "item": "ip link set veth0 up", "rc": 0, "start": "2023-11-25 13:34:45.518198" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:34:45 +0000 (0:00:00.679) 0:00:25.614 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024506", "end": "2023-11-25 13:34:45.772695", "rc": 0, "start": "2023-11-25 13:34:45.748189" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:34:45 +0000 (0:00:00.240) 0:00:25.854 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:34:45 +0000 (0:00:00.030) 0:00:25.884 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:34:45 +0000 (0:00:00.039) 0:00:25.923 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:34:45 +0000 (0:00:00.038) 0:00:25.961 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:34:45 +0000 (0:00:00.038) 0:00:26.000 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 November 2023 13:34:45 +0000 (0:00:00.031) 0:00:26.031 ***** included: /WORKDIR/git-weekly-civvn5q1ms/.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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:34:46 +0000 (0:00:00.053) 0:00:26.085 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Saturday 25 November 2023 13:34:46 +0000 (0:00:00.056) 0:00:26.141 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Saturday 25 November 2023 13:34:46 +0000 (0:00:00.235) 0:00:26.377 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Saturday 25 November 2023 13:34:46 +0000 (0:00:00.050) 0:00:26.427 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Saturday 25 November 2023 13:34:48 +0000 (0:00:01.713) 0:00:28.141 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 November 2023 13:34:49 +0000 (0:00:01.483) 0:00:29.625 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 November 2023 13:34:49 +0000 (0:00:00.063) 0:00:29.689 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 November 2023 13:34:49 +0000 (0:00:00.044) 0:00:29.733 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 25 November 2023 13:34:49 +0000 (0:00:00.062) 0:00:29.795 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 25 November 2023 13:34:49 +0000 (0:00:00.150) 0:00:29.946 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 25 November 2023 13:34:49 +0000 (0:00:00.051) 0:00:29.997 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 25 November 2023 13:34:50 +0000 (0:00:00.055) 0:00:30.052 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 25 November 2023 13:34:50 +0000 (0:00:00.089) 0:00:30.142 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 25 November 2023 13:34:50 +0000 (0:00:00.471) 0:00:30.613 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 25 November 2023 13:34:50 +0000 (0:00:00.064) 0:00:30.677 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 25 November 2023 13:34:50 +0000 (0:00:00.037) 0:00:30.715 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 25 November 2023 13:34:50 +0000 (0:00:00.033) 0:00:30.748 ***** 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, 08b47fc7-8e16-44c5-988a-c75541841368 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 08b47fc7-8e16-44c5-988a-c75541841368 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 25 November 2023 13:34:51 +0000 (0:00:00.492) 0:00:31.241 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 25 November 2023 13:34:51 +0000 (0:00:00.066) 0:00:31.307 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 08b47fc7-8e16-44c5-988a-c75541841368", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 08b47fc7-8e16-44c5-988a-c75541841368 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 25 November 2023 13:34:51 +0000 (0:00:00.046) 0:00:31.354 ***** 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, 08b47fc7-8e16-44c5-988a-c75541841368\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 08b47fc7-8e16-44c5-988a-c75541841368 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 08b47fc7-8e16-44c5-988a-c75541841368", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 08b47fc7-8e16-44c5-988a-c75541841368 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 November 2023 13:34:51 +0000 (0:00:00.094) 0:00:31.448 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 25 November 2023 13:34:51 +0000 (0:00:00.033) 0:00:31.482 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:110 Saturday 25 November 2023 13:34:51 +0000 (0:00:00.240) 0:00:31.722 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:34:51 +0000 (0:00:00.077) 0:00:31.799 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:34:51 +0000 (0:00:00.043) 0:00:31.843 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919285.0911593, "block_size": 4096, "blocks": 0, "ctime": 1700919285.0911593, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23737, "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": 1700919285.0911593, "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-civvn5q1ms/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.226) 0:00:32.070 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:112 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.040) 0:00:32.110 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.080) 0:00:32.190 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.046) 0:00:32.237 ***** 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-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.024) 0:00:32.261 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919291.1279988, "block_size": 4096, "blocks": 8, "ctime": 1700919291.085999, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16798130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1700919291.085999, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 323, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.206) 0:00:32.468 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.062) 0:00:32.531 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023156", "end": "2023-11-25 13:34:52.687325", "rc": 0, "start": "2023-11-25 13:34:52.664169" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.242) 0:00:32.773 ***** 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-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.032) 0:00:32.805 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.028) 0:00:32.833 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.026) 0:00:32.860 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.026) 0:00:32.886 ***** skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.034) 0:00:32.920 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.027) 0:00:32.948 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.028) 0:00:32.977 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:116 Saturday 25 November 2023 13:34:52 +0000 (0:00:00.039) 0:00:33.016 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004423", "end": "2023-11-25 13:34:53.152694", "rc": 0, "start": "2023-11-25 13:34:53.148271" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.14.113 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.14.113 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-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:120 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.211) 0:00:33.228 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:126 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.029) 0:00:33.257 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004079", "end": "2023-11-25 13:34:53.392822", "rc": 0, "start": "2023-11-25 13:34:53.388743" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:130 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.220) 0:00:33.477 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:137 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.037) 0:00:33.515 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.042) 0:00:33.557 ***** included: /WORKDIR/git-weekly-civvn5q1ms/.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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.059) 0:00:33.616 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.102) 0:00:33.719 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.226) 0:00:33.946 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Saturday 25 November 2023 13:34:53 +0000 (0:00:00.049) 0:00:33.996 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Saturday 25 November 2023 13:34:55 +0000 (0:00:01.698) 0:00:35.695 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 November 2023 13:34:56 +0000 (0:00:01.325) 0:00:37.020 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.037) 0:00:37.058 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.035) 0:00:37.094 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.037) 0:00:37.131 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.090) 0:00:37.221 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.028) 0:00:37.250 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.028) 0:00:37.278 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.053) 0:00:37.331 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.399) 0:00:37.731 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.050) 0:00:37.781 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.061) 0:00:37.843 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 25 November 2023 13:34:57 +0000 (0:00:00.037) 0:00:37.880 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.437) 0:00:38.318 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.045) 0:00:38.363 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.031) 0:00:38.394 ***** 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-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.029) 0:00:38.424 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.032) 0:00:38.456 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:149 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.245) 0:00:38.701 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.097) 0:00:38.799 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.028) 0:00:38.828 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.034) 0:00:38.863 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.058) 0:00:38.921 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:34:58 +0000 (0:00:00.071) 0:00:38.993 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003620", "end": "2023-11-25 13:34:59.124600", "rc": 0, "start": "2023-11-25 13:34:59.120980" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:34:59 +0000 (0:00:00.207) 0:00:39.200 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:34:59 +0000 (0:00:00.026) 0:00:39.227 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:34:59 +0000 (0:00:00.040) 0:00:39.268 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:35:00 +0000 (0:00:01.454) 0:00:40.722 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:35:00 +0000 (0:00:00.038) 0:00:40.760 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:35:00 +0000 (0:00:00.027) 0:00:40.787 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015654", "end": "2023-11-25 13:35:00.936179", "rc": 0, "start": "2023-11-25 13:35:00.920525" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:35:00 +0000 (0:00:00.239) 0:00:41.027 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:35:01 +0000 (0:00:00.040) 0:00:41.067 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:35:01 +0000 (0:00:00.037) 0:00:41.105 ***** 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-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:35:01 +0000 (0:00:00.043) 0:00:41.149 ***** 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=131 changed=4 unreachable=0 failed=0 skipped=96 rescued=0 ignored=0 Saturday 25 November 2023 13:35:01 +0000 (0:00:00.116) 0:00:41.265 ***** =============================================================================== Install iproute --------------------------------------------------------- 1.89s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 1.85s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.72s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.71s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.70s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which packages are installed --- 1.62s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Check which packages are installed --- 1.48s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.38s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Check which packages are installed --- 1.33s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Gathering Facts --------------------------------------------------------- 1.13s /WORKDIR/git-weekly-civvn5q1ms/tests/tests_auto_gateway_nm.yml:5 -------------- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.70s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Create veth interface veth0 --------------------------------------------- 0.68s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.67s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Gathering Facts --------------------------------------------------------- 0.65s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tests_auto_gateway.yml:3 ------- Create veth interface veth0 --------------------------------------------- 0.64s /WORKDIR/git-weekly-civvn5q1ms/tests/playbooks/tasks/manage_test_interface.yml:22 Enable EPEL 8 ----------------------------------------------------------- 0.61s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:35 ----------------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.49s /WORKDIR/git-weekly-civvn5q1ms/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---