# 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-ciup210rh5/.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_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-weekly-ciup210rh5/tests/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/tests_auto_gateway_nm.yml:6 Saturday 30 March 2024 14:53:01 +0000 (0:00:00.012) 0:00:00.012 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciup210rh5/tests/tests_auto_gateway_nm.yml:9 Saturday 30 March 2024 14:53:02 +0000 (0:00:01.078) 0:00:01.091 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/el_repo_setup.yml:3 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.011) 0:00:01.103 ******** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/el_repo_setup.yml:17 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.018) 0:00:01.121 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/el_repo_setup.yml:22 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.316) 0:00:01.438 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/el_repo_setup.yml:26 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.015) 0:00:01.453 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/el_repo_setup.yml:51 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.009) 0:00:01.462 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/enable_epel.yml:8 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.024) 0:00:01.487 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/enable_epel.yml:24 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.011) 0:00:01.498 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/enable_epel.yml:30 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.008) 0:00:01.507 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/enable_epel.yml:35 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.008) 0:00:01.515 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tasks/enable_epel.yml:40 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.021) 0:00:01.537 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/tests_auto_gateway_nm.yml:11 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.019) 0:00:01.556 ******** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:3 Saturday 30 March 2024 14:53:02 +0000 (0:00:00.025) 0:00:01.582 ******** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:9 Saturday 30 March 2024 14:53:03 +0000 (0:00:00.824) 0:00:02.406 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 14:53:03 +0000 (0:00:00.023) 0:00:02.430 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 14:53:03 +0000 (0:00:00.012) 0:00:02.442 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004031", "end": "2024-03-30 14:53:03.917917", "rc": 0, "start": "2024-03-30 14:53:03.913886" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 14:53:03 +0000 (0:00:00.319) 0:00:02.762 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 14:53:03 +0000 (0:00:00.012) 0:00:02.775 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:11 Saturday 30 March 2024 14:53:03 +0000 (0:00:00.011) 0:00:02.786 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 14:53:03 +0000 (0:00:00.028) 0:00:02.814 ******** 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 14:53:04 +0000 (0:00:00.010) 0:00:02.825 ******** 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 14:53:04 +0000 (0:00:00.009) 0:00:02.834 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 14:53:04 +0000 (0:00:00.014) 0:00:02.849 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 14:53:04 +0000 (0:00:00.012) 0:00:02.861 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004077", "end": "2024-03-30 14:53:04.276840", "rc": 0, "start": "2024-03-30 14:53:04.272763" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 14:53:04 +0000 (0:00:00.259) 0:00:03.121 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 14:53:04 +0000 (0:00:00.011) 0:00:03.132 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 14:53:04 +0000 (0:00:00.011) 0:00:03.144 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 14:53:06 +0000 (0:00:02.344) 0:00:05.488 ******** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.059213", "end": "2024-03-30 14:53:06.967480", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-03-30 14:53:06.908267" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004469", "end": "2024-03-30 14:53:07.280263", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-03-30 14:53:07.275794" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004524", "end": "2024-03-30 14:53:07.532931", "item": "ip link set veth0 up", "rc": 0, "start": "2024-03-30 14:53:07.528407" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 14:53:07 +0000 (0:00:00.892) 0:00:06.380 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.261367", "end": "2024-03-30 14:53:08.054982", "rc": 0, "start": "2024-03-30 14:53:07.793615" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.520) 0:00:06.901 ******** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.010) 0:00:06.911 ******** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.009) 0:00:06.921 ******** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.009) 0:00:06.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 veth0] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.009) 0:00:06.941 ******** 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-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:15 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.009) 0:00:06.950 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.026) 0:00:06.977 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.013) 0:00:06.990 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711810386.9647844, "block_size": 4096, "blocks": 0, "ctime": 1711810386.9647844, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26344, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1711810386.9647844, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.254) 0:00:07.244 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:17 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.016) 0:00:07.261 ******** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.012) 0:00:07.273 ******** included: /WORKDIR/git-weekly-ciup210rh5/.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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.017) 0:00:07.291 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.022) 0:00:07.313 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.015) 0:00:07.328 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 30 March 2024 14:53:08 +0000 (0:00:00.012) 0:00:07.341 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 30 March 2024 14:53:12 +0000 (0:00:03.612) 0:00:10.954 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 30 March 2024 14:53:13 +0000 (0:00:01.077) 0:00:12.032 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.022) 0:00:12.054 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.022) 0:00:12.077 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.023) 0:00:12.100 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.038) 0:00:12.139 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.053) 0:00:12.192 ******** 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 : Install packages] ******************** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.036) 0:00:12.228 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.065) 0:00:12.293 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.024) 0:00:12.318 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.024) 0:00:12.343 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 30 March 2024 14:53:13 +0000 (0:00:00.038) 0:00:12.382 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 30 March 2024 14:53:14 +0000 (0:00:00.688) 0:00:13.070 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 30 March 2024 14:53:14 +0000 (0:00:00.037) 0:00:13.107 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 30 March 2024 14:53:14 +0000 (0:00:00.020) 0:00:13.128 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 30 March 2024 14:53:14 +0000 (0:00:00.020) 0:00:13.148 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 4f85df12-2cfa-4886-83f0-781b22705534 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 4f85df12-2cfa-4886-83f0-781b22705534 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.755) 0:00:13.904 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.023) 0:00:13.928 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 4f85df12-2cfa-4886-83f0-781b22705534", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 4f85df12-2cfa-4886-83f0-781b22705534 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.023) 0:00:13.952 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "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, 'veth0': add connection veth0, 4f85df12-2cfa-4886-83f0-781b22705534\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 4f85df12-2cfa-4886-83f0-781b22705534 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 4f85df12-2cfa-4886-83f0-781b22705534", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 4f85df12-2cfa-4886-83f0-781b22705534 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.024) 0:00:13.976 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.022) 0:00:13.999 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:42 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.380) 0:00:14.379 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.083) 0:00:14.462 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.033) 0:00:14.496 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711810386.9647844, "block_size": 4096, "blocks": 0, "ctime": 1711810386.9647844, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26344, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1711810386.9647844, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.266) 0:00:14.762 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:44 Saturday 30 March 2024 14:53:15 +0000 (0:00:00.023) 0:00:14.786 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.047) 0:00:14.833 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.035) 0:00:14.869 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.022) 0:00:14.891 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.261) 0:00:15.152 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.021) 0:00:15.174 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.085725", "end": "2024-03-30 14:53:16.671127", "rc": 0, "start": "2024-03-30 14:53:16.585402" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.356) 0:00:15.530 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.023) 0:00:15.554 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.062) 0:00:15.617 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.021) 0:00:15.638 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.021) 0:00:15.659 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.025) 0:00:15.685 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.031) 0:00:15.716 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.028) 0:00:15.745 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:48 Saturday 30 March 2024 14:53:16 +0000 (0:00:00.027) 0:00:15.773 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004567", "end": "2024-03-30 14:53:17.191838", "rc": 0, "start": "2024-03-30 14:53:17.187271" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.42.144 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.144 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:52 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.273) 0:00:16.046 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:58 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.022) 0:00:16.069 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004360", "end": "2024-03-30 14:53:17.483275", "rc": 0, "start": "2024-03-30 14:53:17.478915" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:62 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.269) 0:00:16.339 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:69 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.022) 0:00:16.361 ******** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.021) 0:00:16.383 ******** included: /WORKDIR/git-weekly-ciup210rh5/.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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.037) 0:00:16.420 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.034) 0:00:16.455 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.023) 0:00:16.478 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 30 March 2024 14:53:17 +0000 (0:00:00.022) 0:00:16.501 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 30 March 2024 14:53:20 +0000 (0:00:02.488) 0:00:18.989 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.874) 0:00:19.863 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.023) 0:00:19.886 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.026) 0:00:19.913 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.024) 0:00:19.937 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.036) 0:00:19.974 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.030) 0:00:20.004 ******** 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 : Install packages] ******************** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.036) 0:00:20.041 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.053) 0:00:20.095 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.025) 0:00:20.120 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.025) 0:00:20.146 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.036) 0:00:20.182 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.502) 0:00:20.685 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.075) 0:00:20.761 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.020) 0:00:20.782 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 30 March 2024 14:53:21 +0000 (0:00:00.020) 0:00:20.802 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 30 March 2024 14:53:22 +0000 (0:00:00.571) 0:00:21.374 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 30 March 2024 14:53:22 +0000 (0:00:00.024) 0:00:21.399 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 30 March 2024 14:53:22 +0000 (0:00:00.025) 0:00:21.424 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 30 March 2024 14:53:22 +0000 (0:00:00.025) 0:00:21.449 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 30 March 2024 14:53:22 +0000 (0:00:00.023) 0:00:21.473 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:81 Saturday 30 March 2024 14:53:22 +0000 (0:00:00.269) 0:00:21.743 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 14:53:22 +0000 (0:00:00.048) 0:00:21.792 ******** 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 14:53:22 +0000 (0:00:00.020) 0:00:21.812 ******** 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 14:53:23 +0000 (0:00:00.020) 0:00:21.833 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 14:53:23 +0000 (0:00:00.033) 0:00:21.866 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 14:53:23 +0000 (0:00:00.068) 0:00:21.935 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004041", "end": "2024-03-30 14:53:23.347001", "rc": 0, "start": "2024-03-30 14:53:23.342960" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 14:53:23 +0000 (0:00:00.267) 0:00:22.203 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 14:53:23 +0000 (0:00:00.022) 0:00:22.225 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 14:53:23 +0000 (0:00:00.023) 0:00:22.249 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 14:53:25 +0000 (0:00:02.190) 0:00:24.439 ******** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 14:53:25 +0000 (0:00:00.026) 0:00:24.466 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 14:53:25 +0000 (0:00:00.021) 0:00:24.488 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.022561", "end": "2024-03-30 14:53:25.919011", "rc": 0, "start": "2024-03-30 14:53:25.896450" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 14:53:25 +0000 (0:00:00.287) 0:00:24.775 ******** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 14:53:25 +0000 (0:00:00.021) 0:00:24.797 ******** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 14:53:25 +0000 (0:00:00.023) 0:00:24.820 ******** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.025) 0:00:24.845 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:85 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.021) 0:00:24.867 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:89 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.023) 0:00:24.891 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.051) 0:00:24.942 ******** 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.020) 0:00:24.963 ******** 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.063) 0:00:25.027 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.034) 0:00:25.061 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.033) 0:00:25.094 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004116", "end": "2024-03-30 14:53:26.507833", "rc": 0, "start": "2024-03-30 14:53:26.503717" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.267) 0:00:25.362 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.023) 0:00:25.386 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 14:53:26 +0000 (0:00:00.024) 0:00:25.411 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 14:53:28 +0000 (0:00:02.199) 0:00:27.610 ******** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.009289", "end": "2024-03-30 14:53:29.034017", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-03-30 14:53:29.024728" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004490", "end": "2024-03-30 14:53:29.343721", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-03-30 14:53:29.339231" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.005173", "end": "2024-03-30 14:53:29.590178", "item": "ip link set veth0 up", "rc": 0, "start": "2024-03-30 14:53:29.585005" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 14:53:29 +0000 (0:00:00.835) 0:00:28.446 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021866", "end": "2024-03-30 14:53:29.876545", "rc": 0, "start": "2024-03-30 14:53:29.854679" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 14:53:29 +0000 (0:00:00.291) 0:00:28.738 ******** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 14:53:29 +0000 (0:00:00.021) 0:00:28.759 ******** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 14:53:29 +0000 (0:00:00.029) 0:00:28.789 ******** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 14:53:29 +0000 (0:00:00.021) 0:00:28.811 ******** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 14:53:30 +0000 (0:00:00.021) 0:00:28.832 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 30 March 2024 14:53:30 +0000 (0:00:00.021) 0:00:28.854 ******** included: /WORKDIR/git-weekly-ciup210rh5/.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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 30 March 2024 14:53:30 +0000 (0:00:00.075) 0:00:28.930 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 30 March 2024 14:53:30 +0000 (0:00:00.035) 0:00:28.965 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 30 March 2024 14:53:30 +0000 (0:00:00.025) 0:00:28.991 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 30 March 2024 14:53:30 +0000 (0:00:00.025) 0:00:29.016 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 30 March 2024 14:53:32 +0000 (0:00:02.436) 0:00:31.453 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.874) 0:00:32.327 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.023) 0:00:32.351 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.025) 0:00:32.377 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.025) 0:00:32.402 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.037) 0:00:32.440 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.029) 0:00:32.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 : Install packages] ******************** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.035) 0:00:32.505 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.053) 0:00:32.559 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.066) 0:00:32.626 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.025) 0:00:32.651 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 30 March 2024 14:53:33 +0000 (0:00:00.035) 0:00:32.687 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 30 March 2024 14:53:34 +0000 (0:00:00.500) 0:00:33.187 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 30 March 2024 14:53:34 +0000 (0:00:00.037) 0:00:33.224 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 30 March 2024 14:53:34 +0000 (0:00:00.021) 0:00:33.246 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 30 March 2024 14:53:34 +0000 (0:00:00.021) 0:00:33.267 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 7638c8b6-83f8-48c1-b146-acbf16458259 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 7638c8b6-83f8-48c1-b146-acbf16458259 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 30 March 2024 14:53:34 +0000 (0:00:00.525) 0:00:33.793 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 30 March 2024 14:53:34 +0000 (0:00:00.024) 0:00:33.817 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 7638c8b6-83f8-48c1-b146-acbf16458259", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 7638c8b6-83f8-48c1-b146-acbf16458259 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.024) 0:00:33.842 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "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, 'veth0': add connection veth0, 7638c8b6-83f8-48c1-b146-acbf16458259\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 7638c8b6-83f8-48c1-b146-acbf16458259 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 7638c8b6-83f8-48c1-b146-acbf16458259", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 7638c8b6-83f8-48c1-b146-acbf16458259 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.025) 0:00:33.867 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.023) 0:00:33.891 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:110 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.270) 0:00:34.162 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.050) 0:00:34.212 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.068) 0:00:34.281 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711810409.0293925, "block_size": 4096, "blocks": 0, "ctime": 1711810409.0293925, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26930, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1711810409.0293925, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.260) 0:00:34.541 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:112 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.023) 0:00:34.565 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.051) 0:00:34.616 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.036) 0:00:34.653 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 30 March 2024 14:53:35 +0000 (0:00:00.022) 0:00:34.676 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.279) 0:00:34.955 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.020) 0:00:34.976 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023588", "end": "2024-03-30 14:53:36.410315", "rc": 0, "start": "2024-03-30 14:53:36.386727" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.289) 0:00:35.265 ******** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.023) 0:00:35.289 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.021) 0:00:35.310 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.020) 0:00:35.331 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.021) 0:00:35.352 ******** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.056) 0:00:35.409 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.023) 0:00:35.433 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.024) 0:00:35.458 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:116 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.024) 0:00:35.482 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004543", "end": "2024-03-30 14:53:36.892094", "rc": 0, "start": "2024-03-30 14:53:36.887551" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.42.144 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.144 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 101 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:120 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.265) 0:00:35.748 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:126 Saturday 30 March 2024 14:53:36 +0000 (0:00:00.023) 0:00:35.771 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004291", "end": "2024-03-30 14:53:37.187823", "rc": 0, "start": "2024-03-30 14:53:37.183532" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:130 Saturday 30 March 2024 14:53:37 +0000 (0:00:00.271) 0:00:36.043 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:137 Saturday 30 March 2024 14:53:37 +0000 (0:00:00.025) 0:00:36.069 ******** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 30 March 2024 14:53:37 +0000 (0:00:00.027) 0:00:36.096 ******** included: /WORKDIR/git-weekly-ciup210rh5/.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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 30 March 2024 14:53:37 +0000 (0:00:00.040) 0:00:36.136 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 30 March 2024 14:53:37 +0000 (0:00:00.035) 0:00:36.171 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 30 March 2024 14:53:37 +0000 (0:00:00.025) 0:00:36.197 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 30 March 2024 14:53:37 +0000 (0:00:00.024) 0:00:36.221 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 30 March 2024 14:53:39 +0000 (0:00:02.404) 0:00:38.626 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 30 March 2024 14:53:40 +0000 (0:00:00.956) 0:00:39.582 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 30 March 2024 14:53:40 +0000 (0:00:00.023) 0:00:39.605 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 30 March 2024 14:53:40 +0000 (0:00:00.023) 0:00:39.629 ******** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 30 March 2024 14:53:40 +0000 (0:00:00.025) 0:00:39.654 ******** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Saturday 30 March 2024 14:53:40 +0000 (0:00:00.038) 0:00:39.693 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Saturday 30 March 2024 14:53:40 +0000 (0:00:00.030) 0:00:39.723 ******** 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 : Install packages] ******************** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Saturday 30 March 2024 14:53:40 +0000 (0:00:00.039) 0:00:39.763 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Saturday 30 March 2024 14:53:40 +0000 (0:00:00.055) 0:00:39.819 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 30 March 2024 14:53:41 +0000 (0:00:00.025) 0:00:39.845 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Saturday 30 March 2024 14:53:41 +0000 (0:00:00.024) 0:00:39.870 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Saturday 30 March 2024 14:53:41 +0000 (0:00:00.035) 0:00:39.905 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 30 March 2024 14:53:41 +0000 (0:00:00.506) 0:00:40.411 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 30 March 2024 14:53:41 +0000 (0:00:00.036) 0:00:40.448 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Saturday 30 March 2024 14:53:41 +0000 (0:00:00.020) 0:00:40.469 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Saturday 30 March 2024 14:53:41 +0000 (0:00:00.020) 0:00:40.489 ******** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.690) 0:00:41.180 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.025) 0:00:41.205 ******** 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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.025) 0:00:41.231 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.025) 0:00:41.256 ******** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.024) 0:00:41.280 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:149 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.271) 0:00:41.551 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.052) 0:00:41.604 ******** 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.021) 0:00:41.625 ******** 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.020) 0:00:41.646 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.032) 0:00:41.678 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 14:53:42 +0000 (0:00:00.032) 0:00:41.711 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003981", "end": "2024-03-30 14:53:43.122539", "rc": 0, "start": "2024-03-30 14:53:43.118558" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 14:53:43 +0000 (0:00:00.265) 0:00:41.976 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 30 March 2024 14:53:43 +0000 (0:00:00.066) 0:00:42.043 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 14:53:43 +0000 (0:00:00.022) 0:00:42.066 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:27 Saturday 30 March 2024 14:53:45 +0000 (0:00:02.201) 0:00:44.267 ******** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 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-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:35 Saturday 30 March 2024 14:53:45 +0000 (0:00:00.028) 0:00:44.296 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:43 Saturday 30 March 2024 14:53:45 +0000 (0:00:00.020) 0:00:44.316 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.022897", "end": "2024-03-30 14:53:45.746265", "rc": 0, "start": "2024-03-30 14:53:45.723368" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:49 Saturday 30 March 2024 14:53:45 +0000 (0:00:00.287) 0:00:44.604 ******** 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 veth0] ******************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:54 Saturday 30 March 2024 14:53:45 +0000 (0:00:00.022) 0:00:44.626 ******** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:60 Saturday 30 March 2024 14:53:45 +0000 (0:00:00.021) 0:00:44.648 ******** 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 veth0] ********************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 14:53:45 +0000 (0:00:00.022) 0:00:44.671 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:153 Saturday 30 March 2024 14:53:45 +0000 (0:00:00.021) 0:00:44.692 ******** included: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 30 March 2024 14:53:45 +0000 (0:00:00.052) 0:00:44.745 ******** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.010195", "end": "2024-03-30 14:53:46.162721", "rc": 0, "start": "2024-03-30 14:53:46.152526" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 0e:03:cc:81:14:97 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.42.144/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 2719sec preferred_lft 2719sec inet6 fe80::8f85:f521:6709:8a6c/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.42.144 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.42.144 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 30 March 2024 14:53:46 +0000 (0:00:00.273) 0:00:45.018 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=126 changed=4 unreachable=0 failed=0 skipped=116 rescued=0 ignored=0 Saturday 30 March 2024 14:53:46 +0000 (0:00:00.104) 0:00:45.123 ******** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 3.61s /WORKDIR/git-weekly-ciup210rh5/.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.49s /WORKDIR/git-weekly-ciup210rh5/.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.44s /WORKDIR/git-weekly-ciup210rh5/.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.40s /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.34s /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.19s /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.08s /WORKDIR/git-weekly-ciup210rh5/tests/tests_auto_gateway_nm.yml:6 -------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.08s /WORKDIR/git-weekly-ciup210rh5/.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.96s /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 0.89s /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Check which packages are installed --- 0.87s /WORKDIR/git-weekly-ciup210rh5/.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.87s /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 0.84s /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-weekly-ciup210rh5/tests/playbooks/tests_auto_gateway.yml:3 ------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.76s /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.69s /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.69s /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.57s /WORKDIR/git-weekly-ciup210rh5/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---