# 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_bridge_cloned_mac_initscripts.yml ****************************** 7 plays in /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tests_bridge_cloned_mac_initscripts.yml PLAY [Run playbook 'playbooks/tests_bridge_cloned_mac.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tests_bridge_cloned_mac_initscripts.yml:5 Tuesday 12 March 2024 21:26:50 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tests_bridge_cloned_mac_initscripts.yml:8 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.884) 0:00:00.898 ********* included: /WORKDIR/git-nm_plugin_hotfix0vhblyih/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-nm_plugin_hotfix0vhblyih/tests/tasks/el_repo_setup.yml:3 Tuesday 12 March 2024 21:26:51 +0000 (0:00:00.025) 0:00:00.923 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/el_repo_setup.yml:19 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.424) 0:00:01.347 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/el_repo_setup.yml:24 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.336) 0:00:01.683 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/el_repo_setup.yml:28 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.039) 0:00:01.722 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/el_repo_setup.yml:53 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.044) 0:00:01.767 ********* included: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/enable_epel.yml:8 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.060) 0:00:01.828 ********* 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-nm_plugin_hotfix0vhblyih/tests/tasks/enable_epel.yml:24 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.334) 0:00:02.162 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/enable_epel.yml:30 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.010) 0:00:02.173 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/enable_epel.yml:35 Tuesday 12 March 2024 21:26:52 +0000 (0:00:00.010) 0:00:02.184 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.270965", "end": "2024-03-12 21:26:53.368262", "rc": 0, "start": "2024-03-12 21:26:53.097297" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/enable_epel.yml:40 Tuesday 12 March 2024 21:26:53 +0000 (0:00:00.488) 0:00:02.672 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tests_bridge_cloned_mac_initscripts.yml:10 Tuesday 12 March 2024 21:26:53 +0000 (0:00:00.024) 0:00:02.697 ********* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Test configuring bridges] ************************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:3 Tuesday 12 March 2024 21:26:53 +0000 (0:00:00.045) 0:00:02.742 ********* ok: [sut] META: ran handlers TASK [Define vars] ************************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:6 Tuesday 12 March 2024 21:26:54 +0000 (0:00:00.562) 0:00:03.304 ********* ok: [sut] => { "ansible_facts": { "cloned_mac": "12:23:34:45:56:70", "interface": "LSR-TST-br31" }, "changed": false } META: ran handlers META: ran handlers PLAY [Add test bridge] ********************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:11 Tuesday 12 March 2024 21:26:54 +0000 (0:00:00.017) 0:00:03.322 ********* ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 12 March 2024 21:26:54 +0000 (0:00:00.522) 0:00:03.845 ********* included: /WORKDIR/git-nm_plugin_hotfix0vhblyih/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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:26:54 +0000 (0:00:00.029) 0:00:03.874 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 12 March 2024 21:26:54 +0000 (0:00:00.049) 0:00:03.923 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 12 March 2024 21:26:54 +0000 (0:00:00.031) 0:00:03.954 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 12 March 2024 21:26:54 +0000 (0:00:00.012) 0:00:03.967 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 12 March 2024 21:26:56 +0000 (0:00:01.708) 0:00:05.675 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 12 March 2024 21:26:58 +0000 (0:00:01.675) 0:00:07.351 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.032) 0:00:07.384 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.028) 0:00:07.412 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.022) 0:00:07.435 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.030) 0:00:07.466 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.022) 0:00:07.488 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:75 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.024) 0:00:07.513 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:88 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.042) 0:00:07.556 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:103 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.022) 0:00:07.579 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:120 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.022) 0:00:07.601 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.026) 0:00:07.627 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.023) 0:00:07.651 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:154 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.021) 0:00:07.672 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 12 March 2024 21:26:58 +0000 (0:00:00.531) 0:00:08.204 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-7282hx1fjdff/tmp3yh6rkvl" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:171 Tuesday 12 March 2024 21:26:59 +0000 (0:00:00.371) 0:00:08.575 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "cloned_mac": "12:23:34:45:56:70", "interface_name": "LSR-TST-br31", "ip": { "auto6": true, "dhcp4": false }, "name": "LSR-TST-br31", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'LSR-TST-br31': add ifcfg-rh profile 'LSR-TST-br31' [004] #0, state:up persistent_state:present, 'LSR-TST-br31': up connection LSR-TST-br31 (not-active) [005] #0, state:up persistent_state:present, 'LSR-TST-br31': call 'ifup LSR-TST-br31': 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:183 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.916) 0:00:09.491 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.024) 0:00:09.516 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'LSR-TST-br31': add ifcfg-rh profile 'LSR-TST-br31'", "[004] #0, state:up persistent_state:present, 'LSR-TST-br31': up connection LSR-TST-br31 (not-active)", "[005] #0, state:up persistent_state:present, 'LSR-TST-br31': call 'ifup LSR-TST-br31': 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:193 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.024) 0:00:09.540 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "cloned_mac": "12:23:34:45:56:70", "interface_name": "LSR-TST-br31", "ip": { "auto6": true, "dhcp4": false }, "name": "LSR-TST-br31", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'LSR-TST-br31': add ifcfg-rh profile 'LSR-TST-br31'\n[004] #0, state:up persistent_state:present, 'LSR-TST-br31': up connection LSR-TST-br31 (not-active)\n[005] #0, state:up persistent_state:present, 'LSR-TST-br31': call 'ifup LSR-TST-br31': 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": [ "[003] #0, state:up persistent_state:present, 'LSR-TST-br31': add ifcfg-rh profile 'LSR-TST-br31'", "[004] #0, state:up persistent_state:present, 'LSR-TST-br31': up connection LSR-TST-br31 (not-active)", "[005] #0, state:up persistent_state:present, 'LSR-TST-br31': call 'ifup LSR-TST-br31': 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:198 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.023) 0:00:09.563 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:204 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.020) 0:00:09.584 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Verify ifcfg MACADDR entry] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:26 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.282) 0:00:09.867 ********* ok: [sut] => { "changed": false, "cmd": [ "grep", "^MACADDR=", "/etc/sysconfig/network-scripts/ifcfg-LSR-TST-br31" ], "delta": "0:00:00.003321", "end": "2024-03-12 21:27:00.786664", "rc": 0, "start": "2024-03-12 21:27:00.783343" } STDOUT: MACADDR="12:23:34:45:56:70" TASK [Verify nmcli cloned-mac-address entry] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:34 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.220) 0:00:10.088 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that cloned-mac-address addresses are configured correctly] ******* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:43 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.023) 0:00:10.111 ********* ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY [Set down {{ profile }}] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/down_profile.yml:3 Tuesday 12 March 2024 21:27:00 +0000 (0:00:00.034) 0:00:10.145 ********* ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 12 March 2024 21:27:01 +0000 (0:00:00.582) 0:00:10.728 ********* included: /WORKDIR/git-nm_plugin_hotfix0vhblyih/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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:27:01 +0000 (0:00:00.103) 0:00:10.831 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 12 March 2024 21:27:01 +0000 (0:00:00.060) 0:00:10.892 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 12 March 2024 21:27:01 +0000 (0:00:00.045) 0:00:10.937 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 12 March 2024 21:27:01 +0000 (0:00:00.038) 0:00:10.976 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 12 March 2024 21:27:03 +0000 (0:00:01.708) 0:00:12.684 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 12 March 2024 21:27:04 +0000 (0:00:01.537) 0:00:14.221 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 12 March 2024 21:27:04 +0000 (0:00:00.032) 0:00:14.254 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.030) 0:00:14.285 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.049) 0:00:14.334 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.032) 0:00:14.367 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.040) 0:00:14.408 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:75 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.028) 0:00:14.437 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:88 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.077) 0:00:14.514 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:103 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.043) 0:00:14.558 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:120 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.048) 0:00:14.607 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.059) 0:00:14.666 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.045) 0:00:14.712 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:154 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.044) 0:00:14.757 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 12 March 2024 21:27:05 +0000 (0:00:00.418) 0:00:15.175 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-7282hx1fjdff/tmp9ov4m4jl" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:171 Tuesday 12 March 2024 21:27:06 +0000 (0:00:00.548) 0:00:15.724 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LSR-TST-br31", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false } STDERR: [002] #0, state:down persistent_state:present, 'LSR-TST-br31': down connection LSR-TST-br31 skipped because not active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:183 Tuesday 12 March 2024 21:27:06 +0000 (0:00:00.488) 0:00:16.212 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 12 March 2024 21:27:06 +0000 (0:00:00.043) 0:00:16.256 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:down persistent_state:present, 'LSR-TST-br31': down connection LSR-TST-br31 skipped because not active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:193 Tuesday 12 March 2024 21:27:07 +0000 (0:00:00.036) 0:00:16.292 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LSR-TST-br31", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": false, "failed": false, "stderr": "[002] #0, state:down persistent_state:present, 'LSR-TST-br31': down connection LSR-TST-br31 skipped because not active\n", "stderr_lines": [ "[002] #0, state:down persistent_state:present, 'LSR-TST-br31': down connection LSR-TST-br31 skipped because not active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:198 Tuesday 12 March 2024 21:27:07 +0000 (0:00:00.051) 0:00:16.344 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:204 Tuesday 12 March 2024 21:27:07 +0000 (0:00:00.023) 0:00:16.367 ********* ok: [sut] => { "changed": false, "ping": "pong" } META: ran handlers META: ran handlers PLAY [Delete the interface] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/down_profile+delete_interface.yml:5 Tuesday 12 March 2024 21:27:07 +0000 (0:00:00.217) 0:00:16.585 ********* ok: [sut] META: ran handlers TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/down_profile+delete_interface.yml:8 Tuesday 12 March 2024 21:27:07 +0000 (0:00:00.548) 0:00:17.134 ********* included: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tasks/delete_interface.yml:3 Tuesday 12 March 2024 21:27:07 +0000 (0:00:00.036) 0:00:17.170 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "LSR-TST-br31" ], "delta": "0:00:00.015672", "end": "2024-03-12 21:27:08.109416", "rc": 0, "start": "2024-03-12 21:27:08.093744" } META: ran handlers META: ran handlers PLAY [Remove {{ profile }}] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/remove_profile.yml:3 Tuesday 12 March 2024 21:27:08 +0000 (0:00:00.257) 0:00:17.428 ********* ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 12 March 2024 21:27:08 +0000 (0:00:00.523) 0:00:17.951 ********* included: /WORKDIR/git-nm_plugin_hotfix0vhblyih/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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 12 March 2024 21:27:08 +0000 (0:00:00.060) 0:00:18.012 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 12 March 2024 21:27:08 +0000 (0:00:00.029) 0:00:18.042 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 12 March 2024 21:27:08 +0000 (0:00:00.022) 0:00:18.064 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 12 March 2024 21:27:08 +0000 (0:00:00.021) 0:00:18.086 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 12 March 2024 21:27:10 +0000 (0:00:01.664) 0:00:19.750 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 12 March 2024 21:27:11 +0000 (0:00:01.467) 0:00:21.217 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 12 March 2024 21:27:11 +0000 (0:00:00.047) 0:00:21.265 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.027) 0:00:21.292 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:28 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.023) 0:00:21.316 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:42 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.028) 0:00:21.344 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.023) 0:00:21.368 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:75 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.028) 0:00:21.397 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:88 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.053) 0:00:21.450 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:103 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.026) 0:00:21.477 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:120 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.031) 0:00:21.509 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.027) 0:00:21.536 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:145 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.040) 0:00:21.577 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:154 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.040) 0:00:21.617 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:162 Tuesday 12 March 2024 21:27:12 +0000 (0:00:00.413) 0:00:22.031 ********* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-7282hx1fjdff/tmp7r22jv9e" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:171 Tuesday 12 March 2024 21:27:13 +0000 (0:00:00.351) 0:00:22.382 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LSR-TST-br31", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'LSR-TST-br31': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LSR-TST-br31' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:183 Tuesday 12 March 2024 21:27:13 +0000 (0:00:00.344) 0:00:22.727 ********* 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-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:189 Tuesday 12 March 2024 21:27:13 +0000 (0:00:00.042) 0:00:22.769 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'LSR-TST-br31': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LSR-TST-br31'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:193 Tuesday 12 March 2024 21:27:13 +0000 (0:00:00.037) 0:00:22.807 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "LSR-TST-br31", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'LSR-TST-br31': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LSR-TST-br31'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'LSR-TST-br31': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-LSR-TST-br31'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:198 Tuesday 12 March 2024 21:27:13 +0000 (0:00:00.050) 0:00:22.858 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:204 Tuesday 12 March 2024 21:27:13 +0000 (0:00:00.025) 0:00:22.884 ********* ok: [sut] => { "changed": false, "ping": "pong" } META: ran handlers META: ran handlers PLAY [Verify that cleanup restored state to default] *************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:64 Tuesday 12 March 2024 21:27:13 +0000 (0:00:00.276) 0:00:23.160 ********* ok: [sut] META: ran handlers TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:67 Tuesday 12 March 2024 21:27:14 +0000 (0:00:00.547) 0:00:23.708 ********* included: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tasks/check_network_dns.yml:6 Tuesday 12 March 2024 21:27:14 +0000 (0:00:00.045) 0:00:23.753 ********* 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.009491", "end": "2024-03-12 21:27:14.681161", "rc": 0, "start": "2024-03-12 21:27:14.671670" } 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 0e:e6:ba:eb:0e:87 brd ff:ff:ff:ff:ff:ff inet 10.31.40.150/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 3260sec preferred_lft 3260sec inet6 fe80::ce6:baff:feeb:e87/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.40.150 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.40.150 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-nm_plugin_hotfix0vhblyih/tests/playbooks/tasks/check_network_dns.yml:24 Tuesday 12 March 2024 21:27:14 +0000 (0:00:00.237) 0:00:23.991 ********* 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.166231", "end": "2024-03-12 21:27:15.117889", "rc": 0, "start": "2024-03-12 21:27:14.951658" } STDOUT: CHECK DNS AND CONNECTIVITY 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 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 12200 0 --:--:-- --:--:-- --:--:-- 12200 % 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 2575 0 --:--:-- --:--:-- --:--:-- 2575 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=53 changed=2 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Tuesday 12 March 2024 21:27:15 +0000 (0:00:00.435) 0:00:24.427 ********* =============================================================================== linux-system-roles.network : Check which services are running ----------- 1.71s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.71s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.68s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.66s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.54s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.47s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.92s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:171 Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tests_bridge_cloned_mac_initscripts.yml:5 Gathering Facts --------------------------------------------------------- 0.58s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/down_profile.yml:3 ------ Gathering Facts --------------------------------------------------------- 0.56s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:3 Gathering Facts --------------------------------------------------------- 0.55s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/down_profile+delete_interface.yml:5 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.55s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:162 Gathering Facts --------------------------------------------------------- 0.55s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:64 linux-system-roles.network : Enable network service --------------------- 0.53s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:154 Gathering Facts --------------------------------------------------------- 0.52s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/remove_profile.yml:3 ---- Gathering Facts --------------------------------------------------------- 0.52s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tests_bridge_cloned_mac.yml:11 linux-system-roles.network : Configure networking connection profiles --- 0.49s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/roles/linux-system-roles.network/tasks/main.yml:171 Enable EPEL 8 ----------------------------------------------------------- 0.49s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/enable_epel.yml:35 ---------- Verify DNS and network connectivity ------------------------------------- 0.44s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/playbooks/tasks/check_network_dns.yml:24 Gather the minimum subset of ansible_facts required by the network role test --- 0.42s /WORKDIR/git-nm_plugin_hotfix0vhblyih/tests/tasks/el_repo_setup.yml:3 --------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---