# 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-weekly-cid3r6ab30/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-weekly-cid3r6ab30/tests/tests_auto_gateway_initscripts.yml:5 Saturday 06 January 2024 13:48:05 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tests_auto_gateway_initscripts.yml:8 Saturday 06 January 2024 13:48:05 +0000 (0:00:00.684) 0:00:00.697 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:3 Saturday 06 January 2024 13:48:05 +0000 (0:00:00.010) 0:00:00.708 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:19 Saturday 06 January 2024 13:48:06 +0000 (0:00:00.341) 0:00:01.049 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:24 Saturday 06 January 2024 13:48:06 +0000 (0:00:00.273) 0:00:01.323 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:28 Saturday 06 January 2024 13:48:06 +0000 (0:00:00.030) 0:00:01.354 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:53 Saturday 06 January 2024 13:48:06 +0000 (0:00:00.019) 0:00:01.373 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:8 Saturday 06 January 2024 13:48:06 +0000 (0:00:00.042) 0:00:01.416 ****** 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-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:24 Saturday 06 January 2024 13:48:06 +0000 (0:00:00.242) 0:00:01.658 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:30 Saturday 06 January 2024 13:48:06 +0000 (0:00:00.011) 0:00:01.669 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:35 Saturday 06 January 2024 13:48:06 +0000 (0:00:00.010) 0:00:01.679 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.252278", "end": "2024-01-06 13:48:07.235327", "rc": 0, "start": "2024-01-06 13:48:06.983049" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:40 Saturday 06 January 2024 13:48:07 +0000 (0:00:00.451) 0:00:02.131 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tests_auto_gateway_initscripts.yml:10 Saturday 06 January 2024 13:48:07 +0000 (0:00:00.045) 0:00:02.176 ****** 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-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:3 Saturday 06 January 2024 13:48:07 +0000 (0:00:00.051) 0:00:02.228 ****** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:9 Saturday 06 January 2024 13:48:07 +0000 (0:00:00.579) 0:00:02.807 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:48:07 +0000 (0:00:00.023) 0:00:02.831 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:48:07 +0000 (0:00:00.014) 0:00:02.845 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003414", "end": "2024-01-06 13:48:08.159904", "rc": 0, "start": "2024-01-06 13:48:08.156490" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.197) 0:00:03.042 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.013) 0:00:03.056 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:11 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.018) 0:00:03.074 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.030) 0:00:03.105 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.015) 0:00:03.120 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.019) 0:00:03.139 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.020) 0:00:03.159 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.014) 0:00:03.174 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003166", "end": "2024-01-06 13:48:08.488565", "rc": 0, "start": "2024-01-06 13:48:08.485399" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.196) 0:00:03.371 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.020) 0:00:03.392 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:48:08 +0000 (0:00:00.012) 0:00:03.404 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 13:48:11 +0000 (0:00:03.248) 0:00:06.653 ****** 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.012810", "end": "2024-01-06 13:48:12.000190", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-06 13:48:11.987380" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004108", "end": "2024-01-06 13:48:12.244050", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-06 13:48:12.239942" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004608", "end": "2024-01-06 13:48:12.450090", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-06 13:48:12.445482" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 13:48:12 +0000 (0:00:00.679) 0:00:07.333 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.150204", "end": "2024-01-06 13:48:12.794409", "rc": 0, "start": "2024-01-06 13:48:12.644205" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 13:48:12 +0000 (0:00:00.361) 0:00:07.694 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 13:48:12 +0000 (0:00:00.027) 0:00:07.722 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 13:48:12 +0000 (0:00:00.028) 0:00:07.750 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:48:12 +0000 (0:00:00.029) 0:00:07.780 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 13:48:12 +0000 (0:00:00.056) 0:00:07.837 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:15 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.030) 0:00:07.868 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.058) 0:00:07.926 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.023) 0:00:07.950 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548891.998157, "block_size": 4096, "blocks": 0, "ctime": 1704548891.998157, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21761, "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": 1704548891.998157, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.213) 0:00:08.163 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:17 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.030) 0:00:08.194 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.034) 0:00:08.228 ****** included: /WORKDIR/git-weekly-cid3r6ab30/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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.078) 0:00:08.307 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.023) 0:00:08.330 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.017) 0:00:08.348 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 January 2024 13:48:13 +0000 (0:00:00.041) 0:00:08.389 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 January 2024 13:48:15 +0000 (0:00:01.619) 0:00:10.009 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 January 2024 13:48:16 +0000 (0:00:01.425) 0:00:11.434 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 January 2024 13:48:16 +0000 (0:00:00.042) 0:00:11.477 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 January 2024 13:48:16 +0000 (0:00:00.022) 0:00:11.499 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 06 January 2024 13:48:16 +0000 (0:00:00.041) 0:00:11.541 ****** 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" ] } lsrpackages: dhcp-client network-scripts TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 06 January 2024 13:48:21 +0000 (0:00:04.706) 0:00:16.248 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 06 January 2024 13:48:21 +0000 (0:00:00.023) 0:00:16.271 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 06 January 2024 13:48:21 +0000 (0:00:00.032) 0:00:16.304 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 06 January 2024 13:48:21 +0000 (0:00:00.025) 0:00:16.330 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 06 January 2024 13:48:21 +0000 (0:00:00.054) 0:00:16.384 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 January 2024 13:48:21 +0000 (0:00:00.023) 0:00:16.408 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 06 January 2024 13:48:22 +0000 (0:00:00.814) 0:00:17.222 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2349h11b_n5u/tmpcdlw64n3" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 06 January 2024 13:48:22 +0000 (0:00:00.299) 0:00:17.521 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 06 January 2024 13:48:29 +0000 (0:00:06.654) 0:00:24.175 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.024) 0:00:24.200 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.041) 0:00:24.242 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.025) 0:00:24.267 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.036) 0:00:24.304 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:42 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.241) 0:00:24.546 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.055) 0:00:24.602 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.036) 0:00:24.639 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548891.998157, "block_size": 4096, "blocks": 0, "ctime": 1704548891.998157, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21761, "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": 1704548891.998157, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.198) 0:00:24.837 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:44 Saturday 06 January 2024 13:48:29 +0000 (0:00:00.024) 0:00:24.861 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.056) 0:00:24.918 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.069) 0:00:24.987 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.022) 0:00:25.010 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548903.044863, "block_size": 4096, "blocks": 8, "ctime": 1704548903.0238636, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5533383, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1704548903.0238636, "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-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.209) 0:00:25.220 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.030) 0:00:25.250 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020778", "end": "2024-01-06 13:48:30.578079", "rc": 1, "start": "2024-01-06 13:48:30.557301" } 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-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.224) 0:00:25.475 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.024) 0:00:25.499 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003151", "end": "2024-01-06 13:48:30.809637", "rc": 0, "start": "2024-01-06 13:48:30.806486" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.205) 0:00:25.704 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 06 January 2024 13:48:30 +0000 (0:00:00.032) 0:00:25.737 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003065", "end": "2024-01-06 13:48:31.047163", "rc": 0, "start": "2024-01-06 13:48:31.044098" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.204) 0:00:25.941 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.027) 0:00:25.969 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.024) 0:00:25.994 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.024) 0:00:26.018 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:48 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.022) 0:00:26.040 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003609", "end": "2024-01-06 13:48:31.345773", "rc": 0, "start": "2024-01-06 13:48:31.342164" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.190 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.47.190 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-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:52 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.197) 0:00:26.238 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:58 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.024) 0:00:26.263 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003708", "end": "2024-01-06 13:48:31.566866", "rc": 0, "start": "2024-01-06 13:48:31.563158" } 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-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:62 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.196) 0:00:26.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:69 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.023) 0:00:26.483 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.024) 0:00:26.507 ****** included: /WORKDIR/git-weekly-cid3r6ab30/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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.042) 0:00:26.550 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.030) 0:00:26.580 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.024) 0:00:26.604 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 January 2024 13:48:31 +0000 (0:00:00.022) 0:00:26.626 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 January 2024 13:48:33 +0000 (0:00:01.546) 0:00:28.173 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 January 2024 13:48:34 +0000 (0:00:01.297) 0:00:29.470 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.024) 0:00:29.495 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.022) 0:00:29.518 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.021) 0:00:29.540 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.045) 0:00:29.586 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.023) 0:00:29.609 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.021) 0:00:29.631 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.069) 0:00:29.700 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.026) 0:00:29.727 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 January 2024 13:48:34 +0000 (0:00:00.024) 0:00:29.751 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 06 January 2024 13:48:35 +0000 (0:00:00.359) 0:00:30.110 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2349h11b_n5u/tmpunm52gb5" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 06 January 2024 13:48:35 +0000 (0:00:00.300) 0:00:30.411 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 06 January 2024 13:48:35 +0000 (0:00:00.426) 0:00:30.837 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 06 January 2024 13:48:35 +0000 (0:00:00.024) 0:00:30.862 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.023) 0:00:30.886 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.024) 0:00:30.910 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.025) 0:00:30.935 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:81 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.201) 0:00:31.136 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.082) 0:00:31.219 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.024) 0:00:31.243 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.022) 0:00:31.265 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.037) 0:00:31.302 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.035) 0:00:31.338 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003309", "end": "2024-01-06 13:48:36.644653", "rc": 0, "start": "2024-01-06 13:48:36.641344" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.198) 0:00:31.537 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.023) 0:00:31.560 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:48:36 +0000 (0:00:00.022) 0:00:31.583 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 13:48:39 +0000 (0:00:03.015) 0:00:34.599 ****** 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-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 13:48:39 +0000 (0:00:00.033) 0:00:34.633 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 13:48:39 +0000 (0:00:00.023) 0:00:34.656 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013985", "end": "2024-01-06 13:48:39.976717", "rc": 0, "start": "2024-01-06 13:48:39.962732" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.215) 0:00:34.872 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.024) 0:00:34.896 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.023) 0:00:34.919 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.023) 0:00:34.943 ****** 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-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:85 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.021) 0:00:34.964 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:89 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.022) 0:00:34.987 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.081) 0:00:35.069 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.022) 0:00:35.091 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.023) 0:00:35.114 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.036) 0:00:35.151 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.035) 0:00:35.187 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003369", "end": "2024-01-06 13:48:40.494091", "rc": 0, "start": "2024-01-06 13:48:40.490722" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.202) 0:00:35.389 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.026) 0:00:35.416 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:48:40 +0000 (0:00:00.025) 0:00:35.442 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 13:48:43 +0000 (0:00:03.026) 0:00:38.468 ****** 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.011408", "end": "2024-01-06 13:48:43.805281", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-06 13:48:43.793873" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003910", "end": "2024-01-06 13:48:44.026217", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-06 13:48:44.022307" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004193", "end": "2024-01-06 13:48:44.236230", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-06 13:48:44.232037" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.666) 0:00:39.135 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022431", "end": "2024-01-06 13:48:44.462254", "rc": 0, "start": "2024-01-06 13:48:44.439823" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.239) 0:00:39.374 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.056) 0:00:39.431 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.041) 0:00:39.472 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.038) 0:00:39.511 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.043) 0:00:39.554 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.055) 0:00:39.609 ****** included: /WORKDIR/git-weekly-cid3r6ab30/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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.119) 0:00:39.729 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.090) 0:00:39.819 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 January 2024 13:48:44 +0000 (0:00:00.040) 0:00:39.859 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 January 2024 13:48:45 +0000 (0:00:00.060) 0:00:39.920 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 January 2024 13:48:46 +0000 (0:00:01.587) 0:00:41.507 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 January 2024 13:48:47 +0000 (0:00:01.329) 0:00:42.836 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.067) 0:00:42.904 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.023) 0:00:42.928 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.032) 0:00:42.960 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.050) 0:00:43.011 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.037) 0:00:43.048 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.037) 0:00:43.086 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.085) 0:00:43.171 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.027) 0:00:43.198 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.049) 0:00:43.248 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 06 January 2024 13:48:48 +0000 (0:00:00.357) 0:00:43.605 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2349h11b_n5u/tmpvfqarj3c" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 06 January 2024 13:48:49 +0000 (0:00:00.411) 0:00:44.017 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 06 January 2024 13:48:55 +0000 (0:00:06.578) 0:00:50.595 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 06 January 2024 13:48:55 +0000 (0:00:00.023) 0:00:50.618 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 06 January 2024 13:48:55 +0000 (0:00:00.047) 0:00:50.666 ****** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 06 January 2024 13:48:55 +0000 (0:00:00.073) 0:00:50.740 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 06 January 2024 13:48:55 +0000 (0:00:00.048) 0:00:50.788 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:110 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.245) 0:00:51.033 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.061) 0:00:51.095 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.051) 0:00:51.146 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548923.7973974, "block_size": 4096, "blocks": 0, "ctime": 1704548923.7973974, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22347, "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": 1704548923.7973974, "nlink": 1, "path": "/sys/class/net/veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth0'] ************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.202) 0:00:51.348 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:112 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.029) 0:00:51.378 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.065) 0:00:51.443 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.054) 0:00:51.498 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.065) 0:00:51.563 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548929.4980397, "block_size": 4096, "blocks": 8, "ctime": 1704548929.4780402, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5533383, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1704548929.4780402, "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-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.212) 0:00:51.776 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 06 January 2024 13:48:56 +0000 (0:00:00.031) 0:00:51.807 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020925", "end": "2024-01-06 13:48:57.195557", "rc": 1, "start": "2024-01-06 13:48:57.174632" } 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-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.301) 0:00:52.109 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.025) 0:00:52.134 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003027", "end": "2024-01-06 13:48:57.448672", "rc": 0, "start": "2024-01-06 13:48:57.445645" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.215) 0:00:52.350 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.032) 0:00:52.382 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003197", "end": "2024-01-06 13:48:57.733257", "rc": 0, "start": "2024-01-06 13:48:57.730060" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.257) 0:00:52.639 ****** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.085) 0:00:52.725 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.044) 0:00:52.769 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.032) 0:00:52.801 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:116 Saturday 06 January 2024 13:48:57 +0000 (0:00:00.042) 0:00:52.844 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003718", "end": "2024-01-06 13:48:58.161104", "rc": 0, "start": "2024-01-06 13:48:58.157386" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.190 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.190 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-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:120 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.220) 0:00:53.064 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:126 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.024) 0:00:53.089 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003624", "end": "2024-01-06 13:48:58.407846", "rc": 0, "start": "2024-01-06 13:48:58.404222" } 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-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:130 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.223) 0:00:53.312 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:137 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.038) 0:00:53.351 ****** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.071) 0:00:53.422 ****** included: /WORKDIR/git-weekly-cid3r6ab30/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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.041) 0:00:53.463 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.027) 0:00:53.491 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.021) 0:00:53.513 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 January 2024 13:48:58 +0000 (0:00:00.039) 0:00:53.552 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 January 2024 13:49:00 +0000 (0:00:01.559) 0:00:55.112 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 January 2024 13:49:01 +0000 (0:00:01.421) 0:00:56.533 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 January 2024 13:49:01 +0000 (0:00:00.038) 0:00:56.572 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 January 2024 13:49:01 +0000 (0:00:00.049) 0:00:56.621 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 06 January 2024 13:49:01 +0000 (0:00:00.053) 0:00:56.675 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 06 January 2024 13:49:01 +0000 (0:00:00.080) 0:00:56.756 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 06 January 2024 13:49:01 +0000 (0:00:00.046) 0:00:56.803 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 06 January 2024 13:49:01 +0000 (0:00:00.049) 0:00:56.852 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 06 January 2024 13:49:02 +0000 (0:00:00.056) 0:00:56.909 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 06 January 2024 13:49:02 +0000 (0:00:00.086) 0:00:56.995 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 January 2024 13:49:02 +0000 (0:00:00.038) 0:00:57.034 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 06 January 2024 13:49:02 +0000 (0:00:00.477) 0:00:57.512 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2349h11b_n5u/tmpqff0jde3" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 06 January 2024 13:49:02 +0000 (0:00:00.329) 0:00:57.842 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.456) 0:00:58.299 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.024) 0:00:58.323 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.104) 0:00:58.427 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.026) 0:00:58.453 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.054) 0:00:58.508 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_auto_gateway.yml:149 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.194) 0:00:58.702 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.063) 0:00:58.766 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.034) 0:00:58.800 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:49:03 +0000 (0:00:00.048) 0:00:58.848 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:49:04 +0000 (0:00:00.053) 0:00:58.901 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:49:04 +0000 (0:00:00.035) 0:00:58.937 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003224", "end": "2024-01-06 13:49:04.254840", "rc": 0, "start": "2024-01-06 13:49:04.251616" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:49:04 +0000 (0:00:00.225) 0:00:59.162 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:49:04 +0000 (0:00:00.026) 0:00:59.189 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:49:04 +0000 (0:00:00.041) 0:00:59.230 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 13:49:07 +0000 (0:00:03.055) 0:01:02.285 ****** 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-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 13:49:07 +0000 (0:00:00.051) 0:01:02.337 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 13:49:07 +0000 (0:00:00.060) 0:01:02.397 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.009503", "end": "2024-01-06 13:49:07.790297", "rc": 0, "start": "2024-01-06 13:49:07.780794" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 13:49:07 +0000 (0:00:00.327) 0:01:02.725 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 13:49:07 +0000 (0:00:00.033) 0:01:02.758 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:49:07 +0000 (0:00:00.047) 0:01:02.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 13:49:07 +0000 (0:00:00.037) 0:01:02.843 ****** 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 Saturday 06 January 2024 13:49:07 +0000 (0:00:00.011) 0:01:02.854 ****** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.65s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Configure networking connection profiles --- 6.58s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Install packages --------------------------- 4.71s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:30 Install iproute --------------------------------------------------------- 3.25s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.06s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.03s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.59s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.43s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.42s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.88s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable network service --------------------- 0.84s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Enable network service --------------------- 0.81s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-weekly-cid3r6ab30/tests/tests_auto_gateway_initscripts.yml:5 ----- Create veth interface veth0 --------------------------------------------- 0.68s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/manage_test_interface.yml:24 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---