# 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-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 27 January 2024 13:34:46 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.602) 0:00:00.620 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.246) 0:00:00.867 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.021) 0:00:00.889 ****** included: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.015) 0:00:00.904 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.023) 0:00:00.927 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.040) 0:00:00.968 ****** included: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.013) 0:00:00.981 ****** included: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.015) 0:00:00.997 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002974", "end": "2024-01-27 13:34:47.625191", "rc": 0, "start": "2024-01-27 13:34:47.622217" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.250) 0:00:01.248 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.019) 0:00:01.267 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:34:47 +0000 (0:00:00.017) 0:00:01.285 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:34:48 +0000 (0:00:01.056) 0:00:02.342 ****** 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.010336", "end": "2024-01-27 13:34:48.943891", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-01-27 13:34:48.933555" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003343", "end": "2024-01-27 13:34:49.151607", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-01-27 13:34:49.148264" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003322", "end": "2024-01-27 13:34:49.340254", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-01-27 13:34:49.336932" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.631) 0:00:02.974 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.021580", "end": "2024-01-27 13:34:49.553719", "rc": 0, "start": "2024-01-27 13:34:49.532139" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.212) 0:00:03.186 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.010) 0:00:03.196 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.009) 0:00:03.206 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.010) 0:00:03.216 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.009) 0:00:03.226 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.021) 0:00:03.248 ****** included: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.012) 0:00:03.261 ****** included: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.010) 0:00:03.271 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362488.9371715, "block_size": 4096, "blocks": 0, "ctime": 1706362488.9371715, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28901, "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": 1706362488.9371715, "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-ci386u5s9i/tests/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.192) 0:00:03.464 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.014) 0:00:03.479 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.047) 0:00:03.526 ****** included: /WORKDIR/git-weekly-ci386u5s9i/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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:34:49 +0000 (0:00:00.073) 0:00:03.600 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:34:50 +0000 (0:00:00.032) 0:00:03.633 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:34:50 +0000 (0:00:00.032) 0:00:03.666 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:34:50 +0000 (0:00:00.097) 0:00:03.763 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:34:51 +0000 (0:00:01.456) 0:00:05.220 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:34:52 +0000 (0:00:01.102) 0:00:06.322 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:34:52 +0000 (0:00:00.035) 0:00:06.357 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:34:52 +0000 (0:00:00.022) 0:00:06.379 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:34:52 +0000 (0:00:00.022) 0:00:06.402 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:34:52 +0000 (0:00:00.058) 0:00:06.461 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:34:52 +0000 (0:00:00.038) 0:00:06.499 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:34:52 +0000 (0:00:00.024) 0:00:06.524 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:34:52 +0000 (0:00:00.041) 0:00:06.565 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:34:53 +0000 (0:00:00.489) 0:00:07.055 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:34:53 +0000 (0:00:00.035) 0:00:07.090 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:34:53 +0000 (0:00:00.030) 0:00:07.120 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:34:53 +0000 (0:00:00.027) 0:00:07.148 ****** 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, fae1be61-e643-4d63-aa0e-d146f11e846a [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.616) 0:00:07.764 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.019) 0:00:07.784 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.021) 0:00:07.805 ****** 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, fae1be61-e643-4d63-aa0e-d146f11e846a\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.043) 0:00:07.849 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.022) 0:00:07.871 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.233) 0:00:08.104 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.021) 0:00:08.126 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.033) 0:00:08.160 ****** included: /WORKDIR/git-weekly-ci386u5s9i/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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.034) 0:00:08.194 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.024) 0:00:08.219 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.020) 0:00:08.239 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:34:54 +0000 (0:00:00.022) 0:00:08.262 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:34:56 +0000 (0:00:01.396) 0:00:09.658 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:34:57 +0000 (0:00:01.149) 0:00:10.808 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.061) 0:00:10.869 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.066) 0:00:10.935 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.033) 0:00:10.968 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.061) 0:00:11.030 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.028) 0:00:11.059 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.021) 0:00:11.081 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.034) 0:00:11.116 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.359) 0:00:11.475 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.055) 0:00:11.530 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:34:57 +0000 (0:00:00.038) 0:00:11.569 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.045) 0:00:11.614 ****** 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, fae1be61-e643-4d63-aa0e-d146f11e846a already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.474) 0:00:12.089 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.020) 0:00:12.109 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.029) 0:00:12.139 ****** 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, fae1be61-e643-4d63-aa0e-d146f11e846a already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.022) 0:00:12.161 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.026) 0:00:12.188 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.237) 0:00:12.425 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.036) 0:00:12.462 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.034) 0:00:12.497 ****** included: /WORKDIR/git-weekly-ci386u5s9i/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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.036) 0:00:12.534 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.030) 0:00:12.564 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:34:58 +0000 (0:00:00.029) 0:00:12.594 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:34:59 +0000 (0:00:00.028) 0:00:12.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 [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:35:00 +0000 (0:00:01.354) 0:00:13.977 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.954) 0:00:14.932 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.029) 0:00:14.961 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.021) 0:00:14.983 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.020) 0:00:15.004 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.051) 0:00:15.055 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.023) 0:00:15.079 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.026) 0:00:15.106 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.024) 0:00:15.131 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.351) 0:00:15.482 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.085) 0:00:15.567 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:35:01 +0000 (0:00:00.029) 0:00:15.597 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.034) 0:00:15.631 ****** 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, fae1be61-e643-4d63-aa0e-d146f11e846a [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a (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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.436) 0:00:16.067 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.049) 0:00:16.117 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a (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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.043) 0:00:16.161 ****** 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, fae1be61-e643-4d63-aa0e-d146f11e846a\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a (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, fae1be61-e643-4d63-aa0e-d146f11e846a", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a (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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.035) 0:00:16.196 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.031) 0:00:16.227 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.212) 0:00:16.440 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.026) 0:00:16.466 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.046) 0:00:16.512 ****** included: /WORKDIR/git-weekly-ci386u5s9i/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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.066) 0:00:16.579 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:35:02 +0000 (0:00:00.026) 0:00:16.605 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:35:03 +0000 (0:00:00.047) 0:00:16.652 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:35:03 +0000 (0:00:00.041) 0:00:16.694 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:35:04 +0000 (0:00:01.429) 0:00:18.123 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:35:05 +0000 (0:00:00.920) 0:00:19.044 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:35:05 +0000 (0:00:00.031) 0:00:19.075 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:35:05 +0000 (0:00:00.022) 0:00:19.098 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:35:05 +0000 (0:00:00.021) 0:00:19.119 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:35:05 +0000 (0:00:00.068) 0:00:19.188 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:35:05 +0000 (0:00:00.049) 0:00:19.237 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:35:05 +0000 (0:00:00.055) 0:00:19.293 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:35:05 +0000 (0:00:00.029) 0:00:19.323 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.404) 0:00:19.728 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.041) 0:00:19.769 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.031) 0:00:19.801 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.024) 0:00:19.826 ****** 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, fae1be61-e643-4d63-aa0e-d146f11e846a already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.364) 0:00:20.190 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.020) 0:00:20.211 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.022) 0:00:20.233 ****** 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, fae1be61-e643-4d63-aa0e-d146f11e846a already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fae1be61-e643-4d63-aa0e-d146f11e846a skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.021) 0:00:20.255 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.021) 0:00:20.276 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.208) 0:00:20.484 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.024) 0:00:20.509 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 January 2024 13:35:06 +0000 (0:00:00.081) 0:00:20.590 ****** included: /WORKDIR/git-weekly-ci386u5s9i/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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 January 2024 13:35:07 +0000 (0:00:00.050) 0:00:20.641 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 January 2024 13:35:07 +0000 (0:00:00.049) 0:00:20.690 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 January 2024 13:35:07 +0000 (0:00:00.024) 0:00:20.715 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 January 2024 13:35:07 +0000 (0:00:00.022) 0:00:20.737 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 January 2024 13:35:08 +0000 (0:00:01.367) 0:00:22.104 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 January 2024 13:35:09 +0000 (0:00:00.967) 0:00:23.072 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 January 2024 13:35:09 +0000 (0:00:00.028) 0:00:23.100 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 January 2024 13:35:09 +0000 (0:00:00.030) 0:00:23.130 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 27 January 2024 13:35:09 +0000 (0:00:00.034) 0:00:23.164 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:40 Saturday 27 January 2024 13:35:09 +0000 (0:00:00.055) 0:00:23.219 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:55 Saturday 27 January 2024 13:35:09 +0000 (0:00:00.025) 0:00:23.245 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:71 Saturday 27 January 2024 13:35:09 +0000 (0:00:00.023) 0:00:23.269 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:85 Saturday 27 January 2024 13:35:09 +0000 (0:00:00.026) 0:00:23.295 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:96 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.364) 0:00:23.660 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.051) 0:00:23.711 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:113 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.026) 0:00:23.737 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.030) 0:00:23.768 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.411) 0:00:24.179 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:140 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.020) 0:00:24.199 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:144 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.020) 0:00:24.219 ****** 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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.021) 0:00:24.241 ****** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:155 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.045) 0:00:24.286 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.188) 0:00:24.475 ****** included: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.041) 0:00:24.516 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.021) 0:00:24.538 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.021) 0:00:24.559 ****** included: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:35:10 +0000 (0:00:00.035) 0:00:24.594 ****** included: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:35:11 +0000 (0:00:00.034) 0:00:24.628 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002956", "end": "2024-01-27 13:35:11.183957", "rc": 0, "start": "2024-01-27 13:35:11.181001" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:35:11 +0000 (0:00:00.199) 0:00:24.828 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:35:11 +0000 (0:00:00.022) 0:00:24.851 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:35:11 +0000 (0:00:00.029) 0:00:24.880 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 13:35:12 +0000 (0:00:00.929) 0:00:25.810 ****** 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-ci386u5s9i/tests/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 13:35:12 +0000 (0:00:00.034) 0:00:25.845 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 13:35:12 +0000 (0:00:00.021) 0:00:25.867 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.011383", "end": "2024-01-27 13:35:12.438054", "rc": 0, "start": "2024-01-27 13:35:12.426671" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 13:35:12 +0000 (0:00:00.217) 0:00:26.084 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 13:35:12 +0000 (0:00:00.022) 0:00:26.107 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:35:12 +0000 (0:00:00.023) 0:00:26.130 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 13:35:12 +0000 (0:00:00.028) 0:00:26.159 ****** 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 27 January 2024 13:35:12 +0000 (0:00:00.009) 0:00:26.168 ****** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.89s /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.61s /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-weekly-ci386u5s9i/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-ci386u5s9i/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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.37s /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.35s /WORKDIR/git-weekly-ci386u5s9i/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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.10s /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.06s /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-weekly-ci386u5s9i/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-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.89s /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:155 Create veth interface testnic1 ------------------------------------------ 0.63s /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/manage_test_interface.yml:24 ------- Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-weekly-ci386u5s9i/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Configure networking connection profiles --- 0.41s /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.36s /WORKDIR/git-weekly-ci386u5s9i/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-ci386u5s9i/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---