# 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 ****************************** 6 plays in /WORKDIR/git-weekly-cid3r6ab30/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-weekly-cid3r6ab30/tests/tests_bridge_cloned_mac_initscripts.yml:5 Saturday 06 January 2024 13:52:10 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tests_bridge_cloned_mac_initscripts.yml:8 Saturday 06 January 2024 13:52:11 +0000 (0:00:00.687) 0:00:00.699 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:3 Saturday 06 January 2024 13:52:11 +0000 (0:00:00.010) 0:00:00.710 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:19 Saturday 06 January 2024 13:52:11 +0000 (0:00:00.337) 0:00:01.048 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:24 Saturday 06 January 2024 13:52:11 +0000 (0:00:00.272) 0:00:01.321 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:28 Saturday 06 January 2024 13:52:11 +0000 (0:00:00.030) 0:00:01.351 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:53 Saturday 06 January 2024 13:52:11 +0000 (0:00:00.017) 0:00:01.369 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:8 Saturday 06 January 2024 13:52:11 +0000 (0:00:00.031) 0:00:01.401 ****** 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-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:24 Saturday 06 January 2024 13:52:12 +0000 (0:00:00.268) 0:00:01.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:30 Saturday 06 January 2024 13:52:12 +0000 (0:00:00.011) 0:00:01.681 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:35 Saturday 06 January 2024 13:52:12 +0000 (0:00:00.010) 0:00:01.692 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.248656", "end": "2024-01-06 13:52:13.594860", "rc": 0, "start": "2024-01-06 13:52:12.346204" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:40 Saturday 06 January 2024 13:52:13 +0000 (0:00:01.436) 0:00:03.128 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/tests_bridge_cloned_mac_initscripts.yml:10 Saturday 06 January 2024 13:52:13 +0000 (0:00:00.009) 0:00:03.138 ****** 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-weekly-cid3r6ab30/tests/playbooks/tests_bridge_cloned_mac.yml:3 Saturday 06 January 2024 13:52:13 +0000 (0:00:00.010) 0:00:03.149 ****** ok: [sut] META: ran handlers TASK [Define vars] ************************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_bridge_cloned_mac.yml:6 Saturday 06 January 2024 13:52:14 +0000 (0:00:00.550) 0:00:03.699 ****** 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-weekly-cid3r6ab30/tests/playbooks/tests_bridge_cloned_mac.yml:11 Saturday 06 January 2024 13:52:14 +0000 (0:00:00.013) 0:00:03.713 ****** ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 January 2024 13:52:14 +0000 (0:00:00.555) 0:00:04.268 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 January 2024 13:52:14 +0000 (0:00:00.065) 0:00:04.333 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 January 2024 13:52:14 +0000 (0:00:00.024) 0:00:04.358 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 January 2024 13:52:14 +0000 (0:00:00.010) 0:00:04.369 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 January 2024 13:52:14 +0000 (0:00:00.010) 0:00:04.379 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 January 2024 13:52:16 +0000 (0:00:01.638) 0:00:06.018 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 January 2024 13:52:18 +0000 (0:00:01.521) 0:00:07.540 ****** ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.025) 0:00:07.566 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.026) 0:00:07.592 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.021) 0:00:07.613 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.044) 0:00:07.658 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.021) 0:00:07.680 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.021) 0:00:07.701 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.025) 0:00:07.726 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.021) 0:00:07.748 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.021) 0:00:07.770 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 06 January 2024 13:52:18 +0000 (0:00:00.474) 0:00:08.244 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-7239dcucwquo/tmpljnabc8b" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 06 January 2024 13:52:19 +0000 (0:00:00.298) 0:00:08.543 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 06 January 2024 13:52:19 +0000 (0:00:00.734) 0:00:09.278 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 06 January 2024 13:52:19 +0000 (0:00:00.023) 0:00:09.302 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 06 January 2024 13:52:19 +0000 (0:00:00.023) 0:00:09.326 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 06 January 2024 13:52:19 +0000 (0:00:00.025) 0:00:09.351 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 06 January 2024 13:52:19 +0000 (0:00:00.021) 0:00:09.373 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Verify ifcfg MACADDR entry] ********************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_bridge_cloned_mac.yml:26 Saturday 06 January 2024 13:52:20 +0000 (0:00:00.238) 0:00:09.612 ****** ok: [sut] => { "changed": false, "cmd": [ "grep", "^MACADDR=", "/etc/sysconfig/network-scripts/ifcfg-LSR-TST-br31" ], "delta": "0:00:00.002859", "end": "2024-01-06 13:52:20.267566", "rc": 0, "start": "2024-01-06 13:52:20.264707" } STDOUT: MACADDR="12:23:34:45:56:70" TASK [Verify nmcli cloned-mac-address entry] *********************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_bridge_cloned_mac.yml:34 Saturday 06 January 2024 13:52:20 +0000 (0:00:00.217) 0:00:09.829 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that cloned-mac-address addresses are configured correctly] ******* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_bridge_cloned_mac.yml:43 Saturday 06 January 2024 13:52:20 +0000 (0:00:00.047) 0:00:09.876 ****** 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-weekly-cid3r6ab30/tests/playbooks/down_profile.yml:3 Saturday 06 January 2024 13:52:20 +0000 (0:00:00.035) 0:00:09.911 ****** ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 January 2024 13:52:20 +0000 (0:00:00.598) 0:00:10.510 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 January 2024 13:52:21 +0000 (0:00:00.061) 0:00:10.571 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 January 2024 13:52:21 +0000 (0:00:00.031) 0:00:10.603 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 January 2024 13:52:21 +0000 (0:00:00.022) 0:00:10.626 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 January 2024 13:52:21 +0000 (0:00:00.023) 0:00:10.649 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 January 2024 13:52:22 +0000 (0:00:01.584) 0:00:12.234 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 January 2024 13:52:24 +0000 (0:00:01.328) 0:00:13.562 ****** ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.025) 0:00:13.587 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.024) 0:00:13.611 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.021) 0:00:13.633 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.062) 0:00:13.696 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.031) 0:00:13.727 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.035) 0:00:13.763 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.031) 0:00:13.795 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.024) 0:00:13.819 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.023) 0:00:13.842 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.344) 0:00:14.187 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-7239dcucwquo/tmpgho6ss92" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 06 January 2024 13:52:24 +0000 (0:00:00.307) 0:00:14.495 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 06 January 2024 13:52:25 +0000 (0:00:00.322) 0:00:14.817 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 06 January 2024 13:52:25 +0000 (0:00:00.023) 0:00:14.840 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 06 January 2024 13:52:25 +0000 (0:00:00.026) 0:00:14.867 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 06 January 2024 13:52:25 +0000 (0:00:00.029) 0:00:14.897 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 06 January 2024 13:52:25 +0000 (0:00:00.032) 0:00:14.929 ****** ok: [sut] => { "changed": false, "ping": "pong" } META: ran handlers META: ran handlers PLAY [Delete the interface] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/down_profile+delete_interface.yml:5 Saturday 06 January 2024 13:52:25 +0000 (0:00:00.198) 0:00:15.127 ****** ok: [sut] META: ran handlers TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/down_profile+delete_interface.yml:8 Saturday 06 January 2024 13:52:26 +0000 (0:00:00.596) 0:00:15.724 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tasks/delete_interface.yml:3 Saturday 06 January 2024 13:52:26 +0000 (0:00:00.041) 0:00:15.766 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "LSR-TST-br31" ], "delta": "0:00:00.015363", "end": "2024-01-06 13:52:26.439647", "rc": 0, "start": "2024-01-06 13:52:26.424284" } META: ran handlers META: ran handlers PLAY [Remove {{ profile }}] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/remove_profile.yml:3 Saturday 06 January 2024 13:52:26 +0000 (0:00:00.225) 0:00:15.991 ****** ok: [sut] META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 January 2024 13:52:27 +0000 (0:00:00.596) 0:00:16.587 ****** included: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 January 2024 13:52:27 +0000 (0:00:00.037) 0:00:16.624 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 January 2024 13:52:27 +0000 (0:00:00.027) 0:00:16.652 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 January 2024 13:52:27 +0000 (0:00:00.022) 0:00:16.675 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 January 2024 13:52:27 +0000 (0:00:00.023) 0:00:16.698 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 January 2024 13:52:28 +0000 (0:00:01.622) 0:00:18.321 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 January 2024 13:52:30 +0000 (0:00:01.324) 0:00:19.646 ****** ok: [sut] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.024) 0:00:19.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.021) 0:00:19.692 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.022) 0:00:19.715 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.046) 0:00:19.761 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.022) 0:00:19.783 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.022) 0:00:19.805 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.030) 0:00:19.835 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.023) 0:00:19.859 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.023) 0:00:19.882 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 06 January 2024 13:52:30 +0000 (0:00:00.374) 0:00:20.257 ****** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-7239dcucwquo/tmpkiqxj6tl" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 06 January 2024 13:52:31 +0000 (0:00:00.299) 0:00:20.556 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 06 January 2024 13:52:31 +0000 (0:00:00.302) 0:00:20.859 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 06 January 2024 13:52:31 +0000 (0:00:00.024) 0:00:20.883 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 06 January 2024 13:52:31 +0000 (0:00:00.024) 0:00:20.908 ****** 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-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 06 January 2024 13:52:31 +0000 (0:00:00.025) 0:00:20.933 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 06 January 2024 13:52:31 +0000 (0:00:00.022) 0:00:20.956 ****** ok: [sut] => { "changed": false, "ping": "pong" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=49 changed=2 unreachable=0 failed=0 skipped=44 rescued=0 ignored=0 Saturday 06 January 2024 13:52:31 +0000 (0:00:00.178) 0:00:21.134 ****** =============================================================================== linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.58s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Enable EPEL 8 ----------------------------------------------------------- 1.44s /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/enable_epel.yml:35 ----------------- linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.32s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.73s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/git-weekly-cid3r6ab30/tests/tests_bridge_cloned_mac_initscripts.yml:5 Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/down_profile.yml:3 ------------- Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/down_profile+delete_interface.yml:5 Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/remove_profile.yml:3 ----------- Gathering Facts --------------------------------------------------------- 0.56s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_bridge_cloned_mac.yml:11 - Gathering Facts --------------------------------------------------------- 0.55s /WORKDIR/git-weekly-cid3r6ab30/tests/playbooks/tests_bridge_cloned_mac.yml:3 -- linux-system-roles.network : Enable network service --------------------- 0.47s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Enable network service --------------------- 0.37s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Enable network service --------------------- 0.34s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:105 Gather the minimum subset of ansible_facts required by the network role test --- 0.34s /WORKDIR/git-weekly-cid3r6ab30/tests/tasks/el_repo_setup.yml:3 ---------------- linux-system-roles.network : Configure networking connection profiles --- 0.32s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.31s /WORKDIR/git-weekly-cid3r6ab30/tests/roles/linux-system-roles.network/tasks/main.yml:113 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---