# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ciqb9i8gx3/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 16 December 2023 13:27:23 +0000 (0:00:00.011) 0:00:00.011 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 16 December 2023 13:27:24 +0000 (0:00:00.977) 0:00:00.989 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 16 December 2023 13:27:24 +0000 (0:00:00.296) 0:00:01.285 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 16 December 2023 13:27:24 +0000 (0:00:00.013) 0:00:01.298 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:27:24 +0000 (0:00:00.011) 0:00:01.310 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:27:24 +0000 (0:00:00.007) 0:00:01.317 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:27:24 +0000 (0:00:00.007) 0:00:01.325 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:27:24 +0000 (0:00:00.009) 0:00:01.334 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:27:24 +0000 (0:00:00.008) 0:00:01.343 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004927", "end": "2023-12-16 13:27:25.791534", "rc": 0, "start": "2023-12-16 13:27:24.786607" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:27:25 +0000 (0:00:01.296) 0:00:02.639 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:27:25 +0000 (0:00:00.011) 0:00:02.650 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:27:25 +0000 (0:00:00.010) 0:00:02.660 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:27:27 +0000 (0:00:02.106) 0:00:04.767 ***** 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.005511", "end": "2023-12-16 13:27:28.163387", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-16 13:27:28.157876" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003915", "end": "2023-12-16 13:27:28.454858", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-16 13:27:28.450943" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004289", "end": "2023-12-16 13:27:28.691335", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-16 13:27:28.687046" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:27:28 +0000 (0:00:00.771) 0:00:05.539 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.024288", "end": "2023-12-16 13:27:28.956774", "rc": 0, "start": "2023-12-16 13:27:28.932486" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:27:28 +0000 (0:00:00.264) 0:00:05.803 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:27:28 +0000 (0:00:00.009) 0:00:05.812 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.021) 0:00:05.834 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.014) 0:00:05.848 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.009) 0:00:05.857 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.008) 0:00:05.866 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.012) 0:00:05.878 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.010) 0:00:05.889 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702733248.1618128, "block_size": 4096, "blocks": 0, "ctime": 1702733248.1618128, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30014, "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": 1702733248.1618128, "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-ciqb9i8gx3/tests/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.237) 0:00:06.126 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.023) 0:00:06.150 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.026) 0:00:06.176 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.016) 0:00:06.192 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.018) 0:00:06.211 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.010) 0:00:06.221 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:27:29 +0000 (0:00:00.010) 0:00:06.232 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:27:31 +0000 (0:00:02.341) 0:00:08.573 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:27:32 +0000 (0:00:01.014) 0:00:09.588 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:27:32 +0000 (0:00:00.028) 0:00:09.616 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:27:32 +0000 (0:00:00.026) 0:00:09.642 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:27:32 +0000 (0:00:00.021) 0:00:09.664 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:27:32 +0000 (0:00:00.057) 0:00:09.721 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:27:32 +0000 (0:00:00.023) 0:00:09.745 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:27:32 +0000 (0:00:00.032) 0:00:09.777 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:27:32 +0000 (0:00:00.040) 0:00:09.817 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:27:33 +0000 (0:00:00.686) 0:00:10.504 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:27:33 +0000 (0:00:00.038) 0:00:10.543 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:27:33 +0000 (0:00:00.024) 0:00:10.567 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:27:33 +0000 (0:00:00.024) 0:00:10.592 ***** 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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:27:34 +0000 (0:00:00.686) 0:00:11.279 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:27:34 +0000 (0:00:00.026) 0:00:11.305 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:27:34 +0000 (0:00:00.028) 0:00:11.333 ***** 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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:27:34 +0000 (0:00:00.023) 0:00:11.356 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:27:34 +0000 (0:00:00.027) 0:00:11.384 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 16 December 2023 13:27:34 +0000 (0:00:00.340) 0:00:11.724 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 16 December 2023 13:27:34 +0000 (0:00:00.022) 0:00:11.747 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:27:34 +0000 (0:00:00.051) 0:00:11.798 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:27:35 +0000 (0:00:00.033) 0:00:11.831 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:27:35 +0000 (0:00:00.035) 0:00:11.866 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:27:35 +0000 (0:00:00.056) 0:00:11.923 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:27:35 +0000 (0:00:00.047) 0:00:11.971 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:27:37 +0000 (0:00:02.316) 0:00:14.287 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:27:38 +0000 (0:00:00.839) 0:00:15.127 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:27:38 +0000 (0:00:00.031) 0:00:15.159 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:27:38 +0000 (0:00:00.021) 0:00:15.180 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:27:38 +0000 (0:00:00.023) 0:00:15.203 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:27:38 +0000 (0:00:00.062) 0:00:15.266 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:27:38 +0000 (0:00:00.023) 0:00:15.289 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:27:38 +0000 (0:00:00.028) 0:00:15.317 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:27:38 +0000 (0:00:00.037) 0:00:15.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 [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.506) 0:00:15.861 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.038) 0:00:15.900 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.048) 0:00:15.948 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.025) 0:00:15.974 ***** 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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.454) 0:00:16.429 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.021) 0:00:16.451 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.020) 0:00:16.471 ***** 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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.021) 0:00:16.493 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.022) 0:00:16.515 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.251) 0:00:16.766 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 16 December 2023 13:27:39 +0000 (0:00:00.027) 0:00:16.794 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:27:40 +0000 (0:00:00.045) 0:00:16.839 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:27:40 +0000 (0:00:00.036) 0:00:16.876 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:27:40 +0000 (0:00:00.036) 0:00:16.912 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:27:40 +0000 (0:00:00.024) 0:00:16.937 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:27:40 +0000 (0:00:00.120) 0:00:17.057 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:27:42 +0000 (0:00:02.272) 0:00:19.330 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:27:43 +0000 (0:00:00.832) 0:00:20.162 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:27:43 +0000 (0:00:00.028) 0:00:20.190 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:27:43 +0000 (0:00:00.022) 0:00:20.213 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:27:43 +0000 (0:00:00.023) 0:00:20.237 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:27:43 +0000 (0:00:00.056) 0:00:20.294 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:27:43 +0000 (0:00:00.037) 0:00:20.331 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:27:43 +0000 (0:00:00.023) 0:00:20.355 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:27:43 +0000 (0:00:00.033) 0:00:20.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 [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.497) 0:00:20.886 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.045) 0:00:20.931 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.029) 0:00:20.961 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.027) 0:00:20.988 ***** 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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.537) 0:00:21.526 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.023) 0:00:21.549 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.024) 0:00:21.573 ***** 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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa (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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.024) 0:00:21.598 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:27:44 +0000 (0:00:00.026) 0:00:21.624 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 16 December 2023 13:27:45 +0000 (0:00:00.318) 0:00:21.943 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 16 December 2023 13:27:45 +0000 (0:00:00.025) 0:00:21.968 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:27:45 +0000 (0:00:00.044) 0:00:22.012 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:27:45 +0000 (0:00:00.049) 0:00:22.062 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:27:45 +0000 (0:00:00.032) 0:00:22.094 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:27:45 +0000 (0:00:00.025) 0:00:22.120 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:27:45 +0000 (0:00:00.024) 0:00:22.145 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:27:47 +0000 (0:00:02.307) 0:00:24.452 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:27:48 +0000 (0:00:00.831) 0:00:25.284 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:27:48 +0000 (0:00:00.030) 0:00:25.314 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:27:48 +0000 (0:00:00.023) 0:00:25.337 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:27:48 +0000 (0:00:00.024) 0:00:25.362 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:27:48 +0000 (0:00:00.058) 0:00:25.421 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:27:48 +0000 (0:00:00.026) 0:00:25.447 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:27:48 +0000 (0:00:00.022) 0:00:25.470 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:27:48 +0000 (0:00:00.036) 0:00:25.506 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.490) 0:00:25.997 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.040) 0:00:26.037 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.025) 0:00:26.062 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.024) 0:00:26.086 ***** 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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa skipped because already active TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.488) 0:00:26.575 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.052) 0:00:26.628 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa skipped because already active" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.022) 0:00:26.651 ***** 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, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 3bc7ecfa-f13f-4481-a452-b0b6d013c4fa skipped because already active" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.025) 0:00:26.676 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:27:49 +0000 (0:00:00.035) 0:00:26.712 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 16 December 2023 13:27:50 +0000 (0:00:00.292) 0:00:27.004 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 16 December 2023 13:27:50 +0000 (0:00:00.037) 0:00:27.041 ***** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 16 December 2023 13:27:50 +0000 (0:00:00.052) 0:00:27.093 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 16 December 2023 13:27:50 +0000 (0:00:00.037) 0:00:27.131 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 16 December 2023 13:27:50 +0000 (0:00:00.066) 0:00:27.198 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 16 December 2023 13:27:50 +0000 (0:00:00.032) 0:00:27.231 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 16 December 2023 13:27:50 +0000 (0:00:00.022) 0:00:27.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 [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 16 December 2023 13:27:52 +0000 (0:00:02.271) 0:00:29.524 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 16 December 2023 13:27:53 +0000 (0:00:00.935) 0:00:30.460 ***** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 16 December 2023 13:27:53 +0000 (0:00:00.030) 0:00:30.490 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 16 December 2023 13:27:53 +0000 (0:00:00.022) 0:00:30.512 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 16 December 2023 13:27:53 +0000 (0:00:00.021) 0:00:30.533 ***** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 16 December 2023 13:27:53 +0000 (0:00:00.054) 0:00:30.588 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 16 December 2023 13:27:53 +0000 (0:00:00.020) 0:00:30.609 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 16 December 2023 13:27:53 +0000 (0:00:00.021) 0:00:30.631 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 16 December 2023 13:27:53 +0000 (0:00:00.034) 0:00:30.665 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 16 December 2023 13:27:54 +0000 (0:00:00.488) 0:00:31.154 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 16 December 2023 13:27:54 +0000 (0:00:00.041) 0:00:31.195 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 16 December 2023 13:27:54 +0000 (0:00:00.026) 0:00:31.221 ***** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 16 December 2023 13:27:54 +0000 (0:00:00.025) 0:00:31.247 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 16 December 2023 13:27:54 +0000 (0:00:00.533) 0:00:31.780 ***** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 16 December 2023 13:27:54 +0000 (0:00:00.022) 0:00:31.803 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.021) 0:00:31.824 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.050) 0:00:31.874 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.023) 0:00:31.898 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.255) 0:00:32.153 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.035) 0:00:32.188 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.019) 0:00:32.208 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.020) 0:00:32.228 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.030) 0:00:32.258 ***** included: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:27:55 +0000 (0:00:00.028) 0:00:32.287 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004956", "end": "2023-12-16 13:27:56.680473", "rc": 0, "start": "2023-12-16 13:27:55.675517" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:27:56 +0000 (0:00:01.251) 0:00:33.538 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:27:56 +0000 (0:00:00.021) 0:00:33.559 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:27:56 +0000 (0:00:00.023) 0:00:33.583 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:27:58 +0000 (0:00:01.961) 0:00:35.544 ***** skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:27:58 +0000 (0:00:00.049) 0:00:35.594 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:27:58 +0000 (0:00:00.023) 0:00:35.618 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.011469", "end": "2023-12-16 13:27:59.022842", "rc": 0, "start": "2023-12-16 13:27:59.011373" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:27:59 +0000 (0:00:00.273) 0:00:35.892 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:27:59 +0000 (0:00:00.019) 0:00:35.911 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:27:59 +0000 (0:00:00.019) 0:00:35.931 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:27:59 +0000 (0:00:00.019) 0:00:35.951 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=85 rescued=0 ignored=0 Saturday 16 December 2023 13:27:59 +0000 (0:00:00.050) 0:00:36.001 ***** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.34s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.32s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.31s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.27s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.27s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.11s /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.96s /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.30s /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.25s /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/get_current_interfaces.yml:3 ------- fedora.linux_system_roles.network : Check which packages are installed --- 1.01s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.98s /WORKDIR/git-weekly-ciqb9i8gx3/tests/tests_change_indication_on_repeat_run.yml:4 fedora.linux_system_roles.network : Check which packages are installed --- 0.94s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.84s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.83s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.83s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface testnic1 ------------------------------------------ 0.77s /WORKDIR/git-weekly-ciqb9i8gx3/tests/tasks/manage_test_interface.yml:23 ------- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.69s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.69s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.54s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.53s /WORKDIR/git-weekly-ciqb9i8gx3/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---