# 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-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 25 November 2023 13:33:02 +0000 (0:00:00.016) 0:00:00.016 ***** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:16 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.646) 0:00:00.663 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set package manager to use for ostree] *********************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.276) 0:00:00.940 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:27 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.023) 0:00:00.964 ***** included: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.016) 0:00:00.980 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.021) 0:00:01.002 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.021) 0:00:01.024 ***** included: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.015) 0:00:01.039 ***** included: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.013) 0:00:01.052 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003028", "end": "2023-11-25 13:33:03.690921", "rc": 0, "start": "2023-11-25 13:33:03.687893" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.263) 0:00:01.316 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.073) 0:00:01.390 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:33:03 +0000 (0:00:00.033) 0:00:01.423 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:33:05 +0000 (0:00:01.565) 0:00:02.989 ***** 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.014941", "end": "2023-11-25 13:33:05.574019", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-11-25 13:33:05.559078" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.007468", "end": "2023-11-25 13:33:05.799752", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-11-25 13:33:05.792284" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.007564", "end": "2023-11-25 13:33:05.989028", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-11-25 13:33:05.981464" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:31 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.628) 0:00:03.618 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023268", "end": "2023-11-25 13:33:06.203473", "rc": 0, "start": "2023-11-25 13:33:06.180205" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:39 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.211) 0:00:03.829 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:46 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.012) 0:00:03.841 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:52 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.012) 0:00:03.854 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:59 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.011) 0:00:03.866 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:65 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.010) 0:00:03.877 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:31 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.011) 0:00:03.888 ***** included: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.013) 0:00:03.902 ***** included: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.013) 0:00:03.916 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919185.562958, "block_size": 4096, "blocks": 0, "ctime": 1700919185.562958, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29911, "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": 1700919185.562958, "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-ci6msraha_/tests/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.184) 0:00:04.100 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:45 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.013) 0:00:04.114 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.039) 0:00:04.153 ***** included: /WORKDIR/git-weekly-ci6msraha_/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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.076) 0:00:04.229 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.014) 0:00:04.244 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.188) 0:00:04.433 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:33:06 +0000 (0:00:00.013) 0:00:04.446 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:33:08 +0000 (0:00:01.694) 0:00:06.141 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:33:09 +0000 (0:00:01.451) 0:00:07.592 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.034) 0:00:07.626 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.033) 0:00:07.660 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.024) 0:00:07.684 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.060) 0:00:07.745 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.024) 0:00:07.770 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.024) 0:00:07.794 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.032) 0:00:07.827 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.552) 0:00:08.379 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.040) 0:00:08.419 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.034) 0:00:08.453 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:33:10 +0000 (0:00:00.033) 0:00:08.487 ***** 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, 3f62c5f3-35d3-42ab-82bc-601459b58628 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.576) 0:00:09.064 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.024) 0:00:09.089 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.025) 0:00:09.114 ***** 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, 3f62c5f3-35d3-42ab-82bc-601459b58628\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.025) 0:00:09.140 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.023) 0:00:09.164 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:49 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.256) 0:00:09.420 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:52 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.026) 0:00:09.447 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.049) 0:00:09.497 ***** included: /WORKDIR/git-weekly-ci6msraha_/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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.059) 0:00:09.557 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:33:11 +0000 (0:00:00.043) 0:00:09.600 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:33:12 +0000 (0:00:00.205) 0:00:09.805 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:33:12 +0000 (0:00:00.034) 0:00:09.840 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:33:13 +0000 (0:00:01.638) 0:00:11.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 : Print network provider] ********************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:33:15 +0000 (0:00:01.257) 0:00:12.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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.062) 0:00:12.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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.026) 0:00:12.826 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.028) 0:00:12.854 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.061) 0:00:12.916 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.024) 0:00:12.941 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.026) 0:00:12.967 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.031) 0:00:12.998 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.362) 0:00:13.360 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.040) 0:00:13.400 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.031) 0:00:13.432 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:33:15 +0000 (0:00:00.030) 0:00:13.462 ***** 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, 3f62c5f3-35d3-42ab-82bc-601459b58628 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.357) 0:00:13.820 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.026) 0:00:13.847 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.026) 0:00:13.873 ***** 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, 3f62c5f3-35d3-42ab-82bc-601459b58628 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.063) 0:00:13.936 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.027) 0:00:13.964 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:56 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.196) 0:00:14.161 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:69 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.026) 0:00:14.187 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.042) 0:00:14.230 ***** included: /WORKDIR/git-weekly-ci6msraha_/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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.044) 0:00:14.274 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.031) 0:00:14.306 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.207) 0:00:14.513 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:33:16 +0000 (0:00:00.045) 0:00:14.558 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:33:18 +0000 (0:00:01.613) 0:00:16.172 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:33:19 +0000 (0:00:01.264) 0:00:17.436 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:33:19 +0000 (0:00:00.037) 0:00:17.474 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:33:19 +0000 (0:00:00.028) 0:00:17.502 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:33:19 +0000 (0:00:00.028) 0:00:17.531 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.081) 0:00:17.612 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.049) 0:00:17.662 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.026) 0:00:17.689 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.041) 0:00:17.731 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.372) 0:00:18.103 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.040) 0:00:18.144 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.035) 0:00:18.179 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:33:20 +0000 (0:00:00.036) 0:00:18.216 ***** 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, 3f62c5f3-35d3-42ab-82bc-601459b58628 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 (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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.417) 0:00:18.633 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.033) 0:00:18.667 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 (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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.044) 0:00:18.711 ***** 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, 3f62c5f3-35d3-42ab-82bc-601459b58628\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 (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, 3f62c5f3-35d3-42ab-82bc-601459b58628", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 (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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.029) 0:00:18.741 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.028) 0:00:18.770 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:73 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.196) 0:00:18.966 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:76 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.057) 0:00:19.023 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.047) 0:00:19.071 ***** included: /WORKDIR/git-weekly-ci6msraha_/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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.046) 0:00:19.118 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.032) 0:00:19.150 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.203) 0:00:19.354 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:33:21 +0000 (0:00:00.033) 0:00:19.388 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:33:23 +0000 (0:00:01.616) 0:00:21.005 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:33:24 +0000 (0:00:01.257) 0:00:22.262 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:33:24 +0000 (0:00:00.034) 0:00:22.297 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:33:24 +0000 (0:00:00.026) 0:00:22.323 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:33:24 +0000 (0:00:00.037) 0:00:22.360 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:33:24 +0000 (0:00:00.063) 0:00:22.424 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:33:24 +0000 (0:00:00.025) 0:00:22.450 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:33:24 +0000 (0:00:00.024) 0:00:22.474 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:33:24 +0000 (0:00:00.028) 0:00:22.503 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.376) 0:00:22.880 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.037) 0:00:22.918 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.041) 0:00:22.959 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.034) 0:00:22.994 ***** 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, 3f62c5f3-35d3-42ab-82bc-601459b58628 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.358) 0:00:23.353 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.026) 0:00:23.379 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.028) 0:00:23.408 ***** 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, 3f62c5f3-35d3-42ab-82bc-601459b58628 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3f62c5f3-35d3-42ab-82bc-601459b58628 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.029) 0:00:23.438 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:33:25 +0000 (0:00:00.027) 0:00:23.465 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:80 Saturday 25 November 2023 13:33:26 +0000 (0:00:00.195) 0:00:23.660 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:88 Saturday 25 November 2023 13:33:26 +0000 (0:00:00.030) 0:00:23.691 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:33:26 +0000 (0:00:00.049) 0:00:23.740 ***** included: /WORKDIR/git-weekly-ci6msraha_/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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:33:26 +0000 (0:00:00.070) 0:00:23.811 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:33:26 +0000 (0:00:00.035) 0:00:23.846 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:33:26 +0000 (0:00:00.204) 0:00:24.050 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:33:26 +0000 (0:00:00.042) 0:00:24.093 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:33:28 +0000 (0:00:01.630) 0:00:25.723 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:33:29 +0000 (0:00:01.247) 0:00:26.970 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:33:29 +0000 (0:00:00.037) 0:00:27.008 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:33:29 +0000 (0:00:00.039) 0:00:27.048 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:33:29 +0000 (0:00:00.031) 0:00:27.080 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:33:29 +0000 (0:00:00.073) 0:00:27.153 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:33:29 +0000 (0:00:00.026) 0:00:27.179 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:33:29 +0000 (0:00:00.025) 0:00:27.205 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:33:29 +0000 (0:00:00.032) 0:00:27.238 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:33:29 +0000 (0:00:00.359) 0:00:27.598 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.038) 0:00:27.636 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.039) 0:00:27.675 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.033) 0:00:27.708 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.485) 0:00:28.194 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.027) 0:00:28.221 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.027) 0:00:28.249 ***** 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-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.026) 0:00:28.275 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.024) 0:00:28.300 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:97 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.192) 0:00:28.493 ***** included: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.046) 0:00:28.539 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.024) 0:00:28.564 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:33:30 +0000 (0:00:00.024) 0:00:28.588 ***** included: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:33:31 +0000 (0:00:00.040) 0:00:28.628 ***** included: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:33:31 +0000 (0:00:00.039) 0:00:28.668 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003043", "end": "2023-11-25 13:33:31.227976", "rc": 0, "start": "2023-11-25 13:33:31.224933" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:33:31 +0000 (0:00:00.196) 0:00:28.865 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:33:31 +0000 (0:00:00.028) 0:00:28.893 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:33:31 +0000 (0:00:00.026) 0:00:28.920 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:33:32 +0000 (0:00:01.381) 0:00:30.301 ***** 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-ci6msraha_/tests/tasks/manage_test_interface.yml:31 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.036) 0:00:30.337 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:39 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.026) 0:00:30.363 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.015048", "end": "2023-11-25 13:33:32.939628", "rc": 0, "start": "2023-11-25 13:33:32.924580" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:46 Saturday 25 November 2023 13:33:32 +0000 (0:00:00.218) 0:00:30.582 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:52 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.029) 0:00:30.611 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:59 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.028) 0:00:30.639 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:65 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.028) 0:00:30.668 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=77 changed=3 unreachable=0 failed=0 skipped=81 rescued=0 ignored=0 Saturday 25 November 2023 13:33:33 +0000 (0:00:00.059) 0:00:30.727 ***** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.71s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:116 linux-system-roles.network : Check which services are running ----------- 1.69s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Enable and start NetworkManager ------------ 1.66s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:79 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Check which services are running ----------- 1.63s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Check which services are running ----------- 1.61s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Install iproute --------------------------------------------------------- 1.57s /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Check which packages are installed --------- 1.45s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Install iproute --------------------------------------------------------- 1.38s /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Check which packages are installed --------- 1.26s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Check which packages are installed --------- 1.26s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Check which packages are installed --------- 1.26s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Check which packages are installed --------- 1.25s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Re-test connectivity ----------------------- 0.85s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:149 Gathering Facts --------------------------------------------------------- 0.65s /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.63s /WORKDIR/git-weekly-ci6msraha_/tests/tasks/manage_test_interface.yml:22 ------- linux-system-roles.network : Configure networking connection profiles --- 0.49s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:116 linux-system-roles.network : Enable and start NetworkManager ------------ 0.36s /WORKDIR/git-weekly-ci6msraha_/tests/roles/linux-system-roles.network/tasks/main.yml:79 Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-weekly-ci6msraha_/tests/tests_change_indication_on_repeat_run.yml:16 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---