# 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-ci_2qw7ugx/.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-ci_2qw7ugx/tests/tests_states_initscripts.yml PLAY [Run playbook 'playbooks/tests_states.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tests_states_initscripts.yml:5 Saturday 18 May 2024 13:26:58 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tests_states_initscripts.yml:8 Saturday 18 May 2024 13:26:59 +0000 (0:00:00.952) 0:00:00.964 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:3 Saturday 18 May 2024 13:26:59 +0000 (0:00:00.012) 0:00:00.977 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:17 Saturday 18 May 2024 13:27:00 +0000 (0:00:00.385) 0:00:01.362 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:22 Saturday 18 May 2024 13:27:00 +0000 (0:00:00.247) 0:00:01.610 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:26 Saturday 18 May 2024 13:27:00 +0000 (0:00:00.013) 0:00:01.623 ********** 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-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:51 Saturday 18 May 2024 13:27:00 +0000 (0:00:00.008) 0:00:01.632 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/enable_epel.yml:8 Saturday 18 May 2024 13:27:00 +0000 (0:00:00.020) 0:00:01.653 ********** 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-ci_2qw7ugx/tests/tasks/enable_epel.yml:24 Saturday 18 May 2024 13:27:00 +0000 (0:00:00.247) 0:00:01.901 ********** 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-ci_2qw7ugx/tests/tasks/enable_epel.yml:30 Saturday 18 May 2024 13:27:00 +0000 (0:00:00.012) 0:00:01.913 ********** 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-ci_2qw7ugx/tests/tasks/enable_epel.yml:35 Saturday 18 May 2024 13:27:00 +0000 (0:00:00.008) 0:00:01.922 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.248955", "end": "2024-05-18 13:27:01.132270", "rc": 0, "start": "2024-05-18 13:27:00.883315" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/enable_epel.yml:40 Saturday 18 May 2024 13:27:01 +0000 (0:00:00.437) 0:00:02.360 ********** 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-ci_2qw7ugx/tests/tests_states_initscripts.yml:10 Saturday 18 May 2024 13:27:01 +0000 (0:00:00.008) 0:00:02.368 ********** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tests_states.yml:3 Saturday 18 May 2024 13:27:01 +0000 (0:00:00.016) 0:00:02.385 ********** ok: [sut] TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tests_states.yml:11 Saturday 18 May 2024 13:27:01 +0000 (0:00:00.754) 0:00:03.140 ********** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tests_states.yml:22 Saturday 18 May 2024 13:27:01 +0000 (0:00:00.018) 0:00:03.159 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:5 Saturday 18 May 2024 13:27:01 +0000 (0:00:00.022) 0:00:03.181 ********** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:9 Saturday 18 May 2024 13:27:01 +0000 (0:00:00.019) 0:00:03.200 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:21 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.046) 0:00:03.246 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.021) 0:00:03.268 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.037) 0:00:03.306 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003156", "end": "2024-05-18 13:27:02.291000", "rc": 0, "start": "2024-05-18 13:27:02.287844" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.211) 0:00:03.517 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.020) 0:00:03.538 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:24 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.020) 0:00:03.558 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/delete_interface.yml:3 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.049) 0:00:03.607 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007954", "end": "2024-05-18 13:27:02.586051", "rc": 1, "start": "2024-05-18 13:27:02.578097" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.205) 0:00:03.813 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.021) 0:00:03.834 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.200) 0:00:04.035 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:30 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.019) 0:00:04.055 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.024) 0:00:04.079 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.032) 0:00:04.112 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.028) 0:00:04.140 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.019) 0:00:04.159 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.020) 0:00:04.180 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:02 +0000 (0:00:00.020) 0:00:04.201 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:04 +0000 (0:00:01.637) 0:00:05.839 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:27:06 +0000 (0:00:01.499) 0:00:07.338 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.031) 0:00:07.369 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.034) 0:00:07.403 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.039) 0:00:07.443 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.036) 0:00:07.479 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.027) 0:00:07.506 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.034) 0:00:07.541 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.052) 0:00:07.594 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.052) 0:00:07.646 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.033) 0:00:07.680 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.037) 0:00:07.718 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.033) 0:00:07.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:27:06 +0000 (0:00:00.029) 0:00:07.780 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:27:07 +0000 (0:00:00.549) 0:00:08.330 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpdqdiuuod" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:27:07 +0000 (0:00:00.296) 0:00:08.627 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:27:07 +0000 (0:00:00.424) 0:00:09.051 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:27:07 +0000 (0:00:00.030) 0:00:09.082 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:27:07 +0000 (0:00:00.031) 0:00:09.113 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:27:07 +0000 (0:00:00.031) 0:00:09.145 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:27:07 +0000 (0:00:00.029) 0:00:09.174 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 May 2024 13:27:08 +0000 (0:00:00.314) 0:00:09.489 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:36 Saturday 18 May 2024 13:27:08 +0000 (0:00:00.034) 0:00:09.523 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 May 2024 13:27:08 +0000 (0:00:00.050) 0:00:09.573 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 May 2024 13:27:08 +0000 (0:00:00.102) 0:00:09.676 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 May 2024 13:27:08 +0000 (0:00:00.029) 0:00:09.705 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038827.8132393, "block_size": 4096, "blocks": 8, "ctime": 1716038827.8132393, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 713728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1716038827.8132393, "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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 May 2024 13:27:08 +0000 (0:00:00.208) 0:00:09.913 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 May 2024 13:27:08 +0000 (0:00:00.040) 0:00:09.954 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020239", "end": "2024-05-18 13:27:08.963322", "rc": 1, "start": "2024-05-18 13:27:08.943083" } 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 May 2024 13:27:08 +0000 (0:00:00.250) 0:00:10.204 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.033) 0:00:10.237 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003003", "end": "2024-05-18 13:27:09.213208", "rc": 0, "start": "2024-05-18 13:27:09.210205" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.214) 0:00:10.451 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.036) 0:00:10.488 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.002824", "end": "2024-05-18 13:27:09.463011", "rc": 0, "start": "2024-05-18 13:27:09.460187" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.213) 0:00:10.701 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.045) 0:00:10.746 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.034) 0:00:10.780 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.034) 0:00:10.815 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:42 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.030) 0:00:10.845 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:47 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.029) 0:00:10.875 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:66 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.036) 0:00:10.911 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 May 2024 13:27:09 +0000 (0:00:00.069) 0:00:10.980 ********** 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.039788", "end": "2024-05-18 13:27:09.989806", "rc": 1, "start": "2024-05-18 13:27:09.950018" } 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-ci_2qw7ugx/tests/playbooks/tests_states.yml:45 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.249) 0:00:11.230 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:5 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.105) 0:00:11.335 ********** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:9 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.032) 0:00:11.368 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:21 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.062) 0:00:11.430 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.043) 0:00:11.474 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.038) 0:00:11.512 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003032", "end": "2024-05-18 13:27:10.485148", "rc": 0, "start": "2024-05-18 13:27:10.482116" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.210) 0:00:11.722 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.032) 0:00:11.755 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:24 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.029) 0:00:11.784 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/delete_interface.yml for sut => (item=tasks/delete_interface.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/delete_interface.yml:3 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.046) 0:00:11.831 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.005904", "end": "2024-05-18 13:27:10.811112", "rc": 1, "start": "2024-05-18 13:27:10.805208" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.215) 0:00:12.047 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:27:10 +0000 (0:00:00.067) 0:00:12.114 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:27:11 +0000 (0:00:00.207) 0:00:12.321 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:30 Saturday 18 May 2024 13:27:11 +0000 (0:00:00.031) 0:00:12.352 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 18 May 2024 13:27:11 +0000 (0:00:00.044) 0:00:12.397 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:11 +0000 (0:00:00.050) 0:00:12.447 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:11 +0000 (0:00:00.048) 0:00:12.495 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:11 +0000 (0:00:00.035) 0:00:12.530 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:11 +0000 (0:00:00.030) 0:00:12.561 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:11 +0000 (0:00:00.030) 0:00:12.591 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:12 +0000 (0:00:01.560) 0:00:14.152 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:27:14 +0000 (0:00:01.411) 0:00:15.563 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.031) 0:00:15.595 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.031) 0:00:15.626 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.035) 0:00:15.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.045) 0:00:15.707 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.031) 0:00:15.739 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.045) 0:00:15.785 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.057) 0:00:15.842 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.037) 0:00:15.880 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.038) 0:00:15.918 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.056) 0:00:15.975 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.037) 0:00:16.012 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:27:14 +0000 (0:00:00.043) 0:00:16.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:27:15 +0000 (0:00:00.399) 0:00:16.455 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmp0ser5xqc" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:27:15 +0000 (0:00:00.294) 0:00:16.749 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:27:15 +0000 (0:00:00.329) 0:00:17.079 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:27:15 +0000 (0:00:00.070) 0:00:17.149 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:27:15 +0000 (0:00:00.031) 0:00:17.181 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.031) 0:00:17.212 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.030) 0:00:17.243 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.217) 0:00:17.461 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:36 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.092) 0:00:17.553 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_device_absent.yml for sut => (item=tasks/assert_device_absent.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.086) 0:00:17.639 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.046) 0:00:17.686 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.212) 0:00:17.898 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.030) 0:00:17.929 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.043) 0:00:17.972 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 May 2024 13:27:16 +0000 (0:00:00.029) 0:00:18.002 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038835.841295, "block_size": 4096, "blocks": 8, "ctime": 1716038835.841295, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 713728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1716038835.841295, "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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 May 2024 13:27:17 +0000 (0:00:00.210) 0:00:18.212 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 May 2024 13:27:17 +0000 (0:00:00.054) 0:00:18.266 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019706", "end": "2024-05-18 13:27:17.256455", "rc": 1, "start": "2024-05-18 13:27:17.236749" } 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 May 2024 13:27:17 +0000 (0:00:00.226) 0:00:18.492 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 May 2024 13:27:17 +0000 (0:00:00.029) 0:00:18.522 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:01.004131", "end": "2024-05-18 13:27:18.498155", "rc": 0, "start": "2024-05-18 13:27:17.494024" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 May 2024 13:27:18 +0000 (0:00:01.214) 0:00:19.737 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 May 2024 13:27:18 +0000 (0:00:00.033) 0:00:19.770 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:01.004111", "end": "2024-05-18 13:27:19.745112", "rc": 0, "start": "2024-05-18 13:27:18.741001" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 May 2024 13:27:19 +0000 (0:00:01.214) 0:00:20.985 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 May 2024 13:27:19 +0000 (0:00:00.035) 0:00:21.021 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 May 2024 13:27:19 +0000 (0:00:00.035) 0:00:21.056 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 May 2024 13:27:19 +0000 (0:00:00.031) 0:00:21.088 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:42 Saturday 18 May 2024 13:27:19 +0000 (0:00:00.031) 0:00:21.119 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:47 Saturday 18 May 2024 13:27:19 +0000 (0:00:00.027) 0:00:21.146 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:66 Saturday 18 May 2024 13:27:19 +0000 (0:00:00.031) 0:00:21.177 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.046) 0:00:21.224 ********** 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.037572", "end": "2024-05-18 13:27:20.242994", "rc": 1, "start": "2024-05-18 13:27:20.205422" } 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-ci_2qw7ugx/tests/playbooks/tests_states.yml:65 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.260) 0:00:21.484 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:5 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.042) 0:00:21.526 ********** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:9 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.064) 0:00:21.591 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:21 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.060) 0:00:21.652 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.042) 0:00:21.694 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.041) 0:00:21.736 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003067", "end": "2024-05-18 13:27:20.711207", "rc": 0, "start": "2024-05-18 13:27:20.708140" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.213) 0:00:21.950 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.034) 0:00:21.984 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:24 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.032) 0:00:22.017 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.041) 0:00:22.058 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.051) 0:00:22.110 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.055) 0:00:22.165 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:20 +0000 (0:00:00.038) 0:00:22.203 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:21 +0000 (0:00:00.064) 0:00:22.268 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:21 +0000 (0:00:00.035) 0:00:22.303 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:22 +0000 (0:00:01.562) 0:00:23.866 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:27:24 +0000 (0:00:01.357) 0:00:25.223 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.048) 0:00:25.271 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.037) 0:00:25.309 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.035) 0:00:25.344 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.037) 0:00:25.382 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.031) 0:00:25.413 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.040) 0:00:25.454 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.070) 0:00:25.524 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.036) 0:00:25.561 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.036) 0:00:25.598 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.034) 0:00:25.632 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.061) 0:00:25.694 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.033) 0:00:25.728 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:27:24 +0000 (0:00:00.384) 0:00:26.112 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmp0lzdk3ub" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.302) 0:00:26.415 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.298) 0:00:26.713 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.031) 0:00:26.744 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.033) 0:00:26.778 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.032) 0:00:26.810 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.032) 0:00:26.842 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.218) 0:00:27.061 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:30 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.031) 0:00:27.093 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/activate_profile.yml:3 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.043) 0:00:27.136 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:25 +0000 (0:00:00.048) 0:00:27.185 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:26 +0000 (0:00:00.076) 0:00:27.262 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:26 +0000 (0:00:00.041) 0:00:27.303 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:26 +0000 (0:00:00.034) 0:00:27.338 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:26 +0000 (0:00:00.033) 0:00:27.372 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:27 +0000 (0:00:01.550) 0:00:28.922 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:27:29 +0000 (0:00:01.351) 0:00:30.274 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.032) 0:00:30.306 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.033) 0:00:30.340 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.034) 0:00:30.375 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.037) 0:00:30.413 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.031) 0:00:30.444 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.039) 0:00:30.484 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.056) 0:00:30.541 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.030) 0:00:30.572 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.103) 0:00:30.675 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.044) 0:00:30.720 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.033) 0:00:30.754 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.032) 0:00:30.786 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:27:29 +0000 (0:00:00.381) 0:00:31.167 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpq_6ilp0_" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:27:30 +0000 (0:00:00.293) 0:00:31.460 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:27:30 +0000 (0:00:00.561) 0:00:32.022 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:27:30 +0000 (0:00:00.033) 0:00:32.055 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:27:30 +0000 (0:00:00.033) 0:00:32.089 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:27:30 +0000 (0:00:00.033) 0:00:32.123 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:27:30 +0000 (0:00:00.047) 0:00:32.170 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:36 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.225) 0:00:32.396 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.084) 0:00:32.481 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.092) 0:00:32.573 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038850.6948376, "block_size": 4096, "blocks": 0, "ctime": 1716038850.6948376, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33467, "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": 1716038850.6948376, "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-ci_2qw7ugx/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.215) 0:00:32.788 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.043) 0:00:32.832 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.046) 0:00:32.879 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.033) 0:00:32.912 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038850.517397, "block_size": 4096, "blocks": 8, "ctime": 1716038845.474362, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 713728, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1716038845.474362, "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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.212) 0:00:33.125 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 May 2024 13:27:31 +0000 (0:00:00.032) 0:00:33.157 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020070", "end": "2024-05-18 13:27:32.146935", "rc": 1, "start": "2024-05-18 13:27:32.126865" } 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 May 2024 13:27:32 +0000 (0:00:00.226) 0:00:33.384 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 May 2024 13:27:32 +0000 (0:00:00.029) 0:00:33.414 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.002900", "end": "2024-05-18 13:27:32.388920", "rc": 0, "start": "2024-05-18 13:27:32.386020" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 May 2024 13:27:32 +0000 (0:00:00.214) 0:00:33.628 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 May 2024 13:27:32 +0000 (0:00:00.035) 0:00:33.664 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:01.004081", "end": "2024-05-18 13:27:33.639673", "rc": 0, "start": "2024-05-18 13:27:32.635592" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 May 2024 13:27:33 +0000 (0:00:01.215) 0:00:34.879 ********** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 18 May 2024 13:27:33 +0000 (0:00:00.039) 0:00:34.918 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 18 May 2024 13:27:33 +0000 (0:00:00.035) 0:00:34.954 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 18 May 2024 13:27:33 +0000 (0:00:00.031) 0:00:34.986 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:42 Saturday 18 May 2024 13:27:33 +0000 (0:00:00.033) 0:00:35.019 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:47 Saturday 18 May 2024 13:27:33 +0000 (0:00:00.056) 0:00:35.075 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:66 Saturday 18 May 2024 13:27:33 +0000 (0:00:00.031) 0:00:35.107 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 May 2024 13:27:33 +0000 (0:00:00.048) 0:00:35.155 ********** 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.049586", "end": "2024-05-18 13:27:34.176486", "rc": 0, "start": "2024-05-18 13:27:34.126900" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tests_states.yml:83 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.258) 0:00:35.414 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:5 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.042) 0:00:35.457 ********** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:9 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.030) 0:00:35.488 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:21 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.061) 0:00:35.549 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.043) 0:00:35.593 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.046) 0:00:35.639 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002999", "end": "2024-05-18 13:27:34.612697", "rc": 0, "start": "2024-05-18 13:27:34.609698" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.216) 0:00:35.856 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.034) 0:00:35.890 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:24 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.045) 0:00:35.936 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.076) 0:00:36.013 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.053) 0:00:36.066 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.048) 0:00:36.115 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.035) 0:00:36.150 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:34 +0000 (0:00:00.035) 0:00:36.186 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:35 +0000 (0:00:00.033) 0:00:36.219 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:36 +0000 (0:00:01.553) 0:00:37.773 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:27:37 +0000 (0:00:01.355) 0:00:39.129 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:27:37 +0000 (0:00:00.033) 0:00:39.163 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:27:37 +0000 (0:00:00.032) 0:00:39.195 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.034) 0:00:39.230 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.071) 0:00:39.301 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.030) 0:00:39.332 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.044) 0:00:39.376 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.055) 0:00:39.432 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.038) 0:00:39.471 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.052) 0:00:39.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 : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.041) 0:00:39.564 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.032) 0:00:39.597 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.036) 0:00:39.634 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:27:38 +0000 (0:00:00.424) 0:00:40.059 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpjmzlrs5v" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.358) 0:00:40.417 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.304) 0:00:40.721 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.032) 0:00:40.754 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.033) 0:00:40.788 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.035) 0:00:40.823 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.032) 0:00:40.855 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.250) 0:00:41.106 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/activate_profile.yml:3 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.032) 0:00:41.139 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:39 +0000 (0:00:00.050) 0:00:41.189 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:40 +0000 (0:00:00.047) 0:00:41.237 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:40 +0000 (0:00:00.035) 0:00:41.273 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:40 +0000 (0:00:00.033) 0:00:41.307 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:40 +0000 (0:00:00.031) 0:00:41.338 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:41 +0000 (0:00:01.576) 0:00:42.914 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:27:43 +0000 (0:00:01.356) 0:00:44.271 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.033) 0:00:44.305 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.031) 0:00:44.336 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.037) 0:00:44.374 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.078) 0:00:44.453 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.037) 0:00:44.491 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.047) 0:00:44.538 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.057) 0:00:44.596 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.035) 0:00:44.632 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.034) 0:00:44.666 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.057) 0:00:44.723 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.032) 0:00:44.756 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.048) 0:00:44.804 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:27:43 +0000 (0:00:00.402) 0:00:45.207 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpwosaxr20" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:27:44 +0000 (0:00:00.310) 0:00:45.517 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:27:44 +0000 (0:00:00.610) 0:00:46.128 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:27:44 +0000 (0:00:00.039) 0:00:46.167 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:27:44 +0000 (0:00:00.035) 0:00:46.202 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.051) 0:00:46.253 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.039) 0:00:46.293 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:30 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.272) 0:00:46.566 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove_profile.yml:3 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.046) 0:00:46.613 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.052) 0:00:46.666 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.065) 0:00:46.731 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.038) 0:00:46.769 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.065) 0:00:46.834 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:45 +0000 (0:00:00.044) 0:00:46.879 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:47 +0000 (0:00:01.584) 0:00:48.463 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:27:48 +0000 (0:00:01.351) 0:00:49.814 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.034) 0:00:49.849 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.063) 0:00:49.912 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.031) 0:00:49.944 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.036) 0:00:49.980 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.028) 0:00:50.009 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.040) 0:00:50.049 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.054) 0:00:50.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.032) 0:00:50.137 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.038) 0:00:50.175 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:27:48 +0000 (0:00:00.035) 0:00:50.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:27:49 +0000 (0:00:00.030) 0:00:50.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:27:49 +0000 (0:00:00.029) 0:00:50.270 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:27:49 +0000 (0:00:00.377) 0:00:50.648 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpysxjdbzy" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:27:49 +0000 (0:00:00.335) 0:00:50.983 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.312) 0:00:51.296 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.032) 0:00:51.328 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.031) 0:00:51.360 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.033) 0:00:51.394 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.066) 0:00:51.460 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:36 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.218) 0:00:51.679 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_device_present.yml for sut => (item=tasks/assert_device_present.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.051) 0:00:51.731 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.042) 0:00:51.773 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038864.789161, "block_size": 4096, "blocks": 0, "ctime": 1716038864.789161, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33598, "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": 1716038864.789161, "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-ci_2qw7ugx/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.207) 0:00:51.980 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.031) 0:00:52.012 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.042) 0:00:52.054 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 May 2024 13:27:50 +0000 (0:00:00.030) 0:00:52.084 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.214) 0:00:52.299 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.028) 0:00:52.327 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020324", "end": "2024-05-18 13:27:51.316797", "rc": 1, "start": "2024-05-18 13:27:51.296473" } 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.226) 0:00:52.554 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.029) 0:00:52.584 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.028) 0:00:52.612 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.069) 0:00:52.682 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.030) 0:00:52.712 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.028) 0:00:52.741 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:42 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.031) 0:00:52.772 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:47 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.027) 0:00:52.800 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:66 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.029) 0:00:52.829 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.045) 0:00:52.874 ********** 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.043802", "end": "2024-05-18 13:27:51.889193", "rc": 0, "start": "2024-05-18 13:27:51.845391" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tests_states.yml:102 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.256) 0:00:53.131 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:5 Saturday 18 May 2024 13:27:51 +0000 (0:00:00.058) 0:00:53.190 ********** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:9 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.031) 0:00:53.221 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:21 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.056) 0:00:53.278 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.048) 0:00:53.326 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.043) 0:00:53.370 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003245", "end": "2024-05-18 13:27:52.378357", "rc": 0, "start": "2024-05-18 13:27:52.375112" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.285) 0:00:53.656 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.032) 0:00:53.688 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:24 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.032) 0:00:53.721 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove_profile.yml for sut => (item=tasks/remove_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.051) 0:00:53.773 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.052) 0:00:53.825 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.052) 0:00:53.877 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.037) 0:00:53.915 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.045) 0:00:53.961 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:52 +0000 (0:00:00.040) 0:00:54.002 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:54 +0000 (0:00:01.555) 0:00:55.557 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:27:55 +0000 (0:00:01.488) 0:00:57.045 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:27:55 +0000 (0:00:00.037) 0:00:57.083 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:27:55 +0000 (0:00:00.060) 0:00:57.144 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:27:55 +0000 (0:00:00.039) 0:00:57.183 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.037) 0:00:57.221 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.042) 0:00:57.263 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.038) 0:00:57.301 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.055) 0:00:57.357 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.041) 0:00:57.398 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.034) 0:00:57.433 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.035) 0:00:57.468 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.031) 0:00:57.500 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.027) 0:00:57.528 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:27:56 +0000 (0:00:00.376) 0:00:57.905 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmp3zh0f5c5" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.337) 0:00:58.242 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.378) 0:00:58.621 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.051) 0:00:58.672 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.119) 0:00:58.792 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.035) 0:00:58.827 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.039) 0:00:58.867 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.223) 0:00:59.090 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/activate_profile.yml:3 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.032) 0:00:59.122 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:27:57 +0000 (0:00:00.051) 0:00:59.173 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:27:58 +0000 (0:00:00.049) 0:00:59.223 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:27:58 +0000 (0:00:00.035) 0:00:59.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 : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:27:58 +0000 (0:00:00.030) 0:00:59.290 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:27:58 +0000 (0:00:00.030) 0:00:59.320 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:27:59 +0000 (0:00:01.545) 0:01:00.865 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:28:01 +0000 (0:00:01.420) 0:01:02.286 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.032) 0:01:02.319 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.033) 0:01:02.352 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.031) 0:01:02.384 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.036) 0:01:02.421 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.031) 0:01:02.452 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.037) 0:01:02.490 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.062) 0:01:02.552 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.044) 0:01:02.597 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.040) 0:01:02.638 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.040) 0:01:02.678 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.044) 0:01:02.723 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.033) 0:01:02.756 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:28:01 +0000 (0:00:00.381) 0:01:03.138 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmp1w5nek7r" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:28:02 +0000 (0:00:00.306) 0:01:03.444 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:28:02 +0000 (0:00:00.590) 0:01:04.035 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:28:02 +0000 (0:00:00.031) 0:01:04.067 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:28:02 +0000 (0:00:00.071) 0:01:04.139 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:28:02 +0000 (0:00:00.034) 0:01:04.173 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:28:02 +0000 (0:00:00.032) 0:01:04.206 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove_profile.yml:3 Saturday 18 May 2024 13:28:03 +0000 (0:00:00.214) 0:01:04.420 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:28:03 +0000 (0:00:00.053) 0:01:04.474 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:28:03 +0000 (0:00:00.049) 0:01:04.523 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:28:03 +0000 (0:00:00.035) 0:01:04.559 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:28:03 +0000 (0:00:00.032) 0:01:04.591 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:28:03 +0000 (0:00:00.031) 0:01:04.623 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:28:04 +0000 (0:00:01.561) 0:01:06.184 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:28:06 +0000 (0:00:01.389) 0:01:07.573 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.071) 0:01:07.645 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.033) 0:01:07.678 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.033) 0:01:07.711 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.038) 0:01:07.749 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.029) 0:01:07.779 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.035) 0:01:07.814 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.055) 0:01:07.869 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.033) 0:01:07.903 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.034) 0:01:07.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 : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.037) 0:01:07.974 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.033) 0:01:08.007 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:28:06 +0000 (0:00:00.031) 0:01:08.039 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:28:07 +0000 (0:00:00.378) 0:01:08.417 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpz_bo35ts" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:28:07 +0000 (0:00:00.310) 0:01:08.728 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:28:07 +0000 (0:00:00.302) 0:01:09.030 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:28:07 +0000 (0:00:00.032) 0:01:09.062 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:28:07 +0000 (0:00:00.031) 0:01:09.093 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:28:07 +0000 (0:00:00.072) 0:01:09.165 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:28:07 +0000 (0:00:00.032) 0:01:09.198 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:30 Saturday 18 May 2024 13:28:08 +0000 (0:00:00.213) 0:01:09.411 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 May 2024 13:28:08 +0000 (0:00:00.046) 0:01:09.457 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:28:08 +0000 (0:00:00.054) 0:01:09.512 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:28:08 +0000 (0:00:00.050) 0:01:09.563 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:28:08 +0000 (0:00:00.038) 0:01:09.601 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:28:08 +0000 (0:00:00.035) 0:01:09.636 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:28:08 +0000 (0:00:00.031) 0:01:09.668 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:28:10 +0000 (0:00:01.550) 0:01:11.218 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:28:11 +0000 (0:00:01.430) 0:01:12.648 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.033) 0:01:12.682 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.033) 0:01:12.715 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.036) 0:01:12.752 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.037) 0:01:12.790 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.029) 0:01:12.820 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.037) 0:01:12.857 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.053) 0:01:12.911 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.033) 0:01:12.944 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.033) 0:01:12.978 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.035) 0:01:13.013 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.030) 0:01:13.043 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:28:11 +0000 (0:00:00.029) 0:01:13.073 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:28:12 +0000 (0:00:00.377) 0:01:13.451 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmp0mth1jjh" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:28:12 +0000 (0:00:00.294) 0:01:13.745 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:28:12 +0000 (0:00:00.346) 0:01:14.091 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:28:12 +0000 (0:00:00.083) 0:01:14.174 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:28:12 +0000 (0:00:00.031) 0:01:14.206 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.032) 0:01:14.238 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.031) 0:01:14.270 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:36 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.215) 0:01:14.485 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.048) 0:01:14.533 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.044) 0:01:14.578 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.032) 0:01:14.610 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.205) 0:01:14.816 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.028) 0:01:14.844 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019949", "end": "2024-05-18 13:28:13.833567", "rc": 1, "start": "2024-05-18 13:28:13.813618" } 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.226) 0:01:15.070 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.029) 0:01:15.100 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.031) 0:01:15.131 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 May 2024 13:28:13 +0000 (0:00:00.031) 0:01:15.162 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.069) 0:01:15.232 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.030) 0:01:15.263 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:42 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.032) 0:01:15.295 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:47 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.032) 0:01:15.328 ********** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:66 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.030) 0:01:15.358 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.044) 0:01:15.402 ********** 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.047525", "end": "2024-05-18 13:28:14.421687", "rc": 0, "start": "2024-05-18 13:28:14.374162" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tests_states.yml:124 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.262) 0:01:15.665 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:5 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.043) 0:01:15.708 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:9 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.030) 0:01:15.738 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:21 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.054) 0:01:15.792 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.042) 0:01:15.834 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.041) 0:01:15.876 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003375", "end": "2024-05-18 13:28:14.848918", "rc": 0, "start": "2024-05-18 13:28:14.845543" } STDOUT: bonding_masters eth0 lo rpltstbr TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.209) 0:01:16.085 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "rpltstbr" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.068) 0:01:16.153 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'rpltstbr'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:24 Saturday 18 May 2024 13:28:14 +0000 (0:00:00.031) 0:01:16.184 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml for sut => (item=tasks/create_bridge_profile.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/activate_profile.yml for sut => (item=tasks/activate_profile.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 18 May 2024 13:28:15 +0000 (0:00:00.053) 0:01:16.238 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:28:15 +0000 (0:00:00.053) 0:01:16.291 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:28:15 +0000 (0:00:00.048) 0:01:16.340 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:28:15 +0000 (0:00:00.033) 0:01:16.374 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:28:15 +0000 (0:00:00.032) 0:01:16.407 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:28:15 +0000 (0:00:00.031) 0:01:16.438 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:28:16 +0000 (0:00:01.544) 0:01:17.983 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:28:18 +0000 (0:00:01.346) 0:01:19.329 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.034) 0:01:19.363 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.071) 0:01:19.435 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.037) 0:01:19.473 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.037) 0:01:19.510 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.029) 0:01:19.540 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.036) 0:01:19.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.053) 0:01:19.631 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.033) 0:01:19.664 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.031) 0:01:19.696 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.035) 0:01:19.731 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.032) 0:01:19.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.028) 0:01:19.793 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:28:18 +0000 (0:00:00.376) 0:01:20.169 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpyn1ufjgw" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:28:19 +0000 (0:00:00.298) 0:01:20.467 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:28:19 +0000 (0:00:00.296) 0:01:20.764 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:28:19 +0000 (0:00:00.030) 0:01:20.795 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:28:19 +0000 (0:00:00.032) 0:01:20.827 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:28:19 +0000 (0:00:00.031) 0:01:20.859 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:28:19 +0000 (0:00:00.103) 0:01:20.962 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 18 May 2024 13:28:19 +0000 (0:00:00.215) 0:01:21.178 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/activate_profile.yml:3 Saturday 18 May 2024 13:28:20 +0000 (0:00:00.031) 0:01:21.210 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:28:20 +0000 (0:00:00.052) 0:01:21.262 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:28:20 +0000 (0:00:00.050) 0:01:21.312 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:28:20 +0000 (0:00:00.036) 0:01:21.349 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:28:20 +0000 (0:00:00.032) 0:01:21.382 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:28:20 +0000 (0:00:00.036) 0:01:21.418 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:28:21 +0000 (0:00:01.553) 0:01:22.972 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:28:23 +0000 (0:00:01.393) 0:01:24.365 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.080) 0:01:24.446 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.035) 0:01:24.481 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.034) 0:01:24.515 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.051) 0:01:24.566 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.048) 0:01:24.615 ********** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.039) 0:01:24.654 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.055) 0:01:24.710 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.032) 0:01:24.742 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.033) 0:01:24.776 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.037) 0:01:24.813 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.032) 0:01:24.845 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:28:23 +0000 (0:00:00.029) 0:01:24.875 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:28:24 +0000 (0:00:00.389) 0:01:25.265 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpzhbrht32" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:28:24 +0000 (0:00:00.293) 0:01:25.558 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:28:24 +0000 (0:00:00.552) 0:01:26.111 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:28:24 +0000 (0:00:00.032) 0:01:26.144 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:28:24 +0000 (0:00:00.033) 0:01:26.177 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:28:25 +0000 (0:00:00.073) 0:01:26.251 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:28:25 +0000 (0:00:00.032) 0:01:26.283 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 May 2024 13:28:25 +0000 (0:00:00.215) 0:01:26.498 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:28:25 +0000 (0:00:00.052) 0:01:26.551 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:28:25 +0000 (0:00:00.050) 0:01:26.601 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:28:25 +0000 (0:00:00.035) 0:01:26.637 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:28:25 +0000 (0:00:00.036) 0:01:26.674 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:28:25 +0000 (0:00:00.034) 0:01:26.708 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:28:27 +0000 (0:00:01.544) 0:01:28.253 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:28:28 +0000 (0:00:01.389) 0:01:29.643 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.031) 0:01:29.674 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.107) 0:01:29.782 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.032) 0:01:29.814 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.035) 0:01:29.850 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.030) 0:01:29.880 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.035) 0:01:29.916 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.053) 0:01:29.969 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.032) 0:01:30.002 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.031) 0:01:30.033 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.034) 0:01:30.068 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.033) 0:01:30.101 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:28:28 +0000 (0:00:00.028) 0:01:30.130 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:28:29 +0000 (0:00:00.376) 0:01:30.506 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmptaezn3m3" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:28:29 +0000 (0:00:00.308) 0:01:30.814 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:28:29 +0000 (0:00:00.311) 0:01:31.125 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:28:29 +0000 (0:00:00.032) 0:01:31.158 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:28:29 +0000 (0:00:00.034) 0:01:31.192 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.074) 0:01:31.267 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.033) 0:01:31.300 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:30 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.216) 0:01:31.517 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove+down_profile.yml for sut => (item=tasks/remove+down_profile.yml) TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.049) 0:01:31.566 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.052) 0:01:31.619 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/.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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.051) 0:01:31.670 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.040) 0:01:31.711 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.035) 0:01:31.747 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 18 May 2024 13:28:30 +0000 (0:00:00.037) 0:01:31.784 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 18 May 2024 13:28:32 +0000 (0:00:01.552) 0:01:33.336 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 18 May 2024 13:28:33 +0000 (0:00:01.419) 0:01:34.756 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.031) 0:01:34.788 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.032) 0:01:34.821 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.031) 0:01:34.852 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.037) 0:01:34.889 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.028) 0:01:34.918 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.035) 0:01:34.954 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.052) 0:01:35.006 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.032) 0:01:35.039 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.031) 0:01:35.071 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.034) 0:01:35.105 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.032) 0:01:35.138 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 18 May 2024 13:28:33 +0000 (0:00:00.028) 0:01:35.167 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 18 May 2024 13:28:34 +0000 (0:00:00.376) 0:01:35.544 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-123339zhny3eh/tmpr87dy31d" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 18 May 2024 13:28:34 +0000 (0:00:00.297) 0:01:35.841 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 18 May 2024 13:28:34 +0000 (0:00:00.340) 0:01:36.182 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.030) 0:01:36.212 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.069) 0:01:36.282 ********** 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-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.033) 0:01:36.315 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.031) 0:01:36.346 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:36 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.218) 0:01:36.565 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_absent.yml for sut => (item=tasks/assert_profile_absent.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.059) 0:01:36.624 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.044) 0:01:36.668 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.031) 0:01:36.700 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.217) 0:01:36.917 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.036) 0:01:36.954 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019741", "end": "2024-05-18 13:28:35.947644", "rc": 1, "start": "2024-05-18 13:28:35.927903" } 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 18 May 2024 13:28:35 +0000 (0:00:00.230) 0:01:37.184 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 18 May 2024 13:28:36 +0000 (0:00:00.028) 0:01:37.213 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 18 May 2024 13:28:36 +0000 (0:00:00.037) 0:01:37.251 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 18 May 2024 13:28:36 +0000 (0:00:00.031) 0:01:37.282 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 18 May 2024 13:28:36 +0000 (0:00:00.030) 0:01:37.312 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 18 May 2024 13:28:36 +0000 (0:00:00.069) 0:01:37.381 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 18 May 2024 13:28:36 +0000 (0:00:00.033) 0:01:37.415 ********** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.952628", "end": "2024-05-18 13:28:37.337794", "rc": 0, "start": "2024-05-18 13:28:36.385166" } STDOUT: NetworkManager-1.40.16-15.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 18 May 2024 13:28:37 +0000 (0:00:01.160) 0:01:38.575 ********** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 18 May 2024 13:28:37 +0000 (0:00:00.030) 0:01:38.606 ********** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-15.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:42 Saturday 18 May 2024 13:28:37 +0000 (0:00:00.030) 0:01:38.636 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:47 Saturday 18 May 2024 13:28:37 +0000 (0:00:00.030) 0:01:38.667 ********** 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-ci_2qw7ugx/tests/playbooks/tasks/run_test.yml:66 Saturday 18 May 2024 13:28:37 +0000 (0:00:00.030) 0:01:38.698 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/cleanup_profile+device.yml for sut => (item=tasks/cleanup_profile+device.yml) included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 18 May 2024 13:28:37 +0000 (0:00:00.049) 0:01:38.747 ********** 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.045266", "end": "2024-05-18 13:28:37.762712", "rc": 0, "start": "2024-05-18 13:28:37.717446" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 18 May 2024 13:28:37 +0000 (0:00:00.255) 0:01:39.002 ********** 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.008959", "end": "2024-05-18 13:28:37.979335", "rc": 0, "start": "2024-05-18 13:28:37.970376" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:74:b0:2a:32:1f brd ff:ff:ff:ff:ff:ff inet 10.31.11.97/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2917sec preferred_lft 2917sec inet6 fe80::1074:b0ff:fe2a:321f/64 scope link valid_lft forever preferred_lft forever 45: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether ba:c6:83:26:08:93 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.8.1 dev eth0 proto dhcp src 10.31.11.97 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.97 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-ci_2qw7ugx/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 18 May 2024 13:28:38 +0000 (0:00:00.214) 0:01:39.216 ********** 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.296419", "end": "2024-05-18 13:28:38.484869", "rc": 0, "start": "2024-05-18 13:28:38.188450" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 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 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 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe: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 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 4066 0 --:--:-- --:--:-- --:--:-- 4066 % 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 1462 0 --:--:-- --:--:-- --:--:-- 1462 PLAY RECAP ********************************************************************* sut : ok=336 changed=13 unreachable=0 failed=0 skipped=271 rescued=0 ignored=10 Saturday 18 May 2024 13:28:38 +0000 (0:00:00.536) 0:01:39.753 ********** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.64s /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.58s /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-ci_2qw7ugx/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.56s /WORKDIR/git-weekly-ci_2qw7ugx/.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.55s /WORKDIR/git-weekly-ci_2qw7ugx/.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.55s /WORKDIR/git-weekly-ci_2qw7ugx/.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.55s /WORKDIR/git-weekly-ci_2qw7ugx/.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.55s /WORKDIR/git-weekly-ci_2qw7ugx/.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.55s /WORKDIR/git-weekly-ci_2qw7ugx/.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.55s /WORKDIR/git-weekly-ci_2qw7ugx/.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.54s /WORKDIR/git-weekly-ci_2qw7ugx/.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.54s /WORKDIR/git-weekly-ci_2qw7ugx/.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.50s /WORKDIR/git-weekly-ci_2qw7ugx/.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.49s /WORKDIR/git-weekly-ci_2qw7ugx/.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.43s /WORKDIR/git-weekly-ci_2qw7ugx/.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.42s /WORKDIR/git-weekly-ci_2qw7ugx/.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.42s /WORKDIR/git-weekly-ci_2qw7ugx/.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. ---^---^---^---^---^---