# 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_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 13 July 2024 13:22:05 +0000 (0:00:00.012) 0:00:00.012 ********* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 13 July 2024 13:22:06 +0000 (0:00:00.682) 0:00:00.694 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 13 July 2024 13:22:06 +0000 (0:00:00.256) 0:00:00.951 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 13 July 2024 13:22:06 +0000 (0:00:00.021) 0:00:00.972 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:22:06 +0000 (0:00:00.015) 0:00:00.987 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:22:06 +0000 (0:00:00.018) 0:00:01.006 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:22:06 +0000 (0:00:00.017) 0:00:01.023 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:22:07 +0000 (0:00:00.010) 0:00:01.033 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:22:07 +0000 (0:00:00.014) 0:00:01.048 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003975", "end": "2024-07-13 13:22:08.257007", "rc": 0, "start": "2024-07-13 13:22:07.253032" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:22:08 +0000 (0:00:01.254) 0:00:02.302 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:22:08 +0000 (0:00:00.020) 0:00:02.323 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:22:08 +0000 (0:00:00.019) 0:00:02.343 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:22:11 +0000 (0:00:03.108) 0:00:05.451 ********* ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.013511", "end": "2024-07-13 13:22:11.601265", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-07-13 13:22:11.587754" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003009", "end": "2024-07-13 13:22:11.808935", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-07-13 13:22:11.805926" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003571", "end": "2024-07-13 13:22:11.981928", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-07-13 13:22:11.978357" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:22:11 +0000 (0:00:00.574) 0:00:06.026 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.021903", "end": "2024-07-13 13:22:12.178783", "rc": 0, "start": "2024-07-13 13:22:12.156880" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.200) 0:00:06.226 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.010) 0:00:06.237 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.009) 0:00:06.246 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.010) 0:00:06.257 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.010) 0:00:06.267 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.009) 0:00:06.277 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.012) 0:00:06.290 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.010) 0:00:06.301 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720876931.5907736, "block_size": 4096, "blocks": 0, "ctime": 1720876931.5907736, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30032, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1720876931.5907736, "nlink": 1, "path": "/sys/class/net/testnic1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'testnic1'] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.182) 0:00:06.483 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.019) 0:00:06.502 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.082) 0:00:06.584 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.016) 0:00:06.600 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.014) 0:00:06.615 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.017) 0:00:06.633 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:22:12 +0000 (0:00:00.026) 0:00:06.659 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:22:14 +0000 (0:00:01.514) 0:00:08.174 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:22:15 +0000 (0:00:01.490) 0:00:09.664 ********* ok: [sut] => {} MSG: Using network provider: nm 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.031) 0:00:09.695 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.028) 0:00:09.724 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.034) 0:00:09.758 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.022) 0:00:09.781 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.027) 0:00:09.808 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.021) 0:00:09.830 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.024) 0:00:09.855 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.048) 0:00:09.904 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.021) 0:00:09.925 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.022) 0:00:09.948 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:22:15 +0000 (0:00:00.032) 0:00:09.980 ********* 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:22:16 +0000 (0:00:00.507) 0:00:10.488 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:22:16 +0000 (0:00:00.040) 0:00:10.528 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:22:16 +0000 (0:00:00.089) 0:00:10.617 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:22:16 +0000 (0:00:00.027) 0:00:10.644 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.521) 0:00:11.166 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.020) 0:00:11.187 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.022) 0:00:11.210 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.021) 0:00:11.232 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.022) 0:00:11.254 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.267) 0:00:11.522 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.027) 0:00:11.549 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.037) 0:00:11.587 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.035) 0:00:11.623 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.024) 0:00:11.648 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.048) 0:00:11.696 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:22:17 +0000 (0:00:00.021) 0:00:11.717 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:22:19 +0000 (0:00:01.431) 0:00:13.148 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:22:20 +0000 (0:00:01.291) 0:00:14.440 ********* ok: [sut] => {} MSG: Using network provider: nm 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.060) 0:00:14.500 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.061) 0:00:14.561 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.040) 0:00:14.602 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.035) 0:00:14.637 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.032) 0:00:14.669 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.056) 0:00:14.725 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.051) 0:00:14.776 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.055) 0:00:14.832 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.023) 0:00:14.856 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.027) 0:00:14.883 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:22:20 +0000 (0:00:00.031) 0:00:14.915 ********* 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.350) 0:00:15.265 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.043) 0:00:15.309 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.035) 0:00:15.344 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.030) 0:00:15.374 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.388) 0:00:15.763 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.027) 0:00:15.790 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.073) 0:00:15.864 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.024) 0:00:15.889 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:22:21 +0000 (0:00:00.026) 0:00:15.915 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 13 July 2024 13:22:22 +0000 (0:00:00.181) 0:00:16.096 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 13 July 2024 13:22:22 +0000 (0:00:00.026) 0:00:16.123 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:22:22 +0000 (0:00:00.044) 0:00:16.168 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:22:22 +0000 (0:00:00.058) 0:00:16.227 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:22:22 +0000 (0:00:00.056) 0:00:16.283 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:22:22 +0000 (0:00:00.048) 0:00:16.331 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:22:22 +0000 (0:00:00.030) 0:00:16.362 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:22:23 +0000 (0:00:01.431) 0:00:17.793 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:22:25 +0000 (0:00:01.282) 0:00:19.076 ********* ok: [sut] => {} MSG: Using network provider: nm 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.030) 0:00:19.107 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.021) 0:00:19.129 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.021) 0:00:19.151 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.055) 0:00:19.206 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.037) 0:00:19.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.024) 0:00:19.269 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.025) 0:00:19.295 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.047) 0:00:19.342 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.020) 0:00:19.362 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.020) 0:00:19.382 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.023) 0:00:19.406 ********* 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.339) 0:00:19.746 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.031) 0:00:19.778 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.030) 0:00:19.808 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:22:25 +0000 (0:00:00.027) 0:00:19.836 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.352) 0:00:20.188 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.024) 0:00:20.213 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.050) 0:00:20.263 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.022) 0:00:20.286 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.022) 0:00:20.308 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.183) 0:00:20.491 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.022) 0:00:20.514 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.037) 0:00:20.551 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.042) 0:00:20.594 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.028) 0:00:20.622 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.022) 0:00:20.644 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:22:26 +0000 (0:00:00.021) 0:00:20.666 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:22:28 +0000 (0:00:01.448) 0:00:22.115 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:22:29 +0000 (0:00:01.284) 0:00:23.399 ********* ok: [sut] => {} MSG: Using network provider: nm 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.030) 0:00:23.429 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.021) 0:00:23.451 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.022) 0:00:23.473 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.031) 0:00:23.505 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.028) 0:00:23.533 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.029) 0:00:23.562 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.028) 0:00:23.590 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.078) 0:00:23.669 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.069) 0:00:23.738 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.045) 0:00:23.783 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:22:29 +0000 (0:00:00.057) 0:00:23.841 ********* 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.344) 0:00:24.186 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.032) 0:00:24.218 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.026) 0:00:24.245 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.027) 0:00:24.272 ********* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.343) 0:00:24.615 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.023) 0:00:24.639 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.024) 0:00:24.663 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, f0434eba-a772-487a-83eb-c9e8148e3147 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.022) 0:00:24.686 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.022) 0:00:24.708 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.184) 0:00:24.892 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.035) 0:00:24.928 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:22:30 +0000 (0:00:00.073) 0:00:25.002 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:22:31 +0000 (0:00:00.038) 0:00:25.040 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:22:31 +0000 (0:00:00.030) 0:00:25.071 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:22:31 +0000 (0:00:00.022) 0:00:25.093 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:22:31 +0000 (0:00:00.021) 0:00:25.115 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:22:32 +0000 (0:00:01.434) 0:00:26.549 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:22:33 +0000 (0:00:01.316) 0:00:27.865 ********* ok: [sut] => {} MSG: Using network provider: nm 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:22:33 +0000 (0:00:00.042) 0:00:27.908 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:22:33 +0000 (0:00:00.023) 0:00:27.932 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:22:33 +0000 (0:00:00.022) 0:00:27.954 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:22:33 +0000 (0:00:00.021) 0:00:27.975 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:22:33 +0000 (0:00:00.027) 0:00:28.003 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:22:33 +0000 (0:00:00.022) 0:00:28.025 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.025) 0:00:28.050 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.052) 0:00:28.103 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.027) 0:00:28.131 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.023) 0:00:28.154 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.024) 0:00:28.179 ********* 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.345) 0:00:28.524 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.043) 0:00:28.568 ********* 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.032) 0:00:28.601 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:22:34 +0000 (0:00:00.032) 0:00:28.633 ********* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.424) 0:00:29.057 ********* 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-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.053) 0:00:29.111 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.036) 0:00:29.148 ********* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.025) 0:00:29.173 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.024) 0:00:29.198 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.193) 0:00:29.391 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.038) 0:00:29.430 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.021) 0:00:29.451 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.021) 0:00:29.472 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.060) 0:00:29.533 ********* included: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.034) 0:00:29.568 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002765", "end": "2024-07-13 13:22:35.703006", "rc": 0, "start": "2024-07-13 13:22:35.700241" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.190) 0:00:29.759 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.022) 0:00:29.781 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:22:35 +0000 (0:00:00.023) 0:00:29.804 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:22:38 +0000 (0:00:02.602) 0:00:32.406 ********* skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:22:38 +0000 (0:00:00.093) 0:00:32.500 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:22:38 +0000 (0:00:00.054) 0:00:32.554 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.014062", "end": "2024-07-13 13:22:38.748933", "rc": 0, "start": "2024-07-13 13:22:38.734871" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:22:38 +0000 (0:00:00.285) 0:00:32.839 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:22:38 +0000 (0:00:00.032) 0:00:32.872 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:22:38 +0000 (0:00:00.044) 0:00:32.917 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:22:38 +0000 (0:00:00.025) 0:00:32.942 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=105 rescued=0 ignored=0 Saturday 13 July 2024 13:22:38 +0000 (0:00:00.022) 0:00:32.965 ********* =============================================================================== Install iproute --------------------------------------------------------- 3.11s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Configure networking connection profiles --- 1.61s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 1.54s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.49s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.32s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.29s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.28s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.28s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gather current interface info ------------------------------------------- 1.25s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/get_current_interfaces.yml:3 ------- linux-system-roles.network : Re-test connectivity ----------------------- 0.82s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:221 Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.57s /WORKDIR/git-weekly-ciqe6cb1bm/tests/tasks/manage_test_interface.yml:28 ------- linux-system-roles.network : Configure networking connection profiles --- 0.42s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 0.35s /WORKDIR/git-weekly-ciqe6cb1bm/tests/roles/linux-system-roles.network/tasks/main.yml:151 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---