# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.14.2] 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.14/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection executable location = /opt/ansible-2.14/bin/ansible-playbook python version = 3.9.13 (main, Jun 24 2022, 15:32:51) [GCC 8.5.0 20210514 (Red Hat 8.5.0-13)] (/opt/ansible-2.14/bin/python3.9) 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_eth_dns_support_nm.yml ***************************************** 7 plays in /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_eth_dns_support_nm.yml PLAY [Run playbook 'playbooks/tests_eth_dns_support.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_eth_dns_support_nm.yml:5 Sunday 12 February 2023 02:02:58 +0000 (0:00:00.686) 0:00:00.686 ******* ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_eth_dns_support_nm.yml:8 Sunday 12 February 2023 02:03:17 +0000 (0:00:18.532) 0:00:19.218 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/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/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:2 Sunday 12 February 2023 02:03:18 +0000 (0:00:01.431) 0:00:20.649 ******* ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:13 Sunday 12 February 2023 02:03:24 +0000 (0:00:05.498) 0:00:26.148 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:38 Sunday 12 February 2023 02:03:26 +0000 (0:00:02.146) 0:00:28.295 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:4 Sunday 12 February 2023 02:03:29 +0000 (0:00:02.654) 0:00:30.949 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:19 Sunday 12 February 2023 02:03:30 +0000 (0:00:01.236) 0:00:32.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:23 Sunday 12 February 2023 02:03:31 +0000 (0:00:01.673) 0:00:33.859 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/enable_epel.yml:30 Sunday 12 February 2023 02:03:32 +0000 (0:00:00.897) 0:00:34.757 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_eth_dns_support_nm.yml:9 Sunday 12 February 2023 02:03:34 +0000 (0:00:01.653) 0:00:36.411 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:3 Sunday 12 February 2023 02:03:38 +0000 (0:00:03.544) 0:00:39.955 ******* ok: [sut] PLAY [Test configuring ethernet devices] *************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:5 Sunday 12 February 2023 02:03:45 +0000 (0:00:07.101) 0:00:47.056 ******* ok: [sut] TASK [set type=veth and interface=ethtest0] ************************************ task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:13 Sunday 12 February 2023 02:03:51 +0000 (0:00:06.532) 0:00:53.588 ******* ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:17 Sunday 12 February 2023 02:03:53 +0000 (0:00:01.419) 0:00:55.008 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 12 February 2023 02:03:55 +0000 (0:00:02.243) 0:00:57.252 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 12 February 2023 02:03:57 +0000 (0:00:01.859) 0:00:59.177 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.005278", "end": "2023-02-12 02:04:10.089250", "rc": 0, "start": "2023-02-12 02:04:10.083972" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 12 February 2023 02:04:10 +0000 (0:00:13.342) 0:01:12.520 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/show_interfaces.yml:4 Sunday 12 February 2023 02:04:12 +0000 (0:00:02.017) 0:01:14.538 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:18 Sunday 12 February 2023 02:04:14 +0000 (0:00:02.335) 0:01:16.873 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:3 Sunday 12 February 2023 02:04:18 +0000 (0:00:04.014) 0:01:20.888 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:8 Sunday 12 February 2023 02:04:19 +0000 (0:00:00.748) 0:01:21.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:13 Sunday 12 February 2023 02:04:21 +0000 (0:00:01.652) 0:01:23.289 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/show_interfaces.yml for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/show_interfaces.yml:3 Sunday 12 February 2023 02:04:22 +0000 (0:00:00.991) 0:01:24.280 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_current_interfaces.yml:3 Sunday 12 February 2023 02:04:23 +0000 (0:00:01.609) 0:01:25.890 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004857", "end": "2023-02-12 02:04:25.245434", "rc": 0, "start": "2023-02-12 02:04:25.240577" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_current_interfaces.yml:9 Sunday 12 February 2023 02:04:25 +0000 (0:00:01.969) 0:01:27.860 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/show_interfaces.yml:4 Sunday 12 February 2023 02:04:27 +0000 (0:00:01.850) 0:01:29.711 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:15 Sunday 12 February 2023 02:04:29 +0000 (0:00:01.919) 0:01:31.631 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:21 Sunday 12 February 2023 02:04:44 +0000 (0:00:14.601) 0:01:46.232 ******* changed: [sut] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.134143", "end": "2023-02-12 02:04:47.141581", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2023-02-12 02:04:47.007438" } changed: [sut] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.005174", "end": "2023-02-12 02:04:48.740681", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2023-02-12 02:04:48.735507" } changed: [sut] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.010788", "end": "2023-02-12 02:04:51.396652", "item": "ip link set ethtest0 up", "rc": 0, "start": "2023-02-12 02:04:51.385864" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:28 Sunday 12 February 2023 02:04:52 +0000 (0:00:07.822) 0:01:54.055 ******* changed: [sut] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.059387", "end": "2023-02-12 02:04:53.676938", "rc": 0, "start": "2023-02-12 02:04:53.617551" } TASK [Delete veth interface ethtest0] ****************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:35 Sunday 12 February 2023 02:04:54 +0000 (0:00:02.161) 0:01:56.217 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:40 Sunday 12 February 2023 02:04:54 +0000 (0:00:00.694) 0:01:56.912 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:44 Sunday 12 February 2023 02:04:55 +0000 (0:00:00.620) 0:01:57.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:49 Sunday 12 February 2023 02:04:57 +0000 (0:00:01.473) 0:01:59.006 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:53 Sunday 12 February 2023 02:04:58 +0000 (0:00:01.000) 0:02:00.007 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:21 Sunday 12 February 2023 02:04:58 +0000 (0:00:00.692) 0:02:00.700 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_device_present.yml for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_device_present.yml:3 Sunday 12 February 2023 02:05:00 +0000 (0:00:02.002) 0:02:02.703 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 12 February 2023 02:05:02 +0000 (0:00:01.439) 0:02:04.142 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1676167487.1359358, "block_size": 4096, "blocks": 0, "ctime": 1676167487.1359358, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22877, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1676167487.1359358, "nlink": 1, "path": "/sys/class/net/ethtest0", "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 interface ethtest0 is present] ******************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_device_present.yml:4 Sunday 12 February 2023 02:05:06 +0000 (0:00:04.001) 0:02:08.144 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 12 February 2023 02:05:06 +0000 (0:00:00.181) 0:02:08.325 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 12 February 2023 02:05:06 +0000 (0:00:00.375) 0:02:08.701 ******* 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 services are running] **** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Sunday 12 February 2023 02:05:07 +0000 (0:00:00.803) 0:02:09.505 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Sunday 12 February 2023 02:05:10 +0000 (0:00:02.871) 0:02:12.376 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 12 February 2023 02:05:12 +0000 (0:00:01.996) 0:02:14.372 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 12 February 2023 02:05:12 +0000 (0:00:00.114) 0:02:14.486 ******* skipping: [sut] => { "changed": false, "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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 12 February 2023 02:05:12 +0000 (0:00:00.156) 0:02:14.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 12 February 2023 02:05:12 +0000 (0:00:00.105) 0:02:14.748 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Sunday 12 February 2023 02:05:14 +0000 (0:00:01.367) 0:02:16.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Sunday 12 February 2023 02:05:14 +0000 (0:00:00.146) 0:02:16.262 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Sunday 12 February 2023 02:05:14 +0000 (0:00:00.163) 0:02:16.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Sunday 12 February 2023 02:05:14 +0000 (0:00:00.320) 0:02:16.747 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Sunday 12 February 2023 02:05:16 +0000 (0:00:02.096) 0:02:18.843 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Sunday 12 February 2023 02:05:17 +0000 (0:00:00.263) 0:02:19.126 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Sunday 12 February 2023 02:05:17 +0000 (0:00:00.059) 0:02:19.186 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Sunday 12 February 2023 02:05:17 +0000 (0:00:00.060) 0:02:19.246 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "autoconnect": true, "interface_name": "ethtest0", "ip": { "address": [ "192.0.2.3/24", "198.51.100.3/26", "2001:db8::80/7" ], "auto6": false, "dhcp4": false, "dns": [ "192.0.2.2", "198.51.100.5", "2001:db8::20" ], "dns_options": [ "rotate", "timeout:1" ], "dns_priority": 9999, "dns_search": [ "example.com", "example.org" ], "gateway4": "192.0.2.1", "gateway6": "2001:db8::1", "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.100.128", "prefix": 26 }, { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.100.64", "prefix": 26 } ], "route_append_only": false, "route_metric4": 100, "route_metric6": -1, "rule_append_only": true }, "name": "ethtest0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 0d209f63-f50e-49cf-86df-94925a9ba172 [004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 0d209f63-f50e-49cf-86df-94925a9ba172 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Sunday 12 February 2023 02:05:18 +0000 (0:00:01.063) 0:02:20.310 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 12 February 2023 02:05:18 +0000 (0:00:00.062) 0:02:20.373 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 0d209f63-f50e-49cf-86df-94925a9ba172", "[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 0d209f63-f50e-49cf-86df-94925a9ba172 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Sunday 12 February 2023 02:05:18 +0000 (0:00:00.088) 0:02:20.461 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "autoconnect": true, "interface_name": "ethtest0", "ip": { "address": [ "192.0.2.3/24", "198.51.100.3/26", "2001:db8::80/7" ], "auto6": false, "dhcp4": false, "dns": [ "192.0.2.2", "198.51.100.5", "2001:db8::20" ], "dns_options": [ "rotate", "timeout:1" ], "dns_priority": 9999, "dns_search": [ "example.com", "example.org" ], "gateway4": "192.0.2.1", "gateway6": "2001:db8::1", "route": [ { "gateway": "198.51.100.1", "metric": 2, "network": "198.51.100.128", "prefix": 26 }, { "gateway": "198.51.100.6", "metric": 4, "network": "198.51.100.64", "prefix": 26 } ], "route_append_only": false, "route_metric4": 100, "route_metric6": -1, "rule_append_only": true }, "name": "ethtest0", "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, 'ethtest0': add connection ethtest0, 0d209f63-f50e-49cf-86df-94925a9ba172\n[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 0d209f63-f50e-49cf-86df-94925a9ba172 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 0d209f63-f50e-49cf-86df-94925a9ba172", "[004] #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 0d209f63-f50e-49cf-86df-94925a9ba172 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Sunday 12 February 2023 02:05:18 +0000 (0:00:00.066) 0:02:20.527 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 12 February 2023 02:05:18 +0000 (0:00:00.065) 0:02:20.593 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Verify nmcli connection DNS entry for IPv4] ****************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:70 Sunday 12 February 2023 02:05:19 +0000 (0:00:00.475) 0:02:21.069 ******* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nnmcli connection show ethtest0 | grep ipv4.dns\n", "delta": "0:00:00.039499", "end": "2023-02-12 02:05:19.439946", "rc": 0, "start": "2023-02-12 02:05:19.400447" } STDOUT: ipv4.dns: 192.0.2.2,198.51.100.5 ipv4.dns-search: example.com,example.org ipv4.dns-options: rotate,timeout:1 ipv4.dns-priority: 9999 STDERR: + nmcli connection show ethtest0 + grep ipv4.dns TASK [Verify nmcli connection DNS entry for IPv6] ****************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:78 Sunday 12 February 2023 02:05:19 +0000 (0:00:00.351) 0:02:21.420 ******* ok: [sut] => { "changed": false, "cmd": "set -euxo pipefail\nnmcli connection show ethtest0 | grep ipv6.dns\n", "delta": "0:00:00.032148", "end": "2023-02-12 02:05:19.765042", "rc": 0, "start": "2023-02-12 02:05:19.732894" } STDOUT: ipv6.dns: 2001:db8::20 ipv6.dns-search: example.com,example.org ipv6.dns-options: rotate,timeout:1 ipv6.dns-priority: 9999 STDERR: + nmcli connection show ethtest0 + grep ipv6.dns TASK [Assert that DNS addresses are configured correctly] ********************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:86 Sunday 12 February 2023 02:05:19 +0000 (0:00:00.334) 0:02:21.754 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that DNS search domains are configured correctly] ***************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:94 Sunday 12 February 2023 02:05:19 +0000 (0:00:00.108) 0:02:21.863 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that DNS options are configured correctly] ************************ task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:103 Sunday 12 February 2023 02:05:20 +0000 (0:00:00.104) 0:02:21.967 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that DNS priority is configured correctly] ************************ task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:112 Sunday 12 February 2023 02:05:20 +0000 (0:00:00.178) 0:02:22.146 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY [Set {{ profile }} down] ************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/down_profile.yml:3 Sunday 12 February 2023 02:05:20 +0000 (0:00:00.272) 0:02:22.418 ******* ok: [sut] TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 12 February 2023 02:05:21 +0000 (0:00:01.145) 0:02:23.564 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 12 February 2023 02:05:21 +0000 (0:00:00.134) 0:02:23.698 ******* 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 services are running] **** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Sunday 12 February 2023 02:05:22 +0000 (0:00:00.739) 0:02:24.438 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Sunday 12 February 2023 02:05:24 +0000 (0:00:02.171) 0:02:26.610 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 12 February 2023 02:05:25 +0000 (0:00:00.852) 0:02:27.463 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 12 February 2023 02:05:25 +0000 (0:00:00.058) 0:02:27.521 ******* skipping: [sut] => { "changed": false, "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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 12 February 2023 02:05:25 +0000 (0:00:00.063) 0:02:27.585 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 12 February 2023 02:05:25 +0000 (0:00:00.062) 0:02:27.647 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Sunday 12 February 2023 02:05:26 +0000 (0:00:00.735) 0:02:28.384 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Sunday 12 February 2023 02:05:26 +0000 (0:00:00.101) 0:02:28.485 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Sunday 12 February 2023 02:05:26 +0000 (0:00:00.088) 0:02:28.574 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Sunday 12 February 2023 02:05:26 +0000 (0:00:00.216) 0:02:28.790 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Sunday 12 February 2023 02:05:28 +0000 (0:00:01.138) 0:02:29.928 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Sunday 12 February 2023 02:05:28 +0000 (0:00:00.220) 0:02:30.149 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Sunday 12 February 2023 02:05:28 +0000 (0:00:00.050) 0:02:30.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Sunday 12 February 2023 02:05:28 +0000 (0:00:00.049) 0:02:30.249 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "ethtest0", "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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Sunday 12 February 2023 02:05:28 +0000 (0:00:00.625) 0:02:30.874 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 12 February 2023 02:05:29 +0000 (0:00:00.061) 0:02:30.936 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Sunday 12 February 2023 02:05:29 +0000 (0:00:00.057) 0:02:30.993 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "ethtest0", "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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Sunday 12 February 2023 02:05:29 +0000 (0:00:00.096) 0:02:31.090 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 12 February 2023 02:05:29 +0000 (0:00:00.067) 0:02:31.158 ******* ok: [sut] => { "changed": false, "ping": "pong" } PLAY [Delete the interface] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/down_profile+delete_interface.yml:4 Sunday 12 February 2023 02:05:29 +0000 (0:00:00.421) 0:02:31.580 ******* ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/down_profile+delete_interface.yml:7 Sunday 12 February 2023 02:05:30 +0000 (0:00:00.851) 0:02:32.431 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/delete_interface.yml for sut TASK [remove test interface if necessary] ************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/delete_interface.yml:3 Sunday 12 February 2023 02:05:30 +0000 (0:00:00.094) 0:02:32.525 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.014560", "end": "2023-02-12 02:05:30.852763", "rc": 0, "start": "2023-02-12 02:05:30.838203" } PLAY [Remove {{ profile }}] **************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/remove_profile.yml:3 Sunday 12 February 2023 02:05:31 +0000 (0:00:00.470) 0:02:32.996 ******* ok: [sut] TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Sunday 12 February 2023 02:05:31 +0000 (0:00:00.856) 0:02:33.853 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Sunday 12 February 2023 02:05:32 +0000 (0:00:00.115) 0:02:33.968 ******* 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 services are running] **** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Sunday 12 February 2023 02:05:32 +0000 (0:00:00.571) 0:02:34.539 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Sunday 12 February 2023 02:05:34 +0000 (0:00:02.184) 0:02:36.724 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Sunday 12 February 2023 02:05:35 +0000 (0:00:00.974) 0:02:37.699 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Sunday 12 February 2023 02:05:35 +0000 (0:00:00.108) 0:02:37.807 ******* skipping: [sut] => { "changed": false, "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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Sunday 12 February 2023 02:05:36 +0000 (0:00:00.208) 0:02:38.016 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Sunday 12 February 2023 02:05:36 +0000 (0:00:00.134) 0:02:38.150 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Sunday 12 February 2023 02:05:37 +0000 (0:00:01.609) 0:02:39.760 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Sunday 12 February 2023 02:05:37 +0000 (0:00:00.133) 0:02:39.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Sunday 12 February 2023 02:05:38 +0000 (0:00:00.121) 0:02:40.015 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Sunday 12 February 2023 02:05:38 +0000 (0:00:00.496) 0:02:40.512 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Sunday 12 February 2023 02:05:40 +0000 (0:00:02.270) 0:02:42.782 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Sunday 12 February 2023 02:05:42 +0000 (0:00:01.275) 0:02:44.058 ******* 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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Sunday 12 February 2023 02:05:42 +0000 (0:00:00.263) 0:02:44.321 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Sunday 12 February 2023 02:05:42 +0000 (0:00:00.297) 0:02:44.619 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Sunday 12 February 2023 02:05:44 +0000 (0:00:01.642) 0:02:46.261 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Sunday 12 February 2023 02:05:45 +0000 (0:00:00.754) 0:02:47.016 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Sunday 12 February 2023 02:05:45 +0000 (0:00:00.476) 0:02:47.493 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "name": "ethtest0", "persistent_state": "absent" } ], "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/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Sunday 12 February 2023 02:05:46 +0000 (0:00:00.497) 0:02:47.990 ******* skipping: [sut] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Sunday 12 February 2023 02:05:46 +0000 (0:00:00.583) 0:02:48.573 ******* ok: [sut] => { "changed": false, "ping": "pong" } PLAY [Assert profile and device are absent] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:126 Sunday 12 February 2023 02:05:48 +0000 (0:00:01.979) 0:02:50.552 ******* ok: [sut] TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:129 Sunday 12 February 2023 02:05:51 +0000 (0:00:02.372) 0:02:52.925 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_profile_absent.yml for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_profile_absent.yml:3 Sunday 12 February 2023 02:05:51 +0000 (0:00:00.937) 0:02:53.863 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_profile_stat.yml:3 Sunday 12 February 2023 02:05:53 +0000 (0:00:01.441) 0:02:55.305 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false }, "changed": false } TASK [stat profile file] ******************************************************* task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_profile_stat.yml:8 Sunday 12 February 2023 02:05:54 +0000 (0:00:01.022) 0:02:56.327 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_profile_stat.yml:16 Sunday 12 February 2023 02:05:56 +0000 (0:00:01.883) 0:02:58.211 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_profile_stat.yml:24 Sunday 12 February 2023 02:05:57 +0000 (0:00:01.052) 0:02:59.264 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc", "delta": "0:00:00.026295", "end": "2023-02-12 02:05:58.751410", "rc": 1, "start": "2023-02-12 02:05:58.725115" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_profile_stat.yml:33 Sunday 12 February 2023 02:05:59 +0000 (0:00:01.701) 0:03:00.966 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-ethtest0] *********************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_profile_stat.yml:43 Sunday 12 February 2023 02:05:59 +0000 (0:00:00.543) 0:03:01.509 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ******************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_profile_stat.yml:49 Sunday 12 February 2023 02:06:00 +0000 (0:00:00.786) 0:03:02.295 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [assert that profile 'ethtest0' is absent] ******************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_profile_absent.yml:4 Sunday 12 February 2023 02:06:00 +0000 (0:00:00.599) 0:03:02.894 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:132 Sunday 12 February 2023 02:06:02 +0000 (0:00:01.236) 0:03:04.131 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [include_tasks] *********************************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_device_absent.yml:3 Sunday 12 February 2023 02:06:02 +0000 (0:00:00.731) 0:03:04.862 ******* included: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_interface_stat.yml:3 Sunday 12 February 2023 02:06:04 +0000 (0:00:01.150) 0:03:06.013 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest0 is absent] ******************************** task path: /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/assert_device_absent.yml:4 Sunday 12 February 2023 02:06:05 +0000 (0:00:01.237) 0:03:07.251 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=78 changed=5 unreachable=0 failed=0 skipped=49 rescued=0 ignored=1 Sunday 12 February 2023 02:06:07 +0000 (0:00:01.859) 0:03:09.110 ******* =============================================================================== Gathering Facts -------------------------------------------------------- 18.53s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_eth_dns_support_nm.yml:5 Install iproute -------------------------------------------------------- 14.60s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:15 Gather current interface info ------------------------------------------ 13.34s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_current_interfaces.yml:3 Create veth interface ethtest0 ------------------------------------------ 7.82s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:21 Gathering Facts --------------------------------------------------------- 7.10s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:3 Gathering Facts --------------------------------------------------------- 6.53s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:5 Gather the minimum subset of ansible_facts required by the network role test --- 5.50s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:2 -- include_tasks ----------------------------------------------------------- 4.01s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:18 Get stat for interface ethtest0 ----------------------------------------- 4.00s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/get_interface_stat.yml:3 Set network provider to 'nm' -------------------------------------------- 3.54s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tests_eth_dns_support_nm.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 2.87s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 include_tasks ----------------------------------------------------------- 2.65s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:38 - Gathering Facts --------------------------------------------------------- 2.37s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:126 Show current_interfaces ------------------------------------------------- 2.34s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/show_interfaces.yml:4 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 2.27s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 include_tasks ----------------------------------------------------------- 2.24s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tests_eth_dns_support.yml:17 fedora.linux_system_roles.network : Check which services are running ---- 2.18s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 2.17s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Set up veth as managed by NetworkManager -------------------------------- 2.16s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/playbooks/tasks/manage_test_interface.yml:28 Fix CentOS6 Base repo --------------------------------------------------- 2.15s /WORKDIR/dist-git-network-weekly-ci-suv2wf_2/tests/tasks/el_repo_setup.yml:13 - ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names to new standard, use callbacks_enabled instead. This feature will be removed from ansible-core in version 2.15. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---