# 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_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_states_nm.yml:6 Saturday 13 July 2024 13:28:15 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_states_nm.yml:9 Saturday 13 July 2024 13:28:16 +0000 (0:00:00.757) 0:00:00.771 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:3 Saturday 13 July 2024 13:28:16 +0000 (0:00:00.022) 0:00:00.793 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:19 Saturday 13 July 2024 13:28:16 +0000 (0:00:00.323) 0:00:01.117 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:24 Saturday 13 July 2024 13:28:17 +0000 (0:00:00.262) 0:00:01.379 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:28 Saturday 13 July 2024 13:28:17 +0000 (0:00:00.021) 0:00:01.401 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/el_repo_setup.yml:53 Saturday 13 July 2024 13:28:17 +0000 (0:00:00.019) 0:00:01.420 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:8 Saturday 13 July 2024 13:28:17 +0000 (0:00:00.033) 0:00:01.453 ********* 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-ciqe6cb1bm/tests/tasks/enable_epel.yml:24 Saturday 13 July 2024 13:28:17 +0000 (0:00:00.259) 0:00:01.713 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:30 Saturday 13 July 2024 13:28:17 +0000 (0:00:00.015) 0:00:01.729 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:35 Saturday 13 July 2024 13:28:17 +0000 (0:00:00.010) 0:00:01.740 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.237693", "end": "2024-07-13 13:28:17.988168", "rc": 0, "start": "2024-07-13 13:28:17.750475" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/enable_epel.yml:40 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.415) 0:00:02.155 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_states_nm.yml:11 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.011) 0:00:02.166 ********* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tests_states.yml:3 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.011) 0:00:02.177 ********* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tests_states.yml:11 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.459) 0:00:02.637 ********* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tests_states.yml:22 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.011) 0:00:02.649 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:5 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.017) 0:00:02.667 ********* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:9 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.015) 0:00:02.682 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_present.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:21 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.039) 0:00:02.721 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.015) 0:00:02.737 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.014) 0:00:02.752 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002656", "end": "2024-07-13 13:28:18.764702", "rc": 0, "start": "2024-07-13 13:28:18.762046" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.209) 0:00:02.962 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.060) 0:00:03.022 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:24 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.043) 0:00:03.066 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/delete_interface.yml:3 Saturday 13 July 2024 13:28:18 +0000 (0:00:00.029) 0:00:03.095 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006933", "end": "2024-07-13 13:28:19.120335", "rc": 1, "start": "2024-07-13 13:28:19.113402" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.190) 0:00:03.285 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.017) 0:00:03.302 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.195) 0:00:03.497 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:30 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.060) 0:00:03.558 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.046) 0:00:03.605 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.125) 0:00:03.730 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.032) 0:00:03.763 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.015) 0:00:03.778 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.014) 0:00:03.793 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:28:19 +0000 (0:00:00.013) 0:00:03.806 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:28:21 +0000 (0:00:01.573) 0:00:05.380 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:28:22 +0000 (0:00:01.568) 0:00:06.948 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:28:22 +0000 (0:00:00.035) 0:00:06.983 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:28:22 +0000 (0:00:00.046) 0:00:07.030 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:28:22 +0000 (0:00:00.039) 0:00:07.069 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:28:22 +0000 (0:00:00.031) 0:00:07.101 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.067) 0:00:07.168 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.032) 0:00:07.201 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.039) 0:00:07.241 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.047) 0:00:07.288 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.025) 0:00:07.314 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.029) 0:00:07.343 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.050) 0:00:07.393 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.494) 0:00:07.888 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.048) 0:00:07.937 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.100) 0:00:08.037 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:28:23 +0000 (0:00:00.041) 0:00:08.079 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1e47e925-3130-4a3f-b88b-c43da1896d3d TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:28:24 +0000 (0:00:00.527) 0:00:08.607 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:28:24 +0000 (0:00:00.025) 0:00:08.632 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1e47e925-3130-4a3f-b88b-c43da1896d3d" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:28:24 +0000 (0:00:00.030) 0:00:08.663 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1e47e925-3130-4a3f-b88b-c43da1896d3d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1e47e925-3130-4a3f-b88b-c43da1896d3d" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:28:24 +0000 (0:00:00.038) 0:00:08.702 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:28:24 +0000 (0:00:00.031) 0:00:08.733 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 13 July 2024 13:28:24 +0000 (0:00:00.330) 0:00:09.064 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1e47e925-3130-4a3f-b88b-c43da1896d3d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1e47e925-3130-4a3f-b88b-c43da1896d3d" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:36 Saturday 13 July 2024 13:28:24 +0000 (0:00:00.048) 0:00:09.112 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.047) 0:00:09.159 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.038) 0:00:09.198 ********* 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.023) 0:00:09.222 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877304.434369, "block_size": 4096, "blocks": 8, "ctime": 1720877304.380369, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301241, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1720877304.380369, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.223) 0:00:09.445 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.023) 0:00:09.469 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018789", "end": "2024-07-13 13:28:25.499141", "rc": 0, "start": "2024-07-13 13:28:25.480352" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.217) 0:00:09.687 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.043) 0:00:09.730 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.033) 0:00:09.763 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.029) 0:00:09.792 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.032) 0:00:09.825 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.030) 0:00:09.856 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.050) 0:00:09.906 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.027) 0:00:09.934 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:42 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.032) 0:00:09.967 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.045) 0:00:10.012 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:28:25 +0000 (0:00:00.042) 0:00:10.055 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877304.382575, "block_size": 4096, "blocks": 0, "ctime": 1720877304.382575, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34963, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1720877304.382575, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.225) 0:00:10.281 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:47 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.030) 0:00:10.311 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:66 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.029) 0:00:10.341 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.058) 0:00:10.399 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.057858", "end": "2024-07-13 13:28:26.475504", "rc": 1, "start": "2024-07-13 13:28:26.417646" } STDOUT: Connection 'statebr' (1e47e925-3130-4a3f-b88b-c43da1896d3d) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tests_states.yml:45 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.255) 0:00:10.655 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:5 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.055) 0:00:10.710 ********* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:9 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.044) 0:00:10.754 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:21 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.080) 0:00:10.835 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.042) 0:00:10.877 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:28:26 +0000 (0:00:00.064) 0:00:10.942 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002642", "end": "2024-07-13 13:28:26.980466", "rc": 0, "start": "2024-07-13 13:28:26.977824" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.233) 0:00:11.176 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.139) 0:00:11.315 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:24 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.047) 0:00:11.363 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/delete_interface.yml:3 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.055) 0:00:11.418 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005236", "end": "2024-07-13 13:28:27.499248", "rc": 1, "start": "2024-07-13 13:28:27.494012" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.269) 0:00:11.687 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.045) 0:00:11.732 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.213) 0:00:11.946 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:30 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.074) 0:00:12.021 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 13 July 2024 13:28:27 +0000 (0:00:00.065) 0:00:12.087 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:28:28 +0000 (0:00:00.073) 0:00:12.160 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:28:28 +0000 (0:00:00.099) 0:00:12.260 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:28:28 +0000 (0:00:00.059) 0:00:12.319 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:28:28 +0000 (0:00:00.068) 0:00:12.388 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:28:28 +0000 (0:00:00.043) 0:00:12.431 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:28:29 +0000 (0:00:01.453) 0:00:13.885 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:28:31 +0000 (0:00:01.281) 0:00:15.167 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.049) 0:00:15.216 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.022) 0:00:15.239 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.021) 0:00:15.261 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.022) 0:00:15.284 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.033) 0:00:15.317 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.048) 0:00:15.365 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.030) 0:00:15.396 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.050) 0:00:15.447 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.024) 0:00:15.471 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.025) 0:00:15.497 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.030) 0:00:15.528 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.335) 0:00:15.863 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.027) 0:00:15.890 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.027) 0:00:15.918 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:28:31 +0000 (0:00:00.036) 0:00:15.954 ********* 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 }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c76abfd6-ec91-4cf9-812f-825fcb76c34a TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.424) 0:00:16.378 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.027) 0:00:16.406 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c76abfd6-ec91-4cf9-812f-825fcb76c34a" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.031) 0:00:16.438 ********* 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 }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c76abfd6-ec91-4cf9-812f-825fcb76c34a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c76abfd6-ec91-4cf9-812f-825fcb76c34a" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.037) 0:00:16.476 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.025) 0:00:16.501 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.187) 0:00:16.689 ********* 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 }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c76abfd6-ec91-4cf9-812f-825fcb76c34a\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c76abfd6-ec91-4cf9-812f-825fcb76c34a" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:36 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.027) 0:00:16.716 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.064) 0:00:16.780 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.058) 0:00:16.839 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.241) 0:00:17.080 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 July 2024 13:28:32 +0000 (0:00:00.061) 0:00:17.142 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.057) 0:00:17.199 ********* 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.036) 0:00:17.236 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877312.149372, "block_size": 4096, "blocks": 8, "ctime": 1720877312.149372, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301241, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1720877312.149372, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 220, "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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.215) 0:00:17.451 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.025) 0:00:17.477 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017680", "end": "2024-07-13 13:28:33.507695", "rc": 0, "start": "2024-07-13 13:28:33.490015" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.210) 0:00:17.687 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.038) 0:00:17.726 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.037) 0:00:17.763 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.035) 0:00:17.799 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.037) 0:00:17.836 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.038) 0:00:17.875 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.034) 0:00:17.909 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.027) 0:00:17.936 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:42 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.027) 0:00:17.963 ********* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:47 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.024) 0:00:17.988 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:66 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.025) 0:00:18.014 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 13 July 2024 13:28:33 +0000 (0:00:00.047) 0:00:18.061 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.036389", "end": "2024-07-13 13:28:34.111924", "rc": 1, "start": "2024-07-13 13:28:34.075535" } STDOUT: Connection 'statebr' (c76abfd6-ec91-4cf9-812f-825fcb76c34a) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tests_states.yml:65 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.225) 0:00:18.287 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:5 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.042) 0:00:18.329 ********* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:9 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.026) 0:00:18.356 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:21 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.051) 0:00:18.407 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.040) 0:00:18.448 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.040) 0:00:18.489 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002785", "end": "2024-07-13 13:28:34.506092", "rc": 0, "start": "2024-07-13 13:28:34.503307" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.195) 0:00:18.684 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.024) 0:00:18.709 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:24 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.023) 0:00:18.732 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.041) 0:00:18.773 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.090) 0:00:18.864 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.050) 0:00:18.914 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.035) 0:00:18.949 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.029) 0:00:18.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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:28:34 +0000 (0:00:00.027) 0:00:19.005 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:28:36 +0000 (0:00:01.537) 0:00:20.543 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:28:37 +0000 (0:00:01.415) 0:00:21.959 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:28:37 +0000 (0:00:00.053) 0:00:22.012 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:28:37 +0000 (0:00:00.031) 0:00:22.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:28:37 +0000 (0:00:00.036) 0:00:22.079 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:28:37 +0000 (0:00:00.030) 0:00:22.110 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:28:37 +0000 (0:00:00.030) 0:00:22.140 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.030) 0:00:22.170 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.053) 0:00:22.224 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.084) 0:00:22.308 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.027) 0:00:22.335 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.044) 0:00:22.380 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.074) 0:00:22.454 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.355) 0:00:22.809 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.029) 0:00:22.839 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.104) 0:00:22.943 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:28:38 +0000 (0:00:00.059) 0:00:23.002 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.364) 0:00:23.367 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.062) 0:00:23.430 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.035) 0:00:23.465 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.032) 0:00:23.497 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.039) 0:00:23.537 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.203) 0:00:23.741 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:30 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.026) 0:00:23.767 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/activate_profile.yml:3 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.040) 0:00:23.807 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.043) 0:00:23.850 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.044) 0:00:23.895 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.078) 0:00:23.974 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.030) 0:00:24.004 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:28:39 +0000 (0:00:00.031) 0:00:24.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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:28:41 +0000 (0:00:01.478) 0:00:25.514 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:28:42 +0000 (0:00:01.305) 0:00:26.819 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.048) 0:00:26.868 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.023) 0:00:26.891 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.024) 0:00:26.916 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.024) 0:00:26.940 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.048) 0:00:26.988 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.030) 0:00:27.018 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.036) 0:00:27.055 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.048) 0:00:27.103 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:28:42 +0000 (0:00:00.029) 0:00:27.132 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:28:43 +0000 (0:00:00.025) 0:00:27.157 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:28:43 +0000 (0:00:00.035) 0:00:27.193 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:28:43 +0000 (0:00:00.425) 0:00:27.619 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:28:43 +0000 (0:00:00.043) 0:00:27.663 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:28:43 +0000 (0:00:00.036) 0:00:27.699 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:28:43 +0000 (0:00:00.027) 0:00:27.727 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.441) 0:00:28.168 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.027) 0:00:28.195 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.025) 0:00:28.221 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d4c835f3-f1c1-458e-bc0f-7466c385955e skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.026) 0:00:28.247 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.030) 0:00:28.278 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:36 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.205) 0:00:28.484 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.058) 0:00:28.543 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.066) 0:00:28.609 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877319.1476786, "block_size": 4096, "blocks": 0, "ctime": 1720877319.1476786, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35094, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1720877319.1476786, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.196) 0:00:28.805 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.025) 0:00:28.830 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.043) 0:00:28.874 ********* 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.024) 0:00:28.898 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877319.2003748, "block_size": 4096, "blocks": 8, "ctime": 1720877319.1453748, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2301246, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1720877319.1453748, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 221, "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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 July 2024 13:28:44 +0000 (0:00:00.198) 0:00:29.097 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.082) 0:00:29.180 ********* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019267", "end": "2024-07-13 13:28:45.219108", "rc": 0, "start": "2024-07-13 13:28:45.199841" } STDOUT: statebr /etc/sysconfig/network-scripts/ifcfg-statebr TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.254) 0:00:29.434 ********* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.078) 0:00:29.513 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.028) 0:00:29.541 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.040) 0:00:29.581 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.053) 0:00:29.635 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.035) 0:00:29.670 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.036) 0:00:29.706 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.029) 0:00:29.736 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:42 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.028) 0:00:29.764 ********* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:47 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.022) 0:00:29.787 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:66 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.026) 0:00:29.814 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.057) 0:00:29.871 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.055918", "end": "2024-07-13 13:28:45.943820", "rc": 1, "start": "2024-07-13 13:28:45.887902" } STDOUT: Connection 'statebr' (d4c835f3-f1c1-458e-bc0f-7466c385955e) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tests_states.yml:83 Saturday 13 July 2024 13:28:45 +0000 (0:00:00.252) 0:00:30.123 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:5 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.079) 0:00:30.202 ********* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:9 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.025) 0:00:30.227 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:21 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.048) 0:00:30.276 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.040) 0:00:30.316 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.037) 0:00:30.353 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002619", "end": "2024-07-13 13:28:46.370917", "rc": 0, "start": "2024-07-13 13:28:46.368298" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.196) 0:00:30.550 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.027) 0:00:30.577 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:24 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.034) 0:00:30.611 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.061) 0:00:30.673 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.039) 0:00:30.712 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.068) 0:00:30.781 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.030) 0:00:30.812 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.024) 0:00:30.836 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:28:46 +0000 (0:00:00.023) 0:00:30.860 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:28:48 +0000 (0:00:01.444) 0:00:32.304 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:28:49 +0000 (0:00:01.307) 0:00:33.611 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.029) 0:00:33.641 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.054) 0:00:33.695 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.025) 0:00:33.720 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.034) 0:00:33.755 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.082) 0:00:33.837 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.050) 0:00:33.888 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.059) 0:00:33.947 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.048) 0:00:33.995 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.023) 0:00:34.019 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.024) 0:00:34.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:28:49 +0000 (0:00:00.028) 0:00:34.071 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.351) 0:00:34.423 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.041) 0:00:34.465 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.061) 0:00:34.527 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.029) 0:00:34.557 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.384) 0:00:34.941 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.033) 0:00:34.975 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.028) 0:00:35.003 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.028) 0:00:35.032 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:28:50 +0000 (0:00:00.026) 0:00:35.059 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 13 July 2024 13:28:51 +0000 (0:00:00.192) 0:00:35.251 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/activate_profile.yml:3 Saturday 13 July 2024 13:28:51 +0000 (0:00:00.027) 0:00:35.279 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:28:51 +0000 (0:00:00.042) 0:00:35.322 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:28:51 +0000 (0:00:00.043) 0:00:35.366 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:28:51 +0000 (0:00:00.031) 0:00:35.397 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:28:51 +0000 (0:00:00.023) 0:00:35.421 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:28:51 +0000 (0:00:00.059) 0:00:35.480 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:28:52 +0000 (0:00:01.440) 0:00:36.921 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:28:54 +0000 (0:00:01.280) 0:00:38.201 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.053) 0:00:38.254 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.022) 0:00:38.276 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.024) 0:00:38.301 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.025) 0:00:38.326 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.037) 0:00:38.363 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.036) 0:00:38.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.028) 0:00:38.428 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.050) 0:00:38.479 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.028) 0:00:38.507 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.024) 0:00:38.532 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.032) 0:00:38.565 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.340) 0:00:38.906 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.032) 0:00:38.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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.051) 0:00:38.989 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:28:54 +0000 (0:00:00.040) 0:00:39.029 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.440) 0:00:39.470 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.025) 0:00:39.496 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.025) 0:00:39.521 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 17141cc1-5c96-45d8-b26a-62c693f626ee skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.029) 0:00:39.551 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.023) 0:00:39.574 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:30 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.185) 0:00:39.760 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove_profile.yml:3 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.042) 0:00:39.803 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.045) 0:00:39.848 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.045) 0:00:39.894 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.029) 0:00:39.923 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.032) 0:00:39.956 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:28:55 +0000 (0:00:00.031) 0:00:39.988 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:28:57 +0000 (0:00:01.461) 0:00:41.450 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:28:58 +0000 (0:00:01.294) 0:00:42.744 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.023) 0:00:42.768 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.022) 0:00:42.791 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.023) 0:00:42.814 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.051) 0:00:42.865 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.030) 0:00:42.896 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.024) 0:00:42.921 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.030) 0:00:42.951 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.057) 0:00:43.009 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.025) 0:00:43.034 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.025) 0:00:43.060 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:28:58 +0000 (0:00:00.027) 0:00:43.088 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.335) 0:00:43.423 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.028) 0:00:43.451 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.023) 0:00:43.474 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.022) 0:00:43.497 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.344) 0:00:43.842 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.023) 0:00:43.866 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.061) 0:00:43.927 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.028) 0:00:43.955 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:28:59 +0000 (0:00:00.028) 0:00:43.984 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:36 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.194) 0:00:44.178 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.055) 0:00:44.234 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.040) 0:00:44.274 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877330.701908, "block_size": 4096, "blocks": 0, "ctime": 1720877330.701908, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35225, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/statebr", "lnk_target": "../../devices/virtual/net/statebr", "mode": "0777", "mtime": 1720877330.701908, "nlink": 1, "path": "/sys/class/net/statebr", "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 - 'statebr'] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.193) 0:00:44.468 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.028) 0:00:44.497 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.040) 0:00:44.537 ********* 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.024) 0:00:44.562 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.188) 0:00:44.750 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.022) 0:00:44.773 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019596", "end": "2024-07-13 13:29:00.810200", "rc": 1, "start": "2024-07-13 13:29:00.790604" } 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.213) 0:00:44.987 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.028) 0:00:45.015 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.027) 0:00:45.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.027) 0:00:45.070 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.027) 0:00:45.098 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 13 July 2024 13:29:00 +0000 (0:00:00.025) 0:00:45.123 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:42 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.027) 0:00:45.151 ********* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:47 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.023) 0:00:45.174 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:66 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.024) 0:00:45.199 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.042) 0:00:45.241 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.068201", "end": "2024-07-13 13:29:01.321504", "rc": 1, "start": "2024-07-13 13:29:01.253303" } STDOUT: Connection 'statebr' (17141cc1-5c96-45d8-b26a-62c693f626ee) successfully deleted. STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tests_states.yml:103 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.257) 0:00:45.499 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:5 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.038) 0:00:45.538 ********* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:9 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.024) 0:00:45.562 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can take a profile down that is absent" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:21 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.090) 0:00:45.653 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.037) 0:00:45.690 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.036) 0:00:45.727 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002886", "end": "2024-07-13 13:29:01.742422", "rc": 0, "start": "2024-07-13 13:29:01.739536" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.193) 0:00:45.920 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.025) 0:00:45.946 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:24 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.023) 0:00:45.970 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.047) 0:00:46.017 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.040) 0:00:46.058 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.047) 0:00:46.105 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:29:01 +0000 (0:00:00.030) 0:00:46.135 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:29:02 +0000 (0:00:00.064) 0:00:46.200 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:29:02 +0000 (0:00:00.026) 0:00:46.226 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:29:03 +0000 (0:00:01.465) 0:00:47.692 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:29:04 +0000 (0:00:01.311) 0:00:49.003 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:29:04 +0000 (0:00:00.028) 0:00:49.032 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:29:04 +0000 (0:00:00.062) 0:00:49.095 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:29:04 +0000 (0:00:00.029) 0:00:49.124 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:29:04 +0000 (0:00:00.023) 0:00:49.147 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.034) 0:00:49.182 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.026) 0:00:49.209 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.048) 0:00:49.258 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.093) 0:00:49.351 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.025) 0:00:49.377 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.029) 0:00:49.406 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.035) 0:00:49.442 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.408) 0:00:49.851 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.033) 0:00:49.884 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.031) 0:00:49.916 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:29:05 +0000 (0:00:00.036) 0:00:49.952 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.472) 0:00:50.425 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.036) 0:00:50.461 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.025) 0:00:50.487 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.030) 0:00:50.518 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.024) 0:00:50.542 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.185) 0:00:50.728 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/activate_profile.yml:3 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.024) 0:00:50.753 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.044) 0:00:50.798 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.044) 0:00:50.842 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.030) 0:00:50.873 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.022) 0:00:50.896 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:29:06 +0000 (0:00:00.023) 0:00:50.919 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:29:08 +0000 (0:00:01.439) 0:00:52.359 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:29:09 +0000 (0:00:01.291) 0:00:53.651 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.028) 0:00:53.680 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.027) 0:00:53.707 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.029) 0:00:53.737 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.095) 0:00:53.832 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.041) 0:00:53.874 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.024) 0:00:53.899 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.026) 0:00:53.925 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.044) 0:00:53.969 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.023) 0:00:53.993 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.023) 0:00:54.017 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:29:09 +0000 (0:00:00.027) 0:00:54.045 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.333) 0:00:54.378 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.026) 0:00:54.405 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.029) 0:00:54.435 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.030) 0:00:54.465 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.410) 0:00:54.876 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.025) 0:00:54.901 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.031) 0:00:54.933 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, e98fb551-54be-488a-9051-6a748c73bbe0 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.067) 0:00:55.001 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:29:10 +0000 (0:00:00.040) 0:00:55.041 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove_profile.yml:3 Saturday 13 July 2024 13:29:11 +0000 (0:00:00.193) 0:00:55.235 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:29:11 +0000 (0:00:00.076) 0:00:55.311 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:29:11 +0000 (0:00:00.095) 0:00:55.407 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:29:11 +0000 (0:00:00.050) 0:00:55.458 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:29:11 +0000 (0:00:00.024) 0:00:55.482 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:29:11 +0000 (0:00:00.071) 0:00:55.553 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:29:12 +0000 (0:00:01.515) 0:00:57.068 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:29:14 +0000 (0:00:01.286) 0:00:58.354 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.024) 0:00:58.379 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.025) 0:00:58.405 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.042) 0:00:58.447 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.027) 0:00:58.474 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.066) 0:00:58.541 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.039) 0:00:58.580 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.043) 0:00:58.624 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.061) 0:00:58.685 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.058) 0:00:58.744 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.028) 0:00:58.773 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:29:14 +0000 (0:00:00.039) 0:00:58.812 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.342) 0:00:59.155 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.028) 0:00:59.183 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.024) 0:00:59.208 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.027) 0:00:59.236 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.352) 0:00:59.589 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.030) 0:00:59.619 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.027) 0:00:59.647 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.026) 0:00:59.674 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.023) 0:00:59.698 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:30 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.184) 0:00:59.883 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.069) 0:00:59.952 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.044) 0:00:59.996 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.045) 0:01:00.042 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.032) 0:01:00.074 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.025) 0:01:00.100 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:29:15 +0000 (0:00:00.034) 0:01:00.134 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:29:17 +0000 (0:00:01.465) 0:01:01.600 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:29:18 +0000 (0:00:01.375) 0:01:02.976 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:29:18 +0000 (0:00:00.082) 0:01:03.059 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:29:18 +0000 (0:00:00.049) 0:01:03.108 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.060) 0:01:03.169 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.064) 0:01:03.233 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.053) 0:01:03.286 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.131) 0:01:03.418 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.070) 0:01:03.488 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.083) 0:01:03.571 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.025) 0:01:03.597 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.029) 0:01:03.626 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:29:19 +0000 (0:00:00.166) 0:01:03.792 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.368) 0:01:04.161 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.031) 0:01:04.192 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.032) 0:01:04.224 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.030) 0:01:04.254 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.405) 0:01:04.660 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.028) 0:01:04.688 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.036) 0:01:04.725 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.027) 0:01:04.752 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.025) 0:01:04.777 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:36 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.205) 0:01:04.983 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.063) 0:01:05.046 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 July 2024 13:29:20 +0000 (0:00:00.092) 0:01:05.139 ********* 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.036) 0:01:05.176 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.204) 0:01:05.380 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.023) 0:01:05.404 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017446", "end": "2024-07-13 13:29:21.432941", "rc": 1, "start": "2024-07-13 13:29:21.415495" } 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.205) 0:01:05.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.024) 0:01:05.634 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.032) 0:01:05.667 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.027) 0:01:05.694 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.026) 0:01:05.720 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.026) 0:01:05.747 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:42 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.026) 0:01:05.773 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.047) 0:01:05.820 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.037) 0:01:05.858 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.223) 0:01:06.082 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:47 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.027) 0:01:06.109 ********* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:66 Saturday 13 July 2024 13:29:21 +0000 (0:00:00.024) 0:01:06.134 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.044) 0:01:06.179 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.035874", "end": "2024-07-13 13:29:22.226673", "rc": 1, "start": "2024-07-13 13:29:22.190799" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tests_states.yml:126 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.225) 0:01:06.405 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I will not get an error when I try to remove an absent profile] **** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:5 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.042) 0:01:06.447 ********* ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:9 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.027) 0:01:06.475 ********* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:21 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.051) 0:01:06.526 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.040) 0:01:06.567 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.047) 0:01:06.615 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002628", "end": "2024-07-13 13:29:22.632997", "rc": 0, "start": "2024-07-13 13:29:22.630369" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.194) 0:01:06.810 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.058) 0:01:06.868 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:24 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.025) 0:01:06.893 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.061) 0:01:06.955 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.039) 0:01:06.995 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.046) 0:01:07.042 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.032) 0:01:07.074 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.025) 0:01:07.100 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:29:22 +0000 (0:00:00.036) 0:01:07.136 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:29:24 +0000 (0:00:01.473) 0:01:08.609 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:29:25 +0000 (0:00:01.303) 0:01:09.913 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:29:25 +0000 (0:00:00.028) 0:01:09.941 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:29:25 +0000 (0:00:00.028) 0:01:09.970 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:29:25 +0000 (0:00:00.025) 0:01:09.995 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:29:25 +0000 (0:00:00.024) 0:01:10.019 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:29:25 +0000 (0:00:00.031) 0:01:10.051 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:29:25 +0000 (0:00:00.025) 0:01:10.076 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:29:25 +0000 (0:00:00.027) 0:01:10.104 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.127) 0:01:10.232 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.029) 0:01:10.261 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.029) 0:01:10.290 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.027) 0:01:10.317 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.334) 0:01:10.652 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.027) 0:01:10.679 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.023) 0:01:10.703 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.026) 0:01:10.729 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.363) 0:01:11.093 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.024) 0:01:11.117 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:29:26 +0000 (0:00:00.025) 0:01:11.142 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.027) 0:01:11.170 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.029) 0:01:11.200 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.242) 0:01:11.443 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "statebr", "persistent_state": "present", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/activate_profile.yml:3 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.026) 0:01:11.469 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.041) 0:01:11.510 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.047) 0:01:11.557 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.029) 0:01:11.587 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.025) 0:01:11.612 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:29:27 +0000 (0:00:00.023) 0:01:11.636 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:29:28 +0000 (0:00:01.439) 0:01:13.076 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:29:30 +0000 (0:00:01.316) 0:01:14.393 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.025) 0:01:14.418 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.024) 0:01:14.443 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.023) 0:01:14.466 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.033) 0:01:14.500 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.030) 0:01:14.530 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.023) 0:01:14.554 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.027) 0:01:14.581 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.048) 0:01:14.630 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.024) 0:01:14.654 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.060) 0:01:14.715 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.027) 0:01:14.742 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.338) 0:01:15.080 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.030) 0:01:15.111 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:29:30 +0000 (0:00:00.023) 0:01:15.134 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.024) 0:01:15.158 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.324) 0:01:15.483 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.024) 0:01:15.507 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.027) 0:01:15.535 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 7292918c-8e87-42d5-9588-89c3f6f1f33c skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.026) 0:01:15.561 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.023) 0:01:15.585 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.184) 0:01:15.770 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.039) 0:01:15.809 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.073) 0:01:15.882 ********* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.035) 0:01:15.918 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.034) 0:01:15.952 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:29:31 +0000 (0:00:00.031) 0:01:15.983 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:29:33 +0000 (0:00:01.454) 0:01:17.437 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:29:34 +0000 (0:00:01.395) 0:01:18.832 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:29:34 +0000 (0:00:00.033) 0:01:18.866 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:29:34 +0000 (0:00:00.041) 0:01:18.908 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:29:34 +0000 (0:00:00.027) 0:01:18.936 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:29:34 +0000 (0:00:00.028) 0:01:18.964 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:29:34 +0000 (0:00:00.029) 0:01:18.993 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:29:34 +0000 (0:00:00.030) 0:01:19.024 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:29:34 +0000 (0:00:00.083) 0:01:19.107 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:29:35 +0000 (0:00:00.082) 0:01:19.189 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:29:35 +0000 (0:00:00.037) 0:01:19.227 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:29:35 +0000 (0:00:00.094) 0:01:19.321 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:29:35 +0000 (0:00:00.038) 0:01:19.359 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:29:35 +0000 (0:00:00.406) 0:01:19.765 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:29:35 +0000 (0:00:00.031) 0:01:19.797 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:29:35 +0000 (0:00:00.044) 0:01:19.842 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:29:35 +0000 (0:00:00.062) 0:01:19.904 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.387) 0:01:20.291 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.025) 0:01:20.317 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.027) 0:01:20.344 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.025) 0:01:20.370 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.023) 0:01:20.393 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:30 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.191) 0:01:20.584 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.049) 0:01:20.634 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.042) 0:01:20.676 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.048) 0:01:20.725 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.034) 0:01:20.759 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.023) 0:01:20.782 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:29:36 +0000 (0:00:00.061) 0:01:20.843 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:29:38 +0000 (0:00:01.444) 0:01:22.288 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:29:39 +0000 (0:00:01.333) 0:01:23.621 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.023) 0:01:23.645 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.052) 0:01:23.698 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.025) 0:01:23.723 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.025) 0:01:23.749 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.028) 0:01:23.777 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.024) 0:01:23.802 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.029) 0:01:23.832 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.049) 0:01:23.881 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.024) 0:01:23.906 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.025) 0:01:23.932 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:29:39 +0000 (0:00:00.028) 0:01:23.960 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.334) 0:01:24.294 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.027) 0:01:24.322 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.023) 0:01:24.345 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.022) 0:01:24.368 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.406) 0:01:24.775 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.022) 0:01:24.798 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.025) 0:01:24.824 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete\n", "stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.024) 0:01:24.849 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.023) 0:01:24.872 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:36 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.186) 0:01:25.058 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 13 July 2024 13:29:40 +0000 (0:00:00.048) 0:01:25.107 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.043) 0:01:25.150 ********* 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.027) 0:01:25.178 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.194) 0:01:25.372 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.022) 0:01:25.395 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017026", "end": "2024-07-13 13:29:41.422969", "rc": 1, "start": "2024-07-13 13:29:41.405943" } 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-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.205) 0:01:25.600 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.066) 0:01:25.667 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.024) 0:01:25.692 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.026) 0:01:25.718 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.026) 0:01:25.745 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.033) 0:01:25.778 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 13 July 2024 13:29:41 +0000 (0:00:00.029) 0:01:25.807 ********* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.934763", "end": "2024-07-13 13:29:42.780514", "rc": 0, "start": "2024-07-13 13:29:41.845751" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 13 July 2024 13:29:42 +0000 (0:00:01.158) 0:01:26.966 ********* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 13 July 2024 13:29:42 +0000 (0:00:00.029) 0:01:26.995 ********* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:42 Saturday 13 July 2024 13:29:42 +0000 (0:00:00.039) 0:01:27.034 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:29:42 +0000 (0:00:00.061) 0:01:27.096 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:29:42 +0000 (0:00:00.042) 0:01:27.138 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:29:43 +0000 (0:00:00.187) 0:01:27.325 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:47 Saturday 13 July 2024 13:29:43 +0000 (0:00:00.026) 0:01:27.352 ********* ok: [sut] => {} MSG: +++++ Success in test 'I will not get an error when I try to remove an absent profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/run_test.yml:66 Saturday 13 July 2024 13:29:43 +0000 (0:00:00.029) 0:01:27.382 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 13 July 2024 13:29:43 +0000 (0:00:00.064) 0:01:27.447 ********* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli con delete statebr\nnmcli con load /etc/sysconfig/network-scripts/ifcfg-statebr\nrm -f /etc/sysconfig/network-scripts/ifcfg-statebr\nip link del statebr\n", "delta": "0:00:00.034725", "end": "2024-07-13 13:29:43.499025", "rc": 1, "start": "2024-07-13 13:29:43.464300" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 13 July 2024 13:29:43 +0000 (0:00:00.229) 0:01:27.677 ********* 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.008028", "end": "2024-07-13 13:29:43.697159", "rc": 0, "start": "2024-07-13 13:29:43.689131" } 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:44:d9:08:c8:cf brd ff:ff:ff:ff:ff:ff inet 10.31.8.83/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2897sec preferred_lft 2897sec inet6 fe80::1044:d9ff:fe08:c8cf/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.83 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.83 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-ciqe6cb1bm/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 13 July 2024 13:29:43 +0000 (0:00:00.196) 0:01:27.873 ********* 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.195483", "end": "2024-07-13 13:29:44.087725", "rc": 0, "start": "2024-07-13 13:29:43.892242" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 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 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.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 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 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 5865 0 --:--:-- --:--:-- --:--:-- 5865 % 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 2404 0 --:--:-- --:--:-- --:--:-- 2404 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=324 changed=10 unreachable=0 failed=0 skipped=307 rescued=0 ignored=11 Saturday 13 July 2024 13:29:44 +0000 (0:00:00.378) 0:01:28.252 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.11s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 1.95s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Configure networking connection profiles --- 1.62s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Check which services are running ----------- 1.57s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.57s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.52s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.44s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.44s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 ---^---^---^---^---^--- # 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. [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper 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. ---^---^---^---^---^---