# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci9eb83h2m/.collection executable location = /opt/ansible-2.16/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.16/bin/python) jinja version = 3.1.2 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_initscripts.yml ***************************************** 2 plays in /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_states_initscripts.yml PLAY [Run playbook 'playbooks/tests_states.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_states_initscripts.yml:5 Saturday 16 March 2024 13:34:58 +0000 (0:00:00.010) 0:00:00.011 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_states_initscripts.yml:8 Saturday 16 March 2024 13:34:59 +0000 (0:00:00.918) 0:00:00.929 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/tasks/el_repo_setup.yml:3 Saturday 16 March 2024 13:34:59 +0000 (0:00:00.011) 0:00:00.940 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:17 Saturday 16 March 2024 13:35:00 +0000 (0:00:00.387) 0:00:01.328 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:22 Saturday 16 March 2024 13:35:00 +0000 (0:00:00.269) 0:00:01.598 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:26 Saturday 16 March 2024 13:35:00 +0000 (0:00:00.013) 0:00:01.611 ******** 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-ci9eb83h2m/tests/tasks/el_repo_setup.yml:51 Saturday 16 March 2024 13:35:00 +0000 (0:00:00.008) 0:00:01.619 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:8 Saturday 16 March 2024 13:35:00 +0000 (0:00:00.020) 0:00:01.640 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:24 Saturday 16 March 2024 13:35:00 +0000 (0:00:00.280) 0:00:01.920 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:30 Saturday 16 March 2024 13:35:00 +0000 (0:00:00.018) 0:00:01.939 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:35 Saturday 16 March 2024 13:35:00 +0000 (0:00:00.032) 0:00:01.971 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.279473", "end": "2024-03-16 13:35:02.130791", "rc": 0, "start": "2024-03-16 13:35:00.851318" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:40 Saturday 16 March 2024 13:35:02 +0000 (0:00:01.493) 0:00:03.464 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_states_initscripts.yml:10 Saturday 16 March 2024 13:35:02 +0000 (0:00:00.008) 0:00:03.473 ******** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_states.yml:3 Saturday 16 March 2024 13:35:02 +0000 (0:00:00.017) 0:00:03.491 ******** ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_states.yml:11 Saturday 16 March 2024 13:35:02 +0000 (0:00:00.692) 0:00:04.184 ******** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_states.yml:22 Saturday 16 March 2024 13:35:02 +0000 (0:00:00.017) 0:00:04.202 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:35:02 +0000 (0:00:00.020) 0:00:04.222 ******** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:35:02 +0000 (0:00:00.017) 0:00:04.240 ******** 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": false, "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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:35:02 +0000 (0:00:00.040) 0:00:04.280 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:35:02 +0000 (0:00:00.019) 0:00:04.299 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.017) 0:00:04.317 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003901", "end": "2024-03-16 13:35:03.206466", "rc": 0, "start": "2024-03-16 13:35:03.202565" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.221) 0:00:04.539 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.020) 0:00:04.559 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.018) 0:00:04.577 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/delete_interface.yml:3 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.027) 0:00:04.605 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.009531", "end": "2024-03-16 13:35:03.505594", "rc": 1, "start": "2024-03-16 13:35:03.496063" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.231) 0:00:04.837 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.021) 0:00:04.858 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.222) 0:00:05.081 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.019) 0:00:05.100 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.023) 0:00:05.123 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.032) 0:00:05.155 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.027) 0:00:05.183 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.018) 0:00:05.201 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.019) 0:00:05.220 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:03 +0000 (0:00:00.019) 0:00:05.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 : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:35:05 +0000 (0:00:01.917) 0:00:07.157 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:35:07 +0000 (0:00:01.629) 0:00:08.786 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.029) 0:00:08.816 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.029) 0:00:08.845 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.029) 0:00:08.875 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.035) 0:00:08.910 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.027) 0:00:08.937 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.033) 0:00:08.971 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.049) 0:00:09.021 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.046) 0:00:09.067 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.029) 0:00:09.097 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.032) 0:00:09.129 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.032) 0:00:09.162 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:35:07 +0000 (0:00:00.027) 0:00:09.189 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:35:08 +0000 (0:00:00.580) 0:00:09.770 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmp9d1873su" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:35:08 +0000 (0:00:00.327) 0:00:10.097 ******** 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.457) 0:00:10.554 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.029) 0:00:10.584 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.029) 0:00:10.614 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.030) 0:00:10.644 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.028) 0:00:10.672 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.323) 0:00:10.996 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.030) 0:00:11.026 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.042) 0:00:11.069 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.060) 0:00:11.130 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:35:09 +0000 (0:00:00.027) 0:00:11.158 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710596109.2104754, "block_size": 4096, "blocks": 8, "ctime": 1710596109.2104754, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5972151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710596109.2104754, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.229) 0:00:11.387 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.029) 0:00:11.416 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023749", "end": "2024-03-16 13:35:10.330149", "rc": 1, "start": "2024-03-16 13:35:10.306400" } 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.255) 0:00:11.672 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.028) 0:00:11.700 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003642", "end": "2024-03-16 13:35:10.595158", "rc": 0, "start": "2024-03-16 13:35:10.591516" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.237) 0:00:11.937 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.033) 0:00:11.970 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003731", "end": "2024-03-16 13:35:10.867089", "rc": 0, "start": "2024-03-16 13:35:10.863358" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.239) 0:00:12.210 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.031) 0:00:12.241 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.029) 0:00:12.271 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 March 2024 13:35:10 +0000 (0:00:00.029) 0:00:12.301 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.028) 0:00:12.329 ******** skipping: [sut] => (item={'what': 'tasks/assert_device_present.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item['condition']", "item": { "condition": false, "what": "tasks/assert_device_present.yml" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.029) 0:00:12.359 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.029) 0:00:12.388 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.066) 0:00:12.455 ******** 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.043670", "end": "2024-03-16 13:35:11.387370", "rc": 1, "start": "2024-03-16 13:35:11.343700" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_states.yml:45 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.272) 0:00:12.728 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.039) 0:00:12.767 ******** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.027) 0:00:12.795 ******** 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. '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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.050) 0:00:12.845 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.038) 0:00:12.883 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.036) 0:00:12.920 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004094", "end": "2024-03-16 13:35:11.811486", "rc": 0, "start": "2024-03-16 13:35:11.807392" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.233) 0:00:13.153 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.029) 0:00:13.183 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.028) 0:00:13.211 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/delete_interface.yml:3 Saturday 16 March 2024 13:35:11 +0000 (0:00:00.043) 0:00:13.254 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007147", "end": "2024-03-16 13:35:12.150135", "rc": 1, "start": "2024-03-16 13:35:12.142988" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.237) 0:00:13.492 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.059) 0:00:13.551 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.229) 0:00:13.781 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.031) 0:00:13.812 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.041) 0:00:13.853 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.047) 0:00:13.901 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.045) 0:00:13.947 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.034) 0:00:13.982 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.030) 0:00:14.012 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:12 +0000 (0:00:00.029) 0:00:14.042 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:35:14 +0000 (0:00:01.851) 0:00:15.894 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:35:16 +0000 (0:00:01.514) 0:00:17.408 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.054) 0:00:17.463 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.030) 0:00:17.494 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.028) 0:00:17.523 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.034) 0:00:17.557 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.027) 0:00:17.584 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.033) 0:00:17.618 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.051) 0:00:17.669 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.029) 0:00:17.699 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.031) 0:00:17.730 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.038) 0:00:17.769 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.037) 0:00:17.806 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.028) 0:00:17.835 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:35:16 +0000 (0:00:00.429) 0:00:18.264 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmpxgq19js4" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:35:17 +0000 (0:00:00.328) 0:00:18.593 ******** 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:35:17 +0000 (0:00:00.335) 0:00:18.928 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:35:17 +0000 (0:00:00.029) 0:00:18.957 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:35:17 +0000 (0:00:00.029) 0:00:18.987 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:35:17 +0000 (0:00:00.053) 0:00:19.040 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:35:17 +0000 (0:00:00.029) 0:00:19.070 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 16 March 2024 13:35:17 +0000 (0:00:00.236) 0:00:19.307 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.030) 0:00:19.337 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.049) 0:00:19.387 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.040) 0:00:19.427 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.227) 0:00:19.655 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.028) 0:00:19.684 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.041) 0:00:19.725 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.026) 0:00:19.752 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710596117.5855453, "block_size": 4096, "blocks": 8, "ctime": 1710596117.5855453, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5972151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710596117.5855453, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 126, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.231) 0:00:19.983 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.029) 0:00:20.012 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022338", "end": "2024-03-16 13:35:18.923868", "rc": 1, "start": "2024-03-16 13:35:18.901530" } 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:35:18 +0000 (0:00:00.252) 0:00:20.265 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.051) 0:00:20.316 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003722", "end": "2024-03-16 13:35:19.210739", "rc": 0, "start": "2024-03-16 13:35:19.207017" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.237) 0:00:20.554 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.034) 0:00:20.588 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003802", "end": "2024-03-16 13:35:19.482571", "rc": 0, "start": "2024-03-16 13:35:19.478769" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.238) 0:00:20.826 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.033) 0:00:20.860 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.040) 0:00:20.901 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.045) 0:00:20.946 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.030) 0:00:20.977 ******** 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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.036) 0:00:21.013 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.029) 0:00:21.043 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:35:19 +0000 (0:00:00.042) 0:00:21.086 ******** 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.044295", "end": "2024-03-16 13:35:20.017393", "rc": 1, "start": "2024-03-16 13:35:19.973098" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_states.yml:65 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.274) 0:00:21.360 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.040) 0:00:21.400 ******** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.030) 0:00:21.430 ******** 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. '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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.051) 0:00:21.481 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.068) 0:00:21.550 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.039) 0:00:21.590 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003834", "end": "2024-03-16 13:35:20.483668", "rc": 0, "start": "2024-03-16 13:35:20.479834" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.235) 0:00:21.825 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.028) 0:00:21.854 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.028) 0:00:21.883 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.041) 0:00:21.924 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.048) 0:00:21.973 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.044) 0:00:22.017 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.032) 0:00:22.049 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.028) 0:00:22.077 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:20 +0000 (0:00:00.028) 0:00:22.106 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:35:22 +0000 (0:00:01.910) 0:00:24.017 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:35:24 +0000 (0:00:01.480) 0:00:25.497 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.031) 0:00:25.529 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.029) 0:00:25.559 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.029) 0:00:25.588 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.033) 0:00:25.622 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.027) 0:00:25.649 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.032) 0:00:25.682 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.054) 0:00:25.737 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.030) 0:00:25.767 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.032) 0:00:25.799 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.034) 0:00:25.834 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.028) 0:00:25.862 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:35:24 +0000 (0:00:00.028) 0:00:25.891 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:35:25 +0000 (0:00:00.455) 0:00:26.346 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmp1__c0w50" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:35:25 +0000 (0:00:00.332) 0:00:26.678 ******** 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:35:25 +0000 (0:00:00.330) 0:00:27.009 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:35:25 +0000 (0:00:00.030) 0:00:27.039 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:35:25 +0000 (0:00:00.031) 0:00:27.071 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:35:25 +0000 (0:00:00.030) 0:00:27.101 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:35:25 +0000 (0:00:00.029) 0:00:27.131 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:35:26 +0000 (0:00:00.233) 0:00:27.364 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:35:26 +0000 (0:00:00.029) 0:00:27.394 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 March 2024 13:35:26 +0000 (0:00:00.043) 0:00:27.437 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:26 +0000 (0:00:00.049) 0:00:27.487 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:26 +0000 (0:00:00.047) 0:00:27.534 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:26 +0000 (0:00:00.033) 0:00:27.567 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:26 +0000 (0:00:00.056) 0:00:27.624 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:26 +0000 (0:00:00.031) 0:00:27.655 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:35:28 +0000 (0:00:01.810) 0:00:29.466 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:35:29 +0000 (0:00:01.481) 0:00:30.948 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.031) 0:00:30.979 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.032) 0:00:31.012 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.032) 0:00:31.044 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.037) 0:00:31.082 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.029) 0:00:31.112 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.033) 0:00:31.146 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.052) 0:00:31.198 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.030) 0:00:31.228 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.028) 0:00:31.257 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:35:29 +0000 (0:00:00.035) 0:00:31.292 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:35:30 +0000 (0:00:00.059) 0:00:31.352 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:35:30 +0000 (0:00:00.027) 0:00:31.380 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:35:30 +0000 (0:00:00.438) 0:00:31.818 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmpgrrd445m" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:35:30 +0000 (0:00:00.375) 0:00:32.194 ******** changed: [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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:35:31 +0000 (0:00:00.663) 0:00:32.857 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:35:31 +0000 (0:00:00.032) 0:00:32.889 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:35:31 +0000 (0:00:00.030) 0:00:32.920 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:35:31 +0000 (0:00:00.030) 0:00:32.950 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:35:31 +0000 (0:00:00.029) 0:00:32.980 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:35:31 +0000 (0:00:00.241) 0:00:33.222 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:35:31 +0000 (0:00:00.047) 0:00:33.269 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:35:31 +0000 (0:00:00.040) 0:00:33.309 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710596131.4098053, "block_size": 4096, "blocks": 0, "ctime": 1710596131.4098053, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32963, "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": 1710596131.4098053, "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-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:35:32 +0000 (0:00:00.230) 0:00:33.539 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 16 March 2024 13:35:32 +0000 (0:00:00.031) 0:00:33.571 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:35:32 +0000 (0:00:00.065) 0:00:33.637 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:35:32 +0000 (0:00:00.029) 0:00:33.666 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710596131.2226605, "block_size": 4096, "blocks": 8, "ctime": 1710596125.6666136, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5972151, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1710596125.6666136, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-statebr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 127, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:35:32 +0000 (0:00:00.232) 0:00:33.899 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:35:32 +0000 (0:00:00.029) 0:00:33.928 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022074", "end": "2024-03-16 13:35:32.839397", "rc": 1, "start": "2024-03-16 13:35:32.817323" } 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:35:32 +0000 (0:00:00.252) 0:00:34.181 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:35:32 +0000 (0:00:00.028) 0:00:34.210 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003783", "end": "2024-03-16 13:35:33.102925", "rc": 0, "start": "2024-03-16 13:35:33.099142" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.235) 0:00:34.446 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.033) 0:00:34.479 ******** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003712", "end": "2024-03-16 13:35:33.376252", "rc": 0, "start": "2024-03-16 13:35:33.372540" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.240) 0:00:34.720 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.035) 0:00:34.755 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.031) 0:00:34.787 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.030) 0:00:34.818 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.029) 0:00:34.848 ******** 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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.025) 0:00:34.873 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.027) 0:00:34.901 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.070) 0:00:34.972 ******** ok: [sut] => { "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.052464", "end": "2024-03-16 13:35:33.912713", "rc": 0, "start": "2024-03-16 13:35:33.860249" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_states.yml:83 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.284) 0:00:35.256 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:35:33 +0000 (0:00:00.041) 0:00:35.297 ******** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.028) 0:00:35.325 ******** 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. '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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.052) 0:00:35.378 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.039) 0:00:35.417 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.037) 0:00:35.455 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003802", "end": "2024-03-16 13:35:34.346366", "rc": 0, "start": "2024-03-16 13:35:34.342564" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.233) 0:00:35.689 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.033) 0:00:35.723 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.031) 0:00:35.754 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.053) 0:00:35.807 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.052) 0:00:35.860 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.078) 0:00:35.938 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.035) 0:00:35.973 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.031) 0:00:36.004 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:34 +0000 (0:00:00.031) 0:00:36.036 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:35:36 +0000 (0:00:01.840) 0:00:37.876 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:35:38 +0000 (0:00:01.487) 0:00:39.363 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.029) 0:00:39.393 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.029) 0:00:39.423 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.030) 0:00:39.453 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.033) 0:00:39.487 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.032) 0:00:39.519 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.035) 0:00:39.554 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.054) 0:00:39.609 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.058) 0:00:39.667 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.029) 0:00:39.697 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.036) 0:00:39.733 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.029) 0:00:39.763 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.027) 0:00:39.791 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:35:38 +0000 (0:00:00.429) 0:00:40.220 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmph4yonb7j" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:35:39 +0000 (0:00:00.328) 0:00:40.549 ******** 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:35:39 +0000 (0:00:00.335) 0:00:40.885 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:35:39 +0000 (0:00:00.037) 0:00:40.922 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:35:39 +0000 (0:00:00.031) 0:00:40.954 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:35:39 +0000 (0:00:00.030) 0:00:40.985 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:35:39 +0000 (0:00:00.030) 0:00:41.015 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:35:39 +0000 (0:00:00.237) 0:00:41.252 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 March 2024 13:35:39 +0000 (0:00:00.030) 0:00:41.283 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:40 +0000 (0:00:00.050) 0:00:41.333 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:40 +0000 (0:00:00.077) 0:00:41.410 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:40 +0000 (0:00:00.032) 0:00:41.443 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:40 +0000 (0:00:00.029) 0:00:41.473 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:40 +0000 (0:00:00.029) 0:00:41.503 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:35:42 +0000 (0:00:01.833) 0:00:43.337 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:35:43 +0000 (0:00:01.496) 0:00:44.833 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.030) 0:00:44.863 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.031) 0:00:44.895 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.030) 0:00:44.925 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.034) 0:00:44.960 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.027) 0:00:44.988 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.035) 0:00:45.023 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.054) 0:00:45.078 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.062) 0:00:45.141 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.030) 0:00:45.171 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.036) 0:00:45.207 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.031) 0:00:45.238 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:35:43 +0000 (0:00:00.027) 0:00:45.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:35:44 +0000 (0:00:00.428) 0:00:45.694 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmpz87ngujh" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:35:44 +0000 (0:00:00.332) 0:00:46.027 ******** changed: [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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.624) 0:00:46.652 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.033) 0:00:46.685 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.032) 0:00:46.718 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.031) 0:00:46.749 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.030) 0:00:46.779 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.239) 0:00:47.019 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove_profile.yml:3 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.043) 0:00:47.062 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.080) 0:00:47.142 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.047) 0:00:47.190 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.037) 0:00:47.228 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.030) 0:00:47.259 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:45 +0000 (0:00:00.030) 0:00:47.289 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:35:47 +0000 (0:00:01.849) 0:00:49.139 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:35:49 +0000 (0:00:01.489) 0:00:50.628 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.030) 0:00:50.659 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.030) 0:00:50.689 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.029) 0:00:50.719 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.036) 0:00:50.755 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.027) 0:00:50.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 : Install packages] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.033) 0:00:50.816 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.124) 0:00:50.941 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.031) 0:00:50.973 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.034) 0:00:51.007 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.037) 0:00:51.044 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.037) 0:00:51.082 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:35:49 +0000 (0:00:00.040) 0:00:51.123 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:35:50 +0000 (0:00:00.432) 0:00:51.555 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmptjoob3ee" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:35:50 +0000 (0:00:00.348) 0:00:51.904 ******** 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:35:50 +0000 (0:00:00.344) 0:00:52.248 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:35:50 +0000 (0:00:00.031) 0:00:52.280 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:35:50 +0000 (0:00:00.030) 0:00:52.310 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.033) 0:00:52.344 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.034) 0:00:52.379 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.249) 0:00:52.628 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.050) 0:00:52.679 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.068) 0:00:52.748 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710596145.206878, "block_size": 4096, "blocks": 0, "ctime": 1710596145.206878, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33094, "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": 1710596145.206878, "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-ci9eb83h2m/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.233) 0:00:52.981 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.032) 0:00:53.014 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.047) 0:00:53.061 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:35:51 +0000 (0:00:00.031) 0:00:53.093 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.233) 0:00:53.326 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.029) 0:00:53.356 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022731", "end": "2024-03-16 13:35:52.273188", "rc": 1, "start": "2024-03-16 13:35:52.250457" } 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.259) 0:00:53.616 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.029) 0:00:53.645 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.030) 0:00:53.676 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.030) 0:00:53.706 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.029) 0:00:53.735 ******** 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-ci9eb83h2m/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.030) 0:00:53.765 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.032) 0:00:53.797 ******** 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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.026) 0:00:53.824 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.060) 0:00:53.884 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.054) 0:00:53.938 ******** ok: [sut] => { "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.050214", "end": "2024-03-16 13:35:52.881777", "rc": 0, "start": "2024-03-16 13:35:52.831563" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_states.yml:102 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.288) 0:00:54.227 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.041) 0:00:54.268 ******** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:35:52 +0000 (0:00:00.029) 0:00:54.298 ******** 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": false, "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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.052) 0:00:54.350 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.038) 0:00:54.389 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.039) 0:00:54.429 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004015", "end": "2024-03-16 13:35:53.322448", "rc": 0, "start": "2024-03-16 13:35:53.318433" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.236) 0:00:54.665 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.029) 0:00:54.695 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.029) 0:00:54.724 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.047) 0:00:54.771 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.084) 0:00:54.856 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.048) 0:00:54.905 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.035) 0:00:54.940 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.030) 0:00:54.971 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:53 +0000 (0:00:00.029) 0:00:55.000 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:35:55 +0000 (0:00:01.861) 0:00:56.862 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:35:57 +0000 (0:00:01.489) 0:00:58.352 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.031) 0:00:58.383 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.030) 0:00:58.414 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.030) 0:00:58.445 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.039) 0:00:58.484 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.057) 0:00:58.542 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.035) 0:00:58.577 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.059) 0:00:58.636 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.031) 0:00:58.667 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.029) 0:00:58.697 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.034) 0:00:58.732 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.031) 0:00:58.764 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.036) 0:00:58.800 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:35:57 +0000 (0:00:00.433) 0:00:59.233 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmpyybi6lnp" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:35:58 +0000 (0:00:00.332) 0:00:59.566 ******** 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:35:58 +0000 (0:00:00.329) 0:00:59.895 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:35:58 +0000 (0:00:00.034) 0:00:59.930 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:35:58 +0000 (0:00:00.033) 0:00:59.963 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:35:58 +0000 (0:00:00.031) 0:00:59.995 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:35:58 +0000 (0:00:00.031) 0:01:00.027 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:35:58 +0000 (0:00:00.237) 0:01:00.264 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 March 2024 13:35:58 +0000 (0:00:00.030) 0:01:00.295 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:35:59 +0000 (0:00:00.085) 0:01:00.380 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:35:59 +0000 (0:00:00.048) 0:01:00.428 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:35:59 +0000 (0:00:00.037) 0:01:00.465 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:35:59 +0000 (0:00:00.030) 0:01:00.495 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:35:59 +0000 (0:00:00.031) 0:01:00.527 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:36:01 +0000 (0:00:01.818) 0:01:02.346 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:36:02 +0000 (0:00:01.479) 0:01:03.825 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.031) 0:01:03.857 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.030) 0:01:03.887 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.028) 0:01:03.916 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.036) 0:01:03.952 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.063) 0:01:04.016 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.034) 0:01:04.051 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.053) 0:01:04.104 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.032) 0:01:04.136 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.036) 0:01:04.173 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.036) 0:01:04.210 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.031) 0:01:04.241 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:36:02 +0000 (0:00:00.030) 0:01:04.272 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:36:03 +0000 (0:00:00.423) 0:01:04.696 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmpv88vt8a4" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:36:03 +0000 (0:00:00.326) 0:01:05.023 ******** changed: [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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.618) 0:01:05.641 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.033) 0:01:05.675 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.032) 0:01:05.707 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.031) 0:01:05.739 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.031) 0:01:05.770 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove_profile.yml:3 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.234) 0:01:06.005 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.084) 0:01:06.089 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.048) 0:01:06.137 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.035) 0:01:06.173 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.033) 0:01:06.207 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:36:04 +0000 (0:00:00.033) 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 : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:36:06 +0000 (0:00:01.836) 0:01:08.076 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:36:08 +0000 (0:00:01.489) 0:01:09.565 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.033) 0:01:09.599 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.032) 0:01:09.632 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.030) 0:01:09.662 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.034) 0:01:09.697 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.029) 0:01:09.726 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.069) 0:01:09.796 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.054) 0:01:09.850 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.036) 0:01:09.886 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.033) 0:01:09.920 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.035) 0:01:09.955 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.033) 0:01:09.989 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:36:08 +0000 (0:00:00.035) 0:01:10.024 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:36:09 +0000 (0:00:00.431) 0:01:10.456 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmp6vddi833" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:36:09 +0000 (0:00:00.355) 0:01:10.811 ******** 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:36:09 +0000 (0:00:00.347) 0:01:11.158 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:36:09 +0000 (0:00:00.032) 0:01:11.191 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:36:09 +0000 (0:00:00.046) 0:01:11.237 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:36:09 +0000 (0:00:00.038) 0:01:11.275 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:36:09 +0000 (0:00:00.031) 0:01:11.307 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:36:10 +0000 (0:00:00.246) 0:01:11.554 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 March 2024 13:36:10 +0000 (0:00:00.048) 0:01:11.602 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:36:10 +0000 (0:00:00.147) 0:01:11.750 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:36:10 +0000 (0:00:00.057) 0:01:11.807 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:36:10 +0000 (0:00:00.041) 0:01:11.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:36:10 +0000 (0:00:00.044) 0:01:11.893 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:36:10 +0000 (0:00:00.035) 0:01:11.929 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:36:12 +0000 (0:00:01.850) 0:01:13.779 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:36:13 +0000 (0:00:01.490) 0:01:15.270 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:36:13 +0000 (0:00:00.031) 0:01:15.301 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.030) 0:01:15.332 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.035) 0:01:15.367 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.041) 0:01:15.408 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.069) 0:01:15.478 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.036) 0:01:15.515 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.072) 0:01:15.587 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.034) 0:01:15.622 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.035) 0:01:15.657 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.052) 0:01:15.710 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.040) 0:01:15.751 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.064) 0:01:15.815 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:36:14 +0000 (0:00:00.470) 0:01:16.285 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmp1fd48hg5" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:36:15 +0000 (0:00:00.361) 0:01:16.646 ******** 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": "initscripts" } }, "changed": false } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:36:15 +0000 (0:00:00.331) 0:01:16.978 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:36:15 +0000 (0:00:00.034) 0:01:17.013 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:36:15 +0000 (0:00:00.032) 0:01:17.045 ******** 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": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:36:15 +0000 (0:00:00.050) 0:01:17.096 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:36:15 +0000 (0:00:00.036) 0:01:17.133 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.242) 0:01:17.376 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.089) 0:01:17.466 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.042) 0:01:17.508 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.028) 0:01:17.537 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.229) 0:01:17.766 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.028) 0:01:17.795 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022743", "end": "2024-03-16 13:36:16.708229", "rc": 1, "start": "2024-03-16 13:36:16.685486" } 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.255) 0:01:18.051 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.032) 0:01:18.084 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.034) 0:01:18.118 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.030) 0:01:18.149 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.035) 0:01:18.185 ******** 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-ci9eb83h2m/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.029) 0:01:18.214 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.032) 0:01:18.247 ******** skipping: [sut] => (item={'what': 'tasks/assert_device_absent.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item['condition']", "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.030) 0:01:18.278 ******** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:36:16 +0000 (0:00:00.028) 0:01:18.307 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.074) 0:01:18.382 ******** ok: [sut] => { "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.050265", "end": "2024-03-16 13:36:17.322703", "rc": 0, "start": "2024-03-16 13:36:17.272438" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tests_states.yml:124 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.285) 0:01:18.667 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:5 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.046) 0:01:18.714 ******** 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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:9 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.033) 0:01:18.747 ******** 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": false, "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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:21 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.079) 0:01:18.826 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.045) 0:01:18.871 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.043) 0:01:18.914 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003824", "end": "2024-03-16 13:36:17.848283", "rc": 0, "start": "2024-03-16 13:36:17.844459" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.276) 0:01:19.190 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.031) 0:01:19.221 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:24 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.030) 0:01:19.252 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 16 March 2024 13:36:17 +0000 (0:00:00.047) 0:01:19.299 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:36:18 +0000 (0:00:00.050) 0:01:19.350 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:36:18 +0000 (0:00:00.082) 0:01:19.433 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:36:18 +0000 (0:00:00.043) 0:01:19.476 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:36:18 +0000 (0:00:00.037) 0:01:19.513 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:36:18 +0000 (0:00:00.032) 0:01:19.546 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:36:20 +0000 (0:00:01.805) 0:01:21.351 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:36:21 +0000 (0:00:01.481) 0:01:22.832 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.031) 0:01:22.864 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.030) 0:01:22.894 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.032) 0:01:22.926 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.036) 0:01:22.963 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.031) 0:01:22.994 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.035) 0:01:23.029 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.052) 0:01:23.081 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.070) 0:01:23.152 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.033) 0:01:23.186 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.035) 0:01:23.222 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.033) 0:01:23.255 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:36:21 +0000 (0:00:00.029) 0:01:23.284 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:36:22 +0000 (0:00:00.420) 0:01:23.705 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmp4pfd_z59" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:36:22 +0000 (0:00:00.328) 0:01:24.033 ******** 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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.334) 0:01:24.368 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.030) 0:01:24.399 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.031) 0:01:24.430 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.038) 0:01:24.469 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.031) 0:01:24.500 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.236) 0:01:24.736 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/activate_profile.yml:3 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.030) 0:01:24.767 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.050) 0:01:24.817 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.084) 0:01:24.902 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.033) 0:01:24.935 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.031) 0:01:24.966 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:36:23 +0000 (0:00:00.031) 0:01:24.998 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:36:25 +0000 (0:00:01.833) 0:01:26.831 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:36:27 +0000 (0:00:01.481) 0:01:28.313 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.031) 0:01:28.344 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.029) 0:01:28.374 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.030) 0:01:28.405 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.034) 0:01:28.440 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.029) 0:01:28.470 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.034) 0:01:28.504 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.052) 0:01:28.556 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.065) 0:01:28.622 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.032) 0:01:28.654 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.033) 0:01:28.688 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.032) 0:01:28.720 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.027) 0:01:28.748 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:36:27 +0000 (0:00:00.427) 0:01:29.176 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmpz2z47bp4" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:36:28 +0000 (0:00:00.335) 0:01:29.511 ******** changed: [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": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:36:28 +0000 (0:00:00.619) 0:01:30.131 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:36:28 +0000 (0:00:00.033) 0:01:30.164 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:36:28 +0000 (0:00:00.033) 0:01:30.197 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:36:28 +0000 (0:00:00.034) 0:01:30.232 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:36:28 +0000 (0:00:00.030) 0:01:30.262 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 March 2024 13:36:29 +0000 (0:00:00.235) 0:01:30.497 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:36:29 +0000 (0:00:00.050) 0:01:30.548 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:36:29 +0000 (0:00:00.086) 0:01:30.635 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:36:29 +0000 (0:00:00.036) 0:01:30.671 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:36:29 +0000 (0:00:00.031) 0:01:30.702 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:36:29 +0000 (0:00:00.037) 0:01:30.740 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:36:31 +0000 (0:00:01.793) 0:01:32.533 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:36:32 +0000 (0:00:01.481) 0:01:34.015 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:36:32 +0000 (0:00:00.032) 0:01:34.047 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:36:32 +0000 (0:00:00.032) 0:01:34.079 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:36:32 +0000 (0:00:00.030) 0:01:34.110 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:36:32 +0000 (0:00:00.038) 0:01:34.148 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:36:32 +0000 (0:00:00.029) 0:01:34.178 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:36:32 +0000 (0:00:00.036) 0:01:34.215 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:36:32 +0000 (0:00:00.052) 0:01:34.267 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:36:32 +0000 (0:00:00.028) 0:01:34.296 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:36:33 +0000 (0:00:00.112) 0:01:34.409 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:36:33 +0000 (0:00:00.036) 0:01:34.445 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:36:33 +0000 (0:00:00.030) 0:01:34.476 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:36:33 +0000 (0:00:00.029) 0:01:34.506 ******** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:36:33 +0000 (0:00:00.427) 0:01:34.933 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmps0lrg58j" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:36:33 +0000 (0:00:00.328) 0:01:35.262 ******** 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.350) 0:01:35.613 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.032) 0:01:35.645 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.031) 0:01:35.676 ******** 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': down connection statebr skipped because not active", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-statebr'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.032) 0:01:35.709 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.031) 0:01:35.740 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:30 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.249) 0:01:35.990 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.043) 0:01:36.033 ******** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.049) 0:01:36.082 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/.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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.127) 0:01:36.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 : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.036) 0:01:36.246 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 March 2024 13:36:34 +0000 (0:00:00.032) 0:01:36.279 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 March 2024 13:36:35 +0000 (0:00:00.036) 0:01:36.316 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 March 2024 13:36:36 +0000 (0:00:01.811) 0:01:38.127 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 March 2024 13:36:38 +0000 (0:00:01.477) 0:01:39.605 ******** ok: [sut] => {} MSG: Using network provider: initscripts 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.032) 0:01:39.637 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.029) 0:01:39.667 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.031) 0:01:39.698 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.036) 0:01:39.735 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.031) 0:01:39.766 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.037) 0:01:39.803 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.052) 0:01:39.855 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.065) 0:01:39.920 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.031) 0:01:39.952 ******** 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-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.036) 0:01:39.989 ******** 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.036) 0:01:40.025 ******** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 March 2024 13:36:38 +0000 (0:00:00.030) 0:01:40.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 16 March 2024 13:36:39 +0000 (0:00:00.429) 0:01:40.485 ******** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-12436cmgjaqlz/tmpg151t72t" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 16 March 2024 13:36:39 +0000 (0:00:00.332) 0:01:40.817 ******** 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": "initscripts" } }, "changed": false } STDERR: [003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist [004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 16 March 2024 13:36:39 +0000 (0:00:00.332) 0:01:41.149 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 16 March 2024 13:36:39 +0000 (0:00:00.032) 0:01:41.181 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 16 March 2024 13:36:39 +0000 (0:00:00.032) 0:01:41.214 ******** 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": "initscripts" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist\n[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'statebr': ifcfg file '/etc/sysconfig/network-scripts/ifcfg-statebr' does not exist", "[004] #0, state:down persistent_state:absent, 'statebr': delete ifcfg-rh files for 'statebr' (no files present)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 16 March 2024 13:36:39 +0000 (0:00:00.032) 0:01:41.246 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 16 March 2024 13:36:39 +0000 (0:00:00.031) 0:01:41.278 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:36 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.238) 0:01:41.516 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.049) 0:01:41.566 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.080) 0:01:41.646 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.030) 0:01:41.677 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.228) 0:01:41.905 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.028) 0:01:41.934 ******** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022663", "end": "2024-03-16 13:36:40.844053", "rc": 1, "start": "2024-03-16 13:36:40.821390" } 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.251) 0:01:42.186 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.030) 0:01:42.216 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.028) 0:01:42.245 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.027) 0:01:42.273 ******** 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-ci9eb83h2m/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 16 March 2024 13:36:40 +0000 (0:00:00.028) 0:01:42.301 ******** 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-ci9eb83h2m/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 16 March 2024 13:36:41 +0000 (0:00:00.028) 0:01:42.329 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 16 March 2024 13:36:41 +0000 (0:00:00.030) 0:01:42.359 ******** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:01.041781", "end": "2024-03-16 13:36:42.289917", "rc": 0, "start": "2024-03-16 13:36:41.248136" } STDOUT: NetworkManager-1.40.16-14.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 16 March 2024 13:36:42 +0000 (0:00:01.274) 0:01:43.634 ******** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 16 March 2024 13:36:42 +0000 (0:00:00.030) 0:01:43.664 ******** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:42 Saturday 16 March 2024 13:36:42 +0000 (0:00:00.029) 0:01:43.694 ******** skipping: [sut] => (item={'what': 'tasks/assert_device_absent.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item['condition']", "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:47 Saturday 16 March 2024 13:36:42 +0000 (0:00:00.030) 0:01:43.725 ******** 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-ci9eb83h2m/tests/playbooks/tasks/run_test.yml:66 Saturday 16 March 2024 13:36:42 +0000 (0:00:00.029) 0:01:43.754 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 16 March 2024 13:36:42 +0000 (0:00:00.086) 0:01:43.841 ******** ok: [sut] => { "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.049131", "end": "2024-03-16 13:36:42.781750", "rc": 0, "start": "2024-03-16 13:36:42.732619" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 16 March 2024 13:36:42 +0000 (0:00:00.286) 0:01:44.128 ******** 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.011007", "end": "2024-03-16 13:36:43.028546", "rc": 0, "start": "2024-03-16 13:36:43.017539" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:db:40:7f:fd brd ff:ff:ff:ff:ff:ff inet 10.31.15.172/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2079sec preferred_lft 2079sec inet6 fe80::8ff:dbff:fe40:7ffd/64 scope link valid_lft forever preferred_lft forever 43: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 22:7e:6b:4d:38:67 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.172 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.172 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 16 March 2024 13:36:43 +0000 (0:00:00.243) 0:01:44.371 ******** 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.338488", "end": "2024-03-16 13:36:43.605756", "rc": 0, "start": "2024-03-16 13:36:43.267268" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 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 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 1303 0 --:--:-- --:--:-- --:--:-- 1303 % 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 3828 0 --:--:-- --:--:-- --:--:-- 3828 PLAY RECAP ********************************************************************* sut : ok=336 changed=13 unreachable=0 failed=0 skipped=271 rescued=0 ignored=10 Saturday 16 March 2024 13:36:43 +0000 (0:00:00.610) 0:01:44.982 ******** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.92s /WORKDIR/git-weekly-ci9eb83h2m/.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.91s /WORKDIR/git-weekly-ci9eb83h2m/.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.86s /WORKDIR/git-weekly-ci9eb83h2m/.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.85s /WORKDIR/git-weekly-ci9eb83h2m/.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.85s /WORKDIR/git-weekly-ci9eb83h2m/.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.85s /WORKDIR/git-weekly-ci9eb83h2m/.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.84s /WORKDIR/git-weekly-ci9eb83h2m/.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.84s /WORKDIR/git-weekly-ci9eb83h2m/.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.83s /WORKDIR/git-weekly-ci9eb83h2m/.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.83s /WORKDIR/git-weekly-ci9eb83h2m/.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.82s /WORKDIR/git-weekly-ci9eb83h2m/.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.81s /WORKDIR/git-weekly-ci9eb83h2m/.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.81s /WORKDIR/git-weekly-ci9eb83h2m/.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.81s /WORKDIR/git-weekly-ci9eb83h2m/.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.79s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.63s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.51s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.50s /WORKDIR/git-weekly-ci9eb83h2m/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Enable EPEL 8 ----------------------------------------------------------- 1.49s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:35 ----------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.49s /WORKDIR/git-weekly-ci9eb83h2m/.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. ---^---^---^---^---^---