# 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_vlan_mtu_initscripts.yml *************************************** 2 plays in /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_vlan_mtu_initscripts.yml PLAY [Run playbook 'playbooks/tests_vlan_mtu.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_vlan_mtu_initscripts.yml:5 Saturday 22 June 2024 17:46:12 +0000 (0:00:00.023) 0:00:00.023 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_vlan_mtu_initscripts.yml:8 Saturday 22 June 2024 17:46:13 +0000 (0:00:00.910) 0:00:00.933 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/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-cimwnwe9nt/tests/tasks/el_repo_setup.yml:3 Saturday 22 June 2024 17:46:13 +0000 (0:00:00.041) 0:00:00.975 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:19 Saturday 22 June 2024 17:46:13 +0000 (0:00:00.377) 0:00:01.352 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:24 Saturday 22 June 2024 17:46:13 +0000 (0:00:00.321) 0:00:01.674 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:28 Saturday 22 June 2024 17:46:13 +0000 (0:00:00.076) 0:00:01.751 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:53 Saturday 22 June 2024 17:46:13 +0000 (0:00:00.072) 0:00:01.823 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:8 Saturday 22 June 2024 17:46:13 +0000 (0:00:00.087) 0:00:01.911 ********* 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-cimwnwe9nt/tests/tasks/enable_epel.yml:24 Saturday 22 June 2024 17:46:14 +0000 (0:00:00.311) 0:00:02.222 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:30 Saturday 22 June 2024 17:46:14 +0000 (0:00:00.014) 0:00:02.236 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:35 Saturday 22 June 2024 17:46:14 +0000 (0:00:00.047) 0:00:02.284 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.246962", "end": "2024-06-22 17:46:14.793693", "rc": 0, "start": "2024-06-22 17:46:14.546731" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:40 Saturday 22 June 2024 17:46:14 +0000 (0:00:00.477) 0:00:02.762 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_vlan_mtu_initscripts.yml:10 Saturday 22 June 2024 17:46:14 +0000 (0:00:00.017) 0:00:02.779 ********* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing vlan mtu setting] *************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:3 Saturday 22 June 2024 17:46:14 +0000 (0:00:00.025) 0:00:02.805 ********* ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:10 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.494) 0:00:03.299 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.021) 0:00:03.321 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.017) 0:00:03.339 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003220", "end": "2024-06-22 17:46:15.589129", "rc": 0, "start": "2024-06-22 17:46:15.585909" } STDOUT: bonding_masters eth0 lo team0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.204) 0:00:03.543 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "team0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.014) 0:00:03.558 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'team0'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:12 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.013) 0:00:03.572 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.025) 0:00:03.597 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.013) 0:00:03.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.013) 0:00:03.624 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.018) 0:00:03.642 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.015) 0:00:03.658 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003315", "end": "2024-06-22 17:46:15.910462", "rc": 0, "start": "2024-06-22 17:46:15.907147" } STDOUT: bonding_masters eth0 lo team0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.193) 0:00:03.851 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "team0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.013) 0:00:03.865 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'team0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:46:15 +0000 (0:00:00.016) 0:00:03.881 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface lsr101] ******************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 22 June 2024 17:46:18 +0000 (0:00:02.983) 0:00:06.864 ********* ok: [sut] => (item=ip link add lsr101 type veth peer name peerlsr101) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "lsr101", "type", "veth", "peer", "name", "peerlsr101" ], "delta": "0:00:00.012561", "end": "2024-06-22 17:46:19.156955", "item": "ip link add lsr101 type veth peer name peerlsr101", "rc": 0, "start": "2024-06-22 17:46:19.144394" } ok: [sut] => (item=ip link set peerlsr101 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerlsr101", "up" ], "delta": "0:00:00.003695", "end": "2024-06-22 17:46:19.420413", "item": "ip link set peerlsr101 up", "rc": 0, "start": "2024-06-22 17:46:19.416718" } ok: [sut] => (item=ip link set lsr101 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "lsr101", "up" ], "delta": "0:00:00.003575", "end": "2024-06-22 17:46:19.613223", "item": "ip link set lsr101 up", "rc": 0, "start": "2024-06-22 17:46:19.609648" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.692) 0:00:07.557 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "lsr101", "managed", "true" ], "delta": "0:00:00.018491", "end": "2024-06-22 17:46:19.821757", "rc": 0, "start": "2024-06-22 17:46:19.803266" } TASK [Delete veth interface lsr101] ******************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.212) 0:00:07.769 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface lsr101] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.026) 0:00:07.796 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface lsr101] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.015) 0:00:07.811 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface lsr101] ********************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.020) 0:00:07.832 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface lsr101] ********************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.013) 0:00:07.845 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:16 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.012) 0:00:07.857 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.027) 0:00:07.885 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface lsr101] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:46:19 +0000 (0:00:00.034) 0:00:07.919 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719078379.1478875, "block_size": 4096, "blocks": 0, "ctime": 1719078379.1478875, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37234, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/lsr101", "lnk_target": "../../devices/virtual/net/lsr101", "mode": "0777", "mtime": 1719078379.1478875, "nlink": 1, "path": "/sys/class/net/lsr101", "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 - 'lsr101'] ************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 22 June 2024 17:46:20 +0000 (0:00:00.211) 0:00:08.130 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure the MTU for a vlan interface without autoconnect.] *** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:18 Saturday 22 June 2024 17:46:20 +0000 (0:00:00.029) 0:00:08.160 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 22 June 2024 17:46:20 +0000 (0:00:00.025) 0:00:08.186 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 22 June 2024 17:46:20 +0000 (0:00:00.032) 0:00:08.218 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 22 June 2024 17:46:20 +0000 (0:00:00.015) 0:00:08.234 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 22 June 2024 17:46:20 +0000 (0:00:00.015) 0:00:08.249 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 22 June 2024 17:46:20 +0000 (0:00:00.016) 0:00:08.266 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 22 June 2024 17:46:21 +0000 (0:00:01.620) 0:00:09.886 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 22 June 2024 17:46:23 +0000 (0:00:01.619) 0:00:11.506 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 22 June 2024 17:46:23 +0000 (0:00:00.060) 0:00:11.566 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 22 June 2024 17:46:23 +0000 (0:00:00.046) 0:00:11.612 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 22 June 2024 17:46:23 +0000 (0:00:00.034) 0:00:11.647 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 22 June 2024 17:46:23 +0000 (0:00:00.093) 0:00:11.740 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 22 June 2024 17:46:23 +0000 (0:00:00.036) 0:00:11.777 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 22 June 2024 17:46:23 +0000 (0:00:00.089) 0:00:11.866 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 22 June 2024 17:46:24 +0000 (0:00:00.116) 0:00:11.983 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 22 June 2024 17:46:24 +0000 (0:00:00.081) 0:00:12.064 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 22 June 2024 17:46:24 +0000 (0:00:00.114) 0:00:12.178 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 22 June 2024 17:46:24 +0000 (0:00:00.085) 0:00:12.263 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 22 June 2024 17:46:24 +0000 (0:00:00.043) 0:00:12.307 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 22 June 2024 17:46:24 +0000 (0:00:00.103) 0:00:12.410 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 22 June 2024 17:46:25 +0000 (0:00:00.648) 0:00:13.059 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2339903qa98p7/tmp0b5bxgpw" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 22 June 2024 17:46:25 +0000 (0:00:00.477) 0:00:13.536 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "mtu": 1492, "name": "lsr101", "state": "up", "type": "ethernet" }, { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "mtu": 1280, "name": "lsr101.90", "parent": "lsr101", "state": "up", "type": "vlan", "vlan_id": 90 } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [005] #0, state:up persistent_state:present, 'lsr101': add ifcfg-rh profile 'lsr101' [006] #1, state:up persistent_state:present, 'lsr101.90': add ifcfg-rh profile 'lsr101.90' [007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101 (is-modified) [008] #0, state:up persistent_state:present, 'lsr101': call 'ifup lsr101': rc=0, out='b''', 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"' [009] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90 (not-active) [010] #1, state:up persistent_state:present, 'lsr101.90': call 'ifup lsr101.90': rc=0, out='b''', 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 22 June 2024 17:46:26 +0000 (0:00:00.792) 0:00:14.329 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 22 June 2024 17:46:26 +0000 (0:00:00.024) 0:00:14.354 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[005] #0, state:up persistent_state:present, 'lsr101': add ifcfg-rh profile 'lsr101'", "[006] #1, state:up persistent_state:present, 'lsr101.90': add ifcfg-rh profile 'lsr101.90'", "[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101 (is-modified)", "[008] #0, state:up persistent_state:present, 'lsr101': call 'ifup lsr101': rc=0, out='b''', 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\"'", "[009] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90 (not-active)", "[010] #1, state:up persistent_state:present, 'lsr101.90': call 'ifup lsr101.90': rc=0, out='b''', 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 22 June 2024 17:46:26 +0000 (0:00:00.024) 0:00:14.379 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "mtu": 1492, "name": "lsr101", "state": "up", "type": "ethernet" }, { "autoconnect": false, "ip": { "auto6": false, "dhcp4": false }, "mtu": 1280, "name": "lsr101.90", "parent": "lsr101", "state": "up", "type": "vlan", "vlan_id": 90 } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[005] #0, state:up persistent_state:present, 'lsr101': add ifcfg-rh profile 'lsr101'\n[006] #1, state:up persistent_state:present, 'lsr101.90': add ifcfg-rh profile 'lsr101.90'\n[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101 (is-modified)\n[008] #0, state:up persistent_state:present, 'lsr101': call 'ifup lsr101': rc=0, out='b''', 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[009] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90 (not-active)\n[010] #1, state:up persistent_state:present, 'lsr101.90': call 'ifup lsr101.90': rc=0, out='b''', 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": [ "[005] #0, state:up persistent_state:present, 'lsr101': add ifcfg-rh profile 'lsr101'", "[006] #1, state:up persistent_state:present, 'lsr101.90': add ifcfg-rh profile 'lsr101.90'", "[007] #0, state:up persistent_state:present, 'lsr101': up connection lsr101 (is-modified)", "[008] #0, state:up persistent_state:present, 'lsr101': call 'ifup lsr101': rc=0, out='b''', 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\"'", "[009] #1, state:up persistent_state:present, 'lsr101.90': up connection lsr101.90 (not-active)", "[010] #1, state:up persistent_state:present, 'lsr101.90': call 'ifup lsr101.90': rc=0, out='b''', 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 22 June 2024 17:46:26 +0000 (0:00:00.034) 0:00:14.413 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 22 June 2024 17:46:26 +0000 (0:00:00.025) 0:00:14.438 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:46 Saturday 22 June 2024 17:46:26 +0000 (0:00:00.353) 0:00:14.791 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 22 June 2024 17:46:26 +0000 (0:00:00.103) 0:00:14.895 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface lsr101.90] **************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 22 June 2024 17:46:27 +0000 (0:00:00.133) 0:00:15.028 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719078386.2651513, "block_size": 4096, "blocks": 0, "ctime": 1719078386.2651513, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37636, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/lsr101.90", "lnk_target": "../../devices/virtual/net/lsr101.90", "mode": "0777", "mtime": 1719078386.2651513, "nlink": 1, "path": "/sys/class/net/lsr101.90", "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 - 'lsr101.90'] ********************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 22 June 2024 17:46:27 +0000 (0:00:00.228) 0:00:15.257 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:50 Saturday 22 June 2024 17:46:27 +0000 (0:00:00.103) 0:00:15.361 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml for sut included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 22 June 2024 17:46:27 +0000 (0:00:00.069) 0:00:15.431 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 22 June 2024 17:46:27 +0000 (0:00:00.064) 0:00:15.495 ********* 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-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 22 June 2024 17:46:27 +0000 (0:00:00.036) 0:00:15.532 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719078386.1316051, "block_size": 4096, "blocks": 8, "ctime": 1719078386.113605, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301244, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1719078386.113605, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-lsr101", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 136, "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-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 22 June 2024 17:46:27 +0000 (0:00:00.235) 0:00:15.767 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 22 June 2024 17:46:27 +0000 (0:00:00.048) 0:00:15.816 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep lsr101 | grep /etc", "delta": "0:00:00.022423", "end": "2024-06-22 17:46:28.140239", "rc": 1, "start": "2024-06-22 17:46:28.117816" } 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-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 22 June 2024 17:46:28 +0000 (0:00:00.289) 0:00:16.106 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-lsr101] ************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 22 June 2024 17:46:28 +0000 (0:00:00.028) 0:00:16.134 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-lsr101" ], "delta": "0:00:01.004166", "end": "2024-06-22 17:46:29.391450", "rc": 0, "start": "2024-06-22 17:46:28.387284" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-lsr101] ********************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 22 June 2024 17:46:29 +0000 (0:00:01.212) 0:00:17.346 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-lsr101] ***************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 22 June 2024 17:46:29 +0000 (0:00:00.081) 0:00:17.427 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-lsr101" ], "delta": "0:00:00.002947", "end": "2024-06-22 17:46:29.727657", "rc": 0, "start": "2024-06-22 17:46:29.724710" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-lsr101] ************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 22 June 2024 17:46:29 +0000 (0:00:00.293) 0:00:17.721 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'lsr101'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 22 June 2024 17:46:29 +0000 (0:00:00.056) 0:00:17.777 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'lsr101'] ********** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 22 June 2024 17:46:29 +0000 (0:00:00.047) 0:00:17.825 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in lsr101] **************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 22 June 2024 17:46:29 +0000 (0:00:00.048) 0:00:17.873 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.084) 0:00:17.957 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.071) 0:00:18.028 ********* 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-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.044) 0:00:18.072 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1719078386.225606, "block_size": 4096, "blocks": 8, "ctime": 1719078386.113605, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301067, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1719078386.113605, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-lsr101.90", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 166, "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-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.232) 0:00:18.305 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.028) 0:00:18.333 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep lsr101.90 | grep /etc", "delta": "0:00:00.022571", "end": "2024-06-22 17:46:30.601060", "rc": 1, "start": "2024-06-22 17:46:30.578489" } 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-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.251) 0:00:18.584 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-lsr101.90] ********************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.035) 0:00:18.620 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-lsr101.90" ], "delta": "0:00:00.002984", "end": "2024-06-22 17:46:30.892649", "rc": 0, "start": "2024-06-22 17:46:30.889665" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-lsr101.90] ******************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.228) 0:00:18.849 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-lsr101.90] ************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 22 June 2024 17:46:30 +0000 (0:00:00.038) 0:00:18.887 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-lsr101.90" ], "delta": "0:00:00.003269", "end": "2024-06-22 17:46:31.141691", "rc": 0, "start": "2024-06-22 17:46:31.138422" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-lsr101.90] *********************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.214) 0:00:19.102 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'lsr101.90'] ************************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.038) 0:00:19.141 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'lsr101.90'] ******* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.031) 0:00:19.172 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in lsr101.90] ************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.029) 0:00:19.201 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:58 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.042) 0:00:19.243 ********* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.032) 0:00:19.275 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.053) 0:00:19.328 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.032) 0:00:19.360 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.050) 0:00:19.411 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 22 June 2024 17:46:31 +0000 (0:00:00.025) 0:00:19.436 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 22 June 2024 17:46:33 +0000 (0:00:01.598) 0:00:21.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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 22 June 2024 17:46:34 +0000 (0:00:01.335) 0:00:22.370 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 22 June 2024 17:46:34 +0000 (0:00:00.051) 0:00:22.422 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 22 June 2024 17:46:34 +0000 (0:00:00.032) 0:00:22.454 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 22 June 2024 17:46:34 +0000 (0:00:00.040) 0:00:22.494 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 22 June 2024 17:46:34 +0000 (0:00:00.081) 0:00:22.575 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 22 June 2024 17:46:34 +0000 (0:00:00.055) 0:00:22.631 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 22 June 2024 17:46:34 +0000 (0:00:00.099) 0:00:22.731 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 22 June 2024 17:46:34 +0000 (0:00:00.163) 0:00:22.894 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 22 June 2024 17:46:35 +0000 (0:00:00.045) 0:00:22.940 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 22 June 2024 17:46:35 +0000 (0:00:00.037) 0:00:22.977 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 22 June 2024 17:46:35 +0000 (0:00:00.098) 0:00:23.076 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 22 June 2024 17:46:35 +0000 (0:00:00.091) 0:00:23.168 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 22 June 2024 17:46:35 +0000 (0:00:00.114) 0:00:23.282 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 22 June 2024 17:46:35 +0000 (0:00:00.454) 0:00:23.737 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2339903qa98p7/tmp24ghm_s4" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 22 June 2024 17:46:36 +0000 (0:00:00.536) 0:00:24.273 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "lsr101", "persistent_state": "absent", "state": "down" }, { "name": "lsr101.90", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [005] #0, state:down persistent_state:absent, 'lsr101': up connection lsr101 (active) [006] #0, state:down persistent_state:absent, 'lsr101': call 'ifdown lsr101': 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"' [007] #1, state:down persistent_state:absent, 'lsr101.90': down connection lsr101.90 skipped because not active [008] #0, state:down persistent_state:absent, 'lsr101': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-lsr101' [009] #1, state:down persistent_state:absent, 'lsr101.90': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-lsr101.90' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 22 June 2024 17:46:36 +0000 (0:00:00.478) 0:00:24.751 ********* 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-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 22 June 2024 17:46:36 +0000 (0:00:00.038) 0:00:24.790 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[005] #0, state:down persistent_state:absent, 'lsr101': up connection lsr101 (active)", "[006] #0, state:down persistent_state:absent, 'lsr101': call 'ifdown lsr101': 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\"'", "[007] #1, state:down persistent_state:absent, 'lsr101.90': down connection lsr101.90 skipped because not active", "[008] #0, state:down persistent_state:absent, 'lsr101': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-lsr101'", "[009] #1, state:down persistent_state:absent, 'lsr101.90': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-lsr101.90'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 22 June 2024 17:46:36 +0000 (0:00:00.040) 0:00:24.830 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "lsr101", "persistent_state": "absent", "state": "down" }, { "name": "lsr101.90", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[005] #0, state:down persistent_state:absent, 'lsr101': up connection lsr101 (active)\n[006] #0, state:down persistent_state:absent, 'lsr101': call 'ifdown lsr101': 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[007] #1, state:down persistent_state:absent, 'lsr101.90': down connection lsr101.90 skipped because not active\n[008] #0, state:down persistent_state:absent, 'lsr101': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-lsr101'\n[009] #1, state:down persistent_state:absent, 'lsr101.90': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-lsr101.90'\n", "stderr_lines": [ "[005] #0, state:down persistent_state:absent, 'lsr101': up connection lsr101 (active)", "[006] #0, state:down persistent_state:absent, 'lsr101': call 'ifdown lsr101': 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\"'", "[007] #1, state:down persistent_state:absent, 'lsr101.90': down connection lsr101.90 skipped because not active", "[008] #0, state:down persistent_state:absent, 'lsr101': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-lsr101'", "[009] #1, state:down persistent_state:absent, 'lsr101.90': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-lsr101.90'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 22 June 2024 17:46:36 +0000 (0:00:00.079) 0:00:24.909 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 22 June 2024 17:46:37 +0000 (0:00:00.058) 0:00:24.967 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:73 Saturday 22 June 2024 17:46:37 +0000 (0:00:00.254) 0:00:25.222 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 22 June 2024 17:46:37 +0000 (0:00:00.090) 0:00:25.312 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 22 June 2024 17:46:37 +0000 (0:00:00.055) 0:00:25.368 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 22 June 2024 17:46:37 +0000 (0:00:00.050) 0:00:25.418 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 22 June 2024 17:46:37 +0000 (0:00:00.088) 0:00:25.506 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 22 June 2024 17:46:37 +0000 (0:00:00.121) 0:00:25.628 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003082", "end": "2024-06-22 17:46:37.944396", "rc": 0, "start": "2024-06-22 17:46:37.941314" } STDOUT: bonding_masters eth0 lo lsr101 lsr101.90 peerlsr101 team0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 22 June 2024 17:46:37 +0000 (0:00:00.281) 0:00:25.910 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "lsr101", "lsr101.90", "peerlsr101", "team0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 22 June 2024 17:46:38 +0000 (0:00:00.064) 0:00:25.974 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'lsr101', 'lsr101.90', 'peerlsr101', 'team0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 22 June 2024 17:46:38 +0000 (0:00:00.041) 0:00:26.016 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface lsr101] ******************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 22 June 2024 17:46:40 +0000 (0:00:02.572) 0:00:28.588 ********* skipping: [sut] => (item=ip link add lsr101 type veth peer name peerlsr101) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add lsr101 type veth peer name peerlsr101", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerlsr101 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerlsr101 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set lsr101 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set lsr101 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 22 June 2024 17:46:40 +0000 (0:00:00.064) 0:00:28.652 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface lsr101] ******************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 22 June 2024 17:46:40 +0000 (0:00:00.027) 0:00:28.680 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "lsr101", "type", "veth" ], "delta": "0:00:00.011521", "end": "2024-06-22 17:46:40.949718", "rc": 0, "start": "2024-06-22 17:46:40.938197" } TASK [Create dummy interface lsr101] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 22 June 2024 17:46:41 +0000 (0:00:00.248) 0:00:28.928 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface lsr101] ******************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 22 June 2024 17:46:41 +0000 (0:00:00.039) 0:00:28.968 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface lsr101] ********************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 22 June 2024 17:46:41 +0000 (0:00:00.069) 0:00:29.038 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface lsr101] ********************************************* task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 22 June 2024 17:46:41 +0000 (0:00:00.027) 0:00:29.066 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:77 Saturday 22 June 2024 17:46:41 +0000 (0:00:00.035) 0:00:29.101 ********* included: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 22 June 2024 17:46:41 +0000 (0:00:00.071) 0:00:29.172 ********* 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.008797", "end": "2024-06-22 17:46:41.433532", "rc": 0, "start": "2024-06-22 17:46:41.424735" } 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 12:03:a1:2f:10:bb brd ff:ff:ff:ff:ff:ff inet 10.31.10.186/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 3562sec preferred_lft 3562sec inet6 fe80::1003:a1ff:fe2f:10bb/64 scope link valid_lft forever preferred_lft forever 55: team0: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 42:53:a5:9e:8a:ae brd ff:ff:ff:ff:ff:ff IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.10.186 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.10.186 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-cimwnwe9nt/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 22 June 2024 17:46:41 +0000 (0:00:00.221) 0:00:29.394 ********* 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.314684", "end": "2024-06-22 17:46:41.958784", "rc": 0, "start": "2024-06-22 17:46:41.644100" } STDOUT: CHECK DNS AND CONNECTIVITY 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 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:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 5446 0 --:--:-- --:--:-- --:--:-- 5446 % 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 1248 0 --:--:-- --:--:-- --:--:-- 1248 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=91 changed=2 unreachable=0 failed=0 skipped=53 rescued=0 ignored=2 Saturday 22 June 2024 17:46:41 +0000 (0:00:00.503) 0:00:29.898 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.98s /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.62s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.60s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.34s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Get the ansible_managed comment in ifcfg-lsr101 ------------------------- 1.21s /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/get_profile_stat.yml:49 -- Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-weekly-cimwnwe9nt/tests/tests_vlan_mtu_initscripts.yml:5 --------- linux-system-roles.network : Configure networking connection profiles --- 0.79s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Create veth interface lsr101 -------------------------------------------- 0.69s /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/manage_test_interface.yml:28 linux-system-roles.network : Enable network service --------------------- 0.65s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:156 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.54s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:164 Verify DNS and network connectivity ------------------------------------- 0.50s /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tasks/check_network_dns.yml:24 - Gathering Facts --------------------------------------------------------- 0.49s /WORKDIR/git-weekly-cimwnwe9nt/tests/playbooks/tests_vlan_mtu.yml:3 ----------- linux-system-roles.network : Configure networking connection profiles --- 0.48s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:173 Enable EPEL 8 ----------------------------------------------------------- 0.48s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/enable_epel.yml:35 ----------------- linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.48s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:164 linux-system-roles.network : Enable network service --------------------- 0.45s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:156 Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-weekly-cimwnwe9nt/tests/tasks/el_repo_setup.yml:3 ---------------- linux-system-roles.network : Re-test connectivity ----------------------- 0.35s /WORKDIR/git-weekly-cimwnwe9nt/tests/roles/linux-system-roles.network/tasks/main.yml:206 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---