# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_initscripts.yml *********************************** 2 plays in /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tests_auto_gateway_initscripts.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tests_auto_gateway_initscripts.yml:4 Thursday 14 December 2023 17:20:05 +0000 (0:00:00.015) 0:00:00.015 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tests_auto_gateway_initscripts.yml:8 Thursday 14 December 2023 17:20:06 +0000 (0:00:00.818) 0:00:00.834 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/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.160i_gkni7/tests/tasks/el_repo_setup.yml:3 Thursday 14 December 2023 17:20:06 +0000 (0:00:00.047) 0:00:00.881 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/el_repo_setup.yml:19 Thursday 14 December 2023 17:20:07 +0000 (0:00:00.406) 0:00:01.288 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/el_repo_setup.yml:24 Thursday 14 December 2023 17:20:07 +0000 (0:00:00.293) 0:00:01.582 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/el_repo_setup.yml:28 Thursday 14 December 2023 17:20:07 +0000 (0:00:00.028) 0:00:01.611 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/el_repo_setup.yml:53 Thursday 14 December 2023 17:20:07 +0000 (0:00:00.027) 0:00:01.638 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/enable_epel.yml:8 Thursday 14 December 2023 17:20:07 +0000 (0:00:00.057) 0:00:01.696 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/enable_epel.yml:24 Thursday 14 December 2023 17:20:07 +0000 (0:00:00.497) 0:00:02.193 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/enable_epel.yml:30 Thursday 14 December 2023 17:20:07 +0000 (0:00:00.032) 0:00:02.225 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/enable_epel.yml:35 Thursday 14 December 2023 17:20:08 +0000 (0:00:00.045) 0:00:02.271 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.244859", "end": "2023-12-14 17:20:08.458670", "rc": 0, "start": "2023-12-14 17:20:08.213811" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tasks/enable_epel.yml:40 Thursday 14 December 2023 17:20:08 +0000 (0:00:00.467) 0:00:02.739 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/tests_auto_gateway_initscripts.yml:10 Thursday 14 December 2023 17:20:08 +0000 (0:00:00.024) 0:00:02.763 ***** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:3 Thursday 14 December 2023 17:20:08 +0000 (0:00:00.026) 0:00:02.790 ***** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:9 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.565) 0:00:03.355 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.023) 0:00:03.379 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.013) 0:00:03.392 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003565", "end": "2023-12-14 17:20:09.319133", "rc": 0, "start": "2023-12-14 17:20:09.315568" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.234) 0:00:03.627 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.072) 0:00:03.700 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:11 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.074) 0:00:03.775 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.076) 0:00:03.851 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.065) 0:00:03.916 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.024) 0:00:03.941 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.040) 0:00:03.981 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.027) 0:00:04.009 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003581", "end": "2023-12-14 17:20:09.938464", "rc": 0, "start": "2023-12-14 17:20:09.934883" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 December 2023 17:20:09 +0000 (0:00:00.205) 0:00:04.215 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 December 2023 17:20:10 +0000 (0:00:00.046) 0:00:04.261 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 December 2023 17:20:10 +0000 (0:00:00.028) 0:00:04.290 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:24 Thursday 14 December 2023 17:20:13 +0000 (0:00:03.394) 0:00:07.684 ***** 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.015749", "end": "2023-12-14 17:20:13.653147", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-14 17:20:13.637398" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003996", "end": "2023-12-14 17:20:13.882449", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-14 17:20:13.878453" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004487", "end": "2023-12-14 17:20:14.088378", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-14 17:20:14.083891" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:33 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.669) 0:00:08.354 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.297878", "end": "2023-12-14 17:20:14.583109", "rc": 0, "start": "2023-12-14 17:20:14.285231" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:41 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.495) 0:00:08.850 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:48 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.013) 0:00:08.863 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:54 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.011) 0:00:08.874 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:61 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.042) 0:00:08.917 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:67 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.015) 0:00:08.932 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:15 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.010) 0:00:08.943 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/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.160i_gkni7/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.067) 0:00:09.011 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 December 2023 17:20:14 +0000 (0:00:00.035) 0:00:09.046 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702574413.6485572, "block_size": 4096, "blocks": 0, "ctime": 1702574413.6485572, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21759, "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": 1702574413.6485572, "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.160i_gkni7/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 December 2023 17:20:15 +0000 (0:00:00.275) 0:00:09.321 ***** 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.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:17 Thursday 14 December 2023 17:20:15 +0000 (0:00:00.031) 0:00:09.352 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 December 2023 17:20:15 +0000 (0:00:00.029) 0:00:09.382 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 December 2023 17:20:15 +0000 (0:00:00.089) 0:00:09.472 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 December 2023 17:20:15 +0000 (0:00:00.034) 0:00:09.507 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 December 2023 17:20:15 +0000 (0:00:00.039) 0:00:09.546 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 December 2023 17:20:15 +0000 (0:00:00.035) 0:00:09.582 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 December 2023 17:20:16 +0000 (0:00:01.659) 0:00:11.241 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 December 2023 17:20:18 +0000 (0:00:01.503) 0:00:12.745 ***** ok: [sut] => {} MSG: Using network provider: initscripts TASK [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.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 December 2023 17:20:18 +0000 (0:00:00.083) 0:00:12.829 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 December 2023 17:20:18 +0000 (0:00:00.029) 0:00:12.858 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 December 2023 17:20:18 +0000 (0:00:00.033) 0:00:12.891 ***** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: network-scripts-team-1.31-4.el8.x86_64", "Installed: network-scripts-10.00.18-1.el8.x86_64" ] } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:40 Thursday 14 December 2023 17:20:24 +0000 (0:00:05.992) 0:00:18.884 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 14 December 2023 17:20:24 +0000 (0:00:00.023) 0:00:18.907 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:71 Thursday 14 December 2023 17:20:24 +0000 (0:00:00.023) 0:00:18.930 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 14 December 2023 17:20:24 +0000 (0:00:00.033) 0:00:18.963 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:96 Thursday 14 December 2023 17:20:24 +0000 (0:00:00.025) 0:00:18.989 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 December 2023 17:20:24 +0000 (0:00:00.070) 0:00:19.059 ***** changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:113 Thursday 14 December 2023 17:20:25 +0000 (0:00:00.828) 0:00:19.888 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2341ue8vg88c/tmpu0i2zx2s" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 December 2023 17:20:25 +0000 (0:00:00.321) 0:00:20.209 ***** 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:134 Thursday 14 December 2023 17:20:32 +0000 (0:00:06.724) 0:00:26.933 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:140 Thursday 14 December 2023 17:20:32 +0000 (0:00:00.034) 0:00:26.967 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:144 Thursday 14 December 2023 17:20:32 +0000 (0:00:00.025) 0:00:26.993 ***** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:149 Thursday 14 December 2023 17:20:32 +0000 (0:00:00.050) 0:00:27.043 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:155 Thursday 14 December 2023 17:20:32 +0000 (0:00:00.029) 0:00:27.073 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:42 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.297) 0:00:27.370 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/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.160i_gkni7/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.055) 0:00:27.425 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.038) 0:00:27.464 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702574413.6485572, "block_size": 4096, "blocks": 0, "ctime": 1702574413.6485572, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21759, "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": 1702574413.6485572, "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.160i_gkni7/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.206) 0:00:27.671 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:44 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.044) 0:00:27.716 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/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.160i_gkni7/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.055) 0:00:27.772 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/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.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.044) 0:00:27.816 ***** 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.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.027) 0:00:27.843 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702574426.412084, "block_size": 4096, "blocks": 8, "ctime": 1702574426.3910842, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5533392, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702574426.3910842, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "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.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.229) 0:00:28.073 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 14 December 2023 17:20:33 +0000 (0:00:00.033) 0:00:28.107 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021385", "end": "2023-12-14 17:20:34.053242", "rc": 1, "start": "2023-12-14 17:20:34.031857" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 14 December 2023 17:20:34 +0000 (0:00:00.223) 0:00:28.330 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 14 December 2023 17:20:34 +0000 (0:00:00.023) 0:00:28.353 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:01.004511", "end": "2023-12-14 17:20:35.282140", "rc": 0, "start": "2023-12-14 17:20:34.277629" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 14 December 2023 17:20:35 +0000 (0:00:01.226) 0:00:29.579 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 14 December 2023 17:20:35 +0000 (0:00:00.028) 0:00:29.607 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003294", "end": "2023-12-14 17:20:35.536519", "rc": 0, "start": "2023-12-14 17:20:35.533225" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 14 December 2023 17:20:35 +0000 (0:00:00.207) 0:00:29.815 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 14 December 2023 17:20:35 +0000 (0:00:00.029) 0:00:29.845 ***** 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.160i_gkni7/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 14 December 2023 17:20:35 +0000 (0:00:00.026) 0:00:29.871 ***** 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.160i_gkni7/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 14 December 2023 17:20:35 +0000 (0:00:00.038) 0:00:29.910 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:48 Thursday 14 December 2023 17:20:35 +0000 (0:00:00.037) 0:00:29.948 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004077", "end": "2023-12-14 17:20:35.899039", "rc": 0, "start": "2023-12-14 17:20:35.894962" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.25 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.25 metric 100 169.254.0.0/16 dev veth0 scope link metric 1004 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:52 Thursday 14 December 2023 17:20:35 +0000 (0:00:00.254) 0:00:30.202 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:58 Thursday 14 December 2023 17:20:35 +0000 (0:00:00.026) 0:00:30.229 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004089", "end": "2023-12-14 17:20:36.155224", "rc": 0, "start": "2023-12-14 17:20:36.151135" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 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 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:62 Thursday 14 December 2023 17:20:36 +0000 (0:00:00.208) 0:00:30.438 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:69 Thursday 14 December 2023 17:20:36 +0000 (0:00:00.039) 0:00:30.477 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 December 2023 17:20:36 +0000 (0:00:00.032) 0:00:30.510 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 December 2023 17:20:36 +0000 (0:00:00.060) 0:00:30.571 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 December 2023 17:20:36 +0000 (0:00:00.041) 0:00:30.612 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 December 2023 17:20:36 +0000 (0:00:00.040) 0:00:30.652 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 December 2023 17:20:36 +0000 (0:00:00.030) 0:00:30.682 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 December 2023 17:20:38 +0000 (0:00:01.679) 0:00:32.361 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 December 2023 17:20:39 +0000 (0:00:01.372) 0:00:33.734 ***** ok: [sut] => {} MSG: Using network provider: initscripts TASK [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.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.050) 0:00:33.785 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.030) 0:00:33.815 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.052) 0:00:33.868 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:40 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.138) 0:00:34.006 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.058) 0:00:34.065 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:71 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.059) 0:00:34.124 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.032) 0:00:34.157 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:96 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.030) 0:00:34.188 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 December 2023 17:20:39 +0000 (0:00:00.027) 0:00:34.216 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:113 Thursday 14 December 2023 17:20:40 +0000 (0:00:00.471) 0:00:34.687 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2341ue8vg88c/tmpnh39b69w" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 December 2023 17:20:40 +0000 (0:00:00.513) 0:00:35.201 ***** 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:134 Thursday 14 December 2023 17:20:41 +0000 (0:00:00.534) 0:00:35.736 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:140 Thursday 14 December 2023 17:20:41 +0000 (0:00:00.066) 0:00:35.803 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:144 Thursday 14 December 2023 17:20:41 +0000 (0:00:00.093) 0:00:35.896 ***** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:149 Thursday 14 December 2023 17:20:41 +0000 (0:00:00.089) 0:00:35.986 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:155 Thursday 14 December 2023 17:20:41 +0000 (0:00:00.033) 0:00:36.019 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:81 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.265) 0:00:36.284 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.066) 0:00:36.350 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.040) 0:00:36.390 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.047) 0:00:36.438 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.044) 0:00:36.483 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.110) 0:00:36.593 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003561", "end": "2023-12-14 17:20:42.539115", "rc": 0, "start": "2023-12-14 17:20:42.535554" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.257) 0:00:36.851 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.041) 0:00:36.892 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 December 2023 17:20:42 +0000 (0:00:00.089) 0:00:36.981 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:24 Thursday 14 December 2023 17:20:45 +0000 (0:00:03.088) 0:00:40.069 ***** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:33 Thursday 14 December 2023 17:20:45 +0000 (0:00:00.034) 0:00:40.104 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:41 Thursday 14 December 2023 17:20:45 +0000 (0:00:00.025) 0:00:40.129 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.014689", "end": "2023-12-14 17:20:46.070901", "rc": 0, "start": "2023-12-14 17:20:46.056212" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:48 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.246) 0:00:40.376 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:54 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.100) 0:00:40.477 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:61 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.036) 0:00:40.513 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:67 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.024) 0:00:40.537 ***** skipping: [sut] => { "changed": false, "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.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:85 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.025) 0:00:40.563 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:89 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.025) 0:00:40.589 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.056) 0:00:40.645 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.035) 0:00:40.681 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.048) 0:00:40.729 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.054) 0:00:40.784 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.036) 0:00:40.820 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003553", "end": "2023-12-14 17:20:46.758108", "rc": 0, "start": "2023-12-14 17:20:46.754555" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.221) 0:00:41.042 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.035) 0:00:41.078 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 December 2023 17:20:46 +0000 (0:00:00.080) 0:00:41.158 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:24 Thursday 14 December 2023 17:20:49 +0000 (0:00:03.046) 0:00:44.205 ***** 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.006780", "end": "2023-12-14 17:20:50.145658", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-14 17:20:50.138878" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004114", "end": "2023-12-14 17:20:50.378544", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-14 17:20:50.374430" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004584", "end": "2023-12-14 17:20:50.565807", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-14 17:20:50.561223" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:33 Thursday 14 December 2023 17:20:50 +0000 (0:00:00.661) 0:00:44.867 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024198", "end": "2023-12-14 17:20:50.872368", "rc": 0, "start": "2023-12-14 17:20:50.848170" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:41 Thursday 14 December 2023 17:20:50 +0000 (0:00:00.330) 0:00:45.198 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:48 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.126) 0:00:45.324 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:54 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.047) 0:00:45.372 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:61 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.072) 0:00:45.444 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:67 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.029) 0:00:45.474 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.049) 0:00:45.524 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.043) 0:00:45.567 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.073) 0:00:45.640 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.030) 0:00:45.670 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 December 2023 17:20:51 +0000 (0:00:00.033) 0:00:45.704 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 December 2023 17:20:53 +0000 (0:00:01.647) 0:00:47.351 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 December 2023 17:20:54 +0000 (0:00:01.486) 0:00:48.838 ***** ok: [sut] => {} MSG: Using network provider: initscripts TASK [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.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 December 2023 17:20:54 +0000 (0:00:00.065) 0:00:48.903 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 December 2023 17:20:54 +0000 (0:00:00.122) 0:00:49.026 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 December 2023 17:20:54 +0000 (0:00:00.121) 0:00:49.148 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:40 Thursday 14 December 2023 17:20:55 +0000 (0:00:00.134) 0:00:49.282 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 14 December 2023 17:20:55 +0000 (0:00:00.067) 0:00:49.350 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:71 Thursday 14 December 2023 17:20:55 +0000 (0:00:00.138) 0:00:49.488 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 14 December 2023 17:20:55 +0000 (0:00:00.111) 0:00:49.600 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:96 Thursday 14 December 2023 17:20:55 +0000 (0:00:00.031) 0:00:49.631 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 December 2023 17:20:55 +0000 (0:00:00.038) 0:00:49.669 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:113 Thursday 14 December 2023 17:20:55 +0000 (0:00:00.424) 0:00:50.094 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2341ue8vg88c/tmp17s7v71x" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 December 2023 17:20:56 +0000 (0:00:00.461) 0:00:50.556 ***** 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:134 Thursday 14 December 2023 17:21:02 +0000 (0:00:06.620) 0:00:57.176 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:140 Thursday 14 December 2023 17:21:02 +0000 (0:00:00.039) 0:00:57.215 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:144 Thursday 14 December 2023 17:21:03 +0000 (0:00:00.133) 0:00:57.349 ***** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:149 Thursday 14 December 2023 17:21:03 +0000 (0:00:00.034) 0:00:57.384 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:155 Thursday 14 December 2023 17:21:03 +0000 (0:00:00.065) 0:00:57.449 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:110 Thursday 14 December 2023 17:21:03 +0000 (0:00:00.257) 0:00:57.706 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/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.160i_gkni7/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 December 2023 17:21:03 +0000 (0:00:00.138) 0:00:57.845 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 December 2023 17:21:03 +0000 (0:00:00.064) 0:00:57.910 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702574450.1429272, "block_size": 4096, "blocks": 0, "ctime": 1702574450.1429272, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22345, "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": 1702574450.1429272, "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.160i_gkni7/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 December 2023 17:21:03 +0000 (0:00:00.242) 0:00:58.152 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:112 Thursday 14 December 2023 17:21:03 +0000 (0:00:00.054) 0:00:58.207 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/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.160i_gkni7/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 14 December 2023 17:21:04 +0000 (0:00:00.091) 0:00:58.298 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/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.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 14 December 2023 17:21:04 +0000 (0:00:00.055) 0:00:58.353 ***** 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.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 14 December 2023 17:21:04 +0000 (0:00:00.085) 0:00:58.439 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702574456.6620758, "block_size": 4096, "blocks": 8, "ctime": 1702574456.6410756, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5533392, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702574456.6410756, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 263, "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.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 14 December 2023 17:21:04 +0000 (0:00:00.261) 0:00:58.700 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 14 December 2023 17:21:04 +0000 (0:00:00.112) 0:00:58.812 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021915", "end": "2023-12-14 17:21:04.829175", "rc": 1, "start": "2023-12-14 17:21:04.807260" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 14 December 2023 17:21:04 +0000 (0:00:00.298) 0:00:59.111 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 14 December 2023 17:21:04 +0000 (0:00:00.032) 0:00:59.143 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003508", "end": "2023-12-14 17:21:05.119595", "rc": 0, "start": "2023-12-14 17:21:05.116087" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.289) 0:00:59.433 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.067) 0:00:59.500 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003399", "end": "2023-12-14 17:21:05.455677", "rc": 0, "start": "2023-12-14 17:21:05.452278" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.247) 0:00:59.748 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.057) 0:00:59.805 ***** 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.160i_gkni7/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.043) 0:00:59.848 ***** 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.160i_gkni7/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.041) 0:00:59.890 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:116 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.054) 0:00:59.945 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004169", "end": "2023-12-14 17:21:05.876383", "rc": 0, "start": "2023-12-14 17:21:05.872214" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.25 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.25 metric 100 169.254.0.0/16 dev veth0 scope link metric 1006 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:120 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.219) 0:01:00.165 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:126 Thursday 14 December 2023 17:21:05 +0000 (0:00:00.037) 0:01:00.203 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004056", "end": "2023-12-14 17:21:06.168169", "rc": 0, "start": "2023-12-14 17:21:06.164113" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 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 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:130 Thursday 14 December 2023 17:21:06 +0000 (0:00:00.272) 0:01:00.475 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:137 Thursday 14 December 2023 17:21:06 +0000 (0:00:00.126) 0:01:00.602 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 December 2023 17:21:06 +0000 (0:00:00.058) 0:01:00.660 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 December 2023 17:21:06 +0000 (0:00:00.057) 0:01:00.718 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 December 2023 17:21:06 +0000 (0:00:00.038) 0:01:00.756 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 December 2023 17:21:06 +0000 (0:00:00.028) 0:01:00.785 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 December 2023 17:21:06 +0000 (0:00:00.091) 0:01:00.876 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 December 2023 17:21:08 +0000 (0:00:01.780) 0:01:02.656 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 December 2023 17:21:09 +0000 (0:00:01.393) 0:01:04.050 ***** ok: [sut] => {} MSG: Using network provider: initscripts TASK [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.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 December 2023 17:21:09 +0000 (0:00:00.025) 0:01:04.076 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 December 2023 17:21:09 +0000 (0:00:00.026) 0:01:04.102 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 14 December 2023 17:21:09 +0000 (0:00:00.027) 0:01:04.129 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:40 Thursday 14 December 2023 17:21:09 +0000 (0:00:00.088) 0:01:04.218 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 14 December 2023 17:21:10 +0000 (0:00:00.040) 0:01:04.258 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:71 Thursday 14 December 2023 17:21:10 +0000 (0:00:00.046) 0:01:04.304 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 14 December 2023 17:21:10 +0000 (0:00:00.052) 0:01:04.357 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:96 Thursday 14 December 2023 17:21:10 +0000 (0:00:00.039) 0:01:04.396 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 December 2023 17:21:10 +0000 (0:00:00.025) 0:01:04.421 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:113 Thursday 14 December 2023 17:21:10 +0000 (0:00:00.365) 0:01:04.786 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2341ue8vg88c/tmpphj2wqj9" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 December 2023 17:21:10 +0000 (0:00:00.344) 0:01:05.131 ***** 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:134 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.490) 0:01:05.621 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:140 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.062) 0:01:05.684 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:144 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.119) 0:01:05.803 ***** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:149 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.065) 0:01:05.868 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:155 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.050) 0:01:05.919 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tests_auto_gateway.yml:149 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.208) 0:01:06.127 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.059) 0:01:06.186 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.025) 0:01:06.211 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 December 2023 17:21:11 +0000 (0:00:00.033) 0:01:06.245 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 December 2023 17:21:12 +0000 (0:00:00.038) 0:01:06.284 ***** included: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 December 2023 17:21:12 +0000 (0:00:00.046) 0:01:06.330 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003586", "end": "2023-12-14 17:21:12.272326", "rc": 0, "start": "2023-12-14 17:21:12.268740" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 December 2023 17:21:12 +0000 (0:00:00.261) 0:01:06.591 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 December 2023 17:21:12 +0000 (0:00:00.031) 0:01:06.622 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 December 2023 17:21:12 +0000 (0:00:00.040) 0:01:06.662 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:24 Thursday 14 December 2023 17:21:15 +0000 (0:00:03.125) 0:01:09.787 ***** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:33 Thursday 14 December 2023 17:21:15 +0000 (0:00:00.042) 0:01:09.830 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:41 Thursday 14 December 2023 17:21:15 +0000 (0:00:00.028) 0:01:09.858 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.009025", "end": "2023-12-14 17:21:15.820350", "rc": 0, "start": "2023-12-14 17:21:15.811325" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:48 Thursday 14 December 2023 17:21:15 +0000 (0:00:00.244) 0:01:10.103 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:54 Thursday 14 December 2023 17:21:15 +0000 (0:00:00.031) 0:01:10.135 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:61 Thursday 14 December 2023 17:21:15 +0000 (0:00:00.039) 0:01:10.174 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:67 Thursday 14 December 2023 17:21:15 +0000 (0:00:00.050) 0:01:10.225 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=138 changed=6 unreachable=0 failed=0 skipped=89 rescued=0 ignored=2 Thursday 14 December 2023 17:21:16 +0000 (0:00:00.022) 0:01:10.247 ***** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.72s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Configure networking connection profiles --- 6.62s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Install packages --------------------------- 5.99s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:30 Install iproute --------------------------------------------------------- 3.39s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.13s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.09s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.05s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.78s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.68s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.66s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.65s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.50s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.49s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.39s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.37s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Get the ansible_managed comment in ifcfg-veth0 -------------------------- 1.23s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/playbooks/tasks/get_profile_stat.yml:49 linux-system-roles.network : Configure networking connection profiles --- 1.03s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.86s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:113 linux-system-roles.network : Enable network service --------------------- 0.84s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Enable network service --------------------- 0.83s /WORKDIR/git-ansible-lint-test-2.160i_gkni7/tests/roles/linux-system-roles.network/tasks/main.yml:105 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---