# 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-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 13 July 2024 13:12:09 +0000 (0:00:00.023) 0:00:00.023 ********* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 13 July 2024 13:12:10 +0000 (0:00:00.710) 0:00:00.733 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 13 July 2024 13:12:10 +0000 (0:00:00.255) 0:00:00.989 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 13 July 2024 13:12:10 +0000 (0:00:00.022) 0:00:01.011 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:12:10 +0000 (0:00:00.014) 0:00:01.026 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:12:10 +0000 (0:00:00.020) 0:00:01.047 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:12:10 +0000 (0:00:00.018) 0:00:01.065 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:12:10 +0000 (0:00:00.012) 0:00:01.077 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:12:10 +0000 (0:00:00.011) 0:00:01.088 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003675", "end": "2024-07-13 09:12:11.213392", "rc": 0, "start": "2024-07-13 09:12:11.209717" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:12:11 +0000 (0:00:00.253) 0:00:01.342 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:12:11 +0000 (0:00:00.019) 0:00:01.361 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:12:11 +0000 (0:00:00.017) 0:00:01.379 ********* 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-ci2iar9ycz/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:12:12 +0000 (0:00:00.930) 0:00:02.309 ********* 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.009026", "end": "2024-07-13 09:12:12.415721", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-07-13 09:12:12.406695" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003657", "end": "2024-07-13 09:12:12.654178", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-07-13 09:12:12.650521" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.006080", "end": "2024-07-13 09:12:12.841767", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-07-13 09:12:12.835687" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:12:12 +0000 (0:00:00.669) 0:00:02.979 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.022787", "end": "2024-07-13 09:12:13.070343", "rc": 0, "start": "2024-07-13 09:12:13.047556" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.243) 0:00:03.223 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.013) 0:00:03.236 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.017) 0:00:03.254 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.027) 0:00:03.281 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.021) 0:00:03.302 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.014) 0:00:03.317 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.013) 0:00:03.330 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.017) 0:00:03.347 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720876332.410388, "block_size": 4096, "blocks": 0, "ctime": 1720876332.410388, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25293, "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": 1720876332.410388, "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-ci2iar9ycz/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.184) 0:00:03.532 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.011) 0:00:03.543 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.080) 0:00:03.624 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.023) 0:00:03.647 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.024) 0:00:03.671 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.024) 0:00:03.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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:12:13 +0000 (0:00:00.019) 0:00:03.715 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:12:15 +0000 (0:00:01.564) 0:00:05.279 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.934) 0:00:06.214 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.096) 0:00:06.311 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.021) 0:00:06.332 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.054) 0:00:06.387 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.056) 0:00:06.444 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.031) 0:00:06.475 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.021) 0:00:06.496 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.025) 0:00:06.522 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.064) 0:00:06.586 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.021) 0:00:06.607 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.022) 0:00:06.630 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:12:16 +0000 (0:00:00.026) 0:00:06.656 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.527) 0:00:07.183 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.058) 0:00:07.242 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.028) 0:00:07.271 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.050) 0:00:07.321 ********* 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, ff323295-afdb-40fe-8850-639b31585a64 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.533) 0:00:07.854 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.055) 0:00:07.910 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, ff323295-afdb-40fe-8850-639b31585a64", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.043) 0:00:07.953 ********* 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, ff323295-afdb-40fe-8850-639b31585a64\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, ff323295-afdb-40fe-8850-639b31585a64", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.043) 0:00:07.996 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:12:17 +0000 (0:00:00.021) 0:00:08.018 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 13 July 2024 13:12:18 +0000 (0:00:00.247) 0:00:08.265 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 13 July 2024 13:12:18 +0000 (0:00:00.045) 0:00:08.310 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:12:18 +0000 (0:00:00.048) 0:00:08.359 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:12:18 +0000 (0:00:00.058) 0:00:08.418 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:12:18 +0000 (0:00:00.039) 0:00:08.457 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:12:18 +0000 (0:00:00.042) 0:00:08.499 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:12:18 +0000 (0:00:00.021) 0:00:08.520 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:12:19 +0000 (0:00:01.535) 0:00:10.056 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:12:20 +0000 (0:00:00.687) 0:00:10.744 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:12:20 +0000 (0:00:00.040) 0:00:10.785 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:12:20 +0000 (0:00:00.060) 0:00:10.845 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:12:20 +0000 (0:00:00.034) 0:00:10.880 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:12:20 +0000 (0:00:00.044) 0:00:10.924 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:12:20 +0000 (0:00:00.074) 0:00:10.998 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:12:20 +0000 (0:00:00.025) 0:00:11.024 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:12:20 +0000 (0:00:00.026) 0:00:11.051 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.066) 0:00:11.118 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.022) 0:00:11.140 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.022) 0:00:11.163 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.043) 0:00:11.206 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.362) 0:00:11.569 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.041) 0:00:11.610 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.037) 0:00:11.647 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.030) 0:00:11.678 ********* 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, ff323295-afdb-40fe-8850-639b31585a64 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.372) 0:00:12.050 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.021) 0:00:12.072 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:12:21 +0000 (0:00:00.025) 0:00:12.097 ********* 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, ff323295-afdb-40fe-8850-639b31585a64 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.029) 0:00:12.127 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.023) 0:00:12.150 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.205) 0:00:12.356 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.022) 0:00:12.379 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.034) 0:00:12.414 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.037) 0:00:12.451 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.032) 0:00:12.484 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.050) 0:00:12.535 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:12:22 +0000 (0:00:00.044) 0:00:12.580 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:12:23 +0000 (0:00:01.476) 0:00:14.056 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.699) 0:00:14.755 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.029) 0:00:14.785 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.022) 0:00:14.807 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.024) 0:00:14.831 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.023) 0:00:14.855 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.025) 0:00:14.880 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.021) 0:00:14.902 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.024) 0:00:14.926 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.050) 0:00:14.977 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.022) 0:00:14.999 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.021) 0:00:15.020 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:12:24 +0000 (0:00:00.034) 0:00:15.055 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.383) 0:00:15.438 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.054) 0:00:15.493 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.026) 0:00:15.520 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.028) 0:00:15.548 ********* 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, ff323295-afdb-40fe-8850-639b31585a64 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 (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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.387) 0:00:15.935 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.021) 0:00:15.957 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, ff323295-afdb-40fe-8850-639b31585a64", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 (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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.022) 0:00:15.979 ********* 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, ff323295-afdb-40fe-8850-639b31585a64\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 (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, ff323295-afdb-40fe-8850-639b31585a64", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 (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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.021) 0:00:16.000 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:12:25 +0000 (0:00:00.021) 0:00:16.022 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 13 July 2024 13:12:26 +0000 (0:00:00.190) 0:00:16.213 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 13 July 2024 13:12:26 +0000 (0:00:00.023) 0:00:16.237 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:12:26 +0000 (0:00:00.036) 0:00:16.273 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:12:26 +0000 (0:00:00.036) 0:00:16.310 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:12:26 +0000 (0:00:00.027) 0:00:16.337 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:12:26 +0000 (0:00:00.023) 0:00:16.361 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:12:26 +0000 (0:00:00.050) 0:00:16.412 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:12:27 +0000 (0:00:01.449) 0:00:17.861 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.699) 0:00:18.561 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.047) 0:00:18.609 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.040) 0:00:18.649 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.024) 0:00:18.674 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.022) 0:00:18.697 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.034) 0:00:18.731 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.069) 0:00:18.801 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.051) 0:00:18.852 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.078) 0:00:18.931 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.037) 0:00:18.968 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.032) 0:00:19.001 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:12:28 +0000 (0:00:00.085) 0:00:19.086 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:12:29 +0000 (0:00:00.448) 0:00:19.534 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:12:29 +0000 (0:00:00.103) 0:00:19.638 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:12:29 +0000 (0:00:00.044) 0:00:19.682 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:12:29 +0000 (0:00:00.042) 0:00:19.725 ********* 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, ff323295-afdb-40fe-8850-639b31585a64 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.516) 0:00:20.242 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.082) 0:00:20.325 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.045) 0:00:20.370 ********* 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, ff323295-afdb-40fe-8850-639b31585a64 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, ff323295-afdb-40fe-8850-639b31585a64 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.025) 0:00:20.395 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.025) 0:00:20.421 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.207) 0:00:20.628 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.176) 0:00:20.804 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.097) 0:00:20.902 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.060) 0:00:20.963 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.035) 0:00:20.999 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.046) 0:00:21.045 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 13 July 2024 13:12:30 +0000 (0:00:00.037) 0:00:21.082 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 13 July 2024 13:12:32 +0000 (0:00:01.587) 0:00:22.669 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.736) 0:00:23.406 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.044) 0:00:23.450 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.024) 0:00:23.475 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.023) 0:00:23.498 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.022) 0:00:23.520 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.026) 0:00:23.546 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.048) 0:00:23.594 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.043) 0:00:23.638 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.047) 0:00:23.686 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.026) 0:00:23.712 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.022) 0:00:23.734 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 13 July 2024 13:12:33 +0000 (0:00:00.029) 0:00:23.764 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.370) 0:00:24.135 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.037) 0:00:24.172 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.039) 0:00:24.211 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.027) 0:00:24.239 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.496) 0:00:24.736 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.023) 0:00:24.759 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.024) 0:00:24.784 ********* 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-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.026) 0:00:24.811 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.022) 0:00:24.833 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 13 July 2024 13:12:34 +0000 (0:00:00.235) 0:00:25.069 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:12:35 +0000 (0:00:00.054) 0:00:25.123 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:12:35 +0000 (0:00:00.026) 0:00:25.150 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:12:35 +0000 (0:00:00.021) 0:00:25.171 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:12:35 +0000 (0:00:00.036) 0:00:25.207 ********* included: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:12:35 +0000 (0:00:00.033) 0:00:25.240 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003347", "end": "2024-07-13 09:12:35.299053", "rc": 0, "start": "2024-07-13 09:12:35.295706" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:12:35 +0000 (0:00:00.207) 0:00:25.448 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:12:35 +0000 (0:00:00.030) 0:00:25.478 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:12:35 +0000 (0:00:00.022) 0:00:25.500 ********* 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-ci2iar9ycz/tests/tasks/manage_test_interface.yml:28 Saturday 13 July 2024 13:12:36 +0000 (0:00:00.770) 0:00:26.271 ********* 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-ci2iar9ycz/tests/tasks/manage_test_interface.yml:37 Saturday 13 July 2024 13:12:36 +0000 (0:00:00.033) 0:00:26.304 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:45 Saturday 13 July 2024 13:12:36 +0000 (0:00:00.024) 0:00:26.328 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.007859", "end": "2024-07-13 09:12:36.398241", "rc": 0, "start": "2024-07-13 09:12:36.390382" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:52 Saturday 13 July 2024 13:12:36 +0000 (0:00:00.238) 0:00:26.567 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:58 Saturday 13 July 2024 13:12:36 +0000 (0:00:00.058) 0:00:26.625 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:12:36 +0000 (0:00:00.037) 0:00:26.663 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:71 Saturday 13 July 2024 13:12:36 +0000 (0:00:00.069) 0:00:26.733 ********* 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:12:36 +0000 (0:00:00.057) 0:00:26.790 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.81s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 1.72s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Check which services are running ----------- 1.59s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.56s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Re-test connectivity ----------------------- 0.85s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:221 Install iproute --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Check which packages are installed --------- 0.74s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.71s /WORKDIR/git-weekly-ci2iar9ycz/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Check which packages are installed --------- 0.70s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.70s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.69s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface testnic1 ------------------------------------------ 0.67s /WORKDIR/git-weekly-ci2iar9ycz/tests/tasks/manage_test_interface.yml:28 ------- linux-system-roles.network : Configure networking connection profiles --- 0.50s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 0.37s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Install packages --------------------------- 0.26s /WORKDIR/git-weekly-ci2iar9ycz/tests/roles/linux-system-roles.network/tasks/main.yml:92 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---