# 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-ansible-lint-test-2.16t_odk5db/.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-ansible-lint-test-2.16t_odk5db/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-ansible-lint-test-2.16t_odk5db/tests/tests_auto_gateway_nm.yml:5 Tuesday 19 December 2023 15:41:58 +0000 (0:00:00.011) 0:00:00.011 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tests_auto_gateway_nm.yml:9 Tuesday 19 December 2023 15:41:59 +0000 (0:00:00.881) 0:00:00.892 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/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-ansible-lint-test-2.16t_odk5db/tests/tasks/el_repo_setup.yml:3 Tuesday 19 December 2023 15:41:59 +0000 (0:00:00.011) 0:00:00.904 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tasks/el_repo_setup.yml:17 Tuesday 19 December 2023 15:41:59 +0000 (0:00:00.350) 0:00:01.254 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tasks/el_repo_setup.yml:22 Tuesday 19 December 2023 15:41:59 +0000 (0:00:00.244) 0:00:01.499 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tasks/el_repo_setup.yml:26 Tuesday 19 December 2023 15:41:59 +0000 (0:00:00.015) 0:00:01.514 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tasks/el_repo_setup.yml:51 Tuesday 19 December 2023 15:41:59 +0000 (0:00:00.009) 0:00:01.524 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tasks/enable_epel.yml:8 Tuesday 19 December 2023 15:41:59 +0000 (0:00:00.022) 0:00:01.546 ****** 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-ansible-lint-test-2.16t_odk5db/tests/tasks/enable_epel.yml:24 Tuesday 19 December 2023 15:42:00 +0000 (0:00:00.257) 0:00:01.804 ****** 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-ansible-lint-test-2.16t_odk5db/tests/tasks/enable_epel.yml:30 Tuesday 19 December 2023 15:42:00 +0000 (0:00:00.008) 0:00:01.813 ****** 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-ansible-lint-test-2.16t_odk5db/tests/tasks/enable_epel.yml:35 Tuesday 19 December 2023 15:42:00 +0000 (0:00:00.008) 0:00:01.821 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.247290", "end": "2023-12-19 15:42:00.689953", "rc": 0, "start": "2023-12-19 15:42:00.442663" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tasks/enable_epel.yml:40 Tuesday 19 December 2023 15:42:00 +0000 (0:00:00.436) 0:00:02.258 ****** 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-ansible-lint-test-2.16t_odk5db/tests/tests_auto_gateway_nm.yml:11 Tuesday 19 December 2023 15:42:00 +0000 (0:00:00.008) 0:00:02.266 ****** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:3 Tuesday 19 December 2023 15:42:00 +0000 (0:00:00.016) 0:00:02.283 ****** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:9 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.722) 0:00:03.005 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.022) 0:00:03.028 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.010) 0:00:03.038 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003750", "end": "2023-12-19 15:42:01.663389", "rc": 0, "start": "2023-12-19 15:42:01.659639" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.193) 0:00:03.232 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.010) 0:00:03.242 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:11 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.009) 0:00:03.252 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.024) 0:00:03.276 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.007) 0:00:03.284 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.007) 0:00:03.291 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.010) 0:00:03.301 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.011) 0:00:03.313 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003745", "end": "2023-12-19 15:42:01.939014", "rc": 0, "start": "2023-12-19 15:42:01.935269" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.193) 0:00:03.506 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.011) 0:00:03.517 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 19 December 2023 15:42:01 +0000 (0:00:00.009) 0:00:03.527 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 19 December 2023 15:42:05 +0000 (0:00:03.274) 0:00:06.802 ****** 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.013356", "end": "2023-12-19 15:42:05.439406", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-19 15:42:05.426050" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003887", "end": "2023-12-19 15:42:05.666864", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-19 15:42:05.662977" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004515", "end": "2023-12-19 15:42:05.851101", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-19 15:42:05.846586" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 19 December 2023 15:42:05 +0000 (0:00:00.621) 0:00:07.423 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024155", "end": "2023-12-19 15:42:06.070935", "rc": 0, "start": "2023-12-19 15:42:06.046780" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.215) 0:00:07.639 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.009) 0:00:07.648 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.009) 0:00:07.658 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.009) 0:00:07.667 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.009) 0:00:07.676 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:15 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.008) 0:00:07.685 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.023) 0:00:07.709 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.011) 0:00:07.720 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1703000525.4300814, "block_size": 4096, "blocks": 0, "ctime": 1703000525.4300814, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22923, "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": 1703000525.4300814, "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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.207) 0:00:07.927 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:17 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.023) 0:00:07.951 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.014) 0:00:07.965 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.017) 0:00:07.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 : Check if system is ostree] *********** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.019) 0:00:08.002 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.039) 0:00:08.042 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 19 December 2023 15:42:06 +0000 (0:00:00.015) 0:00:08.057 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 19 December 2023 15:42:08 +0000 (0:00:01.727) 0:00:09.784 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 19 December 2023 15:42:09 +0000 (0:00:01.515) 0:00:11.300 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 19 December 2023 15:42:09 +0000 (0:00:00.031) 0:00:11.331 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 19 December 2023 15:42:09 +0000 (0:00:00.022) 0:00:11.354 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 19 December 2023 15:42:09 +0000 (0:00:00.022) 0:00:11.376 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 19 December 2023 15:42:09 +0000 (0:00:00.064) 0:00:11.440 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 19 December 2023 15:42:09 +0000 (0:00:00.027) 0:00:11.468 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 19 December 2023 15:42:09 +0000 (0:00:00.050) 0:00:11.519 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 19 December 2023 15:42:10 +0000 (0:00:00.033) 0:00:11.553 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 19 December 2023 15:42:10 +0000 (0:00:00.549) 0:00:12.102 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 19 December 2023 15:42:10 +0000 (0:00:00.036) 0:00:12.138 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 19 December 2023 15:42:10 +0000 (0:00:00.019) 0:00:12.158 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 19 December 2023 15:42:10 +0000 (0:00:00.018) 0:00:12.176 ****** 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, bdf8dc5d-fddb-4865-99e1-f1f7a67c12e0 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bdf8dc5d-fddb-4865-99e1-f1f7a67c12e0 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.530) 0:00:12.707 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.022) 0:00:12.729 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bdf8dc5d-fddb-4865-99e1-f1f7a67c12e0", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bdf8dc5d-fddb-4865-99e1-f1f7a67c12e0 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.020) 0:00:12.750 ****** 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, bdf8dc5d-fddb-4865-99e1-f1f7a67c12e0\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bdf8dc5d-fddb-4865-99e1-f1f7a67c12e0 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, bdf8dc5d-fddb-4865-99e1-f1f7a67c12e0", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, bdf8dc5d-fddb-4865-99e1-f1f7a67c12e0 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.022) 0:00:12.773 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.022) 0:00:12.795 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:42 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.301) 0:00:13.097 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.044) 0:00:13.142 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.067) 0:00:13.209 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1703000525.4300814, "block_size": 4096, "blocks": 0, "ctime": 1703000525.4300814, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22923, "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": 1703000525.4300814, "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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.204) 0:00:13.414 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:44 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.023) 0:00:13.437 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.045) 0:00:13.483 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 19 December 2023 15:42:11 +0000 (0:00:00.040) 0:00:13.523 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.026) 0:00:13.550 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1703000531.1095688, "block_size": 4096, "blocks": 8, "ctime": 1703000531.0685694, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4750457, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703000531.0685694, "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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.203) 0:00:13.753 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.023) 0:00:13.777 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023115", "end": "2023-12-19 15:42:12.424734", "rc": 0, "start": "2023-12-19 15:42:12.401619" } 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.227) 0:00:14.005 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.022) 0:00:14.027 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.020) 0:00:14.048 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.019) 0:00:14.067 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.020) 0:00:14.087 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.019) 0:00:14.107 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.022) 0:00:14.129 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.048) 0:00:14.177 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:48 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.022) 0:00:14.200 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004666", "end": "2023-12-19 15:42:12.827652", "rc": 0, "start": "2023-12-19 15:42:12.822986" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.67 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.13.67 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:52 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.204) 0:00:14.405 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:58 Tuesday 19 December 2023 15:42:12 +0000 (0:00:00.023) 0:00:14.428 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004240", "end": "2023-12-19 15:42:13.055050", "rc": 0, "start": "2023-12-19 15:42:13.050810" } 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:62 Tuesday 19 December 2023 15:42:13 +0000 (0:00:00.204) 0:00:14.633 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:69 Tuesday 19 December 2023 15:42:13 +0000 (0:00:00.021) 0:00:14.654 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 19 December 2023 15:42:13 +0000 (0:00:00.020) 0:00:14.675 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 19 December 2023 15:42:13 +0000 (0:00:00.034) 0:00:14.709 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 19 December 2023 15:42:13 +0000 (0:00:00.033) 0:00:14.743 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 19 December 2023 15:42:13 +0000 (0:00:00.028) 0:00:14.771 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 19 December 2023 15:42:13 +0000 (0:00:00.029) 0:00:14.800 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 19 December 2023 15:42:14 +0000 (0:00:01.624) 0:00:16.425 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 19 December 2023 15:42:16 +0000 (0:00:01.385) 0:00:17.810 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.051) 0:00:17.862 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.022) 0:00:17.885 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.024) 0:00:17.909 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.053) 0:00:17.963 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.023) 0:00:17.986 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.023) 0:00:18.010 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.032) 0:00:18.043 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.379) 0:00:18.422 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.033) 0:00:18.456 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.019) 0:00:18.475 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 19 December 2023 15:42:16 +0000 (0:00:00.018) 0:00:18.493 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.404) 0:00:18.898 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.022) 0:00:18.921 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.021) 0:00:18.943 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.022) 0:00:18.965 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.021) 0:00:18.987 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:81 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.231) 0:00:19.219 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.045) 0:00:19.265 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.018) 0:00:19.283 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.018) 0:00:19.302 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.029) 0:00:19.331 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 19 December 2023 15:42:17 +0000 (0:00:00.029) 0:00:19.360 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003838", "end": "2023-12-19 15:42:17.986742", "rc": 0, "start": "2023-12-19 15:42:17.982904" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 19 December 2023 15:42:18 +0000 (0:00:00.204) 0:00:19.565 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 19 December 2023 15:42:18 +0000 (0:00:00.020) 0:00:19.586 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 19 December 2023 15:42:18 +0000 (0:00:00.019) 0:00:19.605 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 19 December 2023 15:42:21 +0000 (0:00:03.122) 0:00:22.727 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.025) 0:00:22.753 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.018) 0:00:22.771 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.016285", "end": "2023-12-19 15:42:21.413767", "rc": 0, "start": "2023-12-19 15:42:21.397482" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.222) 0:00:22.993 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.046) 0:00:23.040 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.019) 0:00:23.059 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.019) 0:00:23.078 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:85 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.018) 0:00:23.097 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:89 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.019) 0:00:23.116 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.047) 0:00:23.163 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.019) 0:00:23.182 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.018) 0:00:23.200 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.030) 0:00:23.231 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.030) 0:00:23.261 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003703", "end": "2023-12-19 15:42:21.888575", "rc": 0, "start": "2023-12-19 15:42:21.884872" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.204) 0:00:23.466 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.020) 0:00:23.486 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 19 December 2023 15:42:21 +0000 (0:00:00.020) 0:00:23.506 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 19 December 2023 15:42:24 +0000 (0:00:02.992) 0:00:26.499 ****** 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.012717", "end": "2023-12-19 15:42:25.137015", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-19 15:42:25.124298" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004223", "end": "2023-12-19 15:42:25.361277", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-19 15:42:25.357054" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004386", "end": "2023-12-19 15:42:25.547856", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-19 15:42:25.543470" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.651) 0:00:27.151 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023549", "end": "2023-12-19 15:42:25.798830", "rc": 0, "start": "2023-12-19 15:42:25.775281" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.226) 0:00:27.378 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.018) 0:00:27.396 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.019) 0:00:27.416 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.019) 0:00:27.435 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.018) 0:00:27.453 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.019) 0:00:27.472 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.033) 0:00:27.506 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 19 December 2023 15:42:25 +0000 (0:00:00.032) 0:00:27.539 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 19 December 2023 15:42:26 +0000 (0:00:00.023) 0:00:27.562 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 19 December 2023 15:42:26 +0000 (0:00:00.022) 0:00:27.585 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 19 December 2023 15:42:27 +0000 (0:00:01.603) 0:00:29.188 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 19 December 2023 15:42:28 +0000 (0:00:01.359) 0:00:30.548 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.051) 0:00:30.599 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.023) 0:00:30.622 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.021) 0:00:30.644 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.052) 0:00:30.696 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.022) 0:00:30.719 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.020) 0:00:30.740 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.034) 0:00:30.774 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.379) 0:00:31.154 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.034) 0:00:31.188 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.019) 0:00:31.207 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 19 December 2023 15:42:29 +0000 (0:00:00.019) 0:00:31.226 ****** 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, 500a3fb9-c9c2-42b7-8d6c-62d1f44fe65a [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 500a3fb9-c9c2-42b7-8d6c-62d1f44fe65a (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.393) 0:00:31.620 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.023) 0:00:31.644 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 500a3fb9-c9c2-42b7-8d6c-62d1f44fe65a", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 500a3fb9-c9c2-42b7-8d6c-62d1f44fe65a (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.022) 0:00:31.666 ****** 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, 500a3fb9-c9c2-42b7-8d6c-62d1f44fe65a\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 500a3fb9-c9c2-42b7-8d6c-62d1f44fe65a (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 500a3fb9-c9c2-42b7-8d6c-62d1f44fe65a", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 500a3fb9-c9c2-42b7-8d6c-62d1f44fe65a (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.021) 0:00:31.688 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.022) 0:00:31.710 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:110 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.238) 0:00:31.949 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.047) 0:00:31.996 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.029) 0:00:32.025 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1703000545.1282454, "block_size": 4096, "blocks": 0, "ctime": 1703000545.1282454, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23509, "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": 1703000545.1282454, "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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.198) 0:00:32.224 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:112 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.021) 0:00:32.246 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.047) 0:00:32.294 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.032) 0:00:32.326 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.019) 0:00:32.346 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1703000550.0233498, "block_size": 4096, "blocks": 8, "ctime": 1703000549.98235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4750457, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703000549.98235, "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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 19 December 2023 15:42:30 +0000 (0:00:00.198) 0:00:32.544 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.020) 0:00:32.565 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021889", "end": "2023-12-19 15:42:31.208029", "rc": 0, "start": "2023-12-19 15:42:31.186140" } 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.220) 0:00:32.785 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.048) 0:00:32.834 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.020) 0:00:32.854 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.020) 0:00:32.875 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.021) 0:00:32.897 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.020) 0:00:32.917 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.023) 0:00:32.941 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.022) 0:00:32.963 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:116 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.022) 0:00:32.985 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004281", "end": "2023-12-19 15:42:31.609769", "rc": 0, "start": "2023-12-19 15:42:31.605488" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.67 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.67 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:120 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.201) 0:00:33.187 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:126 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.022) 0:00:33.209 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003777", "end": "2023-12-19 15:42:31.834115", "rc": 0, "start": "2023-12-19 15:42:31.830338" } 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:130 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.200) 0:00:33.410 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:137 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.021) 0:00:33.432 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.019) 0:00:33.452 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.033) 0:00:33.486 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.032) 0:00:33.518 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 19 December 2023 15:42:31 +0000 (0:00:00.022) 0:00:33.541 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 19 December 2023 15:42:32 +0000 (0:00:00.051) 0:00:33.592 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 19 December 2023 15:42:33 +0000 (0:00:01.575) 0:00:35.167 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 19 December 2023 15:42:34 +0000 (0:00:01.321) 0:00:36.489 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 19 December 2023 15:42:34 +0000 (0:00:00.022) 0:00:36.512 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 19 December 2023 15:42:34 +0000 (0:00:00.024) 0:00:36.536 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.023) 0:00:36.560 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.052) 0:00:36.612 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.025) 0:00:36.637 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.022) 0:00:36.660 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.032) 0:00:36.692 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.376) 0:00:37.069 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.034) 0:00:37.103 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.018) 0:00:37.121 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 19 December 2023 15:42:35 +0000 (0:00:00.017) 0:00:37.139 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.465) 0:00:37.605 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.022) 0:00:37.628 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.021) 0:00:37.650 ****** 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-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.022) 0:00:37.672 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.022) 0:00:37.694 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:149 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.204) 0:00:37.899 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.051) 0:00:37.950 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.021) 0:00:37.971 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.018) 0:00:37.990 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.031) 0:00:38.022 ****** included: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.033) 0:00:38.055 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003689", "end": "2023-12-19 15:42:36.680081", "rc": 0, "start": "2023-12-19 15:42:36.676392" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.204) 0:00:38.260 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.021) 0:00:38.282 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 19 December 2023 15:42:36 +0000 (0:00:00.054) 0:00:38.336 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 19 December 2023 15:42:39 +0000 (0:00:02.985) 0:00:41.321 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 19 December 2023 15:42:39 +0000 (0:00:00.026) 0:00:41.348 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 19 December 2023 15:42:39 +0000 (0:00:00.020) 0:00:41.368 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011932", "end": "2023-12-19 15:42:40.001824", "rc": 0, "start": "2023-12-19 15:42:39.989892" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 19 December 2023 15:42:40 +0000 (0:00:00.216) 0:00:41.584 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 19 December 2023 15:42:40 +0000 (0:00:00.020) 0:00:41.605 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 19 December 2023 15:42:40 +0000 (0:00:00.019) 0:00:41.624 ****** 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-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 19 December 2023 15:42:40 +0000 (0:00:00.018) 0:00:41.643 ****** 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=129 changed=4 unreachable=0 failed=0 skipped=98 rescued=0 ignored=0 Tuesday 19 December 2023 15:42:40 +0000 (0:00:00.049) 0:00:41.693 ****** =============================================================================== Install iproute --------------------------------------------------------- 3.27s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.12s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.99s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.99s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 1.73s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.62s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.60s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.52s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.39s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.36s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.32s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tests_auto_gateway_nm.yml:5 - Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tests_auto_gateway.yml:3 Create veth interface veth0 --------------------------------------------- 0.65s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:23 Create veth interface veth0 --------------------------------------------- 0.62s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/playbooks/tasks/manage_test_interface.yml:23 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.55s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.53s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.47s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-ansible-lint-test-2.16t_odk5db/tests/tasks/enable_epel.yml:35 ---- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---