# 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-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 20 January 2024 13:30:43 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 20 January 2024 13:30:43 +0000 (0:00:00.612) 0:00:00.625 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 20 January 2024 13:30:43 +0000 (0:00:00.275) 0:00:00.900 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.061) 0:00:00.961 ****** included: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.041) 0:00:01.002 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.035) 0:00:01.038 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.034) 0:00:01.072 ****** included: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.025) 0:00:01.097 ****** included: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.020) 0:00:01.117 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003246", "end": "2024-01-20 13:30:44.393951", "rc": 0, "start": "2024-01-20 13:30:44.390705" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.278) 0:00:01.395 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.039) 0:00:01.434 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:30:44 +0000 (0:00:00.065) 0:00:01.500 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:30:45 +0000 (0:00:01.057) 0:00:02.557 ****** 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.014234", "end": "2024-01-20 13:30:45.784627", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-01-20 13:30:45.770393" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003573", "end": "2024-01-20 13:30:45.992378", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-01-20 13:30:45.988805" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003555", "end": "2024-01-20 13:30:46.169938", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-01-20 13:30:46.166383" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.593) 0:00:03.151 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023079", "end": "2024-01-20 13:30:46.402227", "rc": 0, "start": "2024-01-20 13:30:46.379148" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.224) 0:00:03.376 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.025) 0:00:03.401 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.013) 0:00:03.415 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.017) 0:00:03.432 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.018) 0:00:03.451 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.013) 0:00:03.464 ****** included: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.013) 0:00:03.478 ****** included: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.010) 0:00:03.489 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757445.773867, "block_size": 4096, "blocks": 0, "ctime": 1705757445.773867, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28001, "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": 1705757445.773867, "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-cib75cg7fb/tests/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.183) 0:00:03.672 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.017) 0:00:03.690 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.038) 0:00:03.728 ****** included: /WORKDIR/git-weekly-cib75cg7fb/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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.073) 0:00:03.802 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.026) 0:00:03.829 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.026) 0:00:03.856 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:30:46 +0000 (0:00:00.014) 0:00:03.871 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:30:48 +0000 (0:00:01.429) 0:00:05.300 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:30:49 +0000 (0:00:01.149) 0:00:06.450 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:30:49 +0000 (0:00:00.027) 0:00:06.477 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:30:49 +0000 (0:00:00.021) 0:00:06.499 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:30:49 +0000 (0:00:00.022) 0:00:06.521 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:30:49 +0000 (0:00:00.048) 0:00:06.569 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:30:49 +0000 (0:00:00.023) 0:00:06.593 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:30:49 +0000 (0:00:00.026) 0:00:06.619 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:30:49 +0000 (0:00:00.025) 0:00:06.645 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.490) 0:00:07.135 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.029) 0:00:07.165 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.026) 0:00:07.191 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.026) 0:00:07.218 ****** 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, 180fc749-e3c0-4e60-9edb-e3d6be36764b [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.525) 0:00:07.744 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.021) 0:00:07.765 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.044) 0:00:07.809 ****** 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, 180fc749-e3c0-4e60-9edb-e3d6be36764b\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.022) 0:00:07.832 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:30:50 +0000 (0:00:00.022) 0:00:07.855 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 20 January 2024 13:30:51 +0000 (0:00:00.245) 0:00:08.100 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 20 January 2024 13:30:51 +0000 (0:00:00.021) 0:00:08.122 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:30:51 +0000 (0:00:00.036) 0:00:08.158 ****** included: /WORKDIR/git-weekly-cib75cg7fb/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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:30:51 +0000 (0:00:00.041) 0:00:08.200 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:30:51 +0000 (0:00:00.024) 0:00:08.224 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:30:51 +0000 (0:00:00.021) 0:00:08.246 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:30:51 +0000 (0:00:00.039) 0:00:08.285 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:30:52 +0000 (0:00:01.452) 0:00:09.738 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:30:53 +0000 (0:00:00.999) 0:00:10.737 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:30:53 +0000 (0:00:00.061) 0:00:10.799 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:30:53 +0000 (0:00:00.046) 0:00:10.845 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:30:53 +0000 (0:00:00.035) 0:00:10.881 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:30:53 +0000 (0:00:00.058) 0:00:10.939 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:30:54 +0000 (0:00:00.025) 0:00:10.965 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:30:54 +0000 (0:00:00.045) 0:00:11.010 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:30:54 +0000 (0:00:00.036) 0:00:11.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 [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:30:54 +0000 (0:00:00.395) 0:00:11.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:30:54 +0000 (0:00:00.054) 0:00:11.496 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:30:54 +0000 (0:00:00.029) 0:00:11.526 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:30:54 +0000 (0:00:00.042) 0:00:11.568 ****** 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, 180fc749-e3c0-4e60-9edb-e3d6be36764b already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.465) 0:00:12.034 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.020) 0:00:12.055 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.023) 0:00:12.078 ****** 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, 180fc749-e3c0-4e60-9edb-e3d6be36764b already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.023) 0:00:12.101 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.020) 0:00:12.121 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.188) 0:00:12.309 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.021) 0:00:12.331 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.031) 0:00:12.362 ****** included: /WORKDIR/git-weekly-cib75cg7fb/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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.036) 0:00:12.398 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.029) 0:00:12.428 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.026) 0:00:12.454 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:30:55 +0000 (0:00:00.024) 0:00:12.479 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:30:56 +0000 (0:00:01.401) 0:00:13.880 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:30:57 +0000 (0:00:00.947) 0:00:14.828 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:30:57 +0000 (0:00:00.028) 0:00:14.857 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:30:57 +0000 (0:00:00.021) 0:00:14.878 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:30:57 +0000 (0:00:00.020) 0:00:14.898 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:30:57 +0000 (0:00:00.048) 0:00:14.947 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:30:58 +0000 (0:00:00.022) 0:00:14.969 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:30:58 +0000 (0:00:00.034) 0:00:15.004 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:30:58 +0000 (0:00:00.055) 0:00:15.060 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:30:58 +0000 (0:00:00.374) 0:00:15.434 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:30:58 +0000 (0:00:00.038) 0:00:15.473 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:30:58 +0000 (0:00:00.027) 0:00:15.500 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:30:58 +0000 (0:00:00.049) 0:00:15.550 ****** 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, 180fc749-e3c0-4e60-9edb-e3d6be36764b [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b (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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.463) 0:00:16.013 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.063) 0:00:16.077 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b (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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.045) 0:00:16.122 ****** 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, 180fc749-e3c0-4e60-9edb-e3d6be36764b\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b (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, 180fc749-e3c0-4e60-9edb-e3d6be36764b", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b (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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.053) 0:00:16.176 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.023) 0:00:16.200 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.186) 0:00:16.386 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.023) 0:00:16.409 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.036) 0:00:16.446 ****** included: /WORKDIR/git-weekly-cib75cg7fb/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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.059) 0:00:16.505 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.027) 0:00:16.533 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.022) 0:00:16.555 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:30:59 +0000 (0:00:00.024) 0:00:16.580 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:31:01 +0000 (0:00:01.390) 0:00:17.970 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:31:01 +0000 (0:00:00.933) 0:00:18.903 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:31:01 +0000 (0:00:00.038) 0:00:18.942 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.047) 0:00:18.990 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.043) 0:00:19.033 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.050) 0:00:19.084 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.023) 0:00:19.107 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.035) 0:00:19.143 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.053) 0:00:19.196 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.359) 0:00:19.556 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.038) 0:00:19.594 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.026) 0:00:19.621 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:31:02 +0000 (0:00:00.025) 0:00:19.647 ****** 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, 180fc749-e3c0-4e60-9edb-e3d6be36764b already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.362) 0:00:20.009 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.021) 0:00:20.031 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.041) 0:00:20.072 ****** 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, 180fc749-e3c0-4e60-9edb-e3d6be36764b already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 180fc749-e3c0-4e60-9edb-e3d6be36764b skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.032) 0:00:20.105 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.030) 0:00:20.135 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.233) 0:00:20.369 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.024) 0:00:20.393 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.040) 0:00:20.433 ****** included: /WORKDIR/git-weekly-cib75cg7fb/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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.038) 0:00:20.472 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.040) 0:00:20.513 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.030) 0:00:20.543 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 20 January 2024 13:31:03 +0000 (0:00:00.022) 0:00:20.566 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 20 January 2024 13:31:05 +0000 (0:00:01.391) 0:00:21.957 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 20 January 2024 13:31:05 +0000 (0:00:00.974) 0:00:22.931 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.027) 0:00:22.959 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.021) 0:00:22.980 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.021) 0:00:23.001 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.048) 0:00:23.049 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.022) 0:00:23.072 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.021) 0:00:23.094 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.025) 0:00:23.119 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.353) 0:00:23.472 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.034) 0:00:23.507 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.029) 0:00:23.536 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 20 January 2024 13:31:06 +0000 (0:00:00.041) 0:00:23.578 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.443) 0:00:24.022 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.021) 0:00:24.043 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.021) 0:00:24.065 ****** 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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.021) 0:00:24.086 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.023) 0:00:24.110 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.198) 0:00:24.309 ****** included: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.037) 0:00:24.347 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.024) 0:00:24.372 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.023) 0:00:24.395 ****** included: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.067) 0:00:24.462 ****** included: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.033) 0:00:24.496 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003256", "end": "2024-01-20 13:31:07.710467", "rc": 0, "start": "2024-01-20 13:31:07.707211" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.195) 0:00:24.692 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.045) 0:00:24.738 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:31:07 +0000 (0:00:00.022) 0:00:24.760 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:24 Saturday 20 January 2024 13:31:08 +0000 (0:00:00.878) 0:00:25.639 ****** 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-cib75cg7fb/tests/tasks/manage_test_interface.yml:33 Saturday 20 January 2024 13:31:08 +0000 (0:00:00.030) 0:00:25.669 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:41 Saturday 20 January 2024 13:31:08 +0000 (0:00:00.021) 0:00:25.691 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.016408", "end": "2024-01-20 13:31:08.918754", "rc": 0, "start": "2024-01-20 13:31:08.902346" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:48 Saturday 20 January 2024 13:31:08 +0000 (0:00:00.241) 0:00:25.932 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:54 Saturday 20 January 2024 13:31:09 +0000 (0:00:00.066) 0:00:25.999 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:31:09 +0000 (0:00:00.026) 0:00:26.025 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:67 Saturday 20 January 2024 13:31:09 +0000 (0:00:00.034) 0:00:26.059 ****** 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=85 rescued=0 ignored=0 Saturday 20 January 2024 13:31:09 +0000 (0:00:00.048) 0:00:26.108 ****** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.82s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.62s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 1.45s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.43s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.40s /WORKDIR/git-weekly-cib75cg7fb/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-cib75cg7fb/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-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.15s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.06s /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Check which packages are installed --------- 1.00s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Re-test connectivity ----------------------- 0.85s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.61s /WORKDIR/git-weekly-cib75cg7fb/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.59s /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/manage_test_interface.yml:24 ------- linux-system-roles.network : Configure networking connection profiles --- 0.44s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.35s /WORKDIR/git-weekly-cib75cg7fb/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-weekly-cib75cg7fb/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---