# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.4] 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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci7pg__w46/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.14/bin/python3.9) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 27 May 2023 20:23:21 +0000 (0:00:00.023) 0:00:00.023 ********** ok: [sut] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:10 Saturday 27 May 2023 20:23:22 +0000 (0:00:00.967) 0:00:00.990 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:3 Saturday 27 May 2023 20:23:22 +0000 (0:00:00.026) 0:00:01.017 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:8 Saturday 27 May 2023 20:23:22 +0000 (0:00:00.017) 0:00:01.035 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:13 Saturday 27 May 2023 20:23:22 +0000 (0:00:00.016) 0:00:01.052 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/show_interfaces.yml:3 Saturday 27 May 2023 20:23:22 +0000 (0:00:00.025) 0:00:01.077 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_current_interfaces.yml:3 Saturday 27 May 2023 20:23:22 +0000 (0:00:00.023) 0:00:01.101 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004021", "end": "2023-05-27 20:23:23.219016", "rc": 0, "start": "2023-05-27 20:23:23.214995" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_current_interfaces.yml:9 Saturday 27 May 2023 20:23:23 +0000 (0:00:00.326) 0:00:01.427 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/show_interfaces.yml:5 Saturday 27 May 2023 20:23:23 +0000 (0:00:00.024) 0:00:01.452 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:16 Saturday 27 May 2023 20:23:23 +0000 (0:00:00.022) 0:00:01.475 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:22 Saturday 27 May 2023 20:23:25 +0000 (0:00:02.507) 0:00:03.983 ********** 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.098189", "end": "2023-05-27 20:23:26.091100", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-05-27 20:23:25.992911" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004609", "end": "2023-05-27 20:23:26.345555", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-05-27 20:23:26.340946" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004874", "end": "2023-05-27 20:23:26.551709", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-05-27 20:23:26.546835" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:30 Saturday 27 May 2023 20:23:26 +0000 (0:00:00.784) 0:00:04.767 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.067350", "end": "2023-05-27 20:23:26.842779", "rc": 0, "start": "2023-05-27 20:23:26.775429" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:38 Saturday 27 May 2023 20:23:26 +0000 (0:00:00.285) 0:00:05.052 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:44 Saturday 27 May 2023 20:23:26 +0000 (0:00:00.017) 0:00:05.070 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:49 Saturday 27 May 2023 20:23:26 +0000 (0:00:00.016) 0:00:05.086 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:55 Saturday 27 May 2023 20:23:26 +0000 (0:00:00.018) 0:00:05.104 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:60 Saturday 27 May 2023 20:23:26 +0000 (0:00:00.017) 0:00:05.121 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:14 Saturday 27 May 2023 20:23:26 +0000 (0:00:00.018) 0:00:05.139 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/assert_device_present.yml:3 Saturday 27 May 2023 20:23:26 +0000 (0:00:00.030) 0:00:05.169 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_interface_stat.yml:3 Saturday 27 May 2023 20:23:27 +0000 (0:00:00.023) 0:00:05.193 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1685219006.0838175, "block_size": 4096, "blocks": 0, "ctime": 1685219006.0838175, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 25447, "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": 1685219006.0838175, "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-ci7pg__w46/tests/tasks/assert_device_present.yml:5 Saturday 27 May 2023 20:23:27 +0000 (0:00:00.326) 0:00:05.519 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:28 Saturday 27 May 2023 20:23:27 +0000 (0:00:00.020) 0:00:05.540 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 20:23:27 +0000 (0:00:00.048) 0:00:05.589 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 20:23:27 +0000 (0:00:00.032) 0:00:05.622 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 20:23:27 +0000 (0:00:00.380) 0:00:06.002 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 20:23:30 +0000 (0:00:02.209) 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 [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 20:23:30 +0000 (0:00:00.962) 0:00:09.174 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 20:23:31 +0000 (0:00:00.047) 0:00:09.222 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 20:23:31 +0000 (0:00:00.040) 0:00:09.263 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 20:23:31 +0000 (0:00:00.040) 0:00:09.304 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 20:23:31 +0000 (0:00:00.510) 0:00:09.814 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 20:23:31 +0000 (0:00:00.043) 0:00:09.858 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 20:23:31 +0000 (0:00:00.037) 0:00:09.895 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 20:23:31 +0000 (0:00:00.147) 0:00:10.043 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 20:23:33 +0000 (0:00:01.176) 0:00:11.220 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 20:23:33 +0000 (0:00:00.147) 0:00:11.368 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 20:23:33 +0000 (0:00:00.038) 0:00:11.406 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 20:23:33 +0000 (0:00:00.038) 0:00:11.444 ********** 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, 4db11aad-9527-4915-a841-9fe8bb65f0f9 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.866) 0:00:12.310 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.041) 0:00:12.352 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.038) 0:00:12.390 ********** 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, 4db11aad-9527-4915-a841-9fe8bb65f0f9\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.036) 0:00:12.427 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.039) 0:00:12.466 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:32 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.365) 0:00:12.831 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:35 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.062) 0:00:12.893 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.077) 0:00:12.970 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 20:23:34 +0000 (0:00:00.076) 0:00:13.047 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 20:23:35 +0000 (0:00:00.405) 0:00:13.452 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 20:23:37 +0000 (0:00:02.138) 0:00:15.591 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 20:23:38 +0000 (0:00:00.682) 0:00:16.273 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 20:23:38 +0000 (0:00:00.049) 0:00:16.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 20:23:38 +0000 (0:00:00.052) 0:00:16.375 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 20:23:38 +0000 (0:00:00.055) 0:00:16.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 20:23:38 +0000 (0:00:00.518) 0:00:16.949 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 20:23:38 +0000 (0:00:00.037) 0:00:16.987 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 20:23:38 +0000 (0:00:00.039) 0:00:17.026 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 20:23:39 +0000 (0:00:00.188) 0:00:17.214 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 20:23:39 +0000 (0:00:00.903) 0:00:18.117 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 20:23:40 +0000 (0:00:00.151) 0:00:18.269 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 20:23:40 +0000 (0:00:00.057) 0:00:18.327 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 20:23:40 +0000 (0:00:00.040) 0:00:18.367 ********** 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, 4db11aad-9527-4915-a841-9fe8bb65f0f9 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 20:23:40 +0000 (0:00:00.455) 0:00:18.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 20:23:40 +0000 (0:00:00.037) 0:00:18.861 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 20:23:40 +0000 (0:00:00.035) 0:00:18.896 ********** 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, 4db11aad-9527-4915-a841-9fe8bb65f0f9 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 20:23:40 +0000 (0:00:00.040) 0:00:18.936 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 20:23:40 +0000 (0:00:00.042) 0:00:18.979 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 27 May 2023 20:23:41 +0000 (0:00:00.268) 0:00:19.248 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:52 Saturday 27 May 2023 20:23:41 +0000 (0:00:00.044) 0:00:19.292 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 20:23:41 +0000 (0:00:00.056) 0:00:19.348 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 20:23:41 +0000 (0:00:00.061) 0:00:19.410 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 20:23:41 +0000 (0:00:00.405) 0:00:19.816 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 20:23:43 +0000 (0:00:02.099) 0:00:21.915 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 20:23:44 +0000 (0:00:00.686) 0:00:22.602 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 20:23:44 +0000 (0:00:00.045) 0:00:22.647 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 20:23:44 +0000 (0:00:00.039) 0:00:22.686 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 20:23:44 +0000 (0:00:00.046) 0:00:22.733 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 20:23:45 +0000 (0:00:00.525) 0:00:23.259 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 20:23:45 +0000 (0:00:00.039) 0:00:23.298 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 20:23:45 +0000 (0:00:00.085) 0:00:23.384 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 20:23:45 +0000 (0:00:00.151) 0:00:23.535 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 20:23:46 +0000 (0:00:00.906) 0:00:24.442 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 20:23:46 +0000 (0:00:00.151) 0:00:24.593 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 20:23:46 +0000 (0:00:00.040) 0:00:24.633 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 20:23:46 +0000 (0:00:00.039) 0:00:24.673 ********** 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, 4db11aad-9527-4915-a841-9fe8bb65f0f9 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 20:23:46 +0000 (0:00:00.470) 0:00:25.144 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.047) 0:00:25.191 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.046) 0:00:25.238 ********** 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, 4db11aad-9527-4915-a841-9fe8bb65f0f9\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 (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, 4db11aad-9527-4915-a841-9fe8bb65f0f9", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.073) 0:00:25.312 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.038) 0:00:25.350 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:56 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.239) 0:00:25.590 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:59 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.039) 0:00:25.630 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.074) 0:00:25.705 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.068) 0:00:25.773 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 20:23:47 +0000 (0:00:00.402) 0:00:26.175 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 20:23:50 +0000 (0:00:02.194) 0:00:28.369 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 20:23:50 +0000 (0:00:00.676) 0:00:29.046 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 20:23:50 +0000 (0:00:00.051) 0:00:29.098 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 20:23:50 +0000 (0:00:00.043) 0:00:29.142 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 20:23:51 +0000 (0:00:00.044) 0:00:29.186 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 20:23:51 +0000 (0:00:00.549) 0:00:29.736 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 20:23:51 +0000 (0:00:00.040) 0:00:29.777 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 20:23:51 +0000 (0:00:00.045) 0:00:29.822 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 20:23:51 +0000 (0:00:00.151) 0:00:29.974 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 20:23:52 +0000 (0:00:00.899) 0:00:30.874 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 20:23:52 +0000 (0:00:00.158) 0:00:31.032 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 20:23:52 +0000 (0:00:00.042) 0:00:31.075 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 20:23:52 +0000 (0:00:00.039) 0:00:31.114 ********** 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, 4db11aad-9527-4915-a841-9fe8bb65f0f9 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 20:23:53 +0000 (0:00:00.459) 0:00:31.574 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 20:23:53 +0000 (0:00:00.062) 0:00:31.636 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 20:23:53 +0000 (0:00:00.039) 0:00:31.676 ********** 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, 4db11aad-9527-4915-a841-9fe8bb65f0f9 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 4db11aad-9527-4915-a841-9fe8bb65f0f9 skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 20:23:53 +0000 (0:00:00.037) 0:00:31.714 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 20:23:53 +0000 (0:00:00.048) 0:00:31.762 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 27 May 2023 20:23:53 +0000 (0:00:00.245) 0:00:32.007 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:71 Saturday 27 May 2023 20:23:53 +0000 (0:00:00.045) 0:00:32.052 ********** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 27 May 2023 20:23:53 +0000 (0:00:00.084) 0:00:32.137 ********** included: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 27 May 2023 20:23:54 +0000 (0:00:00.064) 0:00:32.201 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Saturday 27 May 2023 20:23:54 +0000 (0:00:00.401) 0:00:32.603 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Saturday 27 May 2023 20:23:56 +0000 (0:00:02.172) 0:00:34.776 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 27 May 2023 20:23:57 +0000 (0:00:00.681) 0:00:35.457 ********** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 27 May 2023 20:23:57 +0000 (0:00:00.049) 0:00:35.507 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.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-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 27 May 2023 20:23:57 +0000 (0:00:00.039) 0:00:35.546 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 27 May 2023 20:23:57 +0000 (0:00:00.060) 0:00:35.607 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Saturday 27 May 2023 20:23:57 +0000 (0:00:00.502) 0:00:36.109 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Saturday 27 May 2023 20:23:57 +0000 (0:00:00.046) 0:00:36.156 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Saturday 27 May 2023 20:23:58 +0000 (0:00:00.044) 0:00:36.200 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Saturday 27 May 2023 20:23:58 +0000 (0:00:00.149) 0:00:36.350 ********** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Saturday 27 May 2023 20:23:59 +0000 (0:00:00.888) 0:00:37.239 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Saturday 27 May 2023 20:23:59 +0000 (0:00:00.162) 0:00:37.402 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Saturday 27 May 2023 20:23:59 +0000 (0:00:00.043) 0:00:37.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Saturday 27 May 2023 20:23:59 +0000 (0:00:00.046) 0:00:37.492 ********** 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Saturday 27 May 2023 20:23:59 +0000 (0:00:00.583) 0:00:38.076 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Saturday 27 May 2023 20:23:59 +0000 (0:00:00.045) 0:00:38.122 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Saturday 27 May 2023 20:23:59 +0000 (0:00:00.037) 0:00:38.159 ********** 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.045) 0:00:38.205 ********** skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.038) 0:00:38.243 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:80 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.243) 0:00:38.487 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:3 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.069) 0:00:38.556 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:8 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.037) 0:00:38.594 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:13 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.040) 0:00:38.634 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/show_interfaces.yml:3 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.066) 0:00:38.700 ********** included: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_current_interfaces.yml:3 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.099) 0:00:38.800 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004086", "end": "2023-05-27 20:24:00.810736", "rc": 0, "start": "2023-05-27 20:24:00.806650" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/get_current_interfaces.yml:9 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.233) 0:00:39.033 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/show_interfaces.yml:5 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.036) 0:00:39.070 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:16 Saturday 27 May 2023 20:24:00 +0000 (0:00:00.036) 0:00:39.107 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:22 Saturday 27 May 2023 20:24:03 +0000 (0:00:02.405) 0:00:41.512 ********** 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" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:30 Saturday 27 May 2023 20:24:03 +0000 (0:00:00.071) 0:00:41.584 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:38 Saturday 27 May 2023 20:24:03 +0000 (0:00:00.032) 0:00:41.617 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.012290", "end": "2023-05-27 20:24:03.637733", "rc": 0, "start": "2023-05-27 20:24:03.625443" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:44 Saturday 27 May 2023 20:24:03 +0000 (0:00:00.247) 0:00:41.864 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:49 Saturday 27 May 2023 20:24:03 +0000 (0:00:00.035) 0:00:41.899 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:55 Saturday 27 May 2023 20:24:03 +0000 (0:00:00.036) 0:00:41.935 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:60 Saturday 27 May 2023 20:24:03 +0000 (0:00:00.036) 0:00:41.971 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=76 changed=3 unreachable=0 failed=0 skipped=70 rescued=0 ignored=0 Saturday 27 May 2023 20:24:03 +0000 (0:00:00.091) 0:00:42.063 ********** =============================================================================== fedora.linux_system_roles.network : Enable and start NetworkManager ----- 3.89s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Install iproute --------------------------------------------------------- 2.51s /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.41s /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:16 ------- fedora.linux_system_roles.network : Configure networking connection profiles --- 2.25s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Check which services are running ---- 2.21s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 2.19s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 2.17s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 2.14s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Install packages -------------------- 2.10s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 2.10s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Re-test connectivity ---------------- 1.12s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Gathering Facts --------------------------------------------------------- 0.97s /WORKDIR/git-weekly-ci7pg__w46/tests/tests_change_indication_on_repeat_run.yml:4 fedora.linux_system_roles.network : Check which packages are installed --- 0.96s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.89s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Create veth interface testnic1 ------------------------------------------ 0.78s /WORKDIR/git-weekly-ci7pg__w46/tests/tasks/manage_test_interface.yml:22 ------- fedora.linux_system_roles.network : Check which packages are installed --- 0.69s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 0.68s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 0.68s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 0.68s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.64s /WORKDIR/git-weekly-ci7pg__w46/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---