# 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-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 06 July 2024 17:15:28 +0000 (0:00:00.013) 0:00:00.013 ********* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.742) 0:00:00.756 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.298) 0:00:01.055 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.029) 0:00:01.084 ********* included: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.023) 0:00:01.108 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.017) 0:00:01.125 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.028) 0:00:01.153 ********* included: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.011) 0:00:01.165 ********* included: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.015) 0:00:01.180 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003175", "end": "2024-07-06 17:15:29.794329", "rc": 0, "start": "2024-07-06 17:15:29.791154" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.258) 0:00:01.438 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.020) 0:00:01.459 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:15:29 +0000 (0:00:00.019) 0:00:01.479 ********* 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-civjopo8ek/tests/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:15:30 +0000 (0:00:01.073) 0:00:02.552 ********* 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.008114", "end": "2024-07-06 17:15:31.102332", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-07-06 17:15:31.094218" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004371", "end": "2024-07-06 17:15:31.299338", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-07-06 17:15:31.294967" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.005287", "end": "2024-07-06 17:15:31.465242", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-07-06 17:15:31.459955" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.569) 0:00:03.122 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.019816", "end": "2024-07-06 17:15:31.685737", "rc": 0, "start": "2024-07-06 17:15:31.665921" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.216) 0:00:03.339 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.012) 0:00:03.351 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.016) 0:00:03.368 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.011) 0:00:03.380 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.030) 0:00:03.411 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.011) 0:00:03.422 ********* included: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/assert_device_present.yml:3 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.033) 0:00:03.455 ********* included: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:15:31 +0000 (0:00:00.012) 0:00:03.468 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286131.0975158, "block_size": 4096, "blocks": 0, "ctime": 1720286131.0975158, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31785, "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": 1720286131.0975158, "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-civjopo8ek/tests/tasks/assert_device_present.yml:5 Saturday 06 July 2024 17:15:32 +0000 (0:00:00.185) 0:00:03.653 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 06 July 2024 17:15:32 +0000 (0:00:00.020) 0:00:03.674 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:15:32 +0000 (0:00:00.083) 0:00:03.757 ********* included: /WORKDIR/git-weekly-civjopo8ek/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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:15:32 +0000 (0:00:00.016) 0:00:03.774 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:15:32 +0000 (0:00:00.013) 0:00:03.787 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:15:32 +0000 (0:00:00.009) 0:00:03.797 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:15:32 +0000 (0:00:00.017) 0:00:03.814 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:15:33 +0000 (0:00:01.379) 0:00:05.193 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.878) 0:00:06.072 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.075) 0:00:06.148 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.051) 0:00:06.199 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.050) 0:00:06.250 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.021) 0:00:06.272 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.026) 0:00:06.298 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.028) 0:00:06.327 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.033) 0:00:06.360 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.051) 0:00:06.412 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.019) 0:00:06.432 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.028) 0:00:06.460 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:15:34 +0000 (0:00:00.043) 0:00:06.504 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:15:35 +0000 (0:00:00.486) 0:00:06.990 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:15:35 +0000 (0:00:00.031) 0:00:07.022 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:15:35 +0000 (0:00:00.026) 0:00:07.049 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:15:35 +0000 (0:00:00.030) 0:00:07.080 ********* 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, 93d1a839-c414-4fd3-96e1-718cf2468b93 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.594) 0:00:07.674 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.021) 0:00:07.695 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.025) 0:00:07.721 ********* 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, 93d1a839-c414-4fd3-96e1-718cf2468b93\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.036) 0:00:07.757 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.025) 0:00:07.783 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.236) 0:00:08.020 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.023) 0:00:08.043 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.054) 0:00:08.098 ********* included: /WORKDIR/git-weekly-civjopo8ek/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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.035) 0:00:08.134 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.031) 0:00:08.165 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.026) 0:00:08.191 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:15:36 +0000 (0:00:00.020) 0:00:08.212 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:15:37 +0000 (0:00:01.356) 0:00:09.569 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.611) 0:00:10.180 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.037) 0:00:10.218 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.031) 0:00:10.249 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.040) 0:00:10.290 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.021) 0:00:10.311 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.025) 0:00:10.336 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.022) 0:00:10.359 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.024) 0:00:10.384 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.050) 0:00:10.435 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.026) 0:00:10.461 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.021) 0:00:10.482 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:15:38 +0000 (0:00:00.024) 0:00:10.507 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.375) 0:00:10.882 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.031) 0:00:10.914 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.028) 0:00:10.942 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.026) 0:00:10.969 ********* 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, 93d1a839-c414-4fd3-96e1-718cf2468b93 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.421) 0:00:11.391 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.054) 0:00:11.445 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.039) 0:00:11.485 ********* 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, 93d1a839-c414-4fd3-96e1-718cf2468b93 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.051) 0:00:11.536 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:15:39 +0000 (0:00:00.037) 0:00:11.573 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 06 July 2024 17:15:40 +0000 (0:00:00.211) 0:00:11.784 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 06 July 2024 17:15:40 +0000 (0:00:00.028) 0:00:11.813 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:15:40 +0000 (0:00:00.037) 0:00:11.851 ********* included: /WORKDIR/git-weekly-civjopo8ek/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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:15:40 +0000 (0:00:00.037) 0:00:11.888 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:15:40 +0000 (0:00:00.050) 0:00:11.939 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:15:40 +0000 (0:00:00.027) 0:00:11.967 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:15:40 +0000 (0:00:00.023) 0:00:11.990 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:15:41 +0000 (0:00:01.422) 0:00:13.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 : Print network provider] ********************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.656) 0:00:14.069 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.031) 0:00:14.100 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.026) 0:00:14.127 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.024) 0:00:14.152 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.021) 0:00:14.173 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.037) 0:00:14.210 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.026) 0:00:14.237 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.026) 0:00:14.264 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.154) 0:00:14.418 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.040) 0:00:14.459 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.051) 0:00:14.510 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:15:42 +0000 (0:00:00.042) 0:00:14.553 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.347) 0:00:14.901 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.033) 0:00:14.934 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.025) 0:00:14.960 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.028) 0:00:14.989 ********* 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, 93d1a839-c414-4fd3-96e1-718cf2468b93 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 (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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.377) 0:00:15.367 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.022) 0:00:15.389 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 (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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.021) 0:00:15.411 ********* 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, 93d1a839-c414-4fd3-96e1-718cf2468b93\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 (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, 93d1a839-c414-4fd3-96e1-718cf2468b93", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 (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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.037) 0:00:15.449 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:15:43 +0000 (0:00:00.031) 0:00:15.480 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 06 July 2024 17:15:44 +0000 (0:00:00.227) 0:00:15.708 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 06 July 2024 17:15:44 +0000 (0:00:00.028) 0:00:15.736 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:15:44 +0000 (0:00:00.076) 0:00:15.813 ********* included: /WORKDIR/git-weekly-civjopo8ek/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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:15:44 +0000 (0:00:00.049) 0:00:15.863 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:15:44 +0000 (0:00:00.027) 0:00:15.890 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:15:44 +0000 (0:00:00.033) 0:00:15.923 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:15:44 +0000 (0:00:00.053) 0:00:15.976 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:15:45 +0000 (0:00:01.376) 0:00:17.353 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.616) 0:00:17.970 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.045) 0:00:18.015 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.029) 0:00:18.045 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.140) 0:00:18.185 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.051) 0:00:18.237 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.046) 0:00:18.284 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.101) 0:00:18.386 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.060) 0:00:18.446 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.100) 0:00:18.546 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:15:46 +0000 (0:00:00.072) 0:00:18.618 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:15:47 +0000 (0:00:00.035) 0:00:18.653 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:15:47 +0000 (0:00:00.030) 0:00:18.684 ********* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:15:47 +0000 (0:00:00.371) 0:00:19.055 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:15:47 +0000 (0:00:00.040) 0:00:19.095 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:15:47 +0000 (0:00:00.039) 0:00:19.135 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:15:47 +0000 (0:00:00.026) 0:00:19.161 ********* 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, 93d1a839-c414-4fd3-96e1-718cf2468b93 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:15:47 +0000 (0:00:00.393) 0:00:19.555 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.073) 0:00:19.629 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.077) 0:00:19.707 ********* 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, 93d1a839-c414-4fd3-96e1-718cf2468b93 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 93d1a839-c414-4fd3-96e1-718cf2468b93 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.039) 0:00:19.746 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.030) 0:00:19.776 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.400) 0:00:20.177 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.098) 0:00:20.275 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.091) 0:00:20.367 ********* included: /WORKDIR/git-weekly-civjopo8ek/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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.073) 0:00:20.440 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.056) 0:00:20.496 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.052) 0:00:20.549 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 06 July 2024 17:15:48 +0000 (0:00:00.048) 0:00:20.597 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 06 July 2024 17:15:50 +0000 (0:00:01.385) 0:00:21.983 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.716) 0:00:22.699 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.043) 0:00:22.743 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.033) 0:00:22.776 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.050) 0:00:22.827 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.045) 0:00:22.872 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.027) 0:00:22.900 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.032) 0:00:22.933 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.027) 0:00:22.960 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.056) 0:00:23.016 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.031) 0:00:23.048 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.062) 0:00:23.110 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.037) 0:00:23.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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.363) 0:00:23.512 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.040) 0:00:23.553 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 06 July 2024 17:15:51 +0000 (0:00:00.034) 0:00:23.587 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.112) 0:00:23.700 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.440) 0:00:24.140 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.069) 0:00:24.209 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.022) 0:00:24.232 ********* 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-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.026) 0:00:24.258 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.029) 0:00:24.287 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.184) 0:00:24.472 ********* included: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.037) 0:00:24.510 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.042) 0:00:24.552 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.020) 0:00:24.573 ********* included: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:15:52 +0000 (0:00:00.038) 0:00:24.611 ********* included: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:15:53 +0000 (0:00:00.045) 0:00:24.657 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.006245", "end": "2024-07-06 17:15:53.191489", "rc": 0, "start": "2024-07-06 17:15:53.185244" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:15:53 +0000 (0:00:00.220) 0:00:24.877 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:15:53 +0000 (0:00:00.021) 0:00:24.899 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:15:53 +0000 (0:00:00.027) 0:00:24.927 ********* 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-civjopo8ek/tests/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:15:54 +0000 (0:00:00.861) 0:00:25.788 ********* 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-civjopo8ek/tests/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:15:54 +0000 (0:00:00.054) 0:00:25.842 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:15:54 +0000 (0:00:00.062) 0:00:25.905 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015132", "end": "2024-07-06 17:15:54.475368", "rc": 0, "start": "2024-07-06 17:15:54.460236" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:15:54 +0000 (0:00:00.245) 0:00:26.150 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:15:54 +0000 (0:00:00.024) 0:00:26.175 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:15:54 +0000 (0:00:00.054) 0:00:26.229 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:15:54 +0000 (0:00:00.034) 0:00:26.264 ********* 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 06 July 2024 17:15:54 +0000 (0:00:00.068) 0:00:26.332 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.79s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 1.58s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Check which services are running ----------- 1.42s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.39s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.38s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.36s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Re-test connectivity ----------------------- 1.08s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:221 Install iproute --------------------------------------------------------- 1.07s /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Check which packages are installed --------- 0.88s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.74s /WORKDIR/git-weekly-civjopo8ek/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Check which packages are installed --------- 0.72s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.66s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.62s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.61s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Create veth interface testnic1 ------------------------------------------ 0.57s /WORKDIR/git-weekly-civjopo8ek/tests/tasks/manage_test_interface.yml:28 ------- linux-system-roles.network : Configure networking connection profiles --- 0.44s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:188 linux-system-roles.network : Enable and start NetworkManager ------------ 0.36s /WORKDIR/git-weekly-civjopo8ek/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Install packages --------------------------- 0.36s /WORKDIR/git-weekly-civjopo8ek/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. ---^---^---^---^---^---