# 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-cisw4g92xk/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-cisw4g92xk/tests/tests_auto_gateway_initscripts.yml:5 Saturday 27 July 2024 13:05:55 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tests_auto_gateway_initscripts.yml:8 Saturday 27 July 2024 13:05:55 +0000 (0:00:00.648) 0:00:00.661 ********* included: /WORKDIR/git-weekly-cisw4g92xk/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-cisw4g92xk/tests/tasks/el_repo_setup.yml:3 Saturday 27 July 2024 13:05:55 +0000 (0:00:00.011) 0:00:00.672 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/el_repo_setup.yml:19 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.314) 0:00:00.986 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/el_repo_setup.yml:24 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.239) 0:00:01.226 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/el_repo_setup.yml:28 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.020) 0:00:01.246 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/el_repo_setup.yml:53 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.017) 0:00:01.264 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/enable_epel.yml:8 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.030) 0:00:01.294 ********* 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-cisw4g92xk/tests/tasks/enable_epel.yml:24 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.217) 0:00:01.511 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/enable_epel.yml:30 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.010) 0:00:01.522 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/enable_epel.yml:35 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.010) 0:00:01.533 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.221451", "end": "2024-07-27 13:05:56.926985", "rc": 0, "start": "2024-07-27 13:05:56.705534" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tasks/enable_epel.yml:40 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.390) 0:00:01.924 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/tests_auto_gateway_initscripts.yml:10 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.010) 0:00:01.934 ********* 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-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:3 Saturday 27 July 2024 13:05:56 +0000 (0:00:00.012) 0:00:01.946 ********* ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:9 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.453) 0:00:02.400 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.025) 0:00:02.426 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.014) 0:00:02.440 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002903", "end": "2024-07-27 13:05:57.619940", "rc": 0, "start": "2024-07-27 13:05:57.617037" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.174) 0:00:02.615 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.012) 0:00:02.628 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:11 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.011) 0:00:02.639 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.031) 0:00:02.670 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.011) 0:00:02.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.011) 0:00:02.693 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.014) 0:00:02.707 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.013) 0:00:02.720 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003031", "end": "2024-07-27 13:05:57.900035", "rc": 0, "start": "2024-07-27 13:05:57.897004" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.175) 0:00:02.896 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.013) 0:00:02.909 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 July 2024 13:05:57 +0000 (0:00:00.010) 0:00:02.920 ********* 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-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 July 2024 13:06:00 +0000 (0:00:02.633) 0:00:05.553 ********* 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.017064", "end": "2024-07-27 13:06:00.748906", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-07-27 13:06:00.731842" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.002991", "end": "2024-07-27 13:06:00.938753", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-07-27 13:06:00.935762" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.002977", "end": "2024-07-27 13:06:01.103328", "item": "ip link set veth0 up", "rc": 0, "start": "2024-07-27 13:06:01.100351" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.548) 0:00:06.102 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.177149", "end": "2024-07-27 13:06:01.452695", "rc": 0, "start": "2024-07-27 13:06:01.275546" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.350) 0:00:06.452 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.012) 0:00:06.464 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.011) 0:00:06.476 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.012) 0:00:06.488 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.012) 0:00:06.501 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:15 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.011) 0:00:06.512 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.029) 0:00:06.542 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.014) 0:00:06.557 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722085560.7406168, "block_size": 4096, "blocks": 0, "ctime": 1722085560.7406168, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21722, "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": 1722085560.7406168, "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-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.175) 0:00:06.732 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:17 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.013) 0:00:06.745 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.010) 0:00:06.755 ********* included: /WORKDIR/git-weekly-cisw4g92xk/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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.020) 0:00:06.776 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.020) 0:00:06.797 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.012) 0:00:06.809 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 July 2024 13:06:01 +0000 (0:00:00.012) 0:00:06.822 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 July 2024 13:06:03 +0000 (0:00:01.359) 0:00:08.181 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 July 2024 13:06:04 +0000 (0:00:01.419) 0:00:09.601 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 July 2024 13:06:04 +0000 (0:00:00.024) 0:00:09.626 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 July 2024 13:06:04 +0000 (0:00:00.021) 0:00:09.647 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 July 2024 13:06:04 +0000 (0:00:00.021) 0:00:09.669 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 July 2024 13:06:04 +0000 (0:00:00.021) 0:00:09.691 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 27 July 2024 13:06:04 +0000 (0:00:00.026) 0:00:09.718 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 27 July 2024 13:06:04 +0000 (0:00:00.021) 0:00:09.740 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 27 July 2024 13:06:04 +0000 (0:00:00.026) 0:00:09.766 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 July 2024 13:06:09 +0000 (0:00:04.319) 0:00:14.086 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 27 July 2024 13:06:09 +0000 (0:00:00.023) 0:00:14.109 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 27 July 2024 13:06:09 +0000 (0:00:00.022) 0:00:14.131 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 27 July 2024 13:06:09 +0000 (0:00:00.026) 0:00:14.158 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 27 July 2024 13:06:09 +0000 (0:00:00.021) 0:00:14.180 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 27 July 2024 13:06:09 +0000 (0:00:00.021) 0:00:14.201 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 27 July 2024 13:06:10 +0000 (0:00:00.879) 0:00:15.081 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2324ta58rvti/tmpo969tcje" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 27 July 2024 13:06:10 +0000 (0:00:00.368) 0:00:15.450 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 July 2024 13:06:17 +0000 (0:00:06.725) 0:00:22.176 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.021) 0:00:22.197 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.024) 0:00:22.222 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.023) 0:00:22.246 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.021) 0:00:22.268 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:42 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.252) 0:00:22.520 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.051) 0:00:22.572 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.036) 0:00:22.608 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722085560.7406168, "block_size": 4096, "blocks": 0, "ctime": 1722085560.7406168, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21722, "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": 1722085560.7406168, "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-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.196) 0:00:22.805 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:44 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.030) 0:00:22.835 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.064) 0:00:22.899 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.049) 0:00:22.948 ********* 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-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 13:06:17 +0000 (0:00:00.023) 0:00:22.972 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722085570.9392412, "block_size": 4096, "blocks": 8, "ctime": 1722085570.9382412, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301238, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722085570.9382412, "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-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.188) 0:00:23.160 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.068) 0:00:23.229 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.019021", "end": "2024-07-27 13:06:18.428468", "rc": 1, "start": "2024-07-27 13:06:18.409447" } 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-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.206) 0:00:23.435 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.027) 0:00:23.462 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002697", "end": "2024-07-27 13:06:18.643531", "rc": 0, "start": "2024-07-27 13:06:18.640834" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.191) 0:00:23.654 ********* 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-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.028) 0:00:23.682 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002587", "end": "2024-07-27 13:06:18.863618", "rc": 0, "start": "2024-07-27 13:06:18.861031" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.192) 0:00:23.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-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.028) 0:00:23.903 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.024) 0:00:23.928 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.024) 0:00:23.953 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:48 Saturday 27 July 2024 13:06:18 +0000 (0:00:00.022) 0:00:23.975 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003404", "end": "2024-07-27 13:06:19.161236", "rc": 0, "start": "2024-07-27 13:06:19.157832" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.204 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.204 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-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:52 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.193) 0:00:24.169 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:57 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.024) 0:00:24.193 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.005340", "end": "2024-07-27 13:06:19.372748", "rc": 0, "start": "2024-07-27 13:06:19.367408" } 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-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:61 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.185) 0:00:24.379 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:67 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.063) 0:00:24.442 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.023) 0:00:24.465 ********* included: /WORKDIR/git-weekly-cisw4g92xk/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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.039) 0:00:24.505 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.026) 0:00:24.531 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.021) 0:00:24.553 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 July 2024 13:06:19 +0000 (0:00:00.021) 0:00:24.574 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 July 2024 13:06:20 +0000 (0:00:01.369) 0:00:25.944 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 July 2024 13:06:22 +0000 (0:00:01.216) 0:00:27.160 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.038) 0:00:27.198 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.024) 0:00:27.223 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.024) 0:00:27.248 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.028) 0:00:27.276 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.041) 0:00:27.318 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.031) 0:00:27.349 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.028) 0:00:27.377 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.046) 0:00:27.424 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.030) 0:00:27.454 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.025) 0:00:27.479 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.031) 0:00:27.510 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.033) 0:00:27.544 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.041) 0:00:27.585 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 27 July 2024 13:06:22 +0000 (0:00:00.368) 0:00:27.954 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2324ta58rvti/tmp2qi4tdt6" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.273) 0:00:28.227 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.392) 0:00:28.619 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.021) 0:00:28.640 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.023) 0:00:28.664 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.027) 0:00:28.691 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.022) 0:00:28.714 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:79 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.183) 0:00:28.897 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.053) 0:00:28.950 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 July 2024 13:06:23 +0000 (0:00:00.022) 0:00:28.973 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 July 2024 13:06:24 +0000 (0:00:00.062) 0:00:29.036 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 13:06:24 +0000 (0:00:00.038) 0:00:29.075 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 13:06:24 +0000 (0:00:00.038) 0:00:29.113 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002890", "end": "2024-07-27 13:06:24.294951", "rc": 0, "start": "2024-07-27 13:06:24.292061" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 13:06:24 +0000 (0:00:00.189) 0:00:29.302 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 13:06:24 +0000 (0:00:00.024) 0:00:29.327 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 July 2024 13:06:24 +0000 (0:00:00.024) 0:00:29.351 ********* 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-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 July 2024 13:06:26 +0000 (0:00:02.503) 0:00:31.854 ********* 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-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 July 2024 13:06:26 +0000 (0:00:00.065) 0:00:31.920 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 July 2024 13:06:26 +0000 (0:00:00.024) 0:00:31.944 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011132", "end": "2024-07-27 13:06:27.131254", "rc": 0, "start": "2024-07-27 13:06:27.120122" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.196) 0:00:32.141 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.026) 0:00:32.167 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.023) 0:00:32.190 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.022) 0:00:32.213 ********* 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-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:83 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.024) 0:00:32.237 ********* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:87 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.022) 0:00:32.259 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.055) 0:00:32.314 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.023) 0:00:32.337 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.021) 0:00:32.359 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.037) 0:00:32.397 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.073) 0:00:32.471 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002836", "end": "2024-07-27 13:06:27.652509", "rc": 0, "start": "2024-07-27 13:06:27.649673" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.191) 0:00:32.662 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.023) 0:00:32.685 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 July 2024 13:06:27 +0000 (0:00:00.023) 0:00:32.709 ********* 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-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 July 2024 13:06:30 +0000 (0:00:02.454) 0:00:35.163 ********* 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.005887", "end": "2024-07-27 13:06:30.351624", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-07-27 13:06:30.345737" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.002935", "end": "2024-07-27 13:06:30.551353", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-07-27 13:06:30.548418" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003561", "end": "2024-07-27 13:06:30.717455", "item": "ip link set veth0 up", "rc": 0, "start": "2024-07-27 13:06:30.713894" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 July 2024 13:06:30 +0000 (0:00:00.565) 0:00:35.728 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.018509", "end": "2024-07-27 13:06:30.923325", "rc": 0, "start": "2024-07-27 13:06:30.904816" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 July 2024 13:06:30 +0000 (0:00:00.204) 0:00:35.933 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 July 2024 13:06:30 +0000 (0:00:00.024) 0:00:35.957 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 July 2024 13:06:31 +0000 (0:00:00.055) 0:00:36.013 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 July 2024 13:06:31 +0000 (0:00:00.026) 0:00:36.039 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 July 2024 13:06:31 +0000 (0:00:00.030) 0:00:36.069 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 July 2024 13:06:31 +0000 (0:00:00.028) 0:00:36.098 ********* included: /WORKDIR/git-weekly-cisw4g92xk/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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 July 2024 13:06:31 +0000 (0:00:00.043) 0:00:36.142 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 July 2024 13:06:31 +0000 (0:00:00.045) 0:00:36.187 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 July 2024 13:06:31 +0000 (0:00:00.023) 0:00:36.211 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 July 2024 13:06:31 +0000 (0:00:00.022) 0:00:36.234 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 July 2024 13:06:32 +0000 (0:00:01.330) 0:00:37.565 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 July 2024 13:06:33 +0000 (0:00:01.242) 0:00:38.807 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 July 2024 13:06:33 +0000 (0:00:00.023) 0:00:38.831 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 July 2024 13:06:33 +0000 (0:00:00.021) 0:00:38.853 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 July 2024 13:06:33 +0000 (0:00:00.022) 0:00:38.875 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 July 2024 13:06:33 +0000 (0:00:00.021) 0:00:38.896 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 27 July 2024 13:06:33 +0000 (0:00:00.029) 0:00:38.925 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 27 July 2024 13:06:33 +0000 (0:00:00.022) 0:00:38.948 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 27 July 2024 13:06:33 +0000 (0:00:00.025) 0:00:38.974 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 July 2024 13:06:34 +0000 (0:00:00.044) 0:00:39.018 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 27 July 2024 13:06:34 +0000 (0:00:00.021) 0:00:39.040 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 27 July 2024 13:06:34 +0000 (0:00:00.021) 0:00:39.062 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 27 July 2024 13:06:34 +0000 (0:00:00.058) 0:00:39.120 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 27 July 2024 13:06:34 +0000 (0:00:00.022) 0:00:39.143 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 27 July 2024 13:06:34 +0000 (0:00:00.026) 0:00:39.169 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 27 July 2024 13:06:34 +0000 (0:00:00.328) 0:00:39.497 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2324ta58rvti/tmptzodocy1" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 27 July 2024 13:06:34 +0000 (0:00:00.273) 0:00:39.771 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 July 2024 13:06:41 +0000 (0:00:06.456) 0:00:46.228 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.024) 0:00:46.252 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.060) 0:00:46.313 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.024) 0:00:46.338 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.022) 0:00:46.361 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:108 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.178) 0:00:46.539 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.054) 0:00:46.593 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.035) 0:00:46.628 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722085590.3490007, "block_size": 4096, "blocks": 0, "ctime": 1722085590.3490007, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22308, "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": 1722085590.3490007, "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-cisw4g92xk/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.183) 0:00:46.812 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:110 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.030) 0:00:46.843 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.058) 0:00:46.901 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 27 July 2024 13:06:41 +0000 (0:00:00.036) 0:00:46.937 ********* 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-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.096) 0:00:47.034 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1722085595.051489, "block_size": 4096, "blocks": 8, "ctime": 1722085595.035489, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301238, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722085595.035489, "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-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.191) 0:00:47.225 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.024) 0:00:47.249 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.019745", "end": "2024-07-27 13:06:42.446861", "rc": 1, "start": "2024-07-27 13:06:42.427116" } 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-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.203) 0:00:47.453 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.023) 0:00:47.477 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002311", "end": "2024-07-27 13:06:42.657063", "rc": 0, "start": "2024-07-27 13:06:42.654752" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.188) 0:00:47.666 ********* 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-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.040) 0:00:47.706 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.002510", "end": "2024-07-27 13:06:42.900759", "rc": 0, "start": "2024-07-27 13:06:42.898249" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.203) 0:00:47.910 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.028) 0:00:47.938 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 27 July 2024 13:06:42 +0000 (0:00:00.026) 0:00:47.965 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.026) 0:00:47.991 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:114 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.026) 0:00:48.017 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.002903", "end": "2024-07-27 13:06:43.196722", "rc": 0, "start": "2024-07-27 13:06:43.193819" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.204 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.204 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-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:118 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.188) 0:00:48.206 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:123 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.092) 0:00:48.298 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003116", "end": "2024-07-27 13:06:43.497032", "rc": 0, "start": "2024-07-27 13:06:43.493916" } 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-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:127 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.215) 0:00:48.514 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:133 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.028) 0:00:48.543 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.044) 0:00:48.587 ********* included: /WORKDIR/git-weekly-cisw4g92xk/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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.043) 0:00:48.631 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.030) 0:00:48.661 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.025) 0:00:48.686 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 July 2024 13:06:43 +0000 (0:00:00.030) 0:00:48.716 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 July 2024 13:06:45 +0000 (0:00:01.318) 0:00:50.035 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 July 2024 13:06:46 +0000 (0:00:01.245) 0:00:51.280 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.028) 0:00:51.308 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.024) 0:00:51.332 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.029) 0:00:51.362 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.023) 0:00:51.385 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.028) 0:00:51.414 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.024) 0:00:51.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.026) 0:00:51.465 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.046) 0:00:51.511 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.022) 0:00:51.534 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.021) 0:00:51.556 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.072) 0:00:51.628 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.026) 0:00:51.655 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 27 July 2024 13:06:46 +0000 (0:00:00.024) 0:00:51.679 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 27 July 2024 13:06:47 +0000 (0:00:00.333) 0:00:52.013 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2324ta58rvti/tmp8y_dmsez" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 27 July 2024 13:06:47 +0000 (0:00:00.269) 0:00:52.282 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 July 2024 13:06:47 +0000 (0:00:00.387) 0:00:52.670 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 July 2024 13:06:47 +0000 (0:00:00.023) 0:00:52.694 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 27 July 2024 13:06:47 +0000 (0:00:00.023) 0:00:52.718 ********* 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-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 27 July 2024 13:06:47 +0000 (0:00:00.025) 0:00:52.743 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 27 July 2024 13:06:47 +0000 (0:00:00.023) 0:00:52.766 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:145 Saturday 27 July 2024 13:06:47 +0000 (0:00:00.180) 0:00:52.947 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 July 2024 13:06:48 +0000 (0:00:00.108) 0:00:53.055 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 July 2024 13:06:48 +0000 (0:00:00.023) 0:00:53.079 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 July 2024 13:06:48 +0000 (0:00:00.022) 0:00:53.102 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 July 2024 13:06:48 +0000 (0:00:00.036) 0:00:53.138 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 July 2024 13:06:48 +0000 (0:00:00.043) 0:00:53.182 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002783", "end": "2024-07-27 13:06:48.360956", "rc": 0, "start": "2024-07-27 13:06:48.358173" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 July 2024 13:06:48 +0000 (0:00:00.186) 0:00:53.369 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 July 2024 13:06:48 +0000 (0:00:00.025) 0:00:53.394 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 July 2024 13:06:48 +0000 (0:00:00.023) 0:00:53.417 ********* 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-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 July 2024 13:06:50 +0000 (0:00:02.498) 0:00:55.916 ********* 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-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 July 2024 13:06:50 +0000 (0:00:00.034) 0:00:55.950 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 July 2024 13:06:50 +0000 (0:00:00.026) 0:00:55.977 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.013380", "end": "2024-07-27 13:06:51.172863", "rc": 0, "start": "2024-07-27 13:06:51.159483" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 July 2024 13:06:51 +0000 (0:00:00.205) 0:00:56.183 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 July 2024 13:06:51 +0000 (0:00:00.025) 0:00:56.208 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 July 2024 13:06:51 +0000 (0:00:00.023) 0:00:56.231 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 July 2024 13:06:51 +0000 (0:00:00.022) 0:00:56.254 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tests_auto_gateway.yml:149 Saturday 27 July 2024 13:06:51 +0000 (0:00:00.022) 0:00:56.277 ********* included: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 27 July 2024 13:06:51 +0000 (0:00:00.057) 0:00:56.334 ********* 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.008252", "end": "2024-07-27 13:06:51.516921", "rc": 0, "start": "2024-07-27 13:06:51.508669" } 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 02:8b:dd:d3:5e:93 brd ff:ff:ff:ff:ff:ff inet 10.31.46.204/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 2809sec preferred_lft 2809sec inet6 fe80::8b:ddff:fed3:5e93/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.46.204 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.46.204 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-cisw4g92xk/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 27 July 2024 13:06:51 +0000 (0:00:00.201) 0:00:56.535 ********* 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.177596", "end": "2024-07-27 13:06:51.919276", "rc": 0, "start": "2024-07-27 13:06:51.741680" } 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:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 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 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 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 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 3674 0 --:--:-- --:--:-- --:--:-- 3674 % 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 4217 0 --:--:-- --:--:-- --:--:-- 4217 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=141 changed=6 unreachable=0 failed=0 skipped=105 rescued=0 ignored=2 Saturday 27 July 2024 13:06:51 +0000 (0:00:00.382) 0:00:56.918 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.73s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Configure networking connection profiles --- 6.46s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Install packages --------------------------- 4.32s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:92 Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.50s /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.50s /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.45s /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which packages are installed --------- 1.42s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.37s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.36s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.33s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.32s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.25s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.24s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.22s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable network service --------------------- 0.88s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:171 linux-system-roles.network : Configure networking connection profiles --- 0.78s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable network service --------------------- 0.70s /WORKDIR/git-weekly-cisw4g92xk/tests/roles/linux-system-roles.network/tasks/main.yml:171 Gathering Facts --------------------------------------------------------- 0.65s /WORKDIR/git-weekly-cisw4g92xk/tests/tests_auto_gateway_initscripts.yml:5 ----- Create veth interface veth0 --------------------------------------------- 0.57s /WORKDIR/git-weekly-cisw4g92xk/tests/playbooks/tasks/manage_test_interface.yml:28 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---