# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_states_initscripts.yml ***************************************** 2 plays in /WORKDIR/git-weekly-ciigyimzpj/tests/tests_states_initscripts.yml PLAY [Run playbook 'playbooks/tests_states.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tests_states_initscripts.yml:5 Saturday 03 August 2024 13:18:30 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tests_states_initscripts.yml:8 Saturday 03 August 2024 13:18:30 +0000 (0:00:00.560) 0:00:00.572 ******* included: /WORKDIR/git-weekly-ciigyimzpj/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-ciigyimzpj/tests/tasks/el_repo_setup.yml:3 Saturday 03 August 2024 13:18:30 +0000 (0:00:00.022) 0:00:00.594 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/el_repo_setup.yml:19 Saturday 03 August 2024 13:18:30 +0000 (0:00:00.236) 0:00:00.831 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/el_repo_setup.yml:24 Saturday 03 August 2024 13:18:31 +0000 (0:00:00.194) 0:00:01.025 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/el_repo_setup.yml:28 Saturday 03 August 2024 13:18:31 +0000 (0:00:00.034) 0:00:01.059 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/el_repo_setup.yml:53 Saturday 03 August 2024 13:18:31 +0000 (0:00:00.025) 0:00:01.085 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/enable_epel.yml:8 Saturday 03 August 2024 13:18:31 +0000 (0:00:00.046) 0:00:01.131 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/enable_epel.yml:24 Saturday 03 August 2024 13:18:31 +0000 (0:00:00.198) 0:00:01.329 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } lsrpackages: yum-utils TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/enable_epel.yml:30 Saturday 03 August 2024 13:18:31 +0000 (0:00:00.451) 0:00:01.781 ******* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.176380", "end": "2024-08-03 13:18:32.119988", "rc": 0, "start": "2024-08-03 13:18:31.943608" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/enable_epel.yml:35 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.297) 0:00:02.078 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tasks/enable_epel.yml:40 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.010) 0:00:02.089 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/tests_states_initscripts.yml:10 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.009) 0:00:02.099 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing states] ************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tests_states.yml:3 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.010) 0:00:02.109 ******* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tests_states.yml:11 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.364) 0:00:02.474 ******* ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tests_states.yml:22 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.010) 0:00:02.485 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:5 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.022) 0:00:02.507 ******* ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:9 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.013) 0:00:02.521 ******* 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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:21 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.037) 0:00:02.559 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.026) 0:00:02.585 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.015) 0:00:02.600 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003294", "end": "2024-08-03 13:18:32.765469", "rc": 0, "start": "2024-08-03 13:18:32.762175" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.123) 0:00:02.724 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.012) 0:00:02.736 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:24 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.012) 0:00:02.748 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/delete_interface.yml:3 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.021) 0:00:02.769 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.010850", "end": "2024-08-03 13:18:32.946857", "rc": 1, "start": "2024-08-03 13:18:32.936007" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.134) 0:00:02.903 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:18:32 +0000 (0:00:00.016) 0:00:02.920 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 03 August 2024 13:18:33 +0000 (0:00:00.126) 0:00:03.046 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:30 Saturday 03 August 2024 13:18:33 +0000 (0:00:00.013) 0:00:03.060 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 03 August 2024 13:18:33 +0000 (0:00:00.020) 0:00:03.081 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:18:33 +0000 (0:00:00.091) 0:00:03.172 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:18:33 +0000 (0:00:00.028) 0:00:03.201 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:18:33 +0000 (0:00:00.033) 0:00:03.234 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:18:33 +0000 (0:00:00.013) 0:00:03.247 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:18:33 +0000 (0:00:00.014) 0:00:03.261 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:18:34 +0000 (0:00:00.778) 0:00:04.040 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:18:35 +0000 (0:00:01.129) 0:00:05.170 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:18:35 +0000 (0:00:00.022) 0:00:05.193 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:18:35 +0000 (0:00:00.021) 0:00:05.214 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:18:35 +0000 (0:00:00.021) 0:00:05.236 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:18:35 +0000 (0:00:00.023) 0:00:05.259 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:18:35 +0000 (0:00:00.026) 0:00:05.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:18:35 +0000 (0:00:00.030) 0:00:05.316 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:18:35 +0000 (0:00:00.026) 0:00:05.343 ******* changed: [sut] => { "attempts": 1, "changed": true, "changes": { "installed": [ "bridge-utils" ] }, "rc": 0, "results": [ "initscripts-9.49.53-1.el7_9.1.x86_64 providing initscripts is already installed", "12:dhclient-4.2.5-83.el7.centos.2.x86_64 providing dhclient is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: d2lzkl7pfhq30w.cloudfront.net\nResolving Dependencies\n--> Running transaction check\n---> Package bridge-utils.x86_64 0:1.5-9.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository Size\n================================================================================\nInstalling:\n bridge-utils x86_64 1.5-9.el7 base 32 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package\n\nTotal download size: 32 k\nInstalled size: 56 k\nDownloading packages:\nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : bridge-utils-1.5-9.el7.x86_64 1/1 \n Verifying : bridge-utils-1.5-9.el7.x86_64 1/1 \n\nInstalled:\n bridge-utils.x86_64 0:1.5-9.el7 \n\nComplete!\n" ] } lsrpackages: bridge-utils dhclient initscripts TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:18:37 +0000 (0:00:02.369) 0:00:07.712 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:18:37 +0000 (0:00:00.023) 0:00:07.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:18:37 +0000 (0:00:00.024) 0:00:07.760 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:18:37 +0000 (0:00:00.026) 0:00:07.787 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:18:37 +0000 (0:00:00.023) 0:00:07.810 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:18:37 +0000 (0:00:00.022) 0:00:07.833 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:18:38 +0000 (0:00:00.362) 0:00:08.195 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmp_iujm_c4" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:18:38 +0000 (0:00:00.220) 0:00:08.416 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:18:38 +0000 (0:00:00.335) 0:00:08.752 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:18:38 +0000 (0:00:00.030) 0:00:08.782 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:18:38 +0000 (0:00:00.027) 0:00:08.810 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:18:38 +0000 (0:00:00.023) 0:00:08.834 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:18:38 +0000 (0:00:00.022) 0:00:08.856 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.215) 0:00:09.072 ******* 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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:36 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.047) 0:00:09.120 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.041) 0:00:09.162 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.041) 0:00:09.204 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.023) 0:00:09.228 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722691118.7804706, "block_size": 4096, "blocks": 8, "ctime": 1722691118.7804706, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 22501, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722691118.7804706, "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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.138) 0:00:09.366 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.025) 0:00:09.391 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022293", "end": "2024-08-03 13:18:39.578013", "rc": 1, "start": "2024-08-03 13:18:39.555720" } 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.154) 0:00:09.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.025) 0:00:09.572 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003354", "end": "2024-08-03 13:18:39.740292", "rc": 0, "start": "2024-08-03 13:18:39.736938" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.140) 0:00:09.712 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.030) 0:00:09.742 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003393", "end": "2024-08-03 13:18:39.917823", "rc": 0, "start": "2024-08-03 13:18:39.914430" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.144) 0:00:09.886 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.027) 0:00:09.914 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 03 August 2024 13:18:39 +0000 (0:00:00.025) 0:00:09.940 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.024) 0:00:09.965 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:42 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.052) 0:00:10.017 ******* skipping: [sut] => (item={'what': 'tasks/assert_device_present.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_present.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I can create a profile'] ******************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:47 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.029) 0:00:10.047 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:66 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.025) 0:00:10.073 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.044) 0:00:10.117 ******* 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.042959", "end": "2024-08-03 13:18:40.323685", "rc": 1, "start": "2024-08-03 13:18:40.280726" } 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-ciigyimzpj/tests/playbooks/tests_states.yml:45 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.175) 0:00:10.292 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:5 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.036) 0:00:10.328 ******* ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:9 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.022) 0:00:10.351 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can create a profile without autoconnect" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/delete_interface.yml", "tasks/assert_device_absent.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/create_bridge_profile_no_autoconnect.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_absent.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:21 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.045) 0:00:10.396 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.033) 0:00:10.430 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.033) 0:00:10.464 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003285", "end": "2024-08-03 13:18:40.631313", "rc": 0, "start": "2024-08-03 13:18:40.628028" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.135) 0:00:10.600 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.036) 0:00:10.637 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:24 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.036) 0:00:10.673 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/delete_interface.yml:3 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.085) 0:00:10.759 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.006912", "end": "2024-08-03 13:18:40.937998", "rc": 1, "start": "2024-08-03 13:18:40.931086" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 03 August 2024 13:18:40 +0000 (0:00:00.146) 0:00:10.905 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.039) 0:00:10.945 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.138) 0:00:11.084 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:30 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.028) 0:00:11.113 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.049) 0:00:11.162 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.049) 0:00:11.212 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.044) 0:00:11.256 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.075) 0:00:11.332 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.023) 0:00:11.355 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:18:41 +0000 (0:00:00.023) 0:00:11.379 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:18:42 +0000 (0:00:00.679) 0:00:12.059 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.925) 0:00:12.984 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.026) 0:00:13.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.023) 0:00:13.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.025) 0:00:13.060 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.033) 0:00:13.093 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.029) 0:00:13.123 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.030) 0:00:13.153 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.027) 0:00:13.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.062) 0:00:13.243 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.031) 0:00:13.275 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.066) 0:00:13.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.030) 0:00:13.371 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.022) 0:00:13.394 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.021) 0:00:13.416 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.224) 0:00:13.640 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmphn0ucwtq" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:18:43 +0000 (0:00:00.220) 0:00:13.861 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.247) 0:00:14.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.020) 0:00:14.130 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.023) 0:00:14.153 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.026) 0:00:14.179 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.026) 0:00:14.206 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.134) 0:00:14.341 ******* 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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:36 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.024) 0:00:14.365 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.046) 0:00:14.412 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.077) 0:00:14.490 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.134) 0:00:14.624 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.026) 0:00:14.650 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.075) 0:00:14.726 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.023) 0:00:14.750 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722691124.1384838, "block_size": 4096, "blocks": 8, "ctime": 1722691124.1384838, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 22501, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722691124.1384838, "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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.137) 0:00:14.887 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 03 August 2024 13:18:44 +0000 (0:00:00.051) 0:00:14.939 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.019679", "end": "2024-08-03 13:18:45.131367", "rc": 1, "start": "2024-08-03 13:18:45.111688" } 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.164) 0:00:15.104 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.026) 0:00:15.130 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003354", "end": "2024-08-03 13:18:45.302016", "rc": 0, "start": "2024-08-03 13:18:45.298662" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.151) 0:00:15.282 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.032) 0:00:15.315 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003245", "end": "2024-08-03 13:18:45.515520", "rc": 0, "start": "2024-08-03 13:18:45.512275" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.174) 0:00:15.489 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.029) 0:00:15.519 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.024) 0:00:15.544 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.023) 0:00:15.568 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:42 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.022) 0:00:15.591 ******* TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:47 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.066) 0:00:15.657 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:66 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.035) 0:00:15.692 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.045) 0:00:15.738 ******* 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.039410", "end": "2024-08-03 13:18:45.943912", "rc": 1, "start": "2024-08-03 13:18:45.904502" } 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-ciigyimzpj/tests/playbooks/tests_states.yml:65 Saturday 03 August 2024 13:18:45 +0000 (0:00:00.191) 0:00:15.929 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:5 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.038) 0:00:15.968 ******* ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:9 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.027) 0:00:15.995 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can activate an existing profile" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_present.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:21 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.067) 0:00:16.062 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.034) 0:00:16.097 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.036) 0:00:16.133 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003185", "end": "2024-08-03 13:18:46.300238", "rc": 0, "start": "2024-08-03 13:18:46.297053" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.136) 0:00:16.269 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.023) 0:00:16.293 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:24 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.024) 0:00:16.318 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.092) 0:00:16.410 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.050) 0:00:16.461 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.044) 0:00:16.506 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.033) 0:00:16.540 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.021) 0:00:16.561 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:18:46 +0000 (0:00:00.028) 0:00:16.589 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:18:47 +0000 (0:00:00.675) 0:00:17.265 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.899) 0:00:18.165 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.064) 0:00:18.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.025) 0:00:18.255 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.026) 0:00:18.281 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.029) 0:00:18.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.029) 0:00:18.341 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.036) 0:00:18.377 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.024) 0:00:18.402 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.045) 0:00:18.447 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.025) 0:00:18.472 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.028) 0:00:18.500 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.034) 0:00:18.535 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.040) 0:00:18.576 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.043) 0:00:18.619 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:18:48 +0000 (0:00:00.230) 0:00:18.850 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmpvhxmr5jb" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:18:54 +0000 (0:00:05.228) 0:00:24.078 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.224) 0:00:24.303 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.021) 0:00:24.324 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.022) 0:00:24.347 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.025) 0:00:24.372 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.046) 0:00:24.418 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.127) 0:00:24.546 ******* 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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:30 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.024) 0:00:24.571 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/activate_profile.yml:3 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.042) 0:00:24.613 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.043) 0:00:24.657 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.040) 0:00:24.698 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.026) 0:00:24.724 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.022) 0:00:24.746 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:18:54 +0000 (0:00:00.026) 0:00:24.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 [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:18:55 +0000 (0:00:00.680) 0:00:25.454 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.934) 0:00:26.388 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.024) 0:00:26.412 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.024) 0:00:26.436 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.060) 0:00:26.497 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.044) 0:00:26.541 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.046) 0:00:26.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.030) 0:00:26.618 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.046) 0:00:26.665 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.044) 0:00:26.709 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.021) 0:00:26.730 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.024) 0:00:26.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.032) 0:00:26.787 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.022) 0:00:26.810 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:18:56 +0000 (0:00:00.025) 0:00:26.836 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:18:57 +0000 (0:00:00.278) 0:00:27.114 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmp65h86i7n" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:18:57 +0000 (0:00:00.306) 0:00:27.421 ******* 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='', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:02 +0000 (0:00:05.514) 0:00:32.936 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.024) 0:00:32.960 ******* 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='', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.025) 0:00:32.986 ******* 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='', err=''\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='', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.049) 0:00:33.035 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.024) 0:00:33.060 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:36 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.133) 0:00:33.193 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.046) 0:00:33.240 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.039) 0:00:33.279 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722691142.8925297, "block_size": 4096, "blocks": 0, "ctime": 1722691142.8915296, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17638, "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": 1722691142.8915296, "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-ciigyimzpj/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.140) 0:00:33.420 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.031) 0:00:33.451 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.043) 0:00:33.494 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.024) 0:00:33.519 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722691142.713529, "block_size": 4096, "blocks": 8, "ctime": 1722691134.3315086, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 22501, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1722691134.3315086, "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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.138) 0:00:33.657 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.025) 0:00:33.683 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020791", "end": "2024-08-03 13:19:03.877922", "rc": 1, "start": "2024-08-03 13:19:03.857131" } 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.163) 0:00:33.846 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 03 August 2024 13:19:03 +0000 (0:00:00.024) 0:00:33.871 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003427", "end": "2024-08-03 13:19:04.049471", "rc": 0, "start": "2024-08-03 13:19:04.046044" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 03 August 2024 13:19:04 +0000 (0:00:00.149) 0:00:34.020 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 03 August 2024 13:19:04 +0000 (0:00:00.081) 0:00:34.102 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003244", "end": "2024-08-03 13:19:09.291845", "rc": 0, "start": "2024-08-03 13:19:09.288601" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 03 August 2024 13:19:09 +0000 (0:00:05.158) 0:00:39.261 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.028) 0:00:39.289 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.025) 0:00:39.314 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.026) 0:00:39.340 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:42 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.022) 0:00:39.363 ******* TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:47 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.044) 0:00:39.407 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:66 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.023) 0:00:39.431 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.043) 0:00:39.474 ******* 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.046318", "end": "2024-08-03 13:19:09.685137", "rc": 0, "start": "2024-08-03 13:19:09.638819" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tests_states.yml:83 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.182) 0:00:39.657 ******* included: /WORKDIR/git-weekly-ciigyimzpj/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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:5 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.038) 0:00:39.695 ******* ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:9 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.023) 0:00:39.718 ******* ok: [sut] => (item=lsr_description) => { "ansible_loop_var": "item", "item": "lsr_description", "lsr_description": "I can remove an existing profile without taking it down" } ok: [sut] => (item=lsr_setup) => { "ansible_loop_var": "item", "item": "lsr_setup", "lsr_setup": [ "tasks/create_bridge_profile.yml", "tasks/activate_profile.yml" ] } ok: [sut] => (item=lsr_test) => { "ansible_loop_var": "item", "item": "lsr_test", "lsr_test": [ "tasks/remove_profile.yml" ] } ok: [sut] => (item=lsr_assert) => { "ansible_loop_var": "item", "item": "lsr_assert", "lsr_assert": [ "tasks/assert_device_present.yml", "tasks/assert_profile_absent.yml" ] } ok: [sut] => (item=lsr_assert_when) => { "ansible_loop_var": "item", "item": "lsr_assert_when", "lsr_assert_when": "VARIABLE IS NOT DEFINED!: 'lsr_assert_when' is undefined" } ok: [sut] => (item=lsr_fail_debug) => { "ansible_loop_var": "item", "item": "lsr_fail_debug", "lsr_fail_debug": [ "__network_connections_result" ] } ok: [sut] => (item=lsr_cleanup) => { "ansible_loop_var": "item", "item": "lsr_cleanup", "lsr_cleanup": [ "tasks/cleanup_profile+device.yml" ] } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:21 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.054) 0:00:39.773 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.045) 0:00:39.818 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:19:09 +0000 (0:00:00.046) 0:00:39.865 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003431", "end": "2024-08-03 13:19:10.041233", "rc": 0, "start": "2024-08-03 13:19:10.037802" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.147) 0:00:40.012 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.042) 0:00:40.054 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:24 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.022) 0:00:40.077 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.074) 0:00:40.151 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.037) 0:00:40.188 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.041) 0:00:40.230 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.027) 0:00:40.257 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.021) 0:00:40.278 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:10 +0000 (0:00:00.021) 0:00:40.300 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:11 +0000 (0:00:00.677) 0:00:40.977 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:11 +0000 (0:00:00.926) 0:00:41.904 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:11 +0000 (0:00:00.022) 0:00:41.926 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.021) 0:00:41.948 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.021) 0:00:41.969 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.022) 0:00:41.991 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.021) 0:00:42.013 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.027) 0:00:42.041 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.026) 0:00:42.067 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.045) 0:00:42.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.024) 0:00:42.138 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.029) 0:00:42.167 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.034) 0:00:42.202 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.022) 0:00:42.224 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.021) 0:00:42.245 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.232) 0:00:42.478 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmp5osm9gq4" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:12 +0000 (0:00:00.217) 0:00:42.695 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.298) 0:00:42.993 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.022) 0:00:43.015 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.024) 0:00:43.040 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.023) 0:00:43.063 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.022) 0:00:43.086 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.137) 0:00:43.223 ******* 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-ciigyimzpj/tests/playbooks/tasks/activate_profile.yml:3 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.024) 0:00:43.248 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.041) 0:00:43.289 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.043) 0:00:43.333 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.029) 0:00:43.362 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.022) 0:00:43.385 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:13 +0000 (0:00:00.023) 0:00:43.409 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:14 +0000 (0:00:00.676) 0:00:44.085 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.936) 0:00:45.021 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.028) 0:00:45.050 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.025) 0:00:45.075 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.026) 0:00:45.102 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.025) 0:00:45.128 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.023) 0:00:45.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.030) 0:00:45.182 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.026) 0:00:45.209 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.044) 0:00:45.253 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.022) 0:00:45.276 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.022) 0:00:45.298 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.028) 0:00:45.326 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.049) 0:00:45.375 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.022) 0:00:45.398 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.244) 0:00:45.642 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmpdlu9t098" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:15 +0000 (0:00:00.241) 0:00:45.884 ******* 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='', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.473) 0:00:46.358 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.027) 0:00:46.385 ******* 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='', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.026) 0:00:46.411 ******* 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='', err=''\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='', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.028) 0:00:46.440 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.024) 0:00:46.464 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:30 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.131) 0:00:46.596 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove_profile.yml:3 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.041) 0:00:46.637 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.044) 0:00:46.681 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.072) 0:00:46.754 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.030) 0:00:46.785 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.021) 0:00:46.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:16 +0000 (0:00:00.022) 0:00:46.828 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:17 +0000 (0:00:00.675) 0:00:47.504 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.923) 0:00:48.427 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.024) 0:00:48.452 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.025) 0:00:48.478 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.022) 0:00:48.500 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.048) 0:00:48.548 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.024) 0:00:48.572 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.027) 0:00:48.600 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.025) 0:00:48.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.043) 0:00:48.670 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.024) 0:00:48.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.022) 0:00:48.717 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.024) 0:00:48.742 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.023) 0:00:48.765 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:18 +0000 (0:00:00.021) 0:00:48.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 [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.228) 0:00:49.015 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmpf40lgula" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.220) 0:00:49.235 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.231) 0:00:49.467 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.023) 0:00:49.491 ******* 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 [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.025) 0:00:49.516 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.027) 0:00:49.543 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.063) 0:00:49.607 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:36 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.129) 0:00:49.737 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.050) 0:00:49.787 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 03 August 2024 13:19:19 +0000 (0:00:00.037) 0:00:49.824 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1722691156.3205624, "block_size": 4096, "blocks": 0, "ctime": 1722691156.3185625, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17638, "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": 1722691156.3185625, "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-ciigyimzpj/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.134) 0:00:49.959 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.025) 0:00:49.984 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.037) 0:00:50.022 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.023) 0:00:50.045 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.131) 0:00:50.177 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.023) 0:00:50.200 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.021439", "end": "2024-08-03 13:19:20.388846", "rc": 1, "start": "2024-08-03 13:19:20.367407" } 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.156) 0:00:50.356 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.022) 0:00:50.378 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.022) 0:00:50.401 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.023) 0:00:50.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.095) 0:00:50.520 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.025) 0:00:50.546 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:42 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.024) 0:00:50.571 ******* TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:47 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.021) 0:00:50.592 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:66 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.024) 0:00:50.617 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.045) 0:00:50.662 ******* 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.047395", "end": "2024-08-03 13:19:20.874164", "rc": 0, "start": "2024-08-03 13:19:20.826769" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tests_states.yml:103 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.181) 0:00:50.843 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:5 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.038) 0:00:50.882 ******* ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:9 Saturday 03 August 2024 13:19:20 +0000 (0:00:00.025) 0:00:50.908 ******* 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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:21 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.061) 0:00:50.970 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.040) 0:00:51.010 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.037) 0:00:51.048 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003355", "end": "2024-08-03 13:19:21.217258", "rc": 0, "start": "2024-08-03 13:19:21.213903" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.137) 0:00:51.186 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.058) 0:00:51.244 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:24 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.023) 0:00:51.268 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.052) 0:00:51.320 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.037) 0:00:51.358 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.043) 0:00:51.402 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.028) 0:00:51.430 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.021) 0:00:51.452 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:21 +0000 (0:00:00.023) 0:00:51.475 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:22 +0000 (0:00:00.678) 0:00:52.154 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.944) 0:00:53.099 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.024) 0:00:53.123 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.024) 0:00:53.147 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.024) 0:00:53.172 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.023) 0:00:53.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.022) 0:00:53.218 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.032) 0:00:53.250 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.026) 0:00:53.277 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.046) 0:00:53.323 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.023) 0:00:53.346 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.024) 0:00:53.371 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.026) 0:00:53.397 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.022) 0:00:53.420 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.021) 0:00:53.442 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.227) 0:00:53.670 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmpgqtm7fu_" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:23 +0000 (0:00:00.244) 0:00:53.915 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.227) 0:00:54.142 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.021) 0:00:54.164 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.025) 0:00:54.190 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.028) 0:00:54.218 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.022) 0:00:54.240 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.134) 0:00:54.374 ******* 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-ciigyimzpj/tests/playbooks/tasks/activate_profile.yml:3 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.026) 0:00:54.401 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.041) 0:00:54.442 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.042) 0:00:54.485 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.026) 0:00:54.512 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.022) 0:00:54.534 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:24 +0000 (0:00:00.022) 0:00:54.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 [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:25 +0000 (0:00:00.696) 0:00:55.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 [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.909) 0:00:56.163 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.027) 0:00:56.190 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.025) 0:00:56.216 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.023) 0:00:56.239 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.024) 0:00:56.263 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.021) 0:00:56.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.026) 0:00:56.311 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.029) 0:00:56.340 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.061) 0:00:56.402 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.079) 0:00:56.482 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.031) 0:00:56.513 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.032) 0:00:56.546 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.039) 0:00:56.585 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.024) 0:00:56.610 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:26 +0000 (0:00:00.226) 0:00:56.837 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmpqk9sj18f" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:27 +0000 (0:00:00.244) 0:00:57.081 ******* 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='', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:27 +0000 (0:00:00.528) 0:00:57.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:27 +0000 (0:00:00.040) 0:00:57.650 ******* 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='', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:27 +0000 (0:00:00.026) 0:00:57.676 ******* 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='', err=''\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='', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:27 +0000 (0:00:00.024) 0:00:57.701 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:27 +0000 (0:00:00.022) 0:00:57.724 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove_profile.yml:3 Saturday 03 August 2024 13:19:27 +0000 (0:00:00.134) 0:00:57.858 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:27 +0000 (0:00:00.039) 0:00:57.898 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:28 +0000 (0:00:00.089) 0:00:57.988 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:28 +0000 (0:00:00.028) 0:00:58.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:28 +0000 (0:00:00.021) 0:00:58.038 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:28 +0000 (0:00:00.022) 0:00:58.060 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:28 +0000 (0:00:00.672) 0:00:58.733 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.907) 0:00:59.640 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.024) 0:00:59.665 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.021) 0:00:59.687 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.022) 0:00:59.710 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.057) 0:00:59.768 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.023) 0:00:59.791 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.030) 0:00:59.822 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.025) 0:00:59.848 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.046) 0:00:59.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.022) 0:00:59.917 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:29 +0000 (0:00:00.021) 0:00:59.939 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.027) 0:00:59.966 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.021) 0:00:59.987 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.024) 0:01:00.012 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.232) 0:01:00.244 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmpz__9byy0" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.235) 0:01:00.479 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.243) 0:01:00.723 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.043) 0:01:00.766 ******* 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 [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.039) 0:01:00.806 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.043) 0:01:00.850 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:30 +0000 (0:00:00.027) 0:01:00.877 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:30 Saturday 03 August 2024 13:19:31 +0000 (0:00:00.154) 0:01:01.032 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 03 August 2024 13:19:31 +0000 (0:00:00.061) 0:01:01.093 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:31 +0000 (0:00:00.046) 0:01:01.139 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:31 +0000 (0:00:00.047) 0:01:01.187 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:31 +0000 (0:00:00.029) 0:01:01.216 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:31 +0000 (0:00:00.025) 0:01:01.241 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:31 +0000 (0:00:00.021) 0:01:01.263 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:32 +0000 (0:00:00.684) 0:01:01.948 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:32 +0000 (0:00:00.946) 0:01:02.894 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:32 +0000 (0:00:00.024) 0:01:02.919 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:32 +0000 (0:00:00.023) 0:01:02.943 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.026) 0:01:02.969 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.023) 0:01:02.993 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.023) 0:01:03.017 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.026) 0:01:03.043 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.029) 0:01:03.072 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.046) 0:01:03.119 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.027) 0:01:03.147 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.027) 0:01:03.174 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.034) 0:01:03.209 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.035) 0:01:03.244 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.024) 0:01:03.269 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.231) 0:01:03.500 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmp8qs9jraq" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:33 +0000 (0:00:00.261) 0:01:03.761 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.225) 0:01:03.987 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.024) 0:01:04.011 ******* 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 [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.029) 0:01:04.041 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.026) 0:01:04.067 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.024) 0:01:04.092 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:36 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.129) 0:01:04.222 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.045) 0:01:04.267 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.054) 0:01:04.321 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.027) 0:01:04.349 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.141) 0:01:04.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.023) 0:01:04.513 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020475", "end": "2024-08-03 13:19:34.698841", "rc": 1, "start": "2024-08-03 13:19:34.678366" } 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.152) 0:01:04.666 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.072) 0:01:04.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.025) 0:01:04.763 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.025) 0:01:04.789 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.024) 0:01:04.814 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.026) 0:01:04.841 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:42 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.026) 0:01:04.868 ******* skipping: [sut] => (item={'what': 'tasks/assert_device_absent.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I can take a profile down that is absent'] ************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:47 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.029) 0:01:04.898 ******* ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:66 Saturday 03 August 2024 13:19:34 +0000 (0:00:00.025) 0:01:04.923 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.040) 0:01:04.963 ******* 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.046788", "end": "2024-08-03 13:19:35.175147", "rc": 0, "start": "2024-08-03 13:19:35.128359" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tests_states.yml:126 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.182) 0:01:05.145 ******* included: /WORKDIR/git-weekly-ciigyimzpj/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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:5 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.040) 0:01:05.186 ******* 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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:9 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.025) 0:01:05.212 ******* 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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:21 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.049) 0:01:05.261 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.039) 0:01:05.301 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.071) 0:01:05.372 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003137", "end": "2024-08-03 13:19:35.538064", "rc": 0, "start": "2024-08-03 13:19:35.534927" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.134) 0:01:05.506 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.023) 0:01:05.529 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:24 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.024) 0:01:05.554 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.060) 0:01:05.614 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.037) 0:01:05.652 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.045) 0:01:05.697 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.027) 0:01:05.725 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.029) 0:01:05.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:35 +0000 (0:00:00.023) 0:01:05.778 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:36 +0000 (0:00:00.680) 0:01:06.458 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.946) 0:01:07.405 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.029) 0:01:07.434 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.026) 0:01:07.461 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.034) 0:01:07.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.025) 0:01:07.521 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.027) 0:01:07.549 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.031) 0:01:07.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.027) 0:01:07.607 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.048) 0:01:07.656 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.023) 0:01:07.680 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.022) 0:01:07.702 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.026) 0:01:07.729 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.021) 0:01:07.750 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:37 +0000 (0:00:00.074) 0:01:07.825 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.234) 0:01:08.059 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmp99ezr3kl" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.220) 0:01:08.280 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.225) 0:01:08.506 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.024) 0:01:08.530 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:present, 'statebr': add ifcfg-rh profile 'statebr'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.030) 0:01:08.561 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.026) 0:01:08.587 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.023) 0:01:08.611 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.129) 0:01:08.740 ******* 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-ciigyimzpj/tests/playbooks/tasks/activate_profile.yml:3 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.026) 0:01:08.767 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.039) 0:01:08.806 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.043) 0:01:08.849 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.027) 0:01:08.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:38 +0000 (0:00:00.023) 0:01:08.901 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:39 +0000 (0:00:00.072) 0:01:08.973 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:39 +0000 (0:00:00.681) 0:01:09.655 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.915) 0:01:10.570 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.025) 0:01:10.595 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.025) 0:01:10.621 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.024) 0:01:10.645 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.025) 0:01:10.671 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.024) 0:01:10.695 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.026) 0:01:10.722 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.062) 0:01:10.784 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.046) 0:01:10.831 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.024) 0:01:10.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.023) 0:01:10.878 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.028) 0:01:10.907 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:40 +0000 (0:00:00.024) 0:01:10.931 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:41 +0000 (0:00:00.023) 0:01:10.955 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:41 +0000 (0:00:00.237) 0:01:11.193 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmposilab6z" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:41 +0000 (0:00:00.228) 0:01:11.422 ******* 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='', err='' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:41 +0000 (0:00:00.464) 0:01:11.886 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:41 +0000 (0:00:00.022) 0:01:11.908 ******* 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='', err=''" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:41 +0000 (0:00:00.024) 0:01:11.933 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "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='', err=''\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='', err=''" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:42 +0000 (0:00:00.025) 0:01:11.958 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:42 +0000 (0:00:00.024) 0:01:11.982 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 03 August 2024 13:19:42 +0000 (0:00:00.132) 0:01:12.115 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:42 +0000 (0:00:00.078) 0:01:12.193 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:42 +0000 (0:00:00.045) 0:01:12.239 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:42 +0000 (0:00:00.029) 0:01:12.268 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:42 +0000 (0:00:00.024) 0:01:12.292 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:42 +0000 (0:00:00.024) 0:01:12.317 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:43 +0000 (0:00:00.681) 0:01:12.998 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:43 +0000 (0:00:00.934) 0:01:13.933 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.024) 0:01:13.958 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.024) 0:01:13.983 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.024) 0:01:14.007 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.023) 0:01:14.030 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.023) 0:01:14.054 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.029) 0:01:14.084 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.027) 0:01:14.111 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.044) 0:01:14.155 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.024) 0:01:14.180 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.022) 0:01:14.202 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.026) 0:01:14.229 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.022) 0:01:14.251 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.022) 0:01:14.273 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.224) 0:01:14.497 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmpc3ahhbdw" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:44 +0000 (0:00:00.215) 0:01:14.713 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.301) 0:01:15.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.023) 0:01:15.039 ******* 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 [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.029) 0:01:15.069 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.036) 0:01:15.105 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.028) 0:01:15.134 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:30 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.131) 0:01:15.265 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.044) 0:01:15.310 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.039) 0:01:15.349 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.045) 0:01:15.395 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.029) 0:01:15.424 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.023) 0:01:15.448 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 03 August 2024 13:19:45 +0000 (0:00:00.023) 0:01:15.471 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 03 August 2024 13:19:46 +0000 (0:00:00.755) 0:01:16.227 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.948) 0:01:17.176 ******* ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.032) 0:01:17.208 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.031) 0:01:17.240 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.031) 0:01:17.272 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.042) 0:01:17.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.024) 0:01:17.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.027) 0:01:17.367 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.026) 0:01:17.393 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.047) 0:01:17.441 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.050) 0:01:17.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.038) 0:01:17.530 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.027) 0:01:17.558 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.069) 0:01:17.628 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.022) 0:01:17.650 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 03 August 2024 13:19:47 +0000 (0:00:00.263) 0:01:17.913 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18617aejhvvbk/tmp820fqji4" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.240) 0:01:18.153 ******* 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.243) 0:01:18.397 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.023) 0:01:18.420 ******* 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 [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.024) 0:01:18.444 ******* 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.026) 0:01:18.471 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.031) 0:01:18.502 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:36 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.166) 0:01:18.668 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.048) 0:01:18.717 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.035) 0:01:18.753 ******* 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.022) 0:01:18.775 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 03 August 2024 13:19:48 +0000 (0:00:00.133) 0:01:18.909 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 03 August 2024 13:19:49 +0000 (0:00:00.060) 0:01:18.969 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.020817", "end": "2024-08-03 13:19:49.155659", "rc": 1, "start": "2024-08-03 13:19:49.134842" } 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-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 03 August 2024 13:19:49 +0000 (0:00:00.163) 0:01:19.133 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 03 August 2024 13:19:49 +0000 (0:00:00.030) 0:01:19.163 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 03 August 2024 13:19:49 +0000 (0:00:00.031) 0:01:19.195 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 03 August 2024 13:19:49 +0000 (0:00:00.025) 0:01:19.220 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 03 August 2024 13:19:49 +0000 (0:00:00.027) 0:01:19.247 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 03 August 2024 13:19:49 +0000 (0:00:00.025) 0:01:19.272 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 03 August 2024 13:19:49 +0000 (0:00:00.024) 0:01:19.297 ******* ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.666307", "end": "2024-08-03 13:19:50.130507", "rc": 0, "start": "2024-08-03 13:19:49.464200" } STDOUT: NetworkManager-1.18.8-2.el7_9 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 03 August 2024 13:19:50 +0000 (0:00:00.807) 0:01:20.104 ******* ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 03 August 2024 13:19:50 +0000 (0:00:00.023) 0:01:20.128 ******* ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.18.8-2.el7_9" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:42 Saturday 03 August 2024 13:19:50 +0000 (0:00:00.022) 0:01:20.150 ******* skipping: [sut] => (item={'what': 'tasks/assert_device_absent.yml', 'condition': False}) => { "ansible_loop_var": "item", "changed": false, "item": { "condition": false, "what": "tasks/assert_device_absent.yml" }, "skip_reason": "Conditional result was False" } TASK [Success in test 'I will not get an error when I try to remove an absent profile'] *** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/run_test.yml:47 Saturday 03 August 2024 13:19:50 +0000 (0:00:00.026) 0:01:20.177 ******* 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-ciigyimzpj/tests/playbooks/tasks/run_test.yml:66 Saturday 03 August 2024 13:19:50 +0000 (0:00:00.024) 0:01:20.201 ******* included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 03 August 2024 13:19:50 +0000 (0:00:00.046) 0:01:20.248 ******* 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.043979", "end": "2024-08-03 13:19:50.454129", "rc": 0, "start": "2024-08-03 13:19:50.410150" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 03 August 2024 13:19:50 +0000 (0:00:00.174) 0:01:20.422 ******* 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.007104", "end": "2024-08-03 13:19:50.591783", "rc": 0, "start": "2024-08-03 13:19:50.584679" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0a:ff:ea:4f:86:81 brd ff:ff:ff:ff:ff:ff inet 10.31.13.77/22 brd 10.31.15.255 scope global noprefixroute dynamic eth0 valid_lft 3349sec preferred_lft 3349sec inet6 fe80::8ff:eaff:fe4f:8681/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.77 metric 100 IP -6 ROUTE unreachable ::/96 dev lo metric 1024 error -113 pref medium unreachable ::ffff:0.0.0.0/96 dev lo metric 1024 error -113 pref medium unreachable 2002:a00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:7f00::/24 dev lo metric 1024 error -113 pref medium unreachable 2002:a9fe::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:ac10::/28 dev lo metric 1024 error -113 pref medium unreachable 2002:c0a8::/32 dev lo metric 1024 error -113 pref medium unreachable 2002:e000::/19 dev lo metric 1024 error -113 pref medium unreachable 3ffe:ffff::/32 dev lo metric 1024 error -113 pref medium fe80::/64 dev eth0 proto kernel metric 256 mtu 9001 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-ciigyimzpj/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 03 August 2024 13:19:50 +0000 (0:00:00.137) 0:01:20.560 ******* 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.450875", "end": "2024-08-03 13:19:51.180258", "rc": 0, "start": "2024-08-03 13:19:50.729383" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600: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:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 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 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1971 0 --:--:-- --:--:-- --:--:-- 1967 % 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 1078 0 --:--:-- --:--:-- --:--:-- 1081 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=338 changed=14 unreachable=0 failed=0 skipped=284 rescued=0 ignored=10 Saturday 03 August 2024 13:19:51 +0000 (0:00:00.576) 0:01:21.137 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 6.98s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Ensure initscripts network file dependency is present --- 6.13s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 Get the fingerprint comment in ifcfg-statebr ---------------------------- 5.16s /WORKDIR/git-weekly-ciigyimzpj/tests/playbooks/tasks/get_profile_stat.yml:62 -- linux-system-roles.network : Install packages --------------------------- 2.56s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:92 linux-system-roles.network : Configure networking connection profiles --- 1.31s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable network service --------------------- 1.29s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 linux-system-roles.network : Check which packages are installed --------- 1.13s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Ensure initscripts network file dependency is present --- 1.02s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:179 linux-system-roles.network : Enable network service --------------------- 0.99s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/main.yml:171 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-weekly-ciigyimzpj/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the yum, dnf or zypper module rather than running 'rpm'. If you need to use command because yum, dnf or zypper is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---