# 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-cicon3aoqi/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-cicon3aoqi/tests/tests_auto_gateway_initscripts.yml:5 Saturday 06 July 2024 17:14:08 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tests_auto_gateway_initscripts.yml:8 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.751) 0:00:00.764 ********* included: /WORKDIR/git-weekly-cicon3aoqi/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-cicon3aoqi/tests/tasks/el_repo_setup.yml:3 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.011) 0:00:00.776 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/el_repo_setup.yml:19 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.358) 0:00:01.135 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/el_repo_setup.yml:24 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.251) 0:00:01.386 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/el_repo_setup.yml:28 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.020) 0:00:01.407 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/el_repo_setup.yml:53 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.018) 0:00:01.425 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/enable_epel.yml:8 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.032) 0:00:01.458 ********* 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-cicon3aoqi/tests/tasks/enable_epel.yml:24 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.254) 0:00:01.712 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/enable_epel.yml:30 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.011) 0:00:01.724 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/enable_epel.yml:35 Saturday 06 July 2024 17:14:09 +0000 (0:00:00.011) 0:00:01.735 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.264909", "end": "2024-07-06 17:14:10.428017", "rc": 0, "start": "2024-07-06 17:14:10.163108" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tasks/enable_epel.yml:40 Saturday 06 July 2024 17:14:10 +0000 (0:00:00.471) 0:00:02.207 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/tests_auto_gateway_initscripts.yml:10 Saturday 06 July 2024 17:14:10 +0000 (0:00:00.010) 0:00:02.217 ********* 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-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:3 Saturday 06 July 2024 17:14:10 +0000 (0:00:00.011) 0:00:02.229 ********* ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:9 Saturday 06 July 2024 17:14:10 +0000 (0:00:00.490) 0:00:02.719 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:14:10 +0000 (0:00:00.026) 0:00:02.745 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.013) 0:00:02.759 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003294", "end": "2024-07-06 17:14:11.187175", "rc": 0, "start": "2024-07-06 17:14:11.183881" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.197) 0:00:02.957 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.013) 0:00:02.971 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:11 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.012) 0:00:02.984 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.031) 0:00:03.016 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.011) 0:00:03.028 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.010) 0:00:03.039 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.014) 0:00:03.053 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:14:11 +0000 (0:00:00.013) 0:00:03.066 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004129", "end": "2024-07-06 17:14:12.484927", "rc": 0, "start": "2024-07-06 17:14:11.480798" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:14:12 +0000 (0:00:01.187) 0:00:04.254 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:14:12 +0000 (0:00:00.012) 0:00:04.267 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:14:12 +0000 (0:00:00.011) 0:00:04.278 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:14:15 +0000 (0:00:03.159) 0:00:07.437 ********* 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.016078", "end": "2024-07-06 17:14:15.901270", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-07-06 17:14:15.885192" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003607", "end": "2024-07-06 17:14:16.135464", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-07-06 17:14:16.131857" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003987", "end": "2024-07-06 17:14:16.329388", "item": "ip link set veth0 up", "rc": 0, "start": "2024-07-06 17:14:16.325401" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.663) 0:00:08.100 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.131198", "end": "2024-07-06 17:14:16.658862", "rc": 0, "start": "2024-07-06 17:14:16.527664" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.332) 0:00:08.433 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.026) 0:00:08.459 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.019) 0:00:08.478 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.020) 0:00:08.499 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.017) 0:00:08.516 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:15 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.017) 0:00:08.534 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.031) 0:00:08.565 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:14:16 +0000 (0:00:00.017) 0:00:08.583 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286055.8962889, "block_size": 4096, "blocks": 0, "ctime": 1720286055.8962889, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21638, "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": 1720286055.8962889, "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-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 06 July 2024 17:14:17 +0000 (0:00:00.197) 0:00:08.781 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:17 Saturday 06 July 2024 17:14:17 +0000 (0:00:00.013) 0:00:08.794 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:14:17 +0000 (0:00:00.010) 0:00:08.805 ********* included: /WORKDIR/git-weekly-cicon3aoqi/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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:14:17 +0000 (0:00:00.017) 0:00:08.823 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:14:17 +0000 (0:00:00.011) 0:00:08.834 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:14:17 +0000 (0:00:00.010) 0:00:08.845 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:14:17 +0000 (0:00:00.012) 0:00:08.858 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:14:18 +0000 (0:00:01.494) 0:00:10.353 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:14:20 +0000 (0:00:01.490) 0:00:11.843 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:14:20 +0000 (0:00:00.025) 0:00:11.868 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:14:20 +0000 (0:00:00.027) 0:00:11.896 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:14:20 +0000 (0:00:00.022) 0:00:11.918 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:14:20 +0000 (0:00:00.021) 0:00:11.940 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:14:20 +0000 (0:00:00.027) 0:00:11.967 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:14:20 +0000 (0:00:00.022) 0:00:11.989 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:14:20 +0000 (0:00:00.026) 0:00:12.016 ********* changed: [sut] => { "attempts": 1, "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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:14:24 +0000 (0:00:04.439) 0:00:16.455 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:14:24 +0000 (0:00:00.047) 0:00:16.503 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:14:24 +0000 (0:00:00.050) 0:00:16.553 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:14:24 +0000 (0:00:00.051) 0:00:16.604 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:14:24 +0000 (0:00:00.041) 0:00:16.646 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:14:24 +0000 (0:00:00.034) 0:00:16.680 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:14:25 +0000 (0:00:00.885) 0:00:17.565 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-231228yfnoaq/tmpn_oo4m0_" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:14:26 +0000 (0:00:00.401) 0:00:17.966 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:14:33 +0000 (0:00:06.793) 0:00:24.760 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.026) 0:00:24.786 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.029) 0:00:24.816 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.028) 0:00:24.845 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.022) 0:00:24.867 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:42 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.286) 0:00:25.154 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.065) 0:00:25.219 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.051) 0:00:25.271 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286055.8962889, "block_size": 4096, "blocks": 0, "ctime": 1720286055.8962889, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21638, "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": 1720286055.8962889, "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-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.221) 0:00:25.492 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:44 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.069) 0:00:25.562 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.076) 0:00:25.639 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.038) 0:00:25.678 ********* 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-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 06 July 2024 17:14:33 +0000 (0:00:00.036) 0:00:25.715 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286066.7751305, "block_size": 4096, "blocks": 8, "ctime": 1720286066.7551305, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301237, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1720286066.7551305, "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-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 06 July 2024 17:14:34 +0000 (0:00:00.260) 0:00:25.975 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 06 July 2024 17:14:34 +0000 (0:00:00.026) 0:00:26.001 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021187", "end": "2024-07-06 17:14:34.448590", "rc": 1, "start": "2024-07-06 17:14:34.427403" } 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-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 06 July 2024 17:14:34 +0000 (0:00:00.226) 0:00:26.228 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 06 July 2024 17:14:34 +0000 (0:00:00.024) 0:00:26.252 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003124", "end": "2024-07-06 17:14:34.684944", "rc": 0, "start": "2024-07-06 17:14:34.681820" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 06 July 2024 17:14:34 +0000 (0:00:00.214) 0:00:26.467 ********* 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-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 06 July 2024 17:14:34 +0000 (0:00:00.030) 0:00:26.497 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003130", "end": "2024-07-06 17:14:34.929330", "rc": 0, "start": "2024-07-06 17:14:34.926200" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 06 July 2024 17:14:34 +0000 (0:00:00.213) 0:00:26.711 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 06 July 2024 17:14:34 +0000 (0:00:00.028) 0:00:26.739 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.025) 0:00:26.765 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.025) 0:00:26.791 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:48 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.023) 0:00:26.814 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003692", "end": "2024-07-06 17:14:35.242319", "rc": 0, "start": "2024-07-06 17:14:35.238627" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.43.192 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.43.192 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-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:52 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.209) 0:00:27.023 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:58 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.027) 0:00:27.051 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003733", "end": "2024-07-06 17:14:35.479869", "rc": 0, "start": "2024-07-06 17:14:35.476136" } 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-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:62 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.221) 0:00:27.272 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:69 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.068) 0:00:27.341 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.045) 0:00:27.386 ********* included: /WORKDIR/git-weekly-cicon3aoqi/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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.041) 0:00:27.428 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.036) 0:00:27.464 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.035) 0:00:27.499 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:14:35 +0000 (0:00:00.035) 0:00:27.534 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:14:37 +0000 (0:00:01.601) 0:00:29.136 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:14:38 +0000 (0:00:01.407) 0:00:30.543 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:14:38 +0000 (0:00:00.023) 0:00:30.566 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:14:38 +0000 (0:00:00.021) 0:00:30.588 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:14:38 +0000 (0:00:00.022) 0:00:30.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:14:38 +0000 (0:00:00.021) 0:00:30.632 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:14:38 +0000 (0:00:00.027) 0:00:30.660 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:14:38 +0000 (0:00:00.022) 0:00:30.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:14:38 +0000 (0:00:00.027) 0:00:30.710 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:14:39 +0000 (0:00:00.049) 0:00:30.759 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:14:39 +0000 (0:00:00.033) 0:00:30.793 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:14:39 +0000 (0:00:00.073) 0:00:30.866 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:14:39 +0000 (0:00:00.031) 0:00:30.898 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:14:39 +0000 (0:00:00.078) 0:00:30.976 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:14:39 +0000 (0:00:00.035) 0:00:31.011 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:14:39 +0000 (0:00:00.392) 0:00:31.404 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-231228yfnoaq/tmp3pdnpnv4" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:14:40 +0000 (0:00:00.366) 0:00:31.770 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:14:40 +0000 (0:00:00.497) 0:00:32.267 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:14:40 +0000 (0:00:00.032) 0:00:32.299 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:14:40 +0000 (0:00:00.040) 0:00:32.340 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:14:40 +0000 (0:00:00.031) 0:00:32.372 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:14:40 +0000 (0:00:00.039) 0:00:32.411 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:81 Saturday 06 July 2024 17:14:40 +0000 (0:00:00.210) 0:00:32.621 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:14:40 +0000 (0:00:00.060) 0:00:32.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:14:41 +0000 (0:00:00.092) 0:00:32.775 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:14:41 +0000 (0:00:00.023) 0:00:32.798 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:14:41 +0000 (0:00:00.048) 0:00:32.846 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:14:41 +0000 (0:00:00.044) 0:00:32.891 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004374", "end": "2024-07-06 17:14:42.324134", "rc": 0, "start": "2024-07-06 17:14:41.319760" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:14:42 +0000 (0:00:01.214) 0:00:34.106 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:14:42 +0000 (0:00:00.023) 0:00:34.129 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:14:42 +0000 (0:00:00.022) 0:00:34.151 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:14:45 +0000 (0:00:02.663) 0:00:36.815 ********* 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-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.078) 0:00:36.894 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.027) 0:00:36.922 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015851", "end": "2024-07-06 17:14:45.367127", "rc": 0, "start": "2024-07-06 17:14:45.351276" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.230) 0:00:37.152 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.031) 0:00:37.184 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.028) 0:00:37.212 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.030) 0:00:37.243 ********* 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-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:85 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.063) 0:00:37.306 ********* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:89 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.058) 0:00:37.365 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.081) 0:00:37.446 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.059) 0:00:37.506 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.023) 0:00:37.530 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.039) 0:00:37.569 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:14:45 +0000 (0:00:00.133) 0:00:37.702 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003261", "end": "2024-07-06 17:14:46.132673", "rc": 0, "start": "2024-07-06 17:14:46.129412" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:14:46 +0000 (0:00:00.220) 0:00:37.922 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:14:46 +0000 (0:00:00.036) 0:00:37.958 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:14:46 +0000 (0:00:00.033) 0:00:37.992 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:14:49 +0000 (0:00:02.780) 0:00:40.772 ********* 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.011969", "end": "2024-07-06 17:14:49.211052", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-07-06 17:14:49.199083" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003417", "end": "2024-07-06 17:14:49.431270", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-07-06 17:14:49.427853" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004423", "end": "2024-07-06 17:14:49.621643", "item": "ip link set veth0 up", "rc": 0, "start": "2024-07-06 17:14:49.617220" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:14:49 +0000 (0:00:00.629) 0:00:41.402 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022548", "end": "2024-07-06 17:14:49.843473", "rc": 0, "start": "2024-07-06 17:14:49.820925" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:14:49 +0000 (0:00:00.223) 0:00:41.626 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:14:49 +0000 (0:00:00.023) 0:00:41.649 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:14:49 +0000 (0:00:00.057) 0:00:41.706 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:14:49 +0000 (0:00:00.027) 0:00:41.733 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:14:50 +0000 (0:00:00.029) 0:00:41.762 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:14:50 +0000 (0:00:00.025) 0:00:41.788 ********* included: /WORKDIR/git-weekly-cicon3aoqi/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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:14:50 +0000 (0:00:00.041) 0:00:41.830 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:14:50 +0000 (0:00:00.027) 0:00:41.858 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:14:50 +0000 (0:00:00.022) 0:00:41.880 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:14:50 +0000 (0:00:00.022) 0:00:41.903 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:14:51 +0000 (0:00:01.620) 0:00:43.523 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:14:53 +0000 (0:00:01.406) 0:00:44.929 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.029) 0:00:44.959 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.036) 0:00:44.996 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.039) 0:00:45.035 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.027) 0:00:45.063 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.041) 0:00:45.105 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.030) 0:00:45.136 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.041) 0:00:45.177 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.069) 0:00:45.247 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.026) 0:00:45.274 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.082) 0:00:45.356 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.045) 0:00:45.402 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.024) 0:00:45.426 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:14:53 +0000 (0:00:00.029) 0:00:45.455 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:14:54 +0000 (0:00:00.370) 0:00:45.826 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-231228yfnoaq/tmp2qj2r_do" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:14:54 +0000 (0:00:00.326) 0:00:46.153 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:15:00 +0000 (0:00:06.521) 0:00:52.674 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:15:00 +0000 (0:00:00.027) 0:00:52.701 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:15:00 +0000 (0:00:00.026) 0:00:52.728 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.061) 0:00:52.789 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.023) 0:00:52.813 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:110 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.196) 0:00:53.009 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.071) 0:00:53.081 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.046) 0:00:53.127 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286089.2026968, "block_size": 4096, "blocks": 0, "ctime": 1720286089.2026968, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22224, "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": 1720286089.2026968, "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-cicon3aoqi/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.268) 0:00:53.395 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:112 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.035) 0:00:53.431 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.096) 0:00:53.527 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.041) 0:00:53.568 ********* 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-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 06 July 2024 17:15:01 +0000 (0:00:00.054) 0:00:53.623 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286094.6970756, "block_size": 4096, "blocks": 8, "ctime": 1720286094.6780758, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301236, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1720286094.6780758, "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-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 06 July 2024 17:15:02 +0000 (0:00:00.330) 0:00:53.953 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 06 July 2024 17:15:02 +0000 (0:00:00.039) 0:00:53.992 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.019898", "end": "2024-07-06 17:15:02.502051", "rc": 1, "start": "2024-07-06 17:15:02.482153" } 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-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 06 July 2024 17:15:02 +0000 (0:00:00.336) 0:00:54.329 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 06 July 2024 17:15:02 +0000 (0:00:00.043) 0:00:54.373 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002604", "end": "2024-07-06 17:15:02.817359", "rc": 0, "start": "2024-07-06 17:15:02.814755" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 06 July 2024 17:15:02 +0000 (0:00:00.241) 0:00:54.614 ********* 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-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 06 July 2024 17:15:02 +0000 (0:00:00.037) 0:00:54.652 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002756", "end": "2024-07-06 17:15:03.089822", "rc": 0, "start": "2024-07-06 17:15:03.087066" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.222) 0:00:54.875 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.029) 0:00:54.904 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.026) 0:00:54.930 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.031) 0:00:54.962 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:116 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.025) 0:00:54.988 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003333", "end": "2024-07-06 17:15:03.404934", "rc": 0, "start": "2024-07-06 17:15:03.401601" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.43.192 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.43.192 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-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:120 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.197) 0:00:55.185 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:126 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.026) 0:00:55.211 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003678", "end": "2024-07-06 17:15:03.630672", "rc": 0, "start": "2024-07-06 17:15:03.626994" } 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-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:130 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.199) 0:00:55.411 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:137 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.088) 0:00:55.499 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.038) 0:00:55.538 ********* included: /WORKDIR/git-weekly-cicon3aoqi/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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.045) 0:00:55.584 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.032) 0:00:55.616 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.025) 0:00:55.642 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:15:03 +0000 (0:00:00.024) 0:00:55.666 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:15:05 +0000 (0:00:01.448) 0:00:57.114 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:15:06 +0000 (0:00:01.435) 0:00:58.550 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:15:06 +0000 (0:00:00.024) 0:00:58.575 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:15:06 +0000 (0:00:00.023) 0:00:58.598 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:15:06 +0000 (0:00:00.028) 0:00:58.626 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:15:06 +0000 (0:00:00.037) 0:00:58.664 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:15:06 +0000 (0:00:00.035) 0:00:58.699 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:15:06 +0000 (0:00:00.025) 0:00:58.725 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.026) 0:00:58.751 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.047) 0:00:58.798 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.033) 0:00:58.831 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.023) 0:00:58.855 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.027) 0:00:58.882 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.026) 0:00:58.909 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.024) 0:00:58.934 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.397) 0:00:59.332 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-231228yfnoaq/tmp74f4pmnq" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:15:07 +0000 (0:00:00.366) 0:00:59.699 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.462) 0:01:00.162 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.025) 0:01:00.187 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.032) 0:01:00.220 ********* 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-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.033) 0:01:00.253 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.027) 0:01:00.281 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:149 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.213) 0:01:00.495 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.058) 0:01:00.553 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.040) 0:01:00.593 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.025) 0:01:00.618 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:15:08 +0000 (0:00:00.058) 0:01:00.677 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:15:09 +0000 (0:00:00.118) 0:01:00.796 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003303", "end": "2024-07-06 17:15:09.226041", "rc": 0, "start": "2024-07-06 17:15:09.222738" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:15:09 +0000 (0:00:00.212) 0:01:01.009 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:15:09 +0000 (0:00:00.026) 0:01:01.036 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:15:09 +0000 (0:00:00.030) 0:01:01.066 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:15:12 +0000 (0:00:02.735) 0:01:03.802 ********* 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-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.072) 0:01:03.874 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.052) 0:01:03.927 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010101", "end": "2024-07-06 17:15:12.359086", "rc": 0, "start": "2024-07-06 17:15:12.348985" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.220) 0:01:04.147 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.102) 0:01:04.250 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.044) 0:01:04.294 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.035) 0:01:04.329 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tests_auto_gateway.yml:153 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.030) 0:01:04.359 ********* included: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.102) 0:01:04.462 ********* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008676", "end": "2024-07-06 17:15:12.894986", "rc": 0, "start": "2024-07-06 17:15:12.886310" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:5b:08:e8:75:ab brd ff:ff:ff:ff:ff:ff inet 10.31.43.192/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 2351sec preferred_lft 2351sec inet6 fe80::c5b:8ff:fee8:75ab/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.43.192 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.43.192 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 06 July 2024 17:15:12 +0000 (0:00:00.235) 0:01:04.697 ********* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.596241", "end": "2024-07-06 17:15:13.714909", "rc": 0, "start": "2024-07-06 17:15:13.118668" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 844 0 --:--:-- --:--:-- --:--:-- 844 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1412 0 --:--:-- --:--:-- --:--:-- 1412 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=141 changed=6 unreachable=0 failed=0 skipped=105 rescued=0 ignored=2 Saturday 06 July 2024 17:15:13 +0000 (0:00:00.807) 0:01:05.505 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.79s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Configure networking connection profiles --- 6.52s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Install packages --------------------------- 4.44s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:92 Install iproute --------------------------------------------------------- 3.16s /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.78s /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.74s /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.60s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.49s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.44s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.41s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.41s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Configure networking connection profiles --- 0.96s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable network service --------------------- 0.89s /WORKDIR/git-weekly-cicon3aoqi/tests/roles/linux-system-roles.network/tasks/main.yml:171 Verify DNS and network connectivity ------------------------------------- 0.81s /WORKDIR/git-weekly-cicon3aoqi/tests/playbooks/tasks/check_network_dns.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. ---^---^---^---^---^---