# 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-ci30i0mhoe/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tests_states_nm.yml:5 Saturday 16 December 2023 13:41:20 +0000 (0:00:00.011) 0:00:00.011 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tests_states_nm.yml:9 Saturday 16 December 2023 13:41:20 +0000 (0:00:00.531) 0:00:00.543 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/tasks/el_repo_setup.yml:3 Saturday 16 December 2023 13:41:20 +0000 (0:00:00.021) 0:00:00.565 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/el_repo_setup.yml:19 Saturday 16 December 2023 13:41:21 +0000 (0:00:00.225) 0:00:00.790 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/el_repo_setup.yml:24 Saturday 16 December 2023 13:41:21 +0000 (0:00:00.194) 0:00:00.984 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/el_repo_setup.yml:28 Saturday 16 December 2023 13:41:21 +0000 (0:00:00.018) 0:00:01.003 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/el_repo_setup.yml:53 Saturday 16 December 2023 13:41:21 +0000 (0:00:00.016) 0:00:01.019 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/enable_epel.yml:8 Saturday 16 December 2023 13:41:21 +0000 (0:00:00.030) 0:00:01.050 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/enable_epel.yml:24 Saturday 16 December 2023 13:41:21 +0000 (0:00:00.183) 0:00:01.234 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } lsrpackages: yum-utils TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/enable_epel.yml:30 Saturday 16 December 2023 13:41:21 +0000 (0:00:00.445) 0:00:01.679 ***** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.195597", "end": "2023-12-16 13:41:22.293615", "rc": 0, "start": "2023-12-16 13:41:22.098018" } STDOUT: ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7Server baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7Server/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7Server/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7Server/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7Server/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=$infra&content=$contentdir minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7Server/epel pkgdir = /var/cache/yum/x86_64/7Server/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/enable_epel.yml:35 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.320) 0:00:02.000 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tasks/enable_epel.yml:40 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.011) 0:00:02.011 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/tests_states_nm.yml:11 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.009) 0:00:02.021 ***** 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-ci30i0mhoe/tests/playbooks/tests_states.yml:3 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.009) 0:00:02.031 ***** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tests_states.yml:11 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.397) 0:00:02.428 ***** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tests_states.yml:22 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.011) 0:00:02.439 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:5 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.015) 0:00:02.455 ***** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:9 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.014) 0:00:02.469 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:21 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.031) 0:00:02.500 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.013) 0:00:02.514 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.012) 0:00:02.526 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003656", "end": "2023-12-16 13:41:22.955396", "rc": 0, "start": "2023-12-16 13:41:22.951740" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.135) 0:00:02.661 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:41:22 +0000 (0:00:00.015) 0:00:02.677 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:24 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.013) 0:00:02.691 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/delete_interface.yml:3 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.033) 0:00:02.724 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.011452", "end": "2023-12-16 13:41:23.153323", "rc": 1, "start": "2023-12-16 13:41:23.141871" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.133) 0:00:02.857 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.014) 0:00:02.872 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.123) 0:00:02.996 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:30 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.012) 0:00:03.008 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.017) 0:00:03.025 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.031) 0:00:03.056 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.067) 0:00:03.124 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.011) 0:00:03.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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.009) 0:00:03.145 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:23 +0000 (0:00:00.012) 0:00:03.157 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:24 +0000 (0:00:00.855) 0:00:04.013 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.803) 0:00:04.816 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.022) 0:00:04.839 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.026) 0:00:04.866 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.032) 0:00:04.899 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.071) 0:00:04.970 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.030) 0:00:05.000 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.027) 0:00:05.028 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.039) 0:00:05.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.502) 0:00:05.570 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.031) 0:00:05.601 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.031) 0:00:05.633 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:25 +0000 (0:00:00.047) 0:00:05.680 ***** 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, 2482ad0c-503c-4e76-a843-f6bd0b512df5 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.441) 0:00:06.121 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.025) 0:00:06.147 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 2482ad0c-503c-4e76-a843-f6bd0b512df5" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.049) 0:00:06.196 ***** 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, 2482ad0c-503c-4e76-a843-f6bd0b512df5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 2482ad0c-503c-4e76-a843-f6bd0b512df5" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.047) 0:00:06.244 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.085) 0:00:06.330 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.199) 0:00:06.529 ***** 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, 2482ad0c-503c-4e76-a843-f6bd0b512df5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 2482ad0c-503c-4e76-a843-f6bd0b512df5" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:36 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.022) 0:00:06.552 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.038) 0:00:06.590 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.037) 0:00:06.628 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 December 2023 13:41:26 +0000 (0:00:00.023) 0:00:06.651 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702734086.3403752, "block_size": 4096, "blocks": 8, "ctime": 1702734086.3393753, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4427530, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702734086.3393753, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 146, "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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.142) 0:00:06.793 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.023) 0:00:06.816 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.024520", "end": "2023-12-16 13:41:27.262736", "rc": 0, "start": "2023-12-16 13:41:27.238216" } 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.165) 0:00:06.982 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.025) 0:00:07.007 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.024) 0:00:07.032 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.027) 0:00:07.059 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.032) 0:00:07.092 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.024) 0:00:07.116 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.022) 0:00:07.139 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.048) 0:00:07.187 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:42 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.024) 0:00:07.212 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.049) 0:00:07.262 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.033) 0:00:07.295 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702734086.342375, "block_size": 4096, "blocks": 0, "ctime": 1702734086.341375, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17476, "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": 1702734086.341375, "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-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.135) 0:00:07.430 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:47 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.022) 0:00:07.453 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:66 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.021) 0:00:07.474 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 December 2023 13:41:27 +0000 (0:00:00.039) 0:00:07.513 ***** 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.075232", "end": "2023-12-16 13:41:28.008406", "rc": 1, "start": "2023-12-16 13:41:27.933174" } STDOUT: Connection 'statebr' (2482ad0c-503c-4e76-a843-f6bd0b512df5) successfully deleted. STDERR: (process:11724): GLib-GIO-WARNING **: 13:41:27.984: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/15 but no object proxy exists (process:11724): GLib-GIO-WARNING **: 13:41:27.984: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Devices/24 but no object proxy exists Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tests_states.yml:45 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.221) 0:00:07.735 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:5 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.046) 0:00:07.781 ***** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:9 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.028) 0:00:07.809 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:21 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.052) 0:00:07.862 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.064) 0:00:07.926 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.038) 0:00:07.964 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003631", "end": "2023-12-16 13:41:28.397604", "rc": 0, "start": "2023-12-16 13:41:28.393973" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.147) 0:00:08.112 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.021) 0:00:08.134 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:24 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.022) 0:00:08.156 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/delete_interface.yml:3 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.038) 0:00:08.195 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007962", "end": "2023-12-16 13:41:28.621058", "rc": 1, "start": "2023-12-16 13:41:28.613096" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.141) 0:00:08.336 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.036) 0:00:08.373 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.142) 0:00:08.515 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:30 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.031) 0:00:08.546 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.044) 0:00:08.591 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:28 +0000 (0:00:00.045) 0:00:08.636 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:29 +0000 (0:00:00.073) 0:00:08.709 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:29 +0000 (0:00:00.040) 0:00:08.750 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:29 +0000 (0:00:00.040) 0:00:08.790 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:29 +0000 (0:00:00.028) 0:00:08.819 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:29 +0000 (0:00:00.842) 0:00:09.661 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:30 +0000 (0:00:00.653) 0:00:10.315 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:30 +0000 (0:00:00.022) 0:00:10.337 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:30 +0000 (0:00:00.020) 0:00:10.358 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:30 +0000 (0:00:00.019) 0:00:10.377 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:30 +0000 (0:00:00.070) 0:00:10.448 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:30 +0000 (0:00:00.026) 0:00:10.475 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:30 +0000 (0:00:00.032) 0:00:10.507 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:30 +0000 (0:00:00.026) 0:00:10.534 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.232) 0:00:10.767 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.025) 0:00:10.792 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.021) 0:00:10.814 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.019) 0:00:10.833 ***** 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, e396e8f1-f7c0-4e17-ac2b-f0d5cf2f462d TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.298) 0:00:11.132 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.019) 0:00:11.151 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e396e8f1-f7c0-4e17-ac2b-f0d5cf2f462d" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.020) 0:00:11.172 ***** 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, e396e8f1-f7c0-4e17-ac2b-f0d5cf2f462d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e396e8f1-f7c0-4e17-ac2b-f0d5cf2f462d" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.020) 0:00:11.192 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.019) 0:00:11.212 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.126) 0:00:11.339 ***** 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, e396e8f1-f7c0-4e17-ac2b-f0d5cf2f462d\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, e396e8f1-f7c0-4e17-ac2b-f0d5cf2f462d" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:36 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.021) 0:00:11.360 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.040) 0:00:11.401 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.059) 0:00:11.460 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.134) 0:00:11.595 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.024) 0:00:11.619 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.043) 0:00:11.662 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 December 2023 13:41:31 +0000 (0:00:00.022) 0:00:11.685 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702734091.4001913, "block_size": 4096, "blocks": 8, "ctime": 1702734091.4001913, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4427530, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702734091.4001913, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 145, "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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.146) 0:00:11.832 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.021) 0:00:11.853 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021525", "end": "2023-12-16 13:41:32.291702", "rc": 0, "start": "2023-12-16 13:41:32.270177" } 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.153) 0:00:12.006 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.023) 0:00:12.029 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.023) 0:00:12.053 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.023) 0:00:12.077 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.023) 0:00:12.100 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.021) 0:00:12.122 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.023) 0:00:12.145 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.022) 0:00:12.168 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:42 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.045) 0:00:12.213 ***** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:47 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.019) 0:00:12.232 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:66 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.021) 0:00:12.253 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.039) 0:00:12.293 ***** 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.050494", "end": "2023-12-16 13:41:32.764877", "rc": 1, "start": "2023-12-16 13:41:32.714383" } STDOUT: Connection 'statebr' (e396e8f1-f7c0-4e17-ac2b-f0d5cf2f462d) successfully deleted. STDERR: Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tests_states.yml:65 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.185) 0:00:12.478 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:5 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.037) 0:00:12.516 ***** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:9 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.023) 0:00:12.539 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:21 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.043) 0:00:12.582 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.032) 0:00:12.615 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:41:32 +0000 (0:00:00.032) 0:00:12.648 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003678", "end": "2023-12-16 13:41:33.070736", "rc": 0, "start": "2023-12-16 13:41:33.067058" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.142) 0:00:12.790 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.022) 0:00:12.813 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:24 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.023) 0:00:12.836 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.063) 0:00:12.900 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.036) 0:00:12.936 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.039) 0:00:12.976 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.024) 0:00:13.001 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.022) 0:00:13.023 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:33 +0000 (0:00:00.033) 0:00:13.057 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.785) 0:00:13.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 : Print network provider] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.658) 0:00:14.502 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.022) 0:00:14.524 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.020) 0:00:14.545 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.019) 0:00:14.564 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.041) 0:00:14.606 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.019) 0:00:14.626 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.019) 0:00:14.645 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:34 +0000 (0:00:00.023) 0:00:14.668 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.225) 0:00:14.893 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.023) 0:00:14.917 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.019) 0:00:14.936 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.019) 0:00:14.956 ***** 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, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.343) 0:00:15.299 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.025) 0:00:15.325 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.023) 0:00:15.348 ***** 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, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.022) 0:00:15.371 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.019) 0:00:15.390 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.161) 0:00:15.552 ***** 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, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:30 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.022) 0:00:15.575 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.037) 0:00:15.612 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:35 +0000 (0:00:00.040) 0:00:15.652 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:36 +0000 (0:00:00.039) 0:00:15.692 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:36 +0000 (0:00:00.024) 0:00:15.717 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:36 +0000 (0:00:00.021) 0:00:15.738 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:36 +0000 (0:00:00.019) 0:00:15.757 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:36 +0000 (0:00:00.776) 0:00:16.534 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.662) 0:00:17.197 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.023) 0:00:17.221 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.021) 0:00:17.242 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.019) 0:00:17.262 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.039) 0:00:17.302 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.020) 0:00:17.322 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.020) 0:00:17.342 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.028) 0:00:17.370 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.227) 0:00:17.597 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.024) 0:00:17.622 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.021) 0:00:17.643 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:37 +0000 (0:00:00.020) 0:00:17.664 ***** 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, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.280) 0:00:17.944 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.020) 0:00:17.965 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.050) 0:00:18.015 ***** 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, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 1c0e40c5-209c-4aab-8af9-f4f7784fed2e skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.025) 0:00:18.040 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.026) 0:00:18.067 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:36 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.129) 0:00:18.196 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.042) 0:00:18.238 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.035) 0:00:18.274 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702734095.5190415, "block_size": 4096, "blocks": 0, "ctime": 1702734095.5180416, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17476, "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": 1702734095.5180416, "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-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.133) 0:00:18.408 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.026) 0:00:18.434 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.052) 0:00:18.487 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.026) 0:00:18.513 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702734095.5170414, "block_size": 4096, "blocks": 8, "ctime": 1702734095.5160415, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4427527, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1702734095.5160415, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 146, "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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.137) 0:00:18.650 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 December 2023 13:41:38 +0000 (0:00:00.020) 0:00:18.671 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023155", "end": "2023-12-16 13:41:39.113245", "rc": 0, "start": "2023-12-16 13:41:39.090090" } 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.156) 0:00:18.827 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.045) 0:00:18.873 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.021) 0:00:18.895 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.022) 0:00:18.917 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.023) 0:00:18.940 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.023) 0:00:18.964 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.024) 0:00:18.988 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.023) 0:00:19.011 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:42 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.025) 0:00:19.036 ***** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:47 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.019) 0:00:19.055 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:66 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.021) 0:00:19.077 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.036) 0:00:19.114 ***** 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.081201", "end": "2023-12-16 13:41:39.612419", "rc": 1, "start": "2023-12-16 13:41:39.531218" } STDOUT: Connection 'statebr' (1c0e40c5-209c-4aab-8af9-f4f7784fed2e) successfully deleted. STDERR: (process:12490): GLib-GIO-WARNING **: 13:41:39.588: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/16 but no object proxy exists (process:12490): GLib-GIO-WARNING **: 13:41:39.588: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/Devices/25 but no object proxy exists Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tests_states.yml:83 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.218) 0:00:19.332 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:5 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.035) 0:00:19.367 ***** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:9 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.022) 0:00:19.389 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:21 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.042) 0:00:19.432 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.062) 0:00:19.495 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:41:39 +0000 (0:00:00.032) 0:00:19.528 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004925", "end": "2023-12-16 13:41:40.952636", "rc": 0, "start": "2023-12-16 13:41:39.947711" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:41:40 +0000 (0:00:01.140) 0:00:20.668 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:41:40 +0000 (0:00:00.021) 0:00:20.690 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:24 Saturday 16 December 2023 13:41:41 +0000 (0:00:00.020) 0:00:20.711 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 December 2023 13:41:41 +0000 (0:00:00.038) 0:00:20.749 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:41 +0000 (0:00:00.033) 0:00:20.782 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:41 +0000 (0:00:00.037) 0:00:20.819 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:41 +0000 (0:00:00.026) 0:00:20.846 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:41 +0000 (0:00:00.044) 0:00:20.890 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:41 +0000 (0:00:00.021) 0:00:20.911 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:41 +0000 (0:00:00.773) 0:00:21.685 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:42 +0000 (0:00:00.645) 0:00:22.331 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:42 +0000 (0:00:00.022) 0:00:22.353 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:42 +0000 (0:00:00.022) 0:00:22.376 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:42 +0000 (0:00:00.021) 0:00:22.398 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:42 +0000 (0:00:00.043) 0:00:22.442 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:42 +0000 (0:00:00.020) 0:00:22.462 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:42 +0000 (0:00:00.021) 0:00:22.483 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:42 +0000 (0:00:00.045) 0:00:22.529 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.236) 0:00:22.765 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.031) 0:00:22.796 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.036) 0:00:22.833 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.021) 0:00:22.854 ***** 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, 227da629-245e-412f-9881-019cbe0bd7c5 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.331) 0:00:23.185 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.021) 0:00:23.206 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 227da629-245e-412f-9881-019cbe0bd7c5" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.023) 0:00:23.230 ***** 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, 227da629-245e-412f-9881-019cbe0bd7c5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 227da629-245e-412f-9881-019cbe0bd7c5" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.024) 0:00:23.254 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.026) 0:00:23.281 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.162) 0:00:23.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, 227da629-245e-412f-9881-019cbe0bd7c5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 227da629-245e-412f-9881-019cbe0bd7c5" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.022) 0:00:23.466 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.034) 0:00:23.500 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.044) 0:00:23.544 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.048) 0:00:23.593 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.020) 0:00:23.613 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:43 +0000 (0:00:00.021) 0:00:23.635 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:44 +0000 (0:00:00.767) 0:00:24.402 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.646) 0:00:25.049 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.021) 0:00:25.071 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.020) 0:00:25.091 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.019) 0:00:25.111 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.043) 0:00:25.154 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.032) 0:00:25.187 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.051) 0:00:25.238 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.024) 0:00:25.262 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.232) 0:00:25.494 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.024) 0:00:25.519 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.038) 0:00:25.558 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:45 +0000 (0:00:00.023) 0:00:25.581 ***** 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, 227da629-245e-412f-9881-019cbe0bd7c5 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.285) 0:00:25.866 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.031) 0:00:25.898 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 227da629-245e-412f-9881-019cbe0bd7c5 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.022) 0:00:25.921 ***** 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, 227da629-245e-412f-9881-019cbe0bd7c5 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 227da629-245e-412f-9881-019cbe0bd7c5 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.022) 0:00:25.943 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.019) 0:00:25.962 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:30 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.127) 0:00:26.089 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove_profile.yml:3 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.041) 0:00:26.131 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.040) 0:00:26.172 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.068) 0:00:26.240 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.027) 0:00:26.268 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.021) 0:00:26.290 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:46 +0000 (0:00:00.031) 0:00:26.321 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:47 +0000 (0:00:00.763) 0:00:27.084 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.646) 0:00:27.730 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.024) 0:00:27.755 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.020) 0:00:27.776 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.020) 0:00:27.796 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.041) 0:00:27.837 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.046) 0:00:27.883 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.023) 0:00:27.907 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.027) 0:00:27.934 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.258) 0:00:28.192 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.044) 0:00:28.236 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.023) 0:00:28.260 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.021) 0:00:28.281 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.321) 0:00:28.602 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.022) 0:00:28.625 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.024) 0:00:28.649 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.021) 0:00:28.671 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:48 +0000 (0:00:00.018) 0:00:28.690 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:36 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.133) 0:00:28.823 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.056) 0:00:28.880 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.063) 0:00:28.943 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702734103.426754, "block_size": 4096, "blocks": 0, "ctime": 1702734103.4157543, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17478, "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": 1702734103.4157543, "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-ci30i0mhoe/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.138) 0:00:29.082 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.026) 0:00:29.108 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.037) 0:00:29.146 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.022) 0:00:29.168 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.136) 0:00:29.305 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.020) 0:00:29.326 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022477", "end": "2023-12-16 13:41:49.765595", "rc": 1, "start": "2023-12-16 13:41:49.743118" } 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.152) 0:00:29.478 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.021) 0:00:29.499 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.020) 0:00:29.520 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.021) 0:00:29.542 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.020) 0:00:29.562 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.024) 0:00:29.586 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:42 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.027) 0:00:29.614 ***** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:47 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.028) 0:00:29.642 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:66 Saturday 16 December 2023 13:41:49 +0000 (0:00:00.022) 0:00:29.664 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 December 2023 13:41:50 +0000 (0:00:00.070) 0:00:29.735 ***** 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.084713", "end": "2023-12-16 13:41:50.239285", "rc": 1, "start": "2023-12-16 13:41:50.154572" } STDOUT: Connection 'statebr' (227da629-245e-412f-9881-019cbe0bd7c5) successfully deleted. STDERR: (process:13161): GLib-GIO-WARNING **: 13:41:50.217: gdbusobjectmanagerclient.c:1589: Processing InterfaceRemoved signal for path /org/freedesktop/NetworkManager/ActiveConnection/17 but no object proxy exists Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tests_states.yml:103 Saturday 16 December 2023 13:41:50 +0000 (0:00:00.232) 0:00:29.967 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:5 Saturday 16 December 2023 13:41:50 +0000 (0:00:00.059) 0:00:30.027 ***** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:9 Saturday 16 December 2023 13:41:50 +0000 (0:00:00.024) 0:00:30.051 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:21 Saturday 16 December 2023 13:41:50 +0000 (0:00:00.074) 0:00:30.126 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:41:50 +0000 (0:00:00.037) 0:00:30.163 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:41:50 +0000 (0:00:00.035) 0:00:30.199 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004898", "end": "2023-12-16 13:41:51.626633", "rc": 0, "start": "2023-12-16 13:41:50.621735" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:41:51 +0000 (0:00:01.143) 0:00:31.342 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:41:51 +0000 (0:00:00.022) 0:00:31.365 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:24 Saturday 16 December 2023 13:41:51 +0000 (0:00:00.020) 0:00:31.385 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 December 2023 13:41:51 +0000 (0:00:00.065) 0:00:31.450 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:51 +0000 (0:00:00.037) 0:00:31.487 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:51 +0000 (0:00:00.039) 0:00:31.527 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:51 +0000 (0:00:00.025) 0:00:31.552 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:51 +0000 (0:00:00.019) 0:00:31.572 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:51 +0000 (0:00:00.019) 0:00:31.592 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:52 +0000 (0:00:00.766) 0:00:32.358 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.677) 0:00:33.036 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.023) 0:00:33.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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.024) 0:00:33.083 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.019) 0:00:33.102 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.042) 0:00:33.145 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.021) 0:00:33.167 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.021) 0:00:33.188 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.027) 0:00:33.216 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.230) 0:00:33.446 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.024) 0:00:33.471 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.023) 0:00:33.495 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:53 +0000 (0:00:00.020) 0:00:33.516 ***** 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, de433010-d6ab-453f-80a7-f0c13171dfa5 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.348) 0:00:33.864 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.022) 0:00:33.887 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, de433010-d6ab-453f-80a7-f0c13171dfa5" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.030) 0:00:33.917 ***** 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, de433010-d6ab-453f-80a7-f0c13171dfa5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, de433010-d6ab-453f-80a7-f0c13171dfa5" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.064) 0:00:33.981 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.026) 0:00:34.007 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.179) 0:00:34.187 ***** 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, de433010-d6ab-453f-80a7-f0c13171dfa5\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, de433010-d6ab-453f-80a7-f0c13171dfa5" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.050) 0:00:34.237 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.047) 0:00:34.285 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.041) 0:00:34.327 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.029) 0:00:34.356 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.022) 0:00:34.379 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:54 +0000 (0:00:00.030) 0:00:34.410 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:55 +0000 (0:00:00.776) 0:00:35.186 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.668) 0:00:35.855 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.023) 0:00:35.879 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.021) 0:00:35.901 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.026) 0:00:35.928 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.043) 0:00:35.971 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.032) 0:00:36.004 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.025) 0:00:36.029 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.029) 0:00:36.058 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.239) 0:00:36.298 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.025) 0:00:36.324 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.019) 0:00:36.343 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.025) 0:00:36.369 ***** 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, de433010-d6ab-453f-80a7-f0c13171dfa5 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.280) 0:00:36.649 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.020) 0:00:36.670 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, de433010-d6ab-453f-80a7-f0c13171dfa5 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:56 +0000 (0:00:00.020) 0:00:36.691 ***** 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, de433010-d6ab-453f-80a7-f0c13171dfa5 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, de433010-d6ab-453f-80a7-f0c13171dfa5 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:57 +0000 (0:00:00.021) 0:00:36.713 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:57 +0000 (0:00:00.019) 0:00:36.732 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove_profile.yml:3 Saturday 16 December 2023 13:41:57 +0000 (0:00:00.129) 0:00:36.862 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:57 +0000 (0:00:00.035) 0:00:36.897 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:57 +0000 (0:00:00.036) 0:00:36.934 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:57 +0000 (0:00:00.026) 0:00:36.960 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:57 +0000 (0:00:00.026) 0:00:36.987 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:41:57 +0000 (0:00:00.025) 0:00:37.013 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.768) 0:00:37.781 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.655) 0:00:38.437 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.021) 0:00:38.459 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.019) 0:00:38.478 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.020) 0:00:38.498 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.046) 0:00:38.544 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.025) 0:00:38.570 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.044) 0:00:38.614 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:41:58 +0000 (0:00:00.040) 0:00:38.654 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.224) 0:00:38.879 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.024) 0:00:38.903 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.019) 0:00:38.923 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.019) 0:00:38.942 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.330) 0:00:39.273 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.021) 0:00:39.295 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.023) 0:00:39.318 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.022) 0:00:39.341 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.046) 0:00:39.387 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:30 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.129) 0:00:39.516 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.049) 0:00:39.565 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.039) 0:00:39.605 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.037) 0:00:39.643 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.025) 0:00:39.668 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:41:59 +0000 (0:00:00.022) 0:00:39.691 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:42:00 +0000 (0:00:00.021) 0:00:39.712 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:42:00 +0000 (0:00:00.756) 0:00:40.468 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.689) 0:00:41.158 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.020) 0:00:41.179 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.020) 0:00:41.199 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.019) 0:00:41.218 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.041) 0:00:41.260 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.019) 0:00:41.279 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.019) 0:00:41.299 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.022) 0:00:41.321 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.233) 0:00:41.555 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.023) 0:00:41.579 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.019) 0:00:41.599 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:42:01 +0000 (0:00:00.021) 0:00:41.620 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.379) 0:00:42.000 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.021) 0:00:42.021 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.055) 0:00:42.077 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.022) 0:00:42.099 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.020) 0:00:42.120 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:36 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.131) 0:00:42.251 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.038) 0:00:42.290 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.034) 0:00:42.324 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.020) 0:00:42.344 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.132) 0:00:42.477 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.020) 0:00:42.498 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020740", "end": "2023-12-16 13:42:02.935448", "rc": 1, "start": "2023-12-16 13:42:02.914708" } 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.151) 0:00:42.649 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 December 2023 13:42:02 +0000 (0:00:00.022) 0:00:42.672 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.021) 0:00:42.693 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.021) 0:00:42.715 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.022) 0:00:42.738 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.021) 0:00:42.760 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:42 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.052) 0:00:42.813 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.040) 0:00:42.853 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.032) 0:00:42.886 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.131) 0:00:43.018 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:47 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.023) 0:00:43.042 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:66 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.021) 0:00:43.064 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.038) 0:00:43.102 ***** 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.043841", "end": "2023-12-16 13:42:03.563820", "rc": 1, "start": "2023-12-16 13:42:03.519979" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tests_states.yml:126 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.176) 0:00:43.279 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:5 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.036) 0:00:43.316 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:9 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.020) 0:00:43.337 ***** 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" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:21 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.042) 0:00:43.379 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.032) 0:00:43.412 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.069) 0:00:43.481 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003842", "end": "2023-12-16 13:42:03.907232", "rc": 0, "start": "2023-12-16 13:42:03.903390" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.140) 0:00:43.621 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.029) 0:00:43.651 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:24 Saturday 16 December 2023 13:42:03 +0000 (0:00:00.022) 0:00:43.673 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 December 2023 13:42:04 +0000 (0:00:00.054) 0:00:43.727 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:42:04 +0000 (0:00:00.040) 0:00:43.767 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:42:04 +0000 (0:00:00.046) 0:00:43.813 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:42:04 +0000 (0:00:00.028) 0:00:43.842 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:42:04 +0000 (0:00:00.039) 0:00:43.881 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:42:04 +0000 (0:00:00.025) 0:00:43.906 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.836) 0:00:44.743 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.649) 0:00:45.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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.022) 0:00:45.416 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.020) 0:00:45.436 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.020) 0:00:45.457 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.041) 0:00:45.499 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.020) 0:00:45.520 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.024) 0:00:45.544 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:42:05 +0000 (0:00:00.025) 0:00:45.569 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.226) 0:00:45.796 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.025) 0:00:45.821 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.019) 0:00:45.841 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.019) 0:00:45.860 ***** 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, c6d31a22-aaba-4be1-ae39-7438aa779323 TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.367) 0:00:46.228 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.019) 0:00:46.247 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6d31a22-aaba-4be1-ae39-7438aa779323" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.021) 0:00:46.269 ***** 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, c6d31a22-aaba-4be1-ae39-7438aa779323\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6d31a22-aaba-4be1-ae39-7438aa779323" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.021) 0:00:46.290 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.019) 0:00:46.309 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.133) 0:00:46.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, c6d31a22-aaba-4be1-ae39-7438aa779323\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c6d31a22-aaba-4be1-ae39-7438aa779323" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.023) 0:00:46.467 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.034) 0:00:46.502 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.039) 0:00:46.541 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.027) 0:00:46.568 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.020) 0:00:46.589 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:42:06 +0000 (0:00:00.019) 0:00:46.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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:42:07 +0000 (0:00:00.782) 0:00:47.392 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.636) 0:00:48.028 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.022) 0:00:48.051 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.019) 0:00:48.070 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.019) 0:00:48.090 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.041) 0:00:48.131 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.019) 0:00:48.151 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.019) 0:00:48.170 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.022) 0:00:48.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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.231) 0:00:48.425 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.025) 0:00:48.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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.051) 0:00:48.502 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:42:08 +0000 (0:00:00.020) 0:00:48.522 ***** 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, c6d31a22-aaba-4be1-ae39-7438aa779323 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.278) 0:00:48.801 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.021) 0:00:48.822 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c6d31a22-aaba-4be1-ae39-7438aa779323 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.022) 0:00:48.845 ***** 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, c6d31a22-aaba-4be1-ae39-7438aa779323 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c6d31a22-aaba-4be1-ae39-7438aa779323 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.021) 0:00:48.866 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.020) 0:00:48.887 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.128) 0:00:49.015 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.033) 0:00:49.049 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.037) 0:00:49.087 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.024) 0:00:49.111 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.018) 0:00:49.130 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:42:09 +0000 (0:00:00.021) 0:00:49.152 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:42:10 +0000 (0:00:00.764) 0:00:49.916 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:42:10 +0000 (0:00:00.648) 0:00:50.564 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:42:10 +0000 (0:00:00.021) 0:00:50.586 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:42:10 +0000 (0:00:00.021) 0:00:50.608 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:42:10 +0000 (0:00:00.022) 0:00:50.631 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:42:10 +0000 (0:00:00.043) 0:00:50.674 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.021) 0:00:50.696 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.020) 0:00:50.717 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.025) 0:00:50.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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.244) 0:00:50.987 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.025) 0:00:51.013 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.022) 0:00:51.036 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.065) 0:00:51.101 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.386) 0:00:51.488 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.024) 0:00:51.513 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.030) 0:00:51.543 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.035) 0:00:51.579 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:42:11 +0000 (0:00:00.040) 0:00:51.620 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:30 Saturday 16 December 2023 13:42:12 +0000 (0:00:00.147) 0:00:51.768 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 December 2023 13:42:12 +0000 (0:00:00.071) 0:00:51.839 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 16 December 2023 13:42:12 +0000 (0:00:00.047) 0:00:51.886 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:42:12 +0000 (0:00:00.046) 0:00:51.933 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 16 December 2023 13:42:12 +0000 (0:00:00.026) 0:00:51.960 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 16 December 2023 13:42:12 +0000 (0:00:00.021) 0:00:51.981 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 16 December 2023 13:42:12 +0000 (0:00:00.020) 0:00:52.002 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 16 December 2023 13:42:13 +0000 (0:00:00.804) 0:00:52.807 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 16 December 2023 13:42:13 +0000 (0:00:00.729) 0:00:53.537 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 16 December 2023 13:42:13 +0000 (0:00:00.023) 0:00:53.560 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 16 December 2023 13:42:13 +0000 (0:00:00.021) 0:00:53.581 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 16 December 2023 13:42:13 +0000 (0:00:00.021) 0:00:53.603 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 16 December 2023 13:42:13 +0000 (0:00:00.044) 0:00:53.647 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 16 December 2023 13:42:13 +0000 (0:00:00.028) 0:00:53.676 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.033) 0:00:53.710 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.033) 0:00:53.743 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.279) 0:00:54.023 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.075) 0:00:54.099 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.070) 0:00:54.169 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.069) 0:00:54.238 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.385) 0:00:54.624 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.021) 0:00:54.646 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.023) 0:00:54.669 ***** 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-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 16 December 2023 13:42:14 +0000 (0:00:00.022) 0:00:54.692 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.025) 0:00:54.718 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:36 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.129) 0:00:54.847 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.041) 0:00:54.889 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.036) 0:00:54.925 ***** 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.022) 0:00:54.948 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.132) 0:00:55.080 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.020) 0:00:55.101 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021083", "end": "2023-12-16 13:42:15.537838", "rc": 1, "start": "2023-12-16 13:42:15.516755" } 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-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.153) 0:00:55.254 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.041) 0:00:55.295 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.024) 0:00:55.319 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.071) 0:00:55.390 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.036) 0:00:55.427 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.042) 0:00:55.470 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 16 December 2023 13:42:15 +0000 (0:00:00.031) 0:00:55.501 ***** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.400887", "end": "2023-12-16 13:42:16.321790", "rc": 0, "start": "2023-12-16 13:42:15.920903" } STDOUT: NetworkManager-1.18.8-2.el7_9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.536) 0:00:56.037 ***** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.020) 0:00:56.058 ***** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:42 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.021) 0:00:56.079 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.040) 0:00:56.120 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.033) 0:00:56.153 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.135) 0:00:56.288 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:47 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.023) 0:00:56.311 ***** 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-ci30i0mhoe/tests/playbooks/tasks/run_test.yml:66 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.022) 0:00:56.334 ***** included: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.069) 0:00:56.403 ***** 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.045286", "end": "2023-12-16 13:42:16.867677", "rc": 1, "start": "2023-12-16 13:42:16.822391" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Could not load file '/etc/sysconfig/network-scripts/ifcfg-statebr' Cannot find device "statebr" MSG: non-zero return code ...ignoring META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=322 changed=10 unreachable=0 failed=0 skipped=246 rescued=0 ignored=11 Saturday 16 December 2023 13:42:16 +0000 (0:00:00.167) 0:00:56.570 ***** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.83s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.42s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Configure networking connection profiles --- 1.15s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gather current interface info ------------------------------------------- 1.14s /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.14s /WORKDIR/git-weekly-ci30i0mhoe/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Configure networking connection profiles --- 1.12s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.93s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 0.86s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.84s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Re-test connectivity ----------------------- 0.84s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/main.yml:155 linux-system-roles.network : Check which services are running ----------- 0.84s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.80s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.80s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 0.79s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-weekly-ci30i0mhoe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [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. ---^---^---^---^---^---