# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.17.2] 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.17/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cirksnmvnm/.collection executable location = /opt/ansible-2.17/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.17/bin/python) jinja version = 3.1.4 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_states_nm.yml ************************************************** 2 plays in /WORKDIR/git-weekly-cirksnmvnm/tests/tests_states_nm.yml PLAY [Run playbook 'playbooks/tests_states.yml' with nm as provider] *********** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tests_states_nm.yml:6 Thursday 08 August 2024 20:07:34 +0000 (0:00:00.031) 0:00:00.031 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tests_states_nm.yml:9 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.929) 0:00:00.961 ******* included: /WORKDIR/git-weekly-cirksnmvnm/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-cirksnmvnm/tests/tasks/el_repo_setup.yml:3 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.012) 0:00:00.973 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/el_repo_setup.yml:17 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.322) 0:00:01.296 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/el_repo_setup.yml:22 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.239) 0:00:01.535 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/el_repo_setup.yml:26 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.013) 0:00:01.549 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/el_repo_setup.yml:51 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.009) 0:00:01.558 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 10] ********************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/enable_epel.yml:8 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.017) 0:00:01.575 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/enable_epel.yml:24 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.009) 0:00:01.585 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/enable_epel.yml:30 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.008) 0:00:01.593 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/enable_epel.yml:35 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.007) 0:00:01.601 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tasks/enable_epel.yml:40 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.007) 0:00:01.608 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/tests_states_nm.yml:11 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.007) 0:00:01.615 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tests_states.yml:3 Thursday 08 August 2024 20:07:35 +0000 (0:00:00.014) 0:00:01.630 ******* ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tests_states.yml:11 Thursday 08 August 2024 20:07:36 +0000 (0:00:00.656) 0:00:02.287 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tests_states.yml:22 Thursday 08 August 2024 20:07:36 +0000 (0:00:00.011) 0:00:02.298 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:5 Thursday 08 August 2024 20:07:36 +0000 (0:00:00.014) 0:00:02.313 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:9 Thursday 08 August 2024 20:07:36 +0000 (0:00:00.010) 0:00:02.323 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:21 Thursday 08 August 2024 20:07:36 +0000 (0:00:00.045) 0:00:02.369 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 08 August 2024 20:07:36 +0000 (0:00:00.017) 0:00:02.386 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 08 August 2024 20:07:36 +0000 (0:00:00.022) 0:00:02.409 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003243", "end": "2024-08-08 20:07:36.986956", "rc": 0, "start": "2024-08-08 20:07:36.983713" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.256) 0:00:02.665 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.009) 0:00:02.675 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:24 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.009) 0:00:02.685 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/delete_interface.yml:3 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.015) 0:00:02.701 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007427", "end": "2024-08-08 20:07:37.210951", "rc": 1, "start": "2024-08-08 20:07:37.203524" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.189) 0:00:02.890 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.013) 0:00:02.903 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.186) 0:00:03.090 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:30 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.011) 0:00:03.101 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.018) 0:00:03.120 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.032) 0:00:03.152 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.050) 0:00:03.203 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.022) 0:00:03.225 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.024) 0:00:03.250 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:07:37 +0000 (0:00:00.015) 0:00:03.266 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:07:39 +0000 (0:00:01.622) 0:00:04.888 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:07:39 +0000 (0:00:00.679) 0:00:05.567 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:07:39 +0000 (0:00:00.021) 0:00:05.589 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:07:39 +0000 (0:00:00.019) 0:00:05.609 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:07:39 +0000 (0:00:00.018) 0:00:05.628 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.029) 0:00:05.657 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.030) 0:00:05.688 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.021) 0:00:05.710 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.031) 0:00:05.741 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.046) 0:00:05.788 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.037) 0:00:05.825 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.019) 0:00:05.844 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.029) 0:00:05.874 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.530) 0:00:06.404 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.029) 0:00:06.434 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.018) 0:00:06.452 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:07:40 +0000 (0:00:00.018) 0:00:06.471 ******* 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, 9f5aa87a-7bbd-41f1-8f84-a0e1eb826715 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.500) 0:00:06.972 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.022) 0:00:06.994 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9f5aa87a-7bbd-41f1-8f84-a0e1eb826715" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.023) 0:00:07.018 ******* 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, 9f5aa87a-7bbd-41f1-8f84-a0e1eb826715\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9f5aa87a-7bbd-41f1-8f84-a0e1eb826715" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.022) 0:00:07.040 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.019) 0:00:07.060 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.289) 0:00:07.349 ******* 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, 9f5aa87a-7bbd-41f1-8f84-a0e1eb826715\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 9f5aa87a-7bbd-41f1-8f84-a0e1eb826715" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:36 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.026) 0:00:07.375 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.043) 0:00:07.419 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.058) 0:00:07.478 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 08 August 2024 20:07:41 +0000 (0:00:00.021) 0:00:07.499 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.193) 0:00:07.693 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.019) 0:00:07.712 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018768", "end": "2024-08-08 20:07:42.235861", "rc": 0, "start": "2024-08-08 20:07:42.217093" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.213) 0:00:07.925 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.022) 0:00:07.948 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.019) 0:00:07.967 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.019) 0:00:07.986 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.019) 0:00:08.005 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.019) 0:00:08.024 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.029) 0:00:08.053 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.025) 0:00:08.078 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:42 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.022) 0:00:08.101 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml for sut => (item={'what': 'tasks/assert_device_present.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.042) 0:00:08.144 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.035) 0:00:08.180 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723147661.2355523, "block_size": 4096, "blocks": 0, "ctime": 1723147661.2355523, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31298, "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": 1723147661.2355523, "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-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.200) 0:00:08.380 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:47 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.060) 0:00:08.440 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:66 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.022) 0:00:08.463 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 08 August 2024 20:07:42 +0000 (0:00:00.036) 0:00:08.500 ******* 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.052013", "end": "2024-08-08 20:07:43.061310", "rc": 1, "start": "2024-08-08 20:07:43.009297" } STDOUT: Connection 'statebr' (9f5aa87a-7bbd-41f1-8f84-a0e1eb826715) 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-cirksnmvnm/tests/playbooks/tests_states.yml:45 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.271) 0:00:08.772 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:5 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.038) 0:00:08.810 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:9 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.021) 0:00:08.831 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:21 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.039) 0:00:08.871 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.031) 0:00:08.902 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.030) 0:00:08.933 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003422", "end": "2024-08-08 20:07:43.444367", "rc": 0, "start": "2024-08-08 20:07:43.440945" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.199) 0:00:09.133 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.020) 0:00:09.153 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:24 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.020) 0:00:09.173 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/delete_interface.yml:3 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.034) 0:00:09.208 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006159", "end": "2024-08-08 20:07:43.720687", "rc": 1, "start": "2024-08-08 20:07:43.714528" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.225) 0:00:09.433 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 08 August 2024 20:07:43 +0000 (0:00:00.030) 0:00:09.464 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 08 August 2024 20:07:44 +0000 (0:00:00.195) 0:00:09.660 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:30 Thursday 08 August 2024 20:07:44 +0000 (0:00:00.025) 0:00:09.686 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut => (item=tasks/create_bridge_profile_no_autoconnect.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Thursday 08 August 2024 20:07:44 +0000 (0:00:00.048) 0:00:09.735 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:07:44 +0000 (0:00:00.045) 0:00:09.781 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:07:44 +0000 (0:00:00.056) 0:00:09.837 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:07:44 +0000 (0:00:00.039) 0:00:09.876 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:07:44 +0000 (0:00:00.024) 0:00:09.900 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:07:44 +0000 (0:00:00.026) 0:00:09.927 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:07:45 +0000 (0:00:01.562) 0:00:11.489 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.553) 0:00:12.043 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.047) 0:00:12.091 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.019) 0:00:12.110 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.018) 0:00:12.128 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.031) 0:00:12.160 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.032) 0:00:12.192 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.029) 0:00:12.222 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.030) 0:00:12.252 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.046) 0:00:12.299 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.019) 0:00:12.318 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.020) 0:00:12.338 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:07:46 +0000 (0:00:00.030) 0:00:12.369 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.372) 0:00:12.741 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.031) 0:00:12.772 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.021) 0:00:12.794 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.019) 0:00:12.813 ******* 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, a530550a-e481-4b5e-bbaa-04ee16ac266b TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.343) 0:00:13.157 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.020) 0:00:13.177 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a530550a-e481-4b5e-bbaa-04ee16ac266b" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.021) 0:00:13.199 ******* 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, a530550a-e481-4b5e-bbaa-04ee16ac266b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a530550a-e481-4b5e-bbaa-04ee16ac266b" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.052) 0:00:13.252 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.020) 0:00:13.273 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.208) 0:00:13.482 ******* 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, a530550a-e481-4b5e-bbaa-04ee16ac266b\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, a530550a-e481-4b5e-bbaa-04ee16ac266b" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:36 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.032) 0:00:13.515 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.058) 0:00:13.573 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 08 August 2024 20:07:47 +0000 (0:00:00.037) 0:00:13.610 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.194) 0:00:13.805 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.023) 0:00:13.828 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.034) 0:00:13.863 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.021) 0:00:13.884 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.196) 0:00:14.080 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.020) 0:00:14.101 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017464", "end": "2024-08-08 20:07:48.625001", "rc": 0, "start": "2024-08-08 20:07:48.607537" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.213) 0:00:14.314 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.026) 0:00:14.341 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.022) 0:00:14.364 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.077) 0:00:14.441 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.031) 0:00:14.472 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.027) 0:00:14.499 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.028) 0:00:14.528 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.031) 0:00:14.560 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:42 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.026) 0:00:14.586 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:47 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.024) 0:00:14.610 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:66 Thursday 08 August 2024 20:07:48 +0000 (0:00:00.024) 0:00:14.635 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.037) 0:00:14.673 ******* 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.035158", "end": "2024-08-08 20:07:49.223570", "rc": 1, "start": "2024-08-08 20:07:49.188412" } STDOUT: Connection 'statebr' (a530550a-e481-4b5e-bbaa-04ee16ac266b) 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-cirksnmvnm/tests/playbooks/tests_states.yml:65 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.254) 0:00:14.928 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:5 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.032) 0:00:14.960 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:9 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.024) 0:00:14.985 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:21 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.041) 0:00:15.026 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.031) 0:00:15.057 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.055) 0:00:15.113 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003248", "end": "2024-08-08 20:07:49.622103", "rc": 0, "start": "2024-08-08 20:07:49.618855" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.196) 0:00:15.309 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.022) 0:00:15.332 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:24 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.021) 0:00:15.353 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.032) 0:00:15.386 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.043) 0:00:15.429 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.039) 0:00:15.468 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.029) 0:00:15.498 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.025) 0:00:15.524 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:07:49 +0000 (0:00:00.029) 0:00:15.553 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:07:51 +0000 (0:00:01.561) 0:00:17.114 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.557) 0:00:17.671 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.057) 0:00:17.728 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.020) 0:00:17.748 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.020) 0:00:17.769 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.031) 0:00:17.801 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.030) 0:00:17.831 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.024) 0:00:17.855 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.031) 0:00:17.887 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.051) 0:00:17.938 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.020) 0:00:17.958 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.023) 0:00:17.982 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.033) 0:00:18.015 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.379) 0:00:18.395 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.032) 0:00:18.427 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.019) 0:00:18.447 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:07:52 +0000 (0:00:00.018) 0:00:18.466 ******* 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, d9da95fa-c294-4a6d-bb0a-a8aaabe28898 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.382) 0:00:18.848 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.023) 0:00:18.871 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d9da95fa-c294-4a6d-bb0a-a8aaabe28898" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.022) 0:00:18.894 ******* 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, d9da95fa-c294-4a6d-bb0a-a8aaabe28898\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d9da95fa-c294-4a6d-bb0a-a8aaabe28898" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.024) 0:00:18.918 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.049) 0:00:18.968 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.243) 0:00:19.212 ******* 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, d9da95fa-c294-4a6d-bb0a-a8aaabe28898\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, d9da95fa-c294-4a6d-bb0a-a8aaabe28898" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:30 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.036) 0:00:19.248 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/activate_profile.yml:3 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.066) 0:00:19.314 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.048) 0:00:19.363 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.040) 0:00:19.404 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.032) 0:00:19.436 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.024) 0:00:19.460 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:07:53 +0000 (0:00:00.027) 0:00:19.487 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:07:55 +0000 (0:00:01.573) 0:00:21.061 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:07:55 +0000 (0:00:00.564) 0:00:21.626 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.072) 0:00:21.698 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.023) 0:00:21.722 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.019) 0:00:21.741 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.039) 0:00:21.781 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.038) 0:00:21.819 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.025) 0:00:21.848 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.035) 0:00:21.883 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.054) 0:00:21.937 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.026) 0:00:21.964 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.040) 0:00:22.005 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.050) 0:00:22.055 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.375) 0:00:22.431 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.030) 0:00:22.462 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.021) 0:00:22.484 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:07:56 +0000 (0:00:00.024) 0:00:22.508 ******* 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, d9da95fa-c294-4a6d-bb0a-a8aaabe28898 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.334) 0:00:22.842 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.019) 0:00:22.862 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d9da95fa-c294-4a6d-bb0a-a8aaabe28898 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.021) 0:00:22.883 ******* 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, d9da95fa-c294-4a6d-bb0a-a8aaabe28898 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, d9da95fa-c294-4a6d-bb0a-a8aaabe28898 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.052) 0:00:22.936 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.019) 0:00:22.955 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:36 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.205) 0:00:23.161 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml for sut => (item=tasks/assert_profile_present.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.037) 0:00:23.198 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.031) 0:00:23.229 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723147673.1125727, "block_size": 4096, "blocks": 0, "ctime": 1723147673.1125727, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31423, "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": 1723147673.1125727, "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-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.202) 0:00:23.431 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.022) 0:00:23.453 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.032) 0:00:23.486 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 08 August 2024 20:07:57 +0000 (0:00:00.020) 0:00:23.506 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.192) 0:00:23.698 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.043) 0:00:23.742 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018556", "end": "2024-08-08 20:07:58.272704", "rc": 0, "start": "2024-08-08 20:07:58.254148" } STDOUT: statebr /etc/NetworkManager/system-connections/statebr.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.219) 0:00:23.962 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.021) 0:00:23.984 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.024) 0:00:24.008 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.032) 0:00:24.040 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.082) 0:00:24.123 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.020) 0:00:24.144 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.024) 0:00:24.168 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.023) 0:00:24.192 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:42 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.042) 0:00:24.234 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:47 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.041) 0:00:24.276 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:66 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.036) 0:00:24.312 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.042) 0:00:24.355 ******* 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.054400", "end": "2024-08-08 20:07:58.925645", "rc": 1, "start": "2024-08-08 20:07:58.871245" } STDOUT: Connection 'statebr' (d9da95fa-c294-4a6d-bb0a-a8aaabe28898) 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-cirksnmvnm/tests/playbooks/tests_states.yml:83 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.260) 0:00:24.615 ******* included: /WORKDIR/git-weekly-cirksnmvnm/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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:5 Thursday 08 August 2024 20:07:58 +0000 (0:00:00.033) 0:00:24.649 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:9 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.021) 0:00:24.670 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:21 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.041) 0:00:24.711 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.032) 0:00:24.744 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.033) 0:00:24.778 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003330", "end": "2024-08-08 20:07:59.291065", "rc": 0, "start": "2024-08-08 20:07:59.287735" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.237) 0:00:25.015 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.021) 0:00:25.036 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:24 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.021) 0:00:25.057 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.034) 0:00:25.092 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.044) 0:00:25.137 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.038) 0:00:25.176 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.028) 0:00:25.204 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.022) 0:00:25.227 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:07:59 +0000 (0:00:00.023) 0:00:25.251 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:01 +0000 (0:00:01.571) 0:00:26.823 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:01 +0000 (0:00:00.547) 0:00:27.370 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:01 +0000 (0:00:00.025) 0:00:27.395 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:01 +0000 (0:00:00.068) 0:00:27.464 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:01 +0000 (0:00:00.021) 0:00:27.486 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:01 +0000 (0:00:00.052) 0:00:27.538 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:01 +0000 (0:00:00.049) 0:00:27.587 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:01 +0000 (0:00:00.027) 0:00:27.615 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.056) 0:00:27.672 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.067) 0:00:27.739 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.022) 0:00:27.761 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.021) 0:00:27.783 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.044) 0:00:27.827 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.406) 0:00:28.234 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.035) 0:00:28.269 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.022) 0:00:28.292 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:02 +0000 (0:00:00.023) 0:00:28.316 ******* 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, c4669f25-b97d-4731-807c-cadf96f0ba02 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.394) 0:00:28.710 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.022) 0:00:28.732 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c4669f25-b97d-4731-807c-cadf96f0ba02" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.023) 0:00:28.756 ******* 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, c4669f25-b97d-4731-807c-cadf96f0ba02\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c4669f25-b97d-4731-807c-cadf96f0ba02" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.025) 0:00:28.782 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.022) 0:00:28.804 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.269) 0:00:29.073 ******* 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, c4669f25-b97d-4731-807c-cadf96f0ba02\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, c4669f25-b97d-4731-807c-cadf96f0ba02" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/activate_profile.yml:3 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.023) 0:00:29.097 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.057) 0:00:29.155 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.059) 0:00:29.214 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.069) 0:00:29.283 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.036) 0:00:29.320 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:03 +0000 (0:00:00.032) 0:00:29.352 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:05 +0000 (0:00:01.566) 0:00:30.919 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:05 +0000 (0:00:00.527) 0:00:31.446 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:05 +0000 (0:00:00.022) 0:00:31.469 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:05 +0000 (0:00:00.020) 0:00:31.490 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:05 +0000 (0:00:00.019) 0:00:31.509 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:05 +0000 (0:00:00.066) 0:00:31.575 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:05 +0000 (0:00:00.031) 0:00:31.607 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:05 +0000 (0:00:00.030) 0:00:31.638 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.033) 0:00:31.671 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.048) 0:00:31.720 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.020) 0:00:31.740 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.019) 0:00:31.760 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.033) 0:00:31.793 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.381) 0:00:32.175 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.034) 0:00:32.209 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.029) 0:00:32.239 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.023) 0:00:32.262 ******* 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, c4669f25-b97d-4731-807c-cadf96f0ba02 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.345) 0:00:32.607 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.021) 0:00:32.629 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c4669f25-b97d-4731-807c-cadf96f0ba02 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:06 +0000 (0:00:00.022) 0:00:32.652 ******* 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, c4669f25-b97d-4731-807c-cadf96f0ba02 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, c4669f25-b97d-4731-807c-cadf96f0ba02 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.024) 0:00:32.676 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.019) 0:00:32.696 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:30 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.211) 0:00:32.907 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove_profile.yml:3 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.077) 0:00:32.985 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.043) 0:00:33.029 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.041) 0:00:33.070 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.032) 0:00:33.102 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.025) 0:00:33.128 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:07 +0000 (0:00:00.024) 0:00:33.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 [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:09 +0000 (0:00:01.562) 0:00:34.715 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:09 +0000 (0:00:00.543) 0:00:35.259 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:09 +0000 (0:00:00.026) 0:00:35.285 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:09 +0000 (0:00:00.024) 0:00:35.310 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:09 +0000 (0:00:00.024) 0:00:35.334 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:09 +0000 (0:00:00.056) 0:00:35.390 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:09 +0000 (0:00:00.167) 0:00:35.558 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:09 +0000 (0:00:00.024) 0:00:35.583 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:09 +0000 (0:00:00.029) 0:00:35.613 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.049) 0:00:35.662 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.021) 0:00:35.684 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.022) 0:00:35.706 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.033) 0:00:35.739 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.387) 0:00:36.127 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.038) 0:00:36.165 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.021) 0:00:36.187 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.035) 0:00:36.223 ******* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:10 +0000 (0:00:00.424) 0:00:36.647 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.023) 0:00:36.670 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.027) 0:00:36.697 ******* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.024) 0:00:36.722 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.021) 0:00:36.743 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:36 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.235) 0:00:36.979 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.116) 0:00:37.095 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.041) 0:00:37.137 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723147682.9755983, "block_size": 4096, "blocks": 0, "ctime": 1723147682.9755983, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31548, "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": 1723147682.9755983, "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-cirksnmvnm/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.203) 0:00:37.341 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml:3 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.024) 0:00:37.366 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.041) 0:00:37.407 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.027) 0:00:37.434 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 08 August 2024 20:08:11 +0000 (0:00:00.203) 0:00:37.638 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.020) 0:00:37.659 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.018287", "end": "2024-08-08 20:08:12.183597", "rc": 1, "start": "2024-08-08 20:08:12.165310" } 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.222) 0:00:37.881 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.046) 0:00:37.928 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.022) 0:00:37.950 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.021) 0:00:37.972 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.022) 0:00:37.994 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml:5 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.021) 0:00:38.016 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:42 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.023) 0:00:38.039 ******* skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:47 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.023) 0:00:38.063 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:66 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.052) 0:00:38.115 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.035) 0:00:38.151 ******* 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.058828", "end": "2024-08-08 20:08:12.717094", "rc": 1, "start": "2024-08-08 20:08:12.658266" } STDOUT: Connection 'statebr' (c4669f25-b97d-4731-807c-cadf96f0ba02) 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-cirksnmvnm/tests/playbooks/tests_states.yml:102 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.255) 0:00:38.406 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:5 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.034) 0:00:38.440 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:9 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.021) 0:00:38.462 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:21 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.039) 0:00:38.501 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.031) 0:00:38.532 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 08 August 2024 20:08:12 +0000 (0:00:00.034) 0:00:38.566 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003439", "end": "2024-08-08 20:08:13.074785", "rc": 0, "start": "2024-08-08 20:08:13.071346" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.197) 0:00:38.763 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.020) 0:00:38.784 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:24 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.021) 0:00:38.805 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.037) 0:00:38.843 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.096) 0:00:38.940 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.041) 0:00:38.981 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.029) 0:00:39.010 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.024) 0:00:39.034 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:13 +0000 (0:00:00.023) 0:00:39.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 [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:14 +0000 (0:00:01.594) 0:00:40.652 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.529) 0:00:41.181 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.022) 0:00:41.204 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.025) 0:00:41.229 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.020) 0:00:41.250 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.031) 0:00:41.281 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.037) 0:00:41.319 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.034) 0:00:41.353 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.030) 0:00:41.384 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.174) 0:00:41.559 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.029) 0:00:41.588 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.022) 0:00:41.611 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:15 +0000 (0:00:00.036) 0:00:41.648 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.377) 0:00:42.025 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.036) 0:00:42.061 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.022) 0:00:42.083 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.021) 0:00:42.104 ******* 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, f6f969a4-6fc9-4184-ac57-20d23b4af2df TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.389) 0:00:42.494 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.021) 0:00:42.515 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f6f969a4-6fc9-4184-ac57-20d23b4af2df" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.025) 0:00:42.540 ******* 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, f6f969a4-6fc9-4184-ac57-20d23b4af2df\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f6f969a4-6fc9-4184-ac57-20d23b4af2df" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.025) 0:00:42.566 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:16 +0000 (0:00:00.023) 0:00:42.589 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 08 August 2024 20:08:17 +0000 (0:00:00.207) 0:00:42.797 ******* 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, f6f969a4-6fc9-4184-ac57-20d23b4af2df\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, f6f969a4-6fc9-4184-ac57-20d23b4af2df" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/activate_profile.yml:3 Thursday 08 August 2024 20:08:17 +0000 (0:00:00.024) 0:00:42.821 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:17 +0000 (0:00:00.045) 0:00:42.867 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:17 +0000 (0:00:00.093) 0:00:42.960 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:17 +0000 (0:00:00.036) 0:00:42.997 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:17 +0000 (0:00:00.024) 0:00:43.022 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:17 +0000 (0:00:00.023) 0:00:43.046 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:19 +0000 (0:00:01.629) 0:00:44.676 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.525) 0:00:45.202 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.028) 0:00:45.230 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.020) 0:00:45.250 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.020) 0:00:45.271 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.053) 0:00:45.325 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.052) 0:00:45.377 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.025) 0:00:45.403 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.034) 0:00:45.437 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.065) 0:00:45.503 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.024) 0:00:45.527 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.065) 0:00:45.593 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:19 +0000 (0:00:00.032) 0:00:45.626 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.380) 0:00:46.007 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.031) 0:00:46.038 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.020) 0:00:46.058 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.021) 0:00:46.079 ******* 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, f6f969a4-6fc9-4184-ac57-20d23b4af2df skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.344) 0:00:46.424 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.022) 0:00:46.447 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f6f969a4-6fc9-4184-ac57-20d23b4af2df skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.024) 0:00:46.472 ******* 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, f6f969a4-6fc9-4184-ac57-20d23b4af2df skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, f6f969a4-6fc9-4184-ac57-20d23b4af2df skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.025) 0:00:46.497 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:20 +0000 (0:00:00.021) 0:00:46.518 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove_profile.yml:3 Thursday 08 August 2024 20:08:21 +0000 (0:00:00.215) 0:00:46.734 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:21 +0000 (0:00:00.046) 0:00:46.781 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:21 +0000 (0:00:00.040) 0:00:46.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 [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:21 +0000 (0:00:00.028) 0:00:46.849 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:21 +0000 (0:00:00.074) 0:00:46.924 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:21 +0000 (0:00:00.029) 0:00:46.953 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:22 +0000 (0:00:01.614) 0:00:48.568 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.533) 0:00:49.102 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.027) 0:00:49.129 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.028) 0:00:49.157 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.025) 0:00:49.183 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.048) 0:00:49.232 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.039) 0:00:49.271 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.033) 0:00:49.305 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.041) 0:00:49.346 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.071) 0:00:49.417 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.021) 0:00:49.439 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.037) 0:00:49.476 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:23 +0000 (0:00:00.042) 0:00:49.519 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.395) 0:00:49.915 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.131) 0:00:50.046 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.025) 0:00:50.072 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.020) 0:00:50.092 ******* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.375) 0:00:50.468 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.021) 0:00:50.489 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.027) 0:00:50.517 ******* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.025) 0:00:50.542 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:24 +0000 (0:00:00.023) 0:00:50.565 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:30 Thursday 08 August 2024 20:08:25 +0000 (0:00:00.230) 0:00:50.796 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove+down_profile.yml:3 Thursday 08 August 2024 20:08:25 +0000 (0:00:00.058) 0:00:50.854 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:25 +0000 (0:00:00.072) 0:00:50.927 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:25 +0000 (0:00:00.045) 0:00:50.973 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:25 +0000 (0:00:00.033) 0:00:51.006 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:25 +0000 (0:00:00.023) 0:00:51.030 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:25 +0000 (0:00:00.069) 0:00:51.099 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:27 +0000 (0:00:01.592) 0:00:52.692 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.576) 0:00:53.268 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.024) 0:00:53.292 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.022) 0:00:53.314 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.022) 0:00:53.337 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.035) 0:00:53.373 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.048) 0:00:53.421 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.028) 0:00:53.449 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.038) 0:00:53.488 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.053) 0:00:53.542 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.022) 0:00:53.564 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.021) 0:00:53.585 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:27 +0000 (0:00:00.030) 0:00:53.616 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:28 +0000 (0:00:00.383) 0:00:53.999 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:28 +0000 (0:00:00.035) 0:00:54.034 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:28 +0000 (0:00:00.078) 0:00:54.113 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:28 +0000 (0:00:00.023) 0:00:54.137 ******* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:28 +0000 (0:00:00.444) 0:00:54.581 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:28 +0000 (0:00:00.021) 0:00:54.602 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[001] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:28 +0000 (0:00:00.023) 0:00:54.625 ******* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:28 +0000 (0:00:00.024) 0:00:54.650 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.021) 0:00:54.671 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:36 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.206) 0:00:54.877 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml:3 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.037) 0:00:54.915 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.035) 0:00:54.951 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.024) 0:00:54.975 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.202) 0:00:55.178 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.019) 0:00:55.197 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017222", "end": "2024-08-08 20:08:29.724486", "rc": 1, "start": "2024-08-08 20:08:29.707264" } 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.216) 0:00:55.414 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.020) 0:00:55.434 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.057) 0:00:55.491 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.020) 0:00:55.512 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.021) 0:00:55.533 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml:5 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.020) 0:00:55.553 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:42 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.021) 0:00:55.575 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml for sut => (item={'what': 'tasks/assert_device_absent.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.041) 0:00:55.617 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 08 August 2024 20:08:29 +0000 (0:00:00.032) 0:00:55.649 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.193) 0:00:55.843 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:47 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.023) 0:00:55.866 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:66 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.021) 0:00:55.887 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.036) 0:00:55.924 ******* 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.035003", "end": "2024-08-08 20:08:30.469920", "rc": 1, "start": "2024-08-08 20:08:30.434917" } 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-cirksnmvnm/tests/playbooks/tests_states.yml:124 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.237) 0:00:56.161 ******* included: /WORKDIR/git-weekly-cirksnmvnm/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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:5 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.037) 0:00:56.198 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:9 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.037) 0:00:56.236 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I will not get an error when I try to remove an absent profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml", "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove+down_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_profile_absent.yml", "tasks/get_NetworkManager_NVR.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": [ { "condition": true, "what": "tasks/assert_device_absent.yml" } ] } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml", "tasks/check_network_dns.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:21 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.105) 0:00:56.341 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.033) 0:00:56.375 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.033) 0:00:56.409 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003261", "end": "2024-08-08 20:08:30.930486", "rc": 0, "start": "2024-08-08 20:08:30.927225" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.211) 0:00:56.620 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 08 August 2024 20:08:30 +0000 (0:00:00.022) 0:00:56.643 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:24 Thursday 08 August 2024 20:08:31 +0000 (0:00:00.022) 0:00:56.666 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:3 Thursday 08 August 2024 20:08:31 +0000 (0:00:00.040) 0:00:56.706 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:31 +0000 (0:00:00.047) 0:00:56.754 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:31 +0000 (0:00:00.040) 0:00:56.794 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:31 +0000 (0:00:00.032) 0:00:56.827 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:31 +0000 (0:00:00.028) 0:00:56.855 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:31 +0000 (0:00:00.028) 0:00:56.883 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:32 +0000 (0:00:01.643) 0:00:58.526 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.526) 0:00:59.053 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.024) 0:00:59.078 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.021) 0:00:59.099 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.021) 0:00:59.121 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.036) 0:00:59.157 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.034) 0:00:59.192 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.026) 0:00:59.218 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.038) 0:00:59.257 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.054) 0:00:59.311 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.024) 0:00:59.336 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.025) 0:00:59.361 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:33 +0000 (0:00:00.041) 0:00:59.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 [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.388) 0:00:59.791 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.031) 0:00:59.822 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.022) 0:00:59.845 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.020) 0:00:59.865 ******* 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, 6edc0dda-c6ad-41f8-914a-86fd786321c0 TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.494) 0:01:00.360 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.021) 0:01:00.382 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6edc0dda-c6ad-41f8-914a-86fd786321c0" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.023) 0:01:00.405 ******* 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, 6edc0dda-c6ad-41f8-914a-86fd786321c0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6edc0dda-c6ad-41f8-914a-86fd786321c0" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.024) 0:01:00.430 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:34 +0000 (0:00:00.020) 0:01:00.451 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/create_bridge_profile.yml:14 Thursday 08 August 2024 20:08:35 +0000 (0:00:00.211) 0:01:00.662 ******* 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, 6edc0dda-c6ad-41f8-914a-86fd786321c0\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add connection statebr, 6edc0dda-c6ad-41f8-914a-86fd786321c0" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/activate_profile.yml:3 Thursday 08 August 2024 20:08:35 +0000 (0:00:00.022) 0:01:00.685 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:35 +0000 (0:00:00.047) 0:01:00.733 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:35 +0000 (0:00:00.040) 0:01:00.773 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:35 +0000 (0:00:00.030) 0:01:00.803 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:35 +0000 (0:00:00.022) 0:01:00.826 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:35 +0000 (0:00:00.023) 0:01:00.849 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:36 +0000 (0:00:01.586) 0:01:02.435 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.613) 0:01:03.049 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.023) 0:01:03.072 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.020) 0:01:03.093 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.018) 0:01:03.112 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.030) 0:01:03.142 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.031) 0:01:03.174 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.025) 0:01:03.200 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.029) 0:01:03.229 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.046) 0:01:03.276 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.020) 0:01:03.296 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.019) 0:01:03.316 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:37 +0000 (0:00:00.031) 0:01:03.347 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.369) 0:01:03.716 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.029) 0:01:03.746 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.019) 0:01:03.765 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.018) 0:01:03.784 ******* 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, 6edc0dda-c6ad-41f8-914a-86fd786321c0 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.368) 0:01:04.152 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.019) 0:01:04.172 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6edc0dda-c6ad-41f8-914a-86fd786321c0 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.055) 0:01:04.227 ******* 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, 6edc0dda-c6ad-41f8-914a-86fd786321c0 skipped because already active\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr, 6edc0dda-c6ad-41f8-914a-86fd786321c0 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.023) 0:01:04.251 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.018) 0:01:04.270 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove+down_profile.yml:3 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.207) 0:01:04.477 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.043) 0:01:04.521 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.037) 0:01:04.559 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.028) 0:01:04.587 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.021) 0:01:04.609 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:38 +0000 (0:00:00.022) 0:01:04.631 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:40 +0000 (0:00:01.609) 0:01:06.240 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.523) 0:01:06.764 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.021) 0:01:06.785 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.053) 0:01:06.838 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.020) 0:01:06.858 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.029) 0:01:06.888 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.031) 0:01:06.919 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.023) 0:01:06.942 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.037) 0:01:06.980 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.048) 0:01:07.029 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.023) 0:01:07.052 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.020) 0:01:07.072 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.029) 0:01:07.102 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.383) 0:01:07.485 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.032) 0:01:07.518 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.019) 0:01:07.537 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:41 +0000 (0:00:00.021) 0:01:07.558 ******* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.407) 0:01:07.966 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.019) 0:01:07.986 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.022) 0:01:08.009 ******* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.021) 0:01:08.030 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.053) 0:01:08.083 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:30 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.204) 0:01:08.288 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/remove+down_profile.yml:3 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.034) 0:01:08.323 ******* redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf included: fedora.linux_system_roles.network for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.043) 0:01:08.366 ******* included: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.037) 0:01:08.404 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.028) 0:01:08.432 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.024) 0:01:08.457 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Thursday 08 August 2024 20:08:42 +0000 (0:00:00.023) 0:01:08.480 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Thursday 08 August 2024 20:08:44 +0000 (0:00:01.584) 0:01:10.064 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Thursday 08 August 2024 20:08:44 +0000 (0:00:00.525) 0:01:10.589 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Thursday 08 August 2024 20:08:44 +0000 (0:00:00.025) 0:01:10.614 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.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-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.065) 0:01:10.680 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.026) 0:01:10.707 ******* skipping: [sut] => { "changed": false, "false_condition": "network_connections | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0 or network_state.get(\"interfaces\", []) | selectattr(\"type\", \"defined\") | selectattr(\"type\", \"match\", \"^team$\") | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.032) 0:01:10.740 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.032) 0:01:10.772 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.025) 0:01:10.797 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.030) 0:01:10.828 ******* skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.052) 0:01:10.881 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.023) 0:01:10.905 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.022) 0:01:10.927 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.031) 0:01:10.959 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.371) 0:01:11.330 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.030) 0:01:11.361 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.020) 0:01:11.381 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Thursday 08 August 2024 20:08:45 +0000 (0:00:00.018) 0:01:11.400 ******* 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.350) 0:01:11.750 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.019) 0:01:11.770 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:absent, 'statebr': no connection matches 'statebr' to delete" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.022) 0:01:11.792 ******* 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.022) 0:01:11.815 ******* skipping: [sut] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.018) 0:01:11.833 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:36 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.244) 0:01:12.078 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut => (item=tasks/get_NetworkManager_NVR.yml) TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml:3 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.046) 0:01:12.125 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.035) 0:01:12.160 ******* 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.023) 0:01:12.183 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.195) 0:01:12.379 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.019) 0:01:12.398 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.017357", "end": "2024-08-08 20:08:46.921453", "rc": 1, "start": "2024-08-08 20:08:46.904096" } 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-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.211) 0:01:12.610 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.020) 0:01:12.630 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 08 August 2024 20:08:46 +0000 (0:00:00.019) 0:01:12.650 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.019) 0:01:12.669 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.019) 0:01:12.689 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_profile_absent.yml:5 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.019) 0:01:12.708 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.022) 0:01:12.731 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.162842", "end": "2024-08-08 20:08:47.400069", "rc": 0, "start": "2024-08-08 20:08:47.237227" } STDOUT: NetworkManager-1.48.4-1.el10.1 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.358) 0:01:13.090 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.48.4-1.el10.1" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.023) 0:01:13.113 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.48.4-1.el10.1" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/run_test.yml:42 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.022) 0:01:13.136 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml for sut => (item={'what': 'tasks/assert_device_absent.yml', 'condition': True}) TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:3 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.088) 0:01:13.225 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.033) 0:01:13.258 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/assert_device_absent.yml:5 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.202) 0:01:13.460 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:47 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.024) 0:01:13.484 ******* 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-cirksnmvnm/tests/playbooks/tasks/run_test.yml:66 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.022) 0:01:13.507 ******* included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) included: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/check_network_dns.yml for sut => (item=tasks/check_network_dns.yml) TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/cleanup_profile+device.yml:3 Thursday 08 August 2024 20:08:47 +0000 (0:00:00.039) 0:01:13.546 ******* 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.034363", "end": "2024-08-08 20:08:48.088414", "rc": 1, "start": "2024-08-08 20:08:48.054051" } 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 [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/check_network_dns.yml:6 Thursday 08 August 2024 20:08:48 +0000 (0:00:00.232) 0:01:13.778 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008814", "end": "2024-08-08 20:08:48.296098", "rc": 0, "start": "2024-08-08 20:08:48.287284" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:02:09:32:9e:15 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.47.38/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3167sec preferred_lft 3167sec inet6 fe80::2:9ff:fe32:9e15/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.38 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.38 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tasks/check_network_dns.yml:24 Thursday 08 August 2024 20:08:48 +0000 (0:00:00.207) 0:01:13.986 ******* ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.115901", "end": "2024-08-08 20:08:48.613764", "rc": 0, "start": "2024-08-08 20:08:48.497863" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 3962 0 --:--:-- --:--:-- --:--:-- 4013 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 17335 0 --:--:-- --:--:-- --:--:-- 18187 PLAY RECAP ********************************************************************* sut : ok=334 changed=10 unreachable=0 failed=0 skipped=312 rescued=0 ignored=11 Thursday 08 August 2024 20:08:48 +0000 (0:00:00.349) 0:01:14.335 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.64s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.63s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.62s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.61s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.61s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.57s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.57s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.57s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Gathering Facts --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-cirksnmvnm/tests/tests_states_nm.yml:6 -------------------- fedora.linux_system_roles.network : Check which packages are installed --- 0.68s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.66s /WORKDIR/git-weekly-cirksnmvnm/tests/playbooks/tests_states.yml:3 ------------- fedora.linux_system_roles.network : Check which packages are installed --- 0.61s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.58s /WORKDIR/git-weekly-cirksnmvnm/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. [WARNING]: Platform linux on host sut is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ---^---^---^---^---^---