# 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-more-test-debugywludt9c/tests/tests_states_initscripts.yml PLAY [Run playbook 'playbooks/tests_states.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/tests_states_initscripts.yml:5 Saturday 24 February 2024 19:00:21 +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-more-test-debugywludt9c/tests/tests_states_initscripts.yml:8 Saturday 24 February 2024 19:00:21 +0000 (0:00:00.740) 0:00:00.752 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/tasks/el_repo_setup.yml:3 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.021) 0:00:00.773 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/el_repo_setup.yml:19 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.345) 0:00:01.119 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/el_repo_setup.yml:24 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.258) 0:00:01.377 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/el_repo_setup.yml:28 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.020) 0:00:01.398 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/el_repo_setup.yml:53 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.017) 0:00:01.415 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/enable_epel.yml:8 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.041) 0:00:01.456 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/enable_epel.yml:24 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.245) 0:00:01.701 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/enable_epel.yml:30 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.020) 0:00:01.722 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/enable_epel.yml:35 Saturday 24 February 2024 19:00:22 +0000 (0:00:00.016) 0:00:01.739 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.262119", "end": "2024-02-24 19:00:23.410103", "rc": 0, "start": "2024-02-24 19:00:23.147984" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tasks/enable_epel.yml:40 Saturday 24 February 2024 19:00:23 +0000 (0:00:00.464) 0:00:02.203 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/tests_states_initscripts.yml:10 Saturday 24 February 2024 19:00:23 +0000 (0:00:00.009) 0:00:02.213 ***** 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-more-test-debugywludt9c/tests/playbooks/tests_states.yml:3 Saturday 24 February 2024 19:00:23 +0000 (0:00:00.009) 0:00:02.223 ***** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tests_states.yml:11 Saturday 24 February 2024 19:00:23 +0000 (0:00:00.504) 0:00:02.727 ***** ok: [sut] => {} MSG: this is: playbooks/tests_states.yml TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tests_states.yml:22 Saturday 24 February 2024 19:00:23 +0000 (0:00:00.013) 0:00:02.741 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile] ******************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:5 Saturday 24 February 2024 19:00:23 +0000 (0:00:00.018) 0:00:02.760 ***** ok: [sut] => {} MSG: ########## I can create a profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:9 Saturday 24 February 2024 19:00:23 +0000 (0:00:00.012) 0:00:02.773 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:21 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.041) 0:00:02.814 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.024) 0:00:02.838 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.028) 0:00:02.867 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003822", "end": "2024-02-24 19:00:24.330642", "rc": 0, "start": "2024-02-24 19:00:24.326820" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.263) 0:00:03.131 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.015) 0:00:03.146 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:24 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.010) 0:00:03.157 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/delete_interface.yml:3 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.021) 0:00:03.178 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.009157", "end": "2024-02-24 19:00:24.587501", "rc": 1, "start": "2024-02-24 19:00:24.578344" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.200) 0:00:03.379 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.015) 0:00:03.394 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.195) 0:00:03.590 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:30 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.016) 0:00:03.606 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.019) 0:00:03.626 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.055) 0:00:03.681 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:00:24 +0000 (0:00:00.081) 0:00:03.763 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:00:25 +0000 (0:00:00.016) 0:00:03.779 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:00:25 +0000 (0:00:00.011) 0:00:03.791 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:00:25 +0000 (0:00:00.014) 0:00:03.805 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:00:26 +0000 (0:00:01.702) 0:00:05.507 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:00:28 +0000 (0:00:01.606) 0:00:07.113 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.024) 0:00:07.138 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.029) 0:00:07.167 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.040) 0:00:07.207 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.050) 0:00:07.258 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.023) 0:00:07.281 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.022) 0:00:07.303 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.025) 0:00:07.329 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.022) 0:00:07.351 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:00:28 +0000 (0:00:00.022) 0:00:07.373 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:00:29 +0000 (0:00:00.482) 0:00:07.856 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmp9ok9c5_w" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:00:29 +0000 (0:00:00.307) 0:00:08.163 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:00:29 +0000 (0:00:00.456) 0:00:08.620 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:00:29 +0000 (0:00:00.023) 0:00:08.643 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:00:29 +0000 (0:00:00.025) 0:00:08.668 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:00:29 +0000 (0:00:00.029) 0:00:08.698 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:00:29 +0000 (0:00:00.022) 0:00:08.720 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.246) 0:00:08.967 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:36 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.022) 0:00:08.989 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.063) 0:00:09.053 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.040) 0:00:09.094 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.023) 0:00:09.117 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708801229.8151345, "block_size": 4096, "blocks": 8, "ctime": 1708801229.8151345, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708801229.8151345, "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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.207) 0:00:09.324 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.091) 0:00:09.416 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023860", "end": "2024-02-24 19:00:30.854682", "rc": 1, "start": "2024-02-24 19:00:30.830822" } 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.243) 0:00:09.660 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 24 February 2024 19:00:30 +0000 (0:00:00.041) 0:00:09.701 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003789", "end": "2024-02-24 19:00:31.116032", "rc": 0, "start": "2024-02-24 19:00:31.112243" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.274) 0:00:09.976 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.055) 0:00:10.032 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003913", "end": "2024-02-24 19:00:31.455836", "rc": 0, "start": "2024-02-24 19:00:31.451923" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.240) 0:00:10.272 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.029) 0:00:10.301 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.024) 0:00:10.326 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.026) 0:00:10.353 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:42 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.025) 0:00:10.379 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:47 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.026) 0:00:10.405 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:66 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.024) 0:00:10.429 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.043) 0:00:10.473 ***** 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.045167", "end": "2024-02-24 19:00:31.920363", "rc": 1, "start": "2024-02-24 19:00:31.875196" } 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-more-test-debugywludt9c/tests/playbooks/tests_states.yml:45 Saturday 24 February 2024 19:00:31 +0000 (0:00:00.251) 0:00:10.725 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can create a profile without autoconnect] ************************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:5 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.065) 0:00:10.790 ***** ok: [sut] => {} MSG: ########## I can create a profile without autoconnect ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:9 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.025) 0:00:10.815 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:21 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.057) 0:00:10.873 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.040) 0:00:10.913 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.038) 0:00:10.952 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003864", "end": "2024-02-24 19:00:32.360286", "rc": 0, "start": "2024-02-24 19:00:32.356422" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.215) 0:00:11.168 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.028) 0:00:11.197 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:24 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.040) 0:00:11.238 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/delete_interface.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/delete_interface.yml:3 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.065) 0:00:11.303 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "ip", "link", "del", "statebr" ], "delta": "0:00:00.007621", "end": "2024-02-24 19:00:32.724441", "rc": 1, "start": "2024-02-24 19:00:32.716820" } STDERR: Cannot find device "statebr" MSG: non-zero return code ...ignoring TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.258) 0:00:11.562 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:00:32 +0000 (0:00:00.136) 0:00:11.698 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:00:33 +0000 (0:00:00.213) 0:00:11.911 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test] ******************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:30 Saturday 24 February 2024 19:00:33 +0000 (0:00:00.024) 0:00:11.936 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:3 Saturday 24 February 2024 19:00:33 +0000 (0:00:00.042) 0:00:11.978 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:00:33 +0000 (0:00:00.046) 0:00:12.024 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:00:33 +0000 (0:00:00.042) 0:00:12.067 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:00:33 +0000 (0:00:00.026) 0:00:12.094 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:00:33 +0000 (0:00:00.022) 0:00:12.116 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:00:33 +0000 (0:00:00.023) 0:00:12.140 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:00:35 +0000 (0:00:01.691) 0:00:13.831 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:00:36 +0000 (0:00:01.356) 0:00:15.188 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.023) 0:00:15.211 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.022) 0:00:15.234 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.024) 0:00:15.258 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.045) 0:00:15.303 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.044) 0:00:15.348 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.023) 0:00:15.372 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.044) 0:00:15.416 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.024) 0:00:15.441 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:00:36 +0000 (0:00:00.024) 0:00:15.465 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:00:37 +0000 (0:00:00.360) 0:00:15.825 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmp95z2egi8" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:00:37 +0000 (0:00:00.319) 0:00:16.145 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:00:37 +0000 (0:00:00.338) 0:00:16.483 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:00:37 +0000 (0:00:00.034) 0:00:16.518 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:00:37 +0000 (0:00:00.024) 0:00:16.542 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:00:37 +0000 (0:00:00.023) 0:00:16.566 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:00:37 +0000 (0:00:00.021) 0:00:16.587 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile_no_autoconnect.yml:15 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.211) 0:00:16.799 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:36 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.058) 0:00:16.858 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.070) 0:00:16.928 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.065) 0:00:16.994 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'statebr'] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.209) 0:00:17.204 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.025) 0:00:17.229 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.038) 0:00:17.268 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.024) 0:00:17.292 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708801237.670967, "block_size": 4096, "blocks": 8, "ctime": 1708801237.670967, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708801237.670967, "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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.209) 0:00:17.501 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.023) 0:00:17.525 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023081", "end": "2024-02-24 19:00:38.949998", "rc": 1, "start": "2024-02-24 19:00:38.926917" } 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 24 February 2024 19:00:38 +0000 (0:00:00.229) 0:00:17.754 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.023) 0:00:17.778 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003759", "end": "2024-02-24 19:00:39.189227", "rc": 0, "start": "2024-02-24 19:00:39.185468" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.216) 0:00:17.994 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.028) 0:00:18.022 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003759", "end": "2024-02-24 19:00:39.432504", "rc": 0, "start": "2024-02-24 19:00:39.428745" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.215) 0:00:18.238 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.029) 0:00:18.267 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.025) 0:00:18.293 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.024) 0:00:18.317 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:42 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.026) 0:00:18.343 ***** TASK [Success in test 'I can create a profile without autoconnect'] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:47 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.023) 0:00:18.367 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can create a profile without autoconnect' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:66 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.027) 0:00:18.394 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.046) 0:00:18.441 ***** 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.043182", "end": "2024-02-24 19:00:39.889100", "rc": 1, "start": "2024-02-24 19:00:39.845918" } 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-more-test-debugywludt9c/tests/playbooks/tests_states.yml:65 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.252) 0:00:18.693 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can activate an existing profile] ******************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:5 Saturday 24 February 2024 19:00:39 +0000 (0:00:00.038) 0:00:18.731 ***** ok: [sut] => {} MSG: ########## I can activate an existing profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:9 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.056) 0:00:18.788 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:21 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.049) 0:00:18.837 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.039) 0:00:18.876 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.040) 0:00:18.917 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003943", "end": "2024-02-24 19:00:40.343033", "rc": 0, "start": "2024-02-24 19:00:40.339090" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.238) 0:00:19.156 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.028) 0:00:19.184 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:24 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.024) 0:00:19.209 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.041) 0:00:19.251 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.041) 0:00:19.292 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.043) 0:00:19.336 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.038) 0:00:19.374 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.058) 0:00:19.433 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:00:40 +0000 (0:00:00.025) 0:00:19.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 : Check which packages are installed] ********* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:00:42 +0000 (0:00:01.641) 0:00:21.099 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:00:43 +0000 (0:00:01.421) 0:00:22.520 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:00:43 +0000 (0:00:00.030) 0:00:22.551 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:00:43 +0000 (0:00:00.025) 0:00:22.577 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:00:43 +0000 (0:00:00.039) 0:00:22.616 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:00:43 +0000 (0:00:00.061) 0:00:22.677 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:00:43 +0000 (0:00:00.024) 0:00:22.701 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:00:43 +0000 (0:00:00.023) 0:00:22.724 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:00:43 +0000 (0:00:00.025) 0:00:22.749 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:00:43 +0000 (0:00:00.022) 0:00:22.772 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:00:44 +0000 (0:00:00.021) 0:00:22.793 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:00:44 +0000 (0:00:00.359) 0:00:23.152 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmp1lyb270x" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:00:44 +0000 (0:00:00.330) 0:00:23.483 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.315) 0:00:23.798 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.059) 0:00:23.858 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.039) 0:00:23.898 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.033) 0:00:23.932 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.036) 0:00:23.968 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.204) 0:00:24.173 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:30 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.026) 0:00:24.200 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/activate_profile.yml:3 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.058) 0:00:24.258 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.042) 0:00:24.301 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.042) 0:00:24.343 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.028) 0:00:24.372 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.023) 0:00:24.396 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:00:45 +0000 (0:00:00.023) 0:00:24.419 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:00:47 +0000 (0:00:01.687) 0:00:26.106 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:00:48 +0000 (0:00:01.345) 0:00:27.452 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.024) 0:00:27.477 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.022) 0:00:27.499 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.046) 0:00:27.546 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.046) 0:00:27.592 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.023) 0:00:27.616 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.025) 0:00:27.641 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.030) 0:00:27.672 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.044) 0:00:27.716 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:00:48 +0000 (0:00:00.036) 0:00:27.753 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:00:49 +0000 (0:00:00.376) 0:00:28.130 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpdxqnptnw" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:00:49 +0000 (0:00:00.328) 0:00:28.459 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.587) 0:00:29.046 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.024) 0:00:29.071 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.031) 0:00:29.102 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.050) 0:00:29.152 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.022) 0:00:29.175 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:36 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.216) 0:00:29.392 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.070) 0:00:29.462 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.065) 0:00:29.528 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708801250.1359344, "block_size": 4096, "blocks": 0, "ctime": 1708801250.1359344, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37482, "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": 1708801250.1359344, "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-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 24 February 2024 19:00:50 +0000 (0:00:00.241) 0:00:29.770 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.035) 0:00:29.806 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.051) 0:00:29.858 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.042) 0:00:29.900 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708801249.948705, "block_size": 4096, "blocks": 8, "ctime": 1708801244.9798112, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976925, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708801244.9798112, "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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.237) 0:00:30.138 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.025) 0:00:30.163 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023401", "end": "2024-02-24 19:00:51.594630", "rc": 1, "start": "2024-02-24 19:00:51.571229" } 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.261) 0:00:30.425 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.026) 0:00:30.451 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003850", "end": "2024-02-24 19:00:51.862209", "rc": 0, "start": "2024-02-24 19:00:51.858359" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.223) 0:00:30.675 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 24 February 2024 19:00:51 +0000 (0:00:00.030) 0:00:30.705 ***** ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-statebr" ], "delta": "0:00:00.003873", "end": "2024-02-24 19:00:52.136401", "rc": 0, "start": "2024-02-24 19:00:52.132528" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.236) 0:00:30.942 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'statebr'] ************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.029) 0:00:30.972 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'statebr'] ********* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.027) 0:00:30.999 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in statebr] *************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.035) 0:00:31.035 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:42 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.025) 0:00:31.060 ***** TASK [Success in test 'I can activate an existing profile'] ******************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:47 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.022) 0:00:31.082 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can activate an existing profile' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:66 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.024) 0:00:31.107 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.060) 0:00:31.168 ***** 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.056137", "end": "2024-02-24 19:00:52.626382", "rc": 0, "start": "2024-02-24 19:00:52.570245" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tests_states.yml:83 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.282) 0:00:31.450 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can remove an existing profile without taking it down] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:5 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.089) 0:00:31.539 ***** ok: [sut] => {} MSG: ########## I can remove an existing profile without taking it down ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:9 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.031) 0:00:31.571 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:21 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.047) 0:00:31.618 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.060) 0:00:31.679 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:00:52 +0000 (0:00:00.045) 0:00:31.724 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004013", "end": "2024-02-24 19:00:53.161737", "rc": 0, "start": "2024-02-24 19:00:53.157724" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.262) 0:00:31.987 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.026) 0:00:32.014 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:24 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.027) 0:00:32.041 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/activate_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.043) 0:00:32.085 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.039) 0:00:32.124 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.070) 0:00:32.195 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.030) 0:00:32.225 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.033) 0:00:32.259 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:00:53 +0000 (0:00:00.026) 0:00:32.286 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:00:55 +0000 (0:00:01.654) 0:00:33.940 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:00:56 +0000 (0:00:01.433) 0:00:35.373 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.029) 0:00:35.403 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.023) 0:00:35.427 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.026) 0:00:35.453 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.046) 0:00:35.500 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.025) 0:00:35.526 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.024) 0:00:35.551 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.028) 0:00:35.579 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.036) 0:00:35.616 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:00:56 +0000 (0:00:00.028) 0:00:35.644 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:00:57 +0000 (0:00:00.399) 0:00:36.044 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmp95bzgtnt" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:00:57 +0000 (0:00:00.378) 0:00:36.422 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:00:57 +0000 (0:00:00.318) 0:00:36.741 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.045) 0:00:36.787 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.086) 0:00:36.873 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.056) 0:00:36.930 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.025) 0:00:36.956 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.218) 0:00:37.175 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/activate_profile.yml:3 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.029) 0:00:37.204 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.053) 0:00:37.258 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.060) 0:00:37.319 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.031) 0:00:37.350 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.027) 0:00:37.377 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:00:58 +0000 (0:00:00.023) 0:00:37.400 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:00 +0000 (0:00:01.672) 0:00:39.072 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:01 +0000 (0:00:01.409) 0:00:40.482 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:01 +0000 (0:00:00.042) 0:00:40.525 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:01 +0000 (0:00:00.036) 0:00:40.562 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:01 +0000 (0:00:00.028) 0:00:40.590 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:01 +0000 (0:00:00.048) 0:00:40.639 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:01 +0000 (0:00:00.023) 0:00:40.662 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:01 +0000 (0:00:00.023) 0:00:40.685 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:01 +0000 (0:00:00.027) 0:00:40.713 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:02 +0000 (0:00:00.064) 0:00:40.777 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:02 +0000 (0:00:00.028) 0:00:40.806 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:02 +0000 (0:00:00.409) 0:00:41.216 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpmk5y2fpy" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:02 +0000 (0:00:00.356) 0:00:41.573 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.609) 0:00:42.182 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.033) 0:00:42.216 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.027) 0:00:42.243 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.024) 0:00:42.268 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.025) 0:00:42.293 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:30 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.201) 0:00:42.494 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove_profile.yml:3 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.041) 0:00:42.535 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.083) 0:00:42.619 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.051) 0:00:42.670 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.030) 0:00:42.700 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.023) 0:00:42.723 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:03 +0000 (0:00:00.023) 0:00:42.747 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:05 +0000 (0:00:01.695) 0:00:44.443 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:07 +0000 (0:00:01.477) 0:00:45.920 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.046) 0:00:45.967 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.024) 0:00:45.991 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.037) 0:00:46.028 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.070) 0:00:46.099 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.036) 0:00:46.135 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.025) 0:00:46.160 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.052) 0:00:46.213 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.027) 0:00:46.241 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.036) 0:00:46.278 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:07 +0000 (0:00:00.402) 0:00:46.680 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpc7bzjsv1" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:08 +0000 (0:00:00.469) 0:00:47.150 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:08 +0000 (0:00:00.355) 0:00:47.505 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:08 +0000 (0:00:00.024) 0:00:47.530 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:08 +0000 (0:00:00.067) 0:00:47.597 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:08 +0000 (0:00:00.028) 0:00:47.625 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:08 +0000 (0:00:00.024) 0:00:47.650 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:36 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.239) 0:00:47.889 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_present.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.082) 0:00:47.971 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface statebr] ****************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.047) 0:00:48.019 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708801263.2702134, "block_size": 4096, "blocks": 0, "ctime": 1708801263.2702134, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37613, "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": 1708801263.2702134, "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-more-test-debugywludt9c/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.220) 0:00:48.240 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.033) 0:00:48.274 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.040) 0:00:48.314 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.069) 0:00:48.384 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.207) 0:00:48.592 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 24 February 2024 19:01:09 +0000 (0:00:00.023) 0:00:48.615 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023291", "end": "2024-02-24 19:01:10.041624", "rc": 1, "start": "2024-02-24 19:01:10.018333" } 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.231) 0:00:48.847 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.023) 0:00:48.871 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.040) 0:00:48.911 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.047) 0:00:48.958 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.051) 0:00:49.010 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.032) 0:00:49.043 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:42 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.027) 0:00:49.070 ***** TASK [Success in test 'I can remove an existing profile without taking it down'] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:47 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.034) 0:00:49.105 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can remove an existing profile without taking it down' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:66 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.024) 0:00:49.130 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.045) 0:00:49.175 ***** 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.052548", "end": "2024-02-24 19:01:10.633342", "rc": 0, "start": "2024-02-24 19:01:10.580794" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tests_states.yml:103 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.271) 0:00:49.447 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml for sut TASK [TEST: I can take a profile down that is absent] ************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:5 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.075) 0:00:49.522 ***** ok: [sut] => {} MSG: ########## I can take a profile down that is absent ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:9 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.032) 0:00:49.555 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:21 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.064) 0:00:49.620 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.043) 0:00:49.663 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:01:10 +0000 (0:00:00.046) 0:00:49.710 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003974", "end": "2024-02-24 19:01:11.127358", "rc": 0, "start": "2024-02-24 19:01:11.123384" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.222) 0:00:49.933 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.026) 0:00:49.959 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:24 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.041) 0:00:50.001 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.056) 0:00:50.057 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.048) 0:00:50.106 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.072) 0:00:50.179 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.028) 0:00:50.208 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.026) 0:00:50.234 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:11 +0000 (0:00:00.024) 0:00:50.259 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:13 +0000 (0:00:01.751) 0:00:52.010 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:14 +0000 (0:00:01.394) 0:00:53.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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.024) 0:00:53.429 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.021) 0:00:53.451 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.022) 0:00:53.474 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.047) 0:00:53.521 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.064) 0:00:53.586 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.028) 0:00:53.615 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.034) 0:00:53.649 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.034) 0:00:53.684 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:14 +0000 (0:00:00.035) 0:00:53.720 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:15 +0000 (0:00:00.446) 0:00:54.166 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpp7ippy9y" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:15 +0000 (0:00:00.367) 0:00:54.533 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.342) 0:00:54.875 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.030) 0:00:54.906 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.090) 0:00:54.997 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.057) 0:00:55.054 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.028) 0:00:55.082 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.220) 0:00:55.303 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/activate_profile.yml:3 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.030) 0:00:55.334 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.086) 0:00:55.420 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.048) 0:00:55.469 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.032) 0:00:55.502 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.032) 0:00:55.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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:16 +0000 (0:00:00.024) 0:00:55.559 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:18 +0000 (0:00:01.616) 0:00:57.176 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:19 +0000 (0:00:01.397) 0:00:58.573 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:19 +0000 (0:00:00.040) 0:00:58.614 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:19 +0000 (0:00:00.037) 0:00:58.652 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:19 +0000 (0:00:00.044) 0:00:58.697 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:19 +0000 (0:00:00.046) 0:00:58.743 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:19 +0000 (0:00:00.025) 0:00:58.769 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:20 +0000 (0:00:00.022) 0:00:58.791 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:20 +0000 (0:00:00.070) 0:00:58.861 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:20 +0000 (0:00:00.037) 0:00:58.898 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:20 +0000 (0:00:00.023) 0:00:58.922 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:20 +0000 (0:00:00.373) 0:00:59.296 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpcilspl_q" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:20 +0000 (0:00:00.323) 0:00:59.620 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.583) 0:01:00.203 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.059) 0:01:00.263 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.028) 0:01:00.292 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.024) 0:01:00.316 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.020) 0:01:00.337 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove_profile.yml:3 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.197) 0:01:00.535 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.061) 0:01:00.597 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.042) 0:01:00.639 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.027) 0:01:00.667 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.022) 0:01:00.689 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:21 +0000 (0:00:00.021) 0:01:00.711 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:23 +0000 (0:00:01.734) 0:01:02.445 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:25 +0000 (0:00:01.398) 0:01:03.844 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.028) 0:01:03.872 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.024) 0:01:03.897 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.023) 0:01:03.921 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.043) 0:01:03.964 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.022) 0:01:03.987 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.023) 0:01:04.010 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.026) 0:01:04.037 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.025) 0:01:04.062 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.045) 0:01:04.108 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:25 +0000 (0:00:00.388) 0:01:04.496 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmplk0upqwe" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.354) 0:01:04.850 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.327) 0:01:05.178 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.028) 0:01:05.207 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.060) 0:01:05.267 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.052) 0:01:05.320 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.046) 0:01:05.366 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:30 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.204) 0:01:05.571 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.071) 0:01:05.642 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:26 +0000 (0:00:00.103) 0:01:05.745 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:27 +0000 (0:00:00.057) 0:01:05.803 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:27 +0000 (0:00:00.046) 0:01:05.850 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:27 +0000 (0:00:00.073) 0:01:05.923 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:27 +0000 (0:00:00.031) 0:01:05.954 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:28 +0000 (0:00:01.733) 0:01:07.688 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:30 +0000 (0:00:01.351) 0:01:09.039 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.023) 0:01:09.063 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.055) 0:01:09.118 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.034) 0:01:09.152 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.062) 0:01:09.214 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.042) 0:01:09.257 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.070) 0:01:09.327 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.056) 0:01:09.384 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.092) 0:01:09.477 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:30 +0000 (0:00:00.068) 0:01:09.545 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:31 +0000 (0:00:00.455) 0:01:10.000 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpx9eqgzub" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:31 +0000 (0:00:00.321) 0:01:10.322 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:31 +0000 (0:00:00.315) 0:01:10.637 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:31 +0000 (0:00:00.022) 0:01:10.660 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:31 +0000 (0:00:00.023) 0:01:10.683 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:31 +0000 (0:00:00.025) 0:01:10.708 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:31 +0000 (0:00:00.064) 0:01:10.773 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:36 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.212) 0:01:10.985 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.043) 0:01:11.028 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.039) 0:01:11.068 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.023) 0:01:11.091 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.231) 0:01:11.323 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.043) 0:01:11.367 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.022737", "end": "2024-02-24 19:01:32.833296", "rc": 1, "start": "2024-02-24 19:01:32.810559" } 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.271) 0:01:11.638 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.025) 0:01:11.664 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.023) 0:01:11.688 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.023) 0:01:11.712 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 24 February 2024 19:01:32 +0000 (0:00:00.035) 0:01:11.747 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.038) 0:01:11.786 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:42 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.096) 0:01:11.882 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:47 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.040) 0:01:11.923 ***** ok: [sut] => {} MSG: +++++ Success in test 'I can take a profile down that is absent' +++++ TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:66 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.033) 0:01:11.957 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.046) 0:01:12.003 ***** 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.051810", "end": "2024-02-24 19:01:33.478264", "rc": 0, "start": "2024-02-24 19:01:33.426454" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Include the task 'run_test.yml'] ***************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tests_states.yml:126 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.286) 0:01:12.290 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:5 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.051) 0:01:12.341 ***** ok: [sut] => {} MSG: ########## I will not get an error when I try to remove an absent profile ########## TASK [Show item] *************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:9 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.032) 0:01:12.374 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:21 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.087) 0:01:12.461 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.046) 0:01:12.508 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.037) 0:01:12.545 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003972", "end": "2024-02-24 19:01:33.948214", "rc": 0, "start": "2024-02-24 19:01:33.944242" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 19:01:33 +0000 (0:00:00.208) 0:01:12.753 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 24 February 2024 19:01:34 +0000 (0:00:00.056) 0:01:12.810 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:24 Saturday 24 February 2024 19:01:34 +0000 (0:00:00.027) 0:01:12.837 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/activate_profile.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:3 Saturday 24 February 2024 19:01:34 +0000 (0:00:00.051) 0:01:12.889 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:34 +0000 (0:00:00.069) 0:01:12.959 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:34 +0000 (0:00:00.091) 0:01:13.050 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:34 +0000 (0:00:00.040) 0:01:13.091 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:34 +0000 (0:00:00.032) 0:01:13.123 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:34 +0000 (0:00:00.032) 0:01:13.155 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:36 +0000 (0:00:01.758) 0:01:14.913 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:37 +0000 (0:00:01.379) 0:01:16.293 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.036) 0:01:16.329 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.027) 0:01:16.357 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.024) 0:01:16.381 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.074) 0:01:16.456 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.023) 0:01:16.480 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.027) 0:01:16.507 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.036) 0:01:16.544 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.033) 0:01:16.577 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:37 +0000 (0:00:00.038) 0:01:16.615 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:38 +0000 (0:00:00.395) 0:01:17.010 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpulnmgi04" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:38 +0000 (0:00:00.342) 0:01:17.353 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:38 +0000 (0:00:00.300) 0:01:17.653 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:38 +0000 (0:00:00.023) 0:01:17.676 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:38 +0000 (0:00:00.023) 0:01:17.699 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:38 +0000 (0:00:00.024) 0:01:17.724 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:38 +0000 (0:00:00.022) 0:01:17.746 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Show result] ************************************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/create_bridge_profile.yml:14 Saturday 24 February 2024 19:01:39 +0000 (0:00:00.210) 0:01:17.957 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/activate_profile.yml:3 Saturday 24 February 2024 19:01:39 +0000 (0:00:00.036) 0:01:17.994 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:39 +0000 (0:00:00.042) 0:01:18.036 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:39 +0000 (0:00:00.044) 0:01:18.081 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:39 +0000 (0:00:00.060) 0:01:18.141 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:39 +0000 (0:00:00.027) 0:01:18.169 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:39 +0000 (0:00:00.029) 0:01:18.198 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:41 +0000 (0:00:01.638) 0:01:19.837 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:42 +0000 (0:00:01.341) 0:01:21.178 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.051) 0:01:21.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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.025) 0:01:21.255 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.033) 0:01:21.288 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.059) 0:01:21.348 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.031) 0:01:21.379 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.034) 0:01:21.414 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.086) 0:01:21.500 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.044) 0:01:21.544 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:42 +0000 (0:00:00.029) 0:01:21.573 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:43 +0000 (0:00:00.376) 0:01:21.950 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpygaxfsjz" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:43 +0000 (0:00:00.387) 0:01:22.338 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active) [003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.635) 0:01:22.973 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.025) 0:01:22.998 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.059) 0:01:23.058 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "statebr", "state": "up" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)\n[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[002] #0, state:up persistent_state:present, 'statebr': up connection statebr (not-active)", "[003] #0, state:up persistent_state:present, 'statebr': call 'ifup statebr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.026) 0:01:23.084 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.024) 0:01:23.108 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.200) 0:01:23.310 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.042) 0:01:23.353 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.045) 0:01:23.398 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.029) 0:01:23.427 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.024) 0:01:23.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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:44 +0000 (0:00:00.023) 0:01:23.476 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:46 +0000 (0:00:01.694) 0:01:25.170 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:47 +0000 (0:00:01.429) 0:01:26.599 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:47 +0000 (0:00:00.071) 0:01:26.671 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:47 +0000 (0:00:00.081) 0:01:26.752 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:48 +0000 (0:00:00.029) 0:01:26.781 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:48 +0000 (0:00:00.152) 0:01:26.934 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:48 +0000 (0:00:00.042) 0:01:26.976 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:48 +0000 (0:00:00.052) 0:01:27.029 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:48 +0000 (0:00:00.032) 0:01:27.061 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:48 +0000 (0:00:00.028) 0:01:27.090 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:48 +0000 (0:00:00.035) 0:01:27.125 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:48 +0000 (0:00:00.469) 0:01:27.594 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmptq8bm_oe" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:49 +0000 (0:00:00.452) 0:01:28.047 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:49 +0000 (0:00:00.416) 0:01:28.463 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:49 +0000 (0:00:00.084) 0:01:28.547 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:49 +0000 (0:00:00.035) 0:01:28.583 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:49 +0000 (0:00:00.064) 0:01:28.648 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:49 +0000 (0:00:00.053) 0:01:28.701 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Test] ******************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:30 Saturday 24 February 2024 19:01:50 +0000 (0:00:00.233) 0:01:28.935 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove+down_profile.yml for sut TASK [Include network role] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/remove+down_profile.yml:3 Saturday 24 February 2024 19:01:50 +0000 (0:00:00.075) 0:01:29.010 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 24 February 2024 19:01:50 +0000 (0:00:00.060) 0:01:29.071 ***** included: /WORKDIR/git-more-test-debugywludt9c/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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 24 February 2024 19:01:50 +0000 (0:00:00.064) 0:01:29.136 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 24 February 2024 19:01:50 +0000 (0:00:00.037) 0:01:29.173 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 24 February 2024 19:01:50 +0000 (0:00:00.091) 0:01:29.265 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 24 February 2024 19:01:50 +0000 (0:00:00.071) 0:01:29.336 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 24 February 2024 19:01:52 +0000 (0:00:01.717) 0:01:31.054 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 24 February 2024 19:01:53 +0000 (0:00:01.370) 0:01:32.424 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.032) 0:01:32.456 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.052) 0:01:32.509 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.023) 0:01:32.532 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.050) 0:01:32.582 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.026) 0:01:32.609 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.024) 0:01:32.634 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.027) 0:01:32.662 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.023) 0:01:32.685 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 24 February 2024 19:01:53 +0000 (0:00:00.024) 0:01:32.710 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 24 February 2024 19:01:54 +0000 (0:00:00.371) 0:01:33.081 ***** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18692vsj3hq8c/tmpkruv67cc" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 24 February 2024 19:01:54 +0000 (0:00:00.338) 0:01:33.419 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 24 February 2024 19:01:54 +0000 (0:00:00.299) 0:01:33.718 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 24 February 2024 19:01:54 +0000 (0:00:00.022) 0:01:33.740 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 24 February 2024 19:01:54 +0000 (0:00:00.026) 0:01:33.767 ***** 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-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.054) 0:01:33.821 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.025) 0:01:33.846 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Asserts] ***************************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:36 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.206) 0:01:34.053 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_NetworkManager_NVR.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml:3 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.047) 0:01:34.100 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.042) 0:01:34.142 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.026) 0:01:34.168 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.228) 0:01:34.397 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.034) 0:01:34.431 ***** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep statebr | grep /etc", "delta": "0:00:00.023502", "end": "2024-02-24 19:01:55.857277", "rc": 1, "start": "2024-02-24 19:01:55.833775" } 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-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.230) 0:01:34.662 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-statebr] ************************ task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.023) 0:01:34.686 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-statebr] ********************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.024) 0:01:34.710 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-statebr] **************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.025) 0:01:34.735 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-statebr] ************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 24 February 2024 19:01:55 +0000 (0:00:00.028) 0:01:34.764 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is absent - 'statebr'] *************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/assert_profile_absent.yml:5 Saturday 24 February 2024 19:01:56 +0000 (0:00:00.056) 0:01:34.820 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get NetworkManager RPM version] ****************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_NetworkManager_NVR.yml:7 Saturday 24 February 2024 19:01:56 +0000 (0:00:00.032) 0:01:34.853 ***** ok: [sut] => { "changed": false, "cmd": [ "rpm", "-qa", "--qf", "%{name}-%{version}-%{release}\\n", "NetworkManager" ], "delta": "0:00:00.974430", "end": "2024-02-24 19:01:57.228336", "rc": 0, "start": "2024-02-24 19:01:56.253906" } STDOUT: NetworkManager-1.40.16-14.el8 TASK [Store NetworkManager version] ******************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_NetworkManager_NVR.yml:14 Saturday 24 February 2024 19:01:57 +0000 (0:00:01.228) 0:01:36.082 ***** ok: [sut] => { "ansible_facts": { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" }, "changed": false } TASK [Show NetworkManager version] ********************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/get_NetworkManager_NVR.yml:18 Saturday 24 February 2024 19:01:57 +0000 (0:00:00.058) 0:01:36.140 ***** ok: [sut] => { "networkmanager_nvr": "NetworkManager-1.40.16-14.el8" } TASK [Conditional asserts] ***************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:42 Saturday 24 February 2024 19:01:57 +0000 (0:00:00.076) 0:01:36.216 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:47 Saturday 24 February 2024 19:01:57 +0000 (0:00:00.052) 0:01:36.269 ***** 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-more-test-debugywludt9c/tests/playbooks/tasks/run_test.yml:66 Saturday 24 February 2024 19:01:57 +0000 (0:00:00.046) 0:01:36.315 ***** included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml for sut included: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Cleanup profile and device] ********************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/cleanup_profile+device.yml:3 Saturday 24 February 2024 19:01:57 +0000 (0:00:00.075) 0:01:36.391 ***** 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.055917", "end": "2024-02-24 19:01:57.862140", "rc": 0, "start": "2024-02-24 19:01:57.806223" } STDERR: Error: unknown connection 'statebr'. Error: cannot delete unknown connection(s): 'statebr'. TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 24 February 2024 19:01:57 +0000 (0:00:00.297) 0:01:36.688 ***** 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.010699", "end": "2024-02-24 19:01:58.101821", "rc": 0, "start": "2024-02-24 19:01:58.091122" } 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 02:67:a5:1c:c7:af brd ff:ff:ff:ff:ff:ff inet 10.31.47.105/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 2884sec preferred_lft 2884sec inet6 fe80::67:a5ff:fe1c:c7af/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.105 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.105 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-more-test-debugywludt9c/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 24 February 2024 19:01:58 +0000 (0:00:00.222) 0:01:36.911 ***** 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.169303", "end": "2024-02-24 19:01:58.511649", "rc": 0, "start": "2024-02-24 19:01:58.342346" } STDOUT: CHECK DNS AND CONNECTIVITY 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 2798 0 --:--:-- --:--:-- --:--:-- 2798 % 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 10034 0 --:--:-- --:--:-- --:--:-- 10034 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=336 changed=13 unreachable=0 failed=0 skipped=226 rescued=0 ignored=10 Saturday 24 February 2024 19:01:58 +0000 (0:00:00.404) 0:01:37.316 ***** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 2.42s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable network service --------------------- 2.08s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:108 linux-system-roles.network : Check which services are running ----------- 1.76s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.75s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.73s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.73s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which services are running ----------- 1.73s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Ensure initscripts network file dependency is present --- 1.73s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/main.yml:116 linux-system-roles.network : Check which services are running ----------- 1.72s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.70s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.70s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.69s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.69s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.69s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.67s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.65s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.61s /WORKDIR/git-more-test-debugywludt9c/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf 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. [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. ---^---^---^---^---^---