# 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_route_table_nm.yml ********************************************* 6 plays in /WORKDIR/git-weekly-cih_2m6xn5/tests/tests_route_table_nm.yml PLAY [Run playbook 'playbooks/tests_route_table.yml' with nm as provider] ****** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tests_route_table_nm.yml:6 Saturday 24 February 2024 13:15:13 +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-cih_2m6xn5/tests/tests_route_table_nm.yml:9 Saturday 24 February 2024 13:15:14 +0000 (0:00:00.967) 0:00:00.980 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/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-cih_2m6xn5/tests/tasks/el_repo_setup.yml:3 Saturday 24 February 2024 13:15:14 +0000 (0:00:00.011) 0:00:00.992 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/el_repo_setup.yml:19 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.511) 0:00:01.504 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/el_repo_setup.yml:24 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.253) 0:00:01.758 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/el_repo_setup.yml:28 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.023) 0:00:01.781 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/el_repo_setup.yml:53 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.034) 0:00:01.816 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/enable_epel.yml:8 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.034) 0:00:01.851 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/enable_epel.yml:24 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.009) 0:00:01.860 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/enable_epel.yml:30 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.009) 0:00:01.870 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/enable_epel.yml:35 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.008) 0:00:01.879 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tasks/enable_epel.yml:40 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.008) 0:00:01.887 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/tests_route_table_nm.yml:11 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.009) 0:00:01.897 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing route table] ******************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:3 Saturday 24 February 2024 13:15:15 +0000 (0:00:00.010) 0:00:01.907 ***** ok: [sut] META: ran handlers TASK [Set type=veth and interface=ethtest0] ************************************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:11 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.772) 0:00:02.680 ***** ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:15 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.012) 0:00:02.692 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.019) 0:00:02.712 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.014) 0:00:02.726 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003543", "end": "2024-02-24 13:15:16.607458", "rc": 0, "start": "2024-02-24 13:15:16.603915" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.277) 0:00:03.003 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.012) 0:00:03.016 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:17 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.012) 0:00:03.029 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.022) 0:00:03.051 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.011) 0:00:03.063 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.010) 0:00:03.073 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.013) 0:00:03.087 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:15:16 +0000 (0:00:00.014) 0:00:03.101 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004754", "end": "2024-02-24 13:15:17.905378", "rc": 0, "start": "2024-02-24 13:15:16.900624" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:15:17 +0000 (0:00:01.200) 0:00:04.302 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:15:17 +0000 (0:00:00.014) 0:00:04.316 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:15:17 +0000 (0:00:00.012) 0:00:04.328 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest0] ****************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 24 February 2024 13:15:20 +0000 (0:00:02.545) 0:00:06.874 ***** ok: [sut] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.007258", "end": "2024-02-24 13:15:20.686379", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2024-02-24 13:15:20.679121" } ok: [sut] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.004055", "end": "2024-02-24 13:15:20.938255", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2024-02-24 13:15:20.934200" } ok: [sut] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.004360", "end": "2024-02-24 13:15:21.132968", "item": "ip link set ethtest0 up", "rc": 0, "start": "2024-02-24 13:15:21.128608" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.656) 0:00:07.531 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.022735", "end": "2024-02-24 13:15:21.354870", "rc": 0, "start": "2024-02-24 13:15:21.332135" } TASK [Delete veth interface ethtest0] ****************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.226) 0:00:07.757 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.012) 0:00:07.770 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.011) 0:00:07.782 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.010) 0:00:07.793 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.012) 0:00:07.805 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:21 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.011) 0:00:07.816 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.020) 0:00:07.837 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.014) 0:00:07.852 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708780520.6830204, "block_size": 4096, "blocks": 0, "ctime": 1708780520.6830204, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33204, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1708780520.6830204, "nlink": 1, "path": "/sys/class/net/ethtest0", "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 - 'ethtest0'] *********************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.198) 0:00:08.050 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.013) 0:00:08.064 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.067) 0:00:08.131 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.013) 0:00:08.144 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.011) 0:00:08.156 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 13:15:21 +0000 (0:00:00.011) 0:00:08.167 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 13:15:24 +0000 (0:00:02.217) 0:00:10.384 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 13:15:25 +0000 (0:00:01.090) 0:00:11.475 ***** ok: [sut] => {} MSG: Using network provider: nm 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 13:15:25 +0000 (0:00:00.044) 0:00:11.519 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 13:15:25 +0000 (0:00:00.023) 0:00:11.543 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 13:15:25 +0000 (0:00:00.023) 0:00:11.566 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 13:15:25 +0000 (0:00:00.046) 0:00:11.613 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 13:15:25 +0000 (0:00:00.023) 0:00:11.636 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 13:15:25 +0000 (0:00:00.024) 0:00:11.660 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 13:15:25 +0000 (0:00:00.028) 0:00:11.689 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.726) 0:00:12.416 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.040) 0:00:12.456 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.028) 0:00:12.485 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.023) 0:00:12.508 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/26" ], "dhcp4": false, "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.100.128", "prefix": 26, "table": 30400 }, { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.100.64", "prefix": 26, "table": 30200 } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 [004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.602) 0:00:13.110 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.066) 0:00:13.177 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449", "[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.027) 0:00:13.204 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/26" ], "dhcp4": false, "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.100.128", "prefix": 26, "table": 30400 }, { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.100.64", "prefix": 26, "table": 30200 } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449\n[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449", "[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.027) 0:00:13.231 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 13:15:26 +0000 (0:00:00.025) 0:00:13.257 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the routes from the route table 30200] ******************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:51 Saturday 24 February 2024 13:15:27 +0000 (0:00:00.259) 0:00:13.516 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route", "show", "table", "30200" ], "delta": "0:00:00.003796", "end": "2024-02-24 13:15:27.321775", "rc": 0, "start": "2024-02-24 13:15:27.317979" } STDOUT: 198.51.100.64/26 via 198.51.100.6 dev ethtest0 proto static metric 4 TASK [Get the routes from the route table 30400] ******************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:57 Saturday 24 February 2024 13:15:27 +0000 (0:00:00.215) 0:00:13.732 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route", "show", "table", "30400" ], "delta": "0:00:00.003776", "end": "2024-02-24 13:15:27.541429", "rc": 0, "start": "2024-02-24 13:15:27.537653" } STDOUT: 198.51.100.128/26 via 198.51.100.1 dev ethtest0 proto static metric 2 TASK [Assert that the route table 30200 contains the specified route] ********** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:63 Saturday 24 February 2024 13:15:27 +0000 (0:00:00.218) 0:00:13.950 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the route table 30400 contains the specified route] ********** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:72 Saturday 24 February 2024 13:15:27 +0000 (0:00:00.025) 0:00:13.976 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Create a dedicated test file in `/etc/iproute2/rt_tables.d/` and add a new routing table] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:80 Saturday 24 February 2024 13:15:27 +0000 (0:00:00.029) 0:00:14.005 ***** changed: [sut] => { "backup": "", "changed": true } MSG: line added TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 13:15:27 +0000 (0:00:00.322) 0:00:14.328 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 13:15:28 +0000 (0:00:00.065) 0:00:14.393 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 13:15:28 +0000 (0:00:00.093) 0:00:14.487 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 13:15:28 +0000 (0:00:00.056) 0:00:14.543 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 13:15:28 +0000 (0:00:00.043) 0:00:14.587 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 13:15:30 +0000 (0:00:02.164) 0:00:16.752 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 13:15:31 +0000 (0:00:00.965) 0:00:17.717 ***** ok: [sut] => {} MSG: Using network provider: nm 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 13:15:31 +0000 (0:00:00.027) 0:00:17.745 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 13:15:31 +0000 (0:00:00.041) 0:00:17.786 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 13:15:31 +0000 (0:00:00.027) 0:00:17.814 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 13:15:31 +0000 (0:00:00.057) 0:00:17.872 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 13:15:31 +0000 (0:00:00.027) 0:00:17.899 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 13:15:31 +0000 (0:00:00.038) 0:00:17.938 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 13:15:31 +0000 (0:00:00.028) 0:00:17.967 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.549) 0:00:18.517 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.029) 0:00:18.546 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.041) 0:00:18.588 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.029) 0:00:18.617 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/26" ], "dhcp4": false, "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.100.128", "prefix": 26, "table": "custom" }, { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.100.64", "prefix": 26, "table": "custom" } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 [004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 (is-modified) [005] #0, state:up persistent_state:present, 'ethtest0': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.468) 0:00:19.086 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.047) 0:00:19.133 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449", "[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 (is-modified)", "[005] #0, state:up persistent_state:present, 'ethtest0': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.034) 0:00:19.167 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "autoconnect": true, "interface_name": "ethtest0", "ip": { "address": [ "198.51.100.3/26" ], "dhcp4": false, "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.100.128", "prefix": 26, "table": "custom" }, { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.100.64", "prefix": 26, "table": "custom" } ] }, "name": "ethtest0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449\n[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 (is-modified)\n[005] #0, state:up persistent_state:present, 'ethtest0': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449", "[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 8b09dcb1-d34a-4cdc-bef2-024fd2396449 (is-modified)", "[005] #0, state:up persistent_state:present, 'ethtest0': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.026) 0:00:19.194 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 13:15:32 +0000 (0:00:00.023) 0:00:19.217 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the routes from the named route table 'custom'] ********************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:115 Saturday 24 February 2024 13:15:33 +0000 (0:00:00.205) 0:00:19.423 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route", "show", "table", "custom" ], "delta": "0:00:00.004090", "end": "2024-02-24 13:15:33.228846", "rc": 0, "start": "2024-02-24 13:15:33.224756" } STDOUT: 198.51.100.64/26 via 198.51.100.6 dev ethtest0 proto static metric 4 198.51.100.128/26 via 198.51.100.1 dev ethtest0 proto static metric 2 TASK [Assert that the named route table 'custom' contains the specified route] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:121 Saturday 24 February 2024 13:15:33 +0000 (0:00:00.214) 0:00:19.638 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Remove the dedicated test file in `/etc/iproute2/rt_tables.d/`] ********** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:132 Saturday 24 February 2024 13:15:33 +0000 (0:00:00.027) 0:00:19.665 ***** changed: [sut] => { "changed": true, "path": "/etc/iproute2/rt_tables.d/table.conf", "state": "absent" } META: ran handlers META: ran handlers PLAY [Set down {{ profile }}] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/down_profile.yml:3 Saturday 24 February 2024 13:15:33 +0000 (0:00:00.316) 0:00:19.982 ***** ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 13:15:34 +0000 (0:00:00.892) 0:00:20.874 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 13:15:34 +0000 (0:00:00.044) 0:00:20.919 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 13:15:34 +0000 (0:00:00.032) 0:00:20.952 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 13:15:34 +0000 (0:00:00.025) 0:00:20.978 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 13:15:34 +0000 (0:00:00.036) 0:00:21.014 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 13:15:36 +0000 (0:00:02.175) 0:00:23.189 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 13:15:37 +0000 (0:00:00.926) 0:00:24.115 ***** ok: [sut] => {} MSG: Using network provider: nm 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 13:15:37 +0000 (0:00:00.025) 0:00:24.141 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 13:15:37 +0000 (0:00:00.023) 0:00:24.165 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 13:15:37 +0000 (0:00:00.024) 0:00:24.190 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 13:15:37 +0000 (0:00:00.049) 0:00:24.239 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 13:15:37 +0000 (0:00:00.025) 0:00:24.264 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 13:15:37 +0000 (0:00:00.026) 0:00:24.291 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 13:15:37 +0000 (0:00:00.034) 0:00:24.325 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 13:15:38 +0000 (0:00:00.582) 0:00:24.908 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 13:15:38 +0000 (0:00:00.029) 0:00:24.938 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 13:15:38 +0000 (0:00:00.024) 0:00:24.962 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 13:15:38 +0000 (0:00:00.025) 0:00:24.987 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 13:15:39 +0000 (0:00:00.435) 0:00:25.423 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 13:15:39 +0000 (0:00:00.024) 0:00:25.447 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 13:15:39 +0000 (0:00:00.025) 0:00:25.473 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 13:15:39 +0000 (0:00:00.025) 0:00:25.499 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 13:15:39 +0000 (0:00:00.023) 0:00:25.523 ***** ok: [sut] => { "changed": false, "ping": "pong" } META: ran handlers META: ran handlers PLAY [Delete the interface] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/down_profile+delete_interface.yml:5 Saturday 24 February 2024 13:15:39 +0000 (0:00:00.207) 0:00:25.731 ***** ok: [sut] META: ran handlers TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/down_profile+delete_interface.yml:8 Saturday 24 February 2024 13:15:40 +0000 (0:00:00.837) 0:00:26.568 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/delete_interface.yml:3 Saturday 24 February 2024 13:15:40 +0000 (0:00:00.038) 0:00:26.607 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.020354", "end": "2024-02-24 13:15:40.430367", "rc": 0, "start": "2024-02-24 13:15:40.410013" } META: ran handlers META: ran handlers PLAY [Remove {{ profile }}] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/remove_profile.yml:3 Saturday 24 February 2024 13:15:40 +0000 (0:00:00.246) 0:00:26.853 ***** ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 13:15:41 +0000 (0:00:00.778) 0:00:27.632 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 13:15:41 +0000 (0:00:00.043) 0:00:27.675 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 13:15:41 +0000 (0:00:00.031) 0:00:27.706 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 13:15:41 +0000 (0:00:00.027) 0:00:27.734 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 13:15:41 +0000 (0:00:00.024) 0:00:27.759 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 13:15:43 +0000 (0:00:02.163) 0:00:29.922 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 13:15:44 +0000 (0:00:00.902) 0:00:30.824 ***** ok: [sut] => {} MSG: Using network provider: nm 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 13:15:44 +0000 (0:00:00.024) 0:00:30.848 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 13:15:44 +0000 (0:00:00.023) 0:00:30.872 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 13:15:44 +0000 (0:00:00.050) 0:00:30.923 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 13:15:44 +0000 (0:00:00.048) 0:00:30.972 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 13:15:44 +0000 (0:00:00.024) 0:00:30.996 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 13:15:44 +0000 (0:00:00.025) 0:00:31.021 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 13:15:44 +0000 (0:00:00.028) 0:00:31.049 ***** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.551) 0:00:31.601 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.028) 0:00:31.629 ***** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.024) 0:00:31.653 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.024) 0:00:31.678 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.413) 0:00:32.091 ***** 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-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.025) 0:00:32.116 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.035) 0:00:32.152 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.024) 0:00:32.177 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 13:15:45 +0000 (0:00:00.057) 0:00:32.234 ***** ok: [sut] => { "changed": false, "ping": "pong" } META: ran handlers META: ran handlers PLAY [Assert device and profile are absent] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:146 Saturday 24 February 2024 13:15:46 +0000 (0:00:00.210) 0:00:32.444 ***** ok: [sut] META: ran handlers TASK [Include the task 'assert_profile_absent.yml'] **************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:149 Saturday 24 February 2024 13:15:46 +0000 (0:00:00.775) 0:00:33.219 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 24 February 2024 13:15:46 +0000 (0:00:00.046) 0:00:33.266 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 24 February 2024 13:15:46 +0000 (0:00:00.041) 0:00:33.307 ***** 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-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 24 February 2024 13:15:46 +0000 (0:00:00.026) 0:00:33.333 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.208) 0:00:33.542 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.024) 0:00:33.567 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc", "delta": "0:00:00.020599", "end": "2024-02-24 13:15:47.390391", "rc": 1, "start": "2024-02-24 13:15:47.369792" } 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-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.267) 0:00:33.834 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest0] *********************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.025) 0:00:33.860 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ******************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.028) 0:00:33.888 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-ethtest0] *************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.027) 0:00:33.916 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-ethtest0] ************************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.026) 0:00:33.943 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'ethtest0'] ************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.027) 0:00:33.970 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:153 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.026) 0:00:33.997 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.039) 0:00:34.036 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.039) 0:00:34.075 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.212) 0:00:34.288 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:155 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.028) 0:00:34.316 ***** included: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 24 February 2024 13:15:47 +0000 (0:00:00.050) 0:00:34.367 ***** 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.008827", "end": "2024-02-24 13:15:48.179544", "rc": 0, "start": "2024-02-24 13:15:48.170717" } 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 noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:f1:32:88:09 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.12.104/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2481sec preferred_lft 2481sec inet6 fe80::8ff:f1ff:fe32:8809/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.12.104 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.12.104 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 24 February 2024 13:15:48 +0000 (0:00:00.253) 0:00:34.621 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=89 changed=6 unreachable=0 failed=0 skipped=76 rescued=0 ignored=1 Saturday 24 February 2024 13:15:48 +0000 (0:00:00.030) 0:00:34.651 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.55s /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 2.22s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.18s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.16s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.16s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Check which packages are installed --------- 1.09s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.97s /WORKDIR/git-weekly-cih_2m6xn5/tests/tests_route_table_nm.yml:6 --------------- linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.90s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/down_profile.yml:3 ------------- Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/down_profile+delete_interface.yml:5 Gathering Facts --------------------------------------------------------- 0.78s /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/remove_profile.yml:3 ----------- Gathering Facts --------------------------------------------------------- 0.78s /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:146 ------ Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tests_route_table.yml:3 -------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.73s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:88 Create veth interface ethtest0 ------------------------------------------ 0.66s /WORKDIR/git-weekly-cih_2m6xn5/tests/playbooks/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.60s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 0.58s /WORKDIR/git-weekly-cih_2m6xn5/tests/roles/linux-system-roles.network/tasks/main.yml:88 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---