# 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-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.551) 0:00:00.563 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.182) 0:00:00.745 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.019) 0:00:00.765 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:3 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.012) 0:00:00.778 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:8 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.017) 0:00:00.795 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:13 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.017) 0:00:00.812 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/show_interfaces.yml:3 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.010) 0:00:00.823 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_current_interfaces.yml:3 Saturday 10 August 2024 13:15:51 +0000 (0:00:00.010) 0:00:00.834 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003267", "end": "2024-08-10 13:15:52.134952", "rc": 0, "start": "2024-08-10 13:15:52.131685" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_current_interfaces.yml:9 Saturday 10 August 2024 13:15:52 +0000 (0:00:00.179) 0:00:01.014 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/show_interfaces.yml:5 Saturday 10 August 2024 13:15:52 +0000 (0:00:00.019) 0:00:01.033 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:16 Saturday 10 August 2024 13:15:52 +0000 (0:00:00.017) 0:00:01.050 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:28 Saturday 10 August 2024 13:15:52 +0000 (0:00:00.446) 0:00:01.497 ******* 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.012412", "end": "2024-08-10 13:15:52.747577", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-08-10 13:15:52.735165" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004498", "end": "2024-08-10 13:15:52.871108", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-08-10 13:15:52.866610" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.005391", "end": "2024-08-10 13:15:52.981643", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-08-10 13:15:52.976252" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:37 Saturday 10 August 2024 13:15:52 +0000 (0:00:00.365) 0:00:01.862 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.036146", "end": "2024-08-10 13:15:53.138938", "rc": 0, "start": "2024-08-10 13:15:53.102792" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:45 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.160) 0:00:02.023 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:52 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.011) 0:00:02.034 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:58 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.009) 0:00:02.044 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:65 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.009) 0:00:02.053 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:71 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.009) 0:00:02.062 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.008) 0:00:02.070 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/assert_device_present.yml:3 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.010) 0:00:02.081 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_interface_stat.yml:3 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.010) 0:00:02.092 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1723295752.746466, "block_size": 4096, "blocks": 0, "ctime": 1723295752.746466, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17733, "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": 1723295752.746466, "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-ciopi1w1_6/tests/tasks/assert_device_present.yml:5 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.114) 0:00:02.207 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.012) 0:00:02.219 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.078) 0:00:02.297 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.015) 0:00:02.313 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.011) 0:00:02.324 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.010) 0:00:02.334 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 10 August 2024 13:15:53 +0000 (0:00:00.009) 0:00:02.344 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 10 August 2024 13:15:54 +0000 (0:00:00.666) 0:00:03.011 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.952) 0:00:03.963 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.025) 0:00:03.989 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.036) 0:00:04.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.020) 0:00:04.047 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.019) 0:00:04.066 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.024) 0:00:04.091 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.027) 0:00:04.118 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.030) 0:00:04.149 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.047) 0:00:04.197 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.022) 0:00:04.219 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.020) 0:00:04.240 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.022) 0:00:04.263 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.349) 0:00:04.612 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.029) 0:00:04.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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.026) 0:00:04.668 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 10 August 2024 13:15:55 +0000 (0:00:00.025) 0:00:04.693 ******* 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, b610533d-ef9e-43b1-a6f2-69c2c75cae88 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.449) 0:00:05.143 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.041) 0:00:05.184 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.020) 0:00:05.205 ******* 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, b610533d-ef9e-43b1-a6f2-69c2c75cae88\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.020) 0:00:05.226 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.018) 0:00:05.245 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.174) 0:00:05.419 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.022) 0:00:05.441 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.033) 0:00:05.475 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.034) 0:00:05.509 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.024) 0:00:05.534 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.018) 0:00:05.552 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 10 August 2024 13:15:56 +0000 (0:00:00.019) 0:00:05.572 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 10 August 2024 13:15:57 +0000 (0:00:00.632) 0:00:06.204 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.850) 0:00:07.054 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.030) 0:00:07.084 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.022) 0:00:07.107 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.020) 0:00:07.128 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.031) 0:00:07.159 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.024) 0:00:07.183 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.027) 0:00:07.211 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.023) 0:00:07.234 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.046) 0:00:07.280 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.026) 0:00:07.306 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.022) 0:00:07.328 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.026) 0:00:07.355 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.217) 0:00:07.572 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.054) 0:00:07.627 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.032) 0:00:07.660 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 10 August 2024 13:15:58 +0000 (0:00:00.026) 0:00:07.686 ******* 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, b610533d-ef9e-43b1-a6f2-69c2c75cae88 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.294) 0:00:07.981 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.020) 0:00:08.001 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.020) 0:00:08.022 ******* 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, b610533d-ef9e-43b1-a6f2-69c2c75cae88 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.021) 0:00:08.044 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.018) 0:00:08.062 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.115) 0:00:08.177 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.026) 0:00:08.204 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.046) 0:00:08.251 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.037) 0:00:08.288 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.025) 0:00:08.314 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.020) 0:00:08.334 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 10 August 2024 13:15:59 +0000 (0:00:00.020) 0:00:08.355 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 10 August 2024 13:16:00 +0000 (0:00:00.619) 0:00:08.975 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 10 August 2024 13:16:00 +0000 (0:00:00.814) 0:00:09.789 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 10 August 2024 13:16:00 +0000 (0:00:00.043) 0:00:09.832 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 10 August 2024 13:16:00 +0000 (0:00:00.024) 0:00:09.857 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.033) 0:00:09.890 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.022) 0:00:09.913 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.020) 0:00:09.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.036) 0:00:09.970 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.023) 0:00:09.994 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.050) 0:00:10.045 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.021) 0:00:10.066 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.046) 0:00:10.113 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.024) 0:00:10.138 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.220) 0:00:10.358 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.034) 0:00:10.393 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.039) 0:00:10.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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.026) 0:00:10.459 ******* 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, b610533d-ef9e-43b1-a6f2-69c2c75cae88 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 (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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.343) 0:00:10.802 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.026) 0:00:10.829 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 (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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 10 August 2024 13:16:01 +0000 (0:00:00.023) 0:00:10.853 ******* 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, b610533d-ef9e-43b1-a6f2-69c2c75cae88\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 (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, b610533d-ef9e-43b1-a6f2-69c2c75cae88", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 (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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.021) 0:00:10.874 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.023) 0:00:10.898 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.147) 0:00:11.045 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.023) 0:00:11.069 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.036) 0:00:11.106 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.035) 0:00:11.142 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.069) 0:00:11.211 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.022) 0:00:11.233 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 10 August 2024 13:16:02 +0000 (0:00:00.019) 0:00:11.253 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 10 August 2024 13:16:03 +0000 (0:00:00.626) 0:00:11.879 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 10 August 2024 13:16:03 +0000 (0:00:00.819) 0:00:12.699 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 10 August 2024 13:16:03 +0000 (0:00:00.037) 0:00:12.737 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 10 August 2024 13:16:03 +0000 (0:00:00.020) 0:00:12.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 10 August 2024 13:16:03 +0000 (0:00:00.019) 0:00:12.776 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 10 August 2024 13:16:03 +0000 (0:00:00.019) 0:00:12.796 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 10 August 2024 13:16:03 +0000 (0:00:00.019) 0:00:12.815 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 10 August 2024 13:16:03 +0000 (0:00:00.049) 0:00:12.865 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.025) 0:00:12.890 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.065) 0:00:12.956 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.024) 0:00:12.980 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.023) 0:00:13.003 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.024) 0:00:13.027 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.259) 0:00:13.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.031) 0:00:13.318 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.040) 0:00:13.359 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.029) 0:00:13.389 ******* 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, b610533d-ef9e-43b1-a6f2-69c2c75cae88 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.282) 0:00:13.671 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.019) 0:00:13.691 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.019) 0:00:13.710 ******* 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, b610533d-ef9e-43b1-a6f2-69c2c75cae88 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, b610533d-ef9e-43b1-a6f2-69c2c75cae88 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.021) 0:00:13.732 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 10 August 2024 13:16:04 +0000 (0:00:00.020) 0:00:13.752 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 10 August 2024 13:16:05 +0000 (0:00:00.116) 0:00:13.868 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 10 August 2024 13:16:05 +0000 (0:00:00.023) 0:00:13.892 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 10 August 2024 13:16:05 +0000 (0:00:00.061) 0:00:13.953 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 10 August 2024 13:16:05 +0000 (0:00:00.036) 0:00:13.990 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 10 August 2024 13:16:05 +0000 (0:00:00.036) 0:00:14.027 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 10 August 2024 13:16:05 +0000 (0:00:00.023) 0:00:14.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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 10 August 2024 13:16:05 +0000 (0:00:00.021) 0:00:14.072 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 10 August 2024 13:16:05 +0000 (0:00:00.604) 0:00:14.676 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.816) 0:00:15.493 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.051) 0:00:15.544 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.020) 0:00:15.564 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.020) 0:00:15.585 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.019) 0:00:15.604 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.019) 0:00:15.624 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:72 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.023) 0:00:15.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:92 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.021) 0:00:15.669 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.046) 0:00:15.715 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:120 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.020) 0:00:15.735 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.019) 0:00:15.755 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:151 Saturday 10 August 2024 13:16:06 +0000 (0:00:00.023) 0:00:15.778 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:162 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.214) 0:00:15.992 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:171 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.029) 0:00:16.021 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:179 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.025) 0:00:16.047 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:188 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.026) 0:00:16.073 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.377) 0:00:16.451 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.046) 0:00:16.497 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:210 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.020) 0:00:16.518 ******* 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-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:215 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.021) 0:00:16.539 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:221 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.020) 0:00:16.560 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.118) 0:00:16.679 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:3 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.034) 0:00:16.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:8 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.018) 0:00:16.732 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:13 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.019) 0:00:16.752 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/show_interfaces.yml:3 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.030) 0:00:16.782 ******* included: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_current_interfaces.yml:3 Saturday 10 August 2024 13:16:07 +0000 (0:00:00.030) 0:00:16.813 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004343", "end": "2024-08-10 13:16:09.050469", "rc": 0, "start": "2024-08-10 13:16:08.046126" } STDOUT: bond0 bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_current_interfaces.yml:9 Saturday 10 August 2024 13:16:09 +0000 (0:00:01.146) 0:00:17.959 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/show_interfaces.yml:5 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.021) 0:00:17.980 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:16 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.021) 0:00:18.001 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:28 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.318) 0:00:18.320 ******* 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-ciopi1w1_6/tests/tasks/manage_test_interface.yml:37 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.028) 0:00:18.349 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:45 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.020) 0:00:18.370 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.011496", "end": "2024-08-10 13:16:09.616621", "rc": 0, "start": "2024-08-10 13:16:09.605125" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:52 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.138) 0:00:18.508 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:58 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.021) 0:00:18.530 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:65 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.020) 0:00:18.550 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:71 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.022) 0:00:18.572 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=105 rescued=0 ignored=0 Saturday 10 August 2024 13:16:09 +0000 (0:00:00.008) 0:00:18.581 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.37s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:188 Gather current interface info ------------------------------------------- 1.15s /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/get_current_interfaces.yml:3 ------- linux-system-roles.network : Enable and start NetworkManager ------------ 1.05s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:151 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.85s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.82s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.82s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.81s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 0.67s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.63s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.63s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.62s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.60s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Re-test connectivity ----------------------- 0.55s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:221 Gathering Facts --------------------------------------------------------- 0.55s /WORKDIR/git-weekly-ciopi1w1_6/tests/tests_change_indication_on_repeat_run.yml:4 Install iproute --------------------------------------------------------- 0.45s /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Configure networking connection profiles --- 0.38s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:188 Create veth interface testnic1 ------------------------------------------ 0.37s /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.32s /WORKDIR/git-weekly-ciopi1w1_6/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.21s /WORKDIR/git-weekly-ciopi1w1_6/tests/roles/linux-system-roles.network/tasks/main.yml:151 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---