ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp40vowjjo executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 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: _backup.yml ********************************************************** 1 plays in /tmp/tmp05ac0kav/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmp05ac0kav/tests/_backup.yml:6 Wednesday 03 August 2022 16:15:58 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/centos-9.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659543356.8199353, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543356.8199353, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4210438, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659542505.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "1127737526", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmp05ac0kav/tests/_backup.yml:13 Wednesday 03 August 2022 16:15:58 +0000 (0:00:00.565) 0:00:00.584 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/centos-9.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 4210438, 'dev': 64513, 'nlink': 1, 'atime': 1659543356.8199353, 'mtime': 1659542505.0, 'ctime': 1659543356.8199353, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'root', 'gr_name': 'root', 'checksum': 'fba82b5b78ea37322e584bf452f6f8e163f0869b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '1127737526', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python3'}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659543356.8199353, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543356.8199353, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4210438, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659542505.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "1127737526", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmp05ac0kav/tests/_backup.yml:19 Wednesday 03 August 2022 16:15:58 +0000 (0:00:00.032) 0:00:00.617 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003719", "end": "2022-08-03 12:15:58.540683", "rc": 0, "start": "2022-08-03 12:15:58.536964" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:15:59 +0000 (0:00:00.487) 0:00:01.105 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.57s /tmp/tmp05ac0kav/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.49s /tmp/tmp05ac0kav/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.03s /tmp/tmp05ac0kav/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_network_state_nm.yml ******************************************* 3 plays in /tmp/tmp05ac0kav/tests/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp05ac0kav/tests/tests_network_state_nm.yml:5 Wednesday 03 August 2022 16:15:59 +0000 (0:00:00.072) 0:00:01.177 ****** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tests_network_state_nm.yml:8 Wednesday 03 August 2022 16:16:00 +0000 (0:00:01.014) 0:00:02.192 ****** included: /tmp/tmp05ac0kav/tests/tasks/el_repo_setup.yml for /cache/centos-9.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:16:00 +0000 (0:00:00.026) 0:00:02.218 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:16:00 +0000 (0:00:00.021) 0:00:02.240 ****** included: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml for /cache/centos-9.qcow2.snap TASK [Create EPEL 9] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:16:00 +0000 (0:00:00.028) 0:00:02.269 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:16:00 +0000 (0:00:00.020) 0:00:02.289 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:16:00 +0000 (0:00:00.019) 0:00:02.309 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:16:00 +0000 (0:00:00.019) 0:00:02.328 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmp05ac0kav/tests/tests_network_state_nm.yml:9 Wednesday 03 August 2022 16:16:00 +0000 (0:00:00.019) 0:00:02.348 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:3 Wednesday 03 August 2022 16:16:00 +0000 (0:00:00.045) 0:00:02.394 ****** ok: [/cache/centos-9.qcow2.snap] META: ran handlers META: ran handlers META: ran handlers PLAY [Test configuring ethernet devices] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:5 Wednesday 03 August 2022 16:16:01 +0000 (0:00:00.813) 0:00:03.207 ****** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [set type=veth and interface=ethtest0] ************************************ task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:14 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.806) 0:00:04.014 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:18 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.045) 0:00:04.060 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.053) 0:00:04.114 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.048) 0:00:04.162 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003052", "end": "2022-08-03 12:16:01.988104", "rc": 0, "start": "2022-08-03 12:16:01.985052" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.386) 0:00:04.549 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.042) 0:00:04.591 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:19 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.077) 0:00:04.669 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.060) 0:00:04.730 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.060) 0:00:04.790 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.032) 0:00:04.823 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.041) 0:00:04.864 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:16:02 +0000 (0:00:00.042) 0:00:04.907 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002826", "end": "2022-08-03 12:16:02.727153", "rc": 0, "start": "2022-08-03 12:16:02.724327" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:16:03 +0000 (0:00:00.380) 0:00:05.288 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:16:03 +0000 (0:00:00.045) 0:00:05.333 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:16:03 +0000 (0:00:00.045) 0:00:05.378 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:16:04 +0000 (0:00:01.009) 0:00:06.388 ****** changed: [/cache/centos-9.qcow2.snap] => (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.006425", "end": "2022-08-03 12:16:04.219857", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2022-08-03 12:16:04.213432" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003511", "end": "2022-08-03 12:16:04.567881", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2022-08-03 12:16:04.564370" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.008566", "end": "2022-08-03 12:16:04.910864", "item": "ip link set ethtest0 up", "rc": 0, "start": "2022-08-03 12:16:04.902298" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:16:05 +0000 (0:00:01.085) 0:00:07.473 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.025986", "end": "2022-08-03 12:16:05.346364", "rc": 0, "start": "2022-08-03 12:16:05.320378" } TASK [Delete veth interface ethtest0] ****************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:16:05 +0000 (0:00:00.445) 0:00:07.918 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.037) 0:00:07.955 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.037) 0:00:07.993 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.034) 0:00:08.027 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.032) 0:00:08.060 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:22 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.035) 0:00:08.096 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.057) 0:00:08.154 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.044) 0:00:08.199 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659543364.2183948, "block_size": 4096, "blocks": 0, "ctime": 1659543364.2183948, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31584, "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": 1659543364.2183948, "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: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.382) 0:00:08.581 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set type=veth and interface=ethtest1] ************************************ task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:23 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.046) 0:00:08.627 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:27 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.045) 0:00:08.672 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.061) 0:00:08.734 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:16:06 +0000 (0:00:00.041) 0:00:08.775 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002944", "end": "2022-08-03 12:16:06.600399", "rc": 0, "start": "2022-08-03 12:16:06.597455" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.390) 0:00:09.166 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.045) 0:00:09.211 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:28 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.048) 0:00:09.260 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.061) 0:00:09.321 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.033) 0:00:09.355 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.037) 0:00:09.393 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.043) 0:00:09.437 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.041) 0:00:09.478 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003254", "end": "2022-08-03 12:16:07.327042", "rc": 0, "start": "2022-08-03 12:16:07.323788" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.409) 0:00:09.887 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:16:07 +0000 (0:00:00.043) 0:00:09.930 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:16:08 +0000 (0:00:00.041) 0:00:09.972 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:16:08 +0000 (0:00:00.815) 0:00:10.787 ****** changed: [/cache/centos-9.qcow2.snap] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.004023", "end": "2022-08-03 12:16:08.653534", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2022-08-03 12:16:08.649511" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.003467", "end": "2022-08-03 12:16:09.001464", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2022-08-03 12:16:08.997997" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.004536", "end": "2022-08-03 12:16:09.352203", "item": "ip link set ethtest1 up", "rc": 0, "start": "2022-08-03 12:16:09.347667" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:16:09 +0000 (0:00:01.125) 0:00:11.913 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.018038", "end": "2022-08-03 12:16:09.746348", "rc": 0, "start": "2022-08-03 12:16:09.728310" } TASK [Delete veth interface ethtest1] ****************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:16:10 +0000 (0:00:00.395) 0:00:12.308 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:16:10 +0000 (0:00:00.039) 0:00:12.348 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:16:10 +0000 (0:00:00.034) 0:00:12.382 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:16:10 +0000 (0:00:00.032) 0:00:12.415 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:16:10 +0000 (0:00:00.038) 0:00:12.453 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:31 Wednesday 03 August 2022 16:16:10 +0000 (0:00:00.034) 0:00:12.488 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:16:10 +0000 (0:00:00.063) 0:00:12.551 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:16:10 +0000 (0:00:00.043) 0:00:12.594 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659543368.6526039, "block_size": 4096, "blocks": 0, "ctime": 1659543368.6526039, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31840, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest1", "lnk_target": "../../devices/virtual/net/ethtest1", "mode": "0777", "mtime": 1659543368.6526039, "nlink": 1, "path": "/sys/class/net/ethtest1", "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 ethtest1 is present] ******************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:16:11 +0000 (0:00:00.379) 0:00:12.974 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 16:16:11 +0000 (0:00:00.048) 0:00:13.022 ****** included: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:16:11 +0000 (0:00:00.051) 0:00:13.074 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 16:16:11 +0000 (0:00:00.522) 0:00:13.596 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 16:16:13 +0000 (0:00:01.626) 0:00:15.223 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 16:16:14 +0000 (0:00:01.012) 0:00:16.236 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 16:16:14 +0000 (0:00:00.104) 0:00:16.340 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 16:16:14 +0000 (0:00:00.058) 0:00:16.398 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 16:16:14 +0000 (0:00:00.071) 0:00:16.470 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 16:16:14 +0000 (0:00:00.076) 0:00:16.546 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: nmstate-2.1.3-0.20220720.cf972e4d.el9.x86_64" ] } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 16:16:16 +0000 (0:00:02.366) 0:00:18.913 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: NetworkManager-config-server-1:1.39.10-1.el9.noarch", "Installed: nmstate-libs-2.1.3-0.20220720.cf972e4d.el9.x86_64", "Installed: python3-libnmstate-2.1.3-0.20220720.cf972e4d.el9.x86_64" ] } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 16:16:18 +0000 (0:00:01.791) 0:00:20.704 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 16:16:18 +0000 (0:00:00.058) 0:00:20.763 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 16:16:19 +0000 (0:00:00.835) 0:00:21.599 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 16:16:19 +0000 (0:00:00.098) 0:00:21.698 ****** skipping: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 16:16:19 +0000 (0:00:00.053) 0:00:21.751 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 16:16:19 +0000 (0:00:00.058) 0:00:21.810 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/centos-9.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 16:16:20 +0000 (0:00:00.754) 0:00:22.565 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::dcac:dbff:feeb:38b3", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "DE:AC:DB:EB:38:B3", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c861:9eff:fe5d:2ed8", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CA:61:9E:5D:2E:D8", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::dc0d:60ff:fe4b:1a75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "DE:0D:60:4B:1A:75", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::640f:58ff:fe44:c894", "prefix-length": 64 } ], "enabled": true }, "mac-address": "66:0F:58:44:C8:94", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 16:16:21 +0000 (0:00:00.691) 0:00:23.256 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 16:16:21 +0000 (0:00:00.060) 0:00:23.316 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 16:16:21 +0000 (0:00:00.065) 0:00:23.382 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::dcac:dbff:feeb:38b3", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "DE:AC:DB:EB:38:B3", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c861:9eff:fe5d:2ed8", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CA:61:9E:5D:2E:D8", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::dc0d:60ff:fe4b:1a75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "DE:0D:60:4B:1A:75", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::640f:58ff:fe44:c894", "prefix-length": 64 } ], "enabled": true }, "mac-address": "66:0F:58:44:C8:94", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 16:16:21 +0000 (0:00:00.076) 0:00:23.458 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Get the ethtest0 state configuration] ************************************ task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:71 Wednesday 03 August 2022 16:16:22 +0000 (0:00:00.601) 0:00:24.059 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.018374", "end": "2022-08-03 12:16:21.878771", "rc": 0, "start": "2022-08-03 12:16:21.860397" } STDOUT: --- dns-resolver: {} route-rules: {} routes: {} interfaces: - name: ethtest0 type: ethernet state: up mac-address: "DE:AC:DB:EB:38:B3" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "2001:db8::1:1" prefix-length: 64 - ip: "fe80::dcac:dbff:feeb:38b3" prefix-length: 64 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-udp-gro-forwarding: false tx-tcp-segmentation: true tx-nocache-copy: false rx-gro: false tx-tcp-ecn-segmentation: true tx-scatter-gather-fraglist: true tx-vlan-hw-insert: true tx-tcp-mangleid-segmentation: true tx-udp_tnl-segmentation: true tx-gso-list: true tx-udp_tnl-csum-segmentation: true tx-checksum-sctp: true tx-tcp6-segmentation: true tx-vlan-stag-hw-insert: true tx-udp-segmentation: true rx-vlan-hw-parse: true tx-generic-segmentation: true tx-sctp-segmentation: true tx-gre-csum-segmentation: true tx-ipxip4-segmentation: true rx-vlan-stag-hw-parse: true tx-gre-segmentation: true highdma: true tx-ipxip6-segmentation: true tx-checksum-ip-generic: true rx-checksum: true rx-gro-list: false veth: peer: peerethtest0 STDERR: [2022-08-03T16:16:21Z INFO nmstate::nispor::show] Got unsupported interface lo type Loopback [2022-08-03T16:16:21Z INFO nmstate::nm::show] Got unsupported interface type generic: lo, ignoring TASK [Get the ethtest1 state configuration] ************************************ task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:77 Wednesday 03 August 2022 16:16:22 +0000 (0:00:00.392) 0:00:24.452 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.019919", "end": "2022-08-03 12:16:22.284305", "rc": 0, "start": "2022-08-03 12:16:22.264386" } STDOUT: --- dns-resolver: {} route-rules: {} routes: {} interfaces: - name: ethtest1 type: ethernet state: up mac-address: "CA:61:9E:5D:2E:D8" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: "fe80::c861:9eff:fe5d:2ed8" prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-udp_tnl-segmentation: true tx-gso-list: true tx-checksum-sctp: true tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-segmentation: true tx-gre-segmentation: true rx-checksum: true tx-vlan-stag-hw-insert: true rx-vlan-stag-hw-parse: true tx-vlan-hw-insert: true tx-udp-segmentation: true highdma: true rx-udp-gro-forwarding: false tx-tcp-ecn-segmentation: true tx-udp_tnl-csum-segmentation: true tx-nocache-copy: false tx-ipxip4-segmentation: true rx-gro-list: false rx-gro: false tx-checksum-ip-generic: true tx-ipxip6-segmentation: true tx-gre-csum-segmentation: true tx-tcp-mangleid-segmentation: true rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp6-segmentation: true veth: peer: peerethtest1 STDERR: [2022-08-03T16:16:22Z INFO nmstate::nispor::show] Got unsupported interface lo type Loopback [2022-08-03T16:16:22Z INFO nmstate::nm::show] Got unsupported interface type generic: lo, ignoring TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:83 Wednesday 03 August 2022 16:16:22 +0000 (0:00:00.411) 0:00:24.864 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:92 Wednesday 03 August 2022 16:16:22 +0000 (0:00:00.060) 0:00:24.924 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 16:16:23 +0000 (0:00:00.058) 0:00:24.983 ****** included: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:16:23 +0000 (0:00:00.075) 0:00:25.058 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 16:16:23 +0000 (0:00:00.553) 0:00:25.612 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 16:16:25 +0000 (0:00:01.552) 0:00:27.165 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 16:16:25 +0000 (0:00:00.736) 0:00:27.901 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 16:16:26 +0000 (0:00:00.061) 0:00:27.962 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 16:16:26 +0000 (0:00:00.055) 0:00:28.018 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 16:16:26 +0000 (0:00:00.054) 0:00:28.073 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 16:16:26 +0000 (0:00:00.074) 0:00:28.147 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 16:16:27 +0000 (0:00:00.921) 0:00:29.068 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 16:16:27 +0000 (0:00:00.817) 0:00:29.886 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 16:16:28 +0000 (0:00:00.057) 0:00:29.943 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 16:16:28 +0000 (0:00:00.560) 0:00:30.504 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 16:16:28 +0000 (0:00:00.063) 0:00:30.567 ****** skipping: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 16:16:28 +0000 (0:00:00.054) 0:00:30.621 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 16:16:28 +0000 (0:00:00.054) 0:00:30.676 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/centos-9.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 16:16:29 +0000 (0:00:00.576) 0:00:31.252 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::dcac:dbff:feeb:38b3", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "DE:AC:DB:EB:38:B3", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c861:9eff:fe5d:2ed8", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CA:61:9E:5D:2E:D8", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::dc0d:60ff:fe4b:1a75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "DE:0D:60:4B:1A:75", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::640f:58ff:fe44:c894", "prefix-length": 64 } ], "enabled": true }, "mac-address": "66:0F:58:44:C8:94", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 16:16:29 +0000 (0:00:00.560) 0:00:31.812 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 16:16:29 +0000 (0:00:00.066) 0:00:31.879 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 16:16:30 +0000 (0:00:00.062) 0:00:31.942 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::dcac:dbff:feeb:38b3", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "DE:AC:DB:EB:38:B3", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c861:9eff:fe5d:2ed8", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CA:61:9E:5D:2E:D8", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::dc0d:60ff:fe4b:1a75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "DE:0D:60:4B:1A:75", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::640f:58ff:fe44:c894", "prefix-length": 64 } ], "enabled": true }, "mac-address": "66:0F:58:44:C8:94", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 16:16:30 +0000 (0:00:00.076) 0:00:32.019 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Get the route configuration] ********************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:113 Wednesday 03 August 2022 16:16:30 +0000 (0:00:00.421) 0:00:32.441 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.017509", "end": "2022-08-03 12:16:30.268524", "rc": 0, "start": "2022-08-03 12:16:30.251015" } STDOUT: --- hostname: running: ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com config: ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com dns-resolver: running: server: - 10.0.2.3 search: [] config: {} route-rules: config: [] routes: running: - destination: "2001:db8::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 101 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 101 table-id: 254 - destination: "fe80::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: peerethtest0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: peerethtest1 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest1 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fec0::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "::/0" next-hop-interface: eth0 next-hop-address: "fe80::2" metric: 1024 table-id: 254 - destination: 0.0.0.0/0 next-hop-interface: eth0 next-hop-address: 10.0.2.2 metric: 100 table-id: 254 - destination: 10.0.2.0/24 next-hop-interface: eth0 next-hop-address: 0.0.0.0 metric: 100 table-id: 254 - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 - destination: 192.168.122.0/24 next-hop-interface: ethtest0 next-hop-address: 0.0.0.0 metric: 101 table-id: 254 - destination: 192.168.122.0/24 next-hop-interface: ethtest1 next-hop-address: 0.0.0.0 metric: 102 table-id: 254 config: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 interfaces: - name: eth0 type: ethernet state: up mac-address: "52:54:00:12:34:56" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: true address: - ip: 10.0.2.15 prefix-length: 24 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "fec0::5054:ff:fe12:3456" prefix-length: 64 - ip: "fe80::5054:ff:fe12:3456" prefix-length: 64 addr-gen-mode: "2" accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-nocache-copy: false rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: false rx-gro-hw: false rx-gro: true coalesce: rx-frames: 1 tx-frames: 1 ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 ethernet: auto-negotiation: false - name: ethtest0 type: ethernet state: up mac-address: "DE:AC:DB:EB:38:B3" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "2001:db8::1:1" prefix-length: 64 - ip: "fe80::dcac:dbff:feeb:38b3" prefix-length: 64 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-udp-segmentation: true tx-vlan-stag-hw-insert: true rx-checksum: true tx-vlan-hw-insert: true tx-gso-list: true tx-udp_tnl-segmentation: true highdma: true tx-scatter-gather-fraglist: true tx-sctp-segmentation: true rx-gro-list: false tx-generic-segmentation: true tx-ipxip6-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-gre-segmentation: true tx-tcp-segmentation: true tx-gre-csum-segmentation: true tx-ipxip4-segmentation: true tx-udp_tnl-csum-segmentation: true tx-checksum-sctp: true rx-gro: false tx-nocache-copy: false tx-tcp6-segmentation: true rx-udp-gro-forwarding: false rx-vlan-stag-hw-parse: true rx-vlan-hw-parse: true tx-checksum-ip-generic: true veth: peer: peerethtest0 - name: ethtest1 type: ethernet state: up mac-address: "CA:61:9E:5D:2E:D8" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: "fe80::c861:9eff:fe5d:2ed8" prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-vlan-hw-insert: true tx-udp_tnl-csum-segmentation: true rx-checksum: true tx-tcp-mangleid-segmentation: true tx-gre-csum-segmentation: true tx-sctp-segmentation: true tx-vlan-stag-hw-insert: true rx-gro: false tx-udp_tnl-segmentation: true tx-checksum-sctp: true rx-gro-list: false rx-vlan-stag-hw-parse: true tx-ipxip6-segmentation: true rx-vlan-hw-parse: true highdma: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-ipxip4-segmentation: true tx-udp-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-generic-segmentation: true tx-gre-segmentation: true tx-tcp-ecn-segmentation: true tx-gso-list: true rx-udp-gro-forwarding: false tx-checksum-ip-generic: true veth: peer: peerethtest1 - name: lo type: loopback state: ignore mac-address: "00:00:00:00:00:00" mtu: 65536 ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: "::1" prefix-length: 128 accept-all-mac-addresses: false ethtool: feature: rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-sctp-segmentation: true rx-gro: true tx-tcp-ecn-segmentation: true tx-udp-segmentation: true tx-gso-list: true rx-gro-list: false tx-tcp6-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true - name: peerethtest0 type: ethernet state: ignore mac-address: "DE:0D:60:4B:1A:75" mtu: 1500 ipv4: enabled: false ipv6: enabled: true address: - ip: "fe80::dc0d:60ff:fe4b:1a75" prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: rx-udp-gro-forwarding: false tx-tcp6-segmentation: true tx-gre-segmentation: true tx-udp_tnl-segmentation: true tx-checksum-sctp: true tx-vlan-stag-hw-insert: true tx-gre-csum-segmentation: true rx-vlan-stag-hw-parse: true rx-gro-list: false rx-gro: false tx-ipxip4-segmentation: true tx-nocache-copy: false rx-vlan-hw-parse: true tx-udp_tnl-csum-segmentation: true tx-tcp-mangleid-segmentation: true tx-generic-segmentation: true highdma: true tx-checksum-ip-generic: true tx-scatter-gather-fraglist: true tx-ipxip6-segmentation: true rx-checksum: true tx-udp-segmentation: true tx-vlan-hw-insert: true tx-tcp-ecn-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-segmentation: true veth: peer: ethtest0 - name: peerethtest1 type: ethernet state: ignore mac-address: "66:0F:58:44:C8:94" mtu: 1500 ipv4: enabled: false ipv6: enabled: true address: - ip: "fe80::640f:58ff:fe44:c894" prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: tx-vlan-stag-hw-insert: true rx-vlan-stag-hw-parse: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-vlan-hw-insert: true tx-gre-segmentation: true tx-sctp-segmentation: true tx-ipxip6-segmentation: true tx-tcp-ecn-segmentation: true rx-checksum: true tx-udp_tnl-segmentation: true highdma: true tx-checksum-ip-generic: true rx-vlan-hw-parse: true tx-tcp-mangleid-segmentation: true tx-ipxip4-segmentation: true tx-gre-csum-segmentation: true rx-gro: false tx-udp-segmentation: true tx-checksum-sctp: true tx-tcp6-segmentation: true tx-scatter-gather-fraglist: true tx-tcp-segmentation: true tx-gso-list: true tx-udp_tnl-csum-segmentation: true tx-nocache-copy: false veth: peer: ethtest1 ovs-db: {} STDERR: [2022-08-03T16:16:30Z INFO nmstate::nispor::show] Got unsupported interface lo type Loopback [2022-08-03T16:16:30Z INFO nmstate::nm::show] Got unsupported interface type generic: lo, ignoring TASK [Assert that the route configuration contains the specified route] ******** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:119 Wednesday 03 August 2022 16:16:30 +0000 (0:00:00.408) 0:00:32.849 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Set the DNS processing mode and the resolv.conf management mode] ********* task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:129 Wednesday 03 August 2022 16:16:30 +0000 (0:00:00.066) 0:00:32.916 ****** changed: [/cache/centos-9.qcow2.snap] => { "backup": "", "changed": true } MSG: line added TASK [Restart the NetworkManager] ********************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:135 Wednesday 03 August 2022 16:16:31 +0000 (0:00:00.560) 0:00:33.477 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 12:03:14 EDT", "ActiveEnterTimestampMonotonic": "98952468", "ActiveExitTimestamp": "Wed 2022-08-03 12:03:14 EDT", "ActiveExitTimestampMonotonic": "98897391", "ActiveState": "active", "After": "sysinit.target dbus-broker.service dbus.socket system.slice network-pre.target basic.target cloud-init-local.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 12:03:14 EDT", "AssertTimestampMonotonic": "98934587", "Before": "network.service NetworkManager-wait-online.service multi-user.target network.target shutdown.target cloud-init.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "2822954000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 12:03:14 EDT", "ConditionTimestampMonotonic": "98934586", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "20443", "ExecMainStartTimestamp": "Wed 2022-08-03 12:03:14 EDT", "ExecMainStartTimestampMonotonic": "98935597", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 12:03:14 EDT", "InactiveEnterTimestampMonotonic": "98934153", "InactiveExitTimestamp": "Wed 2022-08-03 12:03:14 EDT", "InactiveExitTimestampMonotonic": "98935912", "InvocationID": "1dfe92765e154f4ea4c7df85f2912ef5", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "6825", "LimitNPROCSoft": "6825", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6825", "LimitSIGPENDINGSoft": "6825", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "20443", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "4546560", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 12:16:16 EDT", "StateChangeTimestampMonotonic": "880120055", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "10920", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Install the systemd-resolved] ******************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:140 Wednesday 03 August 2022 16:16:32 +0000 (0:00:00.677) 0:00:34.154 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: systemd-resolved-250-7.el9.x86_64" ] } TASK [Enable the systemd-resolved service] ************************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:147 Wednesday 03 August 2022 16:16:34 +0000 (0:00:02.433) 0:00:36.587 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "enabled": true, "name": "systemd-resolved", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount tmp.mount systemd-tmpfiles-setup.service systemd-sysusers.service system.slice systemd-networkd.service systemd-journald.socket", "AllowIsolate": "no", "AmbientCapabilities": "cap_setpcap cap_net_bind_service cap_net_raw", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network.target nss-lookup.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.resolve1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_setpcap cap_net_bind_service cap_net_raw", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Name Resolution", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:systemd-resolved.service(8)\" \"man:org.freedesktop.resolve1(5)\" https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-resolved ; argv[]=/usr/lib/systemd/systemd-resolved ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-resolved ; argv[]=/usr/lib/systemd/systemd-resolved ; flags=ambient ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-resolved.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-resolved.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "6825", "LimitNPROCSoft": "6825", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6825", "LimitSIGPENDINGSoft": "6825", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-resolved.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "no", "ProtectKernelLogs": "yes", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "invisible", "ProtectSystem": "strict", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice", "RequiresMountsFor": "/var/tmp /run/systemd/resolve", "Restart": "always", "RestartKillSignal": "15", "RestartUSec": "0", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_NETLINK AF_UNIX", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/resolve", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "10920", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "systemd-resolve", "UtmpMode": "init", "Wants": "nss-lookup.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 16:16:35 +0000 (0:00:00.710) 0:00:37.298 ****** included: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:16:35 +0000 (0:00:00.079) 0:00:37.378 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which services are running] *********** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 16:16:35 +0000 (0:00:00.556) 0:00:37.935 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 16:16:37 +0000 (0:00:01.608) 0:00:39.544 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 16:16:38 +0000 (0:00:00.780) 0:00:40.325 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 16:16:38 +0000 (0:00:00.069) 0:00:40.394 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 16:16:38 +0000 (0:00:00.061) 0:00:40.456 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 16:16:38 +0000 (0:00:00.059) 0:00:40.515 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 16:16:38 +0000 (0:00:00.079) 0:00:40.595 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 16:16:39 +0000 (0:00:00.840) 0:00:41.436 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 16:16:40 +0000 (0:00:00.846) 0:00:42.282 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 16:16:40 +0000 (0:00:00.056) 0:00:42.338 ****** ok: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 16:16:40 +0000 (0:00:00.564) 0:00:42.903 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 16:16:41 +0000 (0:00:00.064) 0:00:42.967 ****** skipping: [/cache/centos-9.qcow2.snap] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 16:16:41 +0000 (0:00:00.054) 0:00:43.022 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 16:16:41 +0000 (0:00:00.053) 0:00:43.075 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/centos-9.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 16:16:41 +0000 (0:00:00.553) 0:00:43.629 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::dcac:dbff:feeb:38b3", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "DE:AC:DB:EB:38:B3", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c861:9eff:fe5d:2ed8", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CA:61:9E:5D:2E:D8", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::dc0d:60ff:fe4b:1a75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "DE:0D:60:4B:1A:75", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::640f:58ff:fe44:c894", "prefix-length": 64 } ], "enabled": true }, "mac-address": "66:0F:58:44:C8:94", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 16:16:42 +0000 (0:00:00.499) 0:00:44.129 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 16:16:42 +0000 (0:00:00.121) 0:00:44.251 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 16:16:42 +0000 (0:00:00.066) 0:00:44.317 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::dcac:dbff:feeb:38b3", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "DE:AC:DB:EB:38:B3", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::c861:9eff:fe5d:2ed8", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "CA:61:9E:5D:2E:D8", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::dc0d:60ff:fe4b:1a75", "prefix-length": 64 } ], "enabled": true }, "mac-address": "DE:0D:60:4B:1A:75", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::640f:58ff:fe44:c894", "prefix-length": 64 } ], "enabled": true }, "mac-address": "66:0F:58:44:C8:94", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 16:16:42 +0000 (0:00:00.075) 0:00:44.392 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:165 Wednesday 03 August 2022 16:16:42 +0000 (0:00:00.412) 0:00:44.804 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.020277", "end": "2022-08-03 12:16:42.641534", "rc": 0, "start": "2022-08-03 12:16:42.621257" } STDOUT: --- hostname: running: ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com config: ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com dns-resolver: running: server: - "2001:4860:4860::8888" - 10.0.2.3 search: - example.com - example.org config: server: - "2001:4860:4860::8888" search: - example.com - example.org route-rules: config: [] routes: running: - destination: "2001:db8::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 101 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 101 table-id: 254 - destination: "fe80::/64" next-hop-interface: peerethtest0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: peerethtest1 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest1 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fec0::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "::/0" next-hop-interface: eth0 next-hop-address: "fe80::2" metric: 1024 table-id: 254 - destination: 0.0.0.0/0 next-hop-interface: eth0 next-hop-address: 10.0.2.2 metric: 100 table-id: 254 - destination: 10.0.2.0/24 next-hop-interface: eth0 next-hop-address: 0.0.0.0 metric: 100 table-id: 254 - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 - destination: 192.168.122.0/24 next-hop-interface: ethtest0 next-hop-address: 0.0.0.0 metric: 101 table-id: 254 - destination: 192.168.122.0/24 next-hop-interface: ethtest1 next-hop-address: 0.0.0.0 metric: 102 table-id: 254 config: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 interfaces: - name: eth0 type: ethernet state: up mac-address: "52:54:00:12:34:56" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: true address: - ip: 10.0.2.15 prefix-length: 24 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "fec0::5054:ff:fe12:3456" prefix-length: 64 - ip: "fe80::5054:ff:fe12:3456" prefix-length: 64 addr-gen-mode: "2" accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-gro-list: false tx-generic-segmentation: false rx-gro-hw: false rx-udp-gro-forwarding: false rx-gro: true tx-nocache-copy: false coalesce: rx-frames: 1 tx-frames: 1 ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 ethernet: auto-negotiation: false - name: ethtest0 type: ethernet state: up mac-address: "DE:AC:DB:EB:38:B3" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "2001:db8::1:1" prefix-length: 64 - ip: "fe80::dcac:dbff:feeb:38b3" prefix-length: 64 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-udp_tnl-segmentation: true highdma: true tx-sctp-segmentation: true tx-ipxip4-segmentation: true tx-tcp-segmentation: true rx-udp-gro-forwarding: false tx-gre-csum-segmentation: true rx-vlan-stag-hw-parse: true tx-vlan-hw-insert: true tx-tcp6-segmentation: true tx-ipxip6-segmentation: true rx-gro-list: false tx-scatter-gather-fraglist: true rx-vlan-hw-parse: true tx-gso-list: true tx-checksum-sctp: true rx-checksum: true tx-tcp-mangleid-segmentation: true tx-vlan-stag-hw-insert: true tx-tcp-ecn-segmentation: true tx-udp_tnl-csum-segmentation: true tx-gre-segmentation: true rx-gro: false tx-checksum-ip-generic: true tx-generic-segmentation: true tx-udp-segmentation: true tx-nocache-copy: false veth: peer: peerethtest0 - name: ethtest1 type: ethernet state: up mac-address: "CA:61:9E:5D:2E:D8" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: "fe80::c861:9eff:fe5d:2ed8" prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-udp_tnl-csum-segmentation: true tx-udp-segmentation: true tx-tcp-segmentation: true tx-nocache-copy: false rx-gro-list: false tx-checksum-ip-generic: true highdma: true tx-tcp6-segmentation: true tx-udp_tnl-segmentation: true tx-tcp-ecn-segmentation: true tx-gre-csum-segmentation: true rx-gro: false tx-vlan-stag-hw-insert: true tx-vlan-hw-insert: true rx-vlan-stag-hw-parse: true rx-udp-gro-forwarding: false tx-checksum-sctp: true tx-generic-segmentation: true tx-tcp-mangleid-segmentation: true rx-checksum: true tx-scatter-gather-fraglist: true tx-ipxip6-segmentation: true tx-sctp-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-gre-segmentation: true rx-vlan-hw-parse: true veth: peer: peerethtest1 - name: lo type: loopback state: ignore mac-address: "00:00:00:00:00:00" mtu: 65536 ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: "::1" prefix-length: 128 accept-all-mac-addresses: false ethtool: feature: tx-gso-list: true tx-generic-segmentation: true rx-gro: true rx-udp-gro-forwarding: false tx-udp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp6-segmentation: true rx-gro-list: false tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-sctp-segmentation: true - name: peerethtest0 type: ethernet state: ignore mac-address: "DE:0D:60:4B:1A:75" mtu: 1500 ipv4: enabled: false ipv6: enabled: true address: - ip: "fe80::dc0d:60ff:fe4b:1a75" prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: tx-ipxip4-segmentation: true rx-udp-gro-forwarding: false tx-checksum-ip-generic: true rx-gro-list: false tx-vlan-hw-insert: true tx-udp-segmentation: true rx-gro: false tx-tcp-segmentation: true tx-gre-csum-segmentation: true rx-vlan-hw-parse: true tx-tcp6-segmentation: true tx-gre-segmentation: true tx-generic-segmentation: true tx-scatter-gather-fraglist: true tx-udp_tnl-segmentation: true tx-sctp-segmentation: true tx-gso-list: true tx-checksum-sctp: true tx-nocache-copy: false tx-vlan-stag-hw-insert: true rx-checksum: true tx-tcp-ecn-segmentation: true highdma: true tx-ipxip6-segmentation: true tx-tcp-mangleid-segmentation: true tx-udp_tnl-csum-segmentation: true rx-vlan-stag-hw-parse: true veth: peer: ethtest0 - name: peerethtest1 type: ethernet state: ignore mac-address: "66:0F:58:44:C8:94" mtu: 1500 ipv4: enabled: false ipv6: enabled: true address: - ip: "fe80::640f:58ff:fe44:c894" prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: tx-checksum-ip-generic: true tx-gso-list: true tx-udp-segmentation: true rx-checksum: true rx-vlan-stag-hw-parse: true tx-vlan-stag-hw-insert: true rx-gro-list: false rx-udp-gro-forwarding: false highdma: true tx-tcp6-segmentation: true tx-nocache-copy: false rx-gro: false tx-tcp-ecn-segmentation: true tx-vlan-hw-insert: true tx-udp_tnl-segmentation: true tx-tcp-segmentation: true tx-ipxip6-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-tcp-mangleid-segmentation: true tx-ipxip4-segmentation: true rx-vlan-hw-parse: true tx-sctp-segmentation: true tx-generic-segmentation: true tx-udp_tnl-csum-segmentation: true tx-scatter-gather-fraglist: true tx-checksum-sctp: true veth: peer: ethtest1 ovs-db: {} STDERR: [2022-08-03T16:16:42Z INFO nmstate::nispor::show] Got unsupported interface lo type Loopback [2022-08-03T16:16:42Z INFO nmstate::nm::show] Got unsupported interface type generic: lo, ignoring TASK [Get the DNS configuration from the file `/etc/resolv.conf`] ************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:171 Wednesday 03 August 2022 16:16:43 +0000 (0:00:00.415) 0:00:45.220 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/resolv.conf" ], "delta": "0:00:00.002824", "end": "2022-08-03 12:16:43.043350", "rc": 0, "start": "2022-08-03 12:16:43.040526" } STDOUT: # Generated by NetworkManager search virt.pnr.lab.eng.rdu2.redhat.com nameserver 10.0.2.3 TASK [Check if `/etc/resolv.conf` is generated by NM] ************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:177 Wednesday 03 August 2022 16:16:43 +0000 (0:00:00.396) 0:00:45.617 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "grep", "Generated by NetworkManager", "/etc/resolv.conf" ], "delta": "0:00:01.004070", "end": "2022-08-03 12:16:44.424791", "rc": 0, "start": "2022-08-03 12:16:43.420721" } STDOUT: # Generated by NetworkManager TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:183 Wednesday 03 August 2022 16:16:45 +0000 (0:00:01.383) 0:00:47.001 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Assert that the file `/etc/resolv.conf` does not contain the specified DNS configuration] *** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:191 Wednesday 03 August 2022 16:16:45 +0000 (0:00:00.066) 0:00:47.068 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [** TEST check resolvectl] ************************************************ task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:202 Wednesday 03 August 2022 16:16:45 +0000 (0:00:00.061) 0:00:47.129 ****** ok: [/cache/centos-9.qcow2.snap] => { "attempts": 1, "changed": false, "cmd": [ "resolvectl" ], "delta": "0:00:00.114750", "end": "2022-08-03 12:16:45.053569", "rc": 0, "start": "2022-08-03 12:16:44.938819" } STDOUT: Global Protocols: LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported resolv.conf mode: foreign Current DNS Server: 10.0.2.3 DNS Servers: 10.0.2.3 DNS Domain: virt.pnr.lab.eng.rdu2.redhat.com Link 2 (eth0) Current Scopes: LLMNR/IPv4 LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported Link 64 (peerethtest0) Current Scopes: LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported Link 65 (ethtest0) Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported DNS Servers: 2001:4860:4860::8888 DNS Domain: example.com example.org Link 66 (peerethtest1) Current Scopes: LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported Link 67 (ethtest1) Current Scopes: LLMNR/IPv4 LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:210 Wednesday 03 August 2022 16:16:45 +0000 (0:00:00.513) 0:00:47.643 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/delete_interface.yml for /cache/centos-9.qcow2.snap TASK [remove test interface if necessary] ************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/delete_interface.yml:3 Wednesday 03 August 2022 16:16:45 +0000 (0:00:00.092) 0:00:47.735 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.019310", "end": "2022-08-03 12:16:45.562689", "rc": 0, "start": "2022-08-03 12:16:45.543379" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:211 Wednesday 03 August 2022 16:16:46 +0000 (0:00:00.402) 0:00:48.138 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:16:46 +0000 (0:00:00.087) 0:00:48.226 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:16:46 +0000 (0:00:00.068) 0:00:48.294 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest1 is absent] ******************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:16:46 +0000 (0:00:00.429) 0:00:48.724 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set interface=ethtest0] ************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:212 Wednesday 03 August 2022 16:16:46 +0000 (0:00:00.060) 0:00:48.784 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:216 Wednesday 03 August 2022 16:16:46 +0000 (0:00:00.058) 0:00:48.843 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/delete_interface.yml for /cache/centos-9.qcow2.snap TASK [remove test interface if necessary] ************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/delete_interface.yml:3 Wednesday 03 August 2022 16:16:47 +0000 (0:00:00.100) 0:00:48.943 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.012904", "end": "2022-08-03 12:16:46.771953", "rc": 0, "start": "2022-08-03 12:16:46.759049" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:217 Wednesday 03 August 2022 16:16:47 +0000 (0:00:00.411) 0:00:49.354 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:16:47 +0000 (0:00:00.097) 0:00:49.451 ****** included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:16:47 +0000 (0:00:00.068) 0:00:49.520 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest0 is absent] ******************************** task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:16:47 +0000 (0:00:00.387) 0:00:49.908 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=118 changed=14 unreachable=0 failed=0 skipped=40 rescued=0 ignored=0 Wednesday 03 August 2022 16:16:48 +0000 (0:00:00.078) 0:00:49.986 ****** =============================================================================== Install the systemd-resolved -------------------------------------------- 2.43s /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:140 ------------------ linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.37s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 1.79s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 ----- linux-system-roles.network : Check which services are running ----------- 1.63s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which services are running ----------- 1.61s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which services are running ----------- 1.55s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Check if `/etc/resolv.conf` is generated by NM -------------------------- 1.38s /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:177 ------------------ Create veth interface ethtest1 ------------------------------------------ 1.13s /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21 ----------- Create veth interface ethtest0 ------------------------------------------ 1.09s /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21 ----------- Gathering Facts --------------------------------------------------------- 1.01s /tmp/tmp05ac0kav/tests/tests_network_state_nm.yml:5 --------------------------- linux-system-roles.network : Check which packages are installed --------- 1.01s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Install iproute --------------------------------------------------------- 1.01s /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15 ----------- linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.92s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 0.85s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 ----- linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.84s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Enable and start NetworkManager ------------ 0.84s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 0.82s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 ----- Install iproute --------------------------------------------------------- 0.82s /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15 ----------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:3 -------------------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:5 -------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmp05ac0kav/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmp05ac0kav/tests/_restore.yml:4 Wednesday 03 August 2022 16:16:48 +0000 (0:00:00.088) 0:00:50.074 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.005494", "end": "2022-08-03 12:16:47.861096", "rc": 0, "start": "2022-08-03 12:16:47.855602" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=119 changed=15 unreachable=0 failed=0 skipped=40 rescued=0 ignored=0 Wednesday 03 August 2022 16:16:48 +0000 (0:00:00.378) 0:00:50.453 ****** =============================================================================== Install the systemd-resolved -------------------------------------------- 2.43s /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:140 ------------------ linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.37s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 1.79s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 ----- linux-system-roles.network : Check which services are running ----------- 1.63s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which services are running ----------- 1.61s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which services are running ----------- 1.55s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Check if `/etc/resolv.conf` is generated by NM -------------------------- 1.38s /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:177 ------------------ Create veth interface ethtest1 ------------------------------------------ 1.13s /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21 ----------- Create veth interface ethtest0 ------------------------------------------ 1.09s /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21 ----------- Gathering Facts --------------------------------------------------------- 1.01s /tmp/tmp05ac0kav/tests/tests_network_state_nm.yml:5 --------------------------- linux-system-roles.network : Check which packages are installed --------- 1.01s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Install iproute --------------------------------------------------------- 1.01s /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15 ----------- linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.92s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 0.85s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 ----- linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.84s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Enable and start NetworkManager ------------ 0.84s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- linux-system-roles.network : Install python3-libnmstate when using network_state variable --- 0.82s /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51 ----- Install iproute --------------------------------------------------------- 0.82s /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15 ----------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:3 -------------------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp05ac0kav/tests/playbooks/tests_network_state.yml:5 -------------------- ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmp40vowjjo executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 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: _backup.yml ********************************************************** 1 plays in /tmp/tmpem3y1lsc/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpem3y1lsc/tests/network/_backup.yml:6 Wednesday 03 August 2022 16:37:09 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/centos-9.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659544627.2749023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659544627.2749023, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4210118, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659543778.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "561080187", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpem3y1lsc/tests/network/_backup.yml:13 Wednesday 03 August 2022 16:37:09 +0000 (0:00:00.588) 0:00:00.605 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/centos-9.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 4210118, 'dev': 64513, 'nlink': 1, 'atime': 1659544627.2749023, 'mtime': 1659543778.0, 'ctime': 1659544627.2749023, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'root', 'gr_name': 'root', 'checksum': 'fba82b5b78ea37322e584bf452f6f8e163f0869b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '561080187', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python3'}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659544627.2749023, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659544627.2749023, "dev": 64513, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4210118, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659543778.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "561080187", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpem3y1lsc/tests/network/_backup.yml:19 Wednesday 03 August 2022 16:37:09 +0000 (0:00:00.037) 0:00:00.643 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004822", "end": "2022-08-03 12:37:09.024334", "rc": 0, "start": "2022-08-03 12:37:09.019512" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:37:10 +0000 (0:00:00.496) 0:00:01.140 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.59s /tmp/tmpem3y1lsc/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.50s /tmp/tmpem3y1lsc/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpem3y1lsc/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_network_state_nm.yml ******************************************* 3 plays in /tmp/tmpem3y1lsc/tests/network/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tests_network_state_nm.yml:5 Wednesday 03 August 2022 16:37:10 +0000 (0:00:00.090) 0:00:01.231 ****** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tests_network_state_nm.yml:8 Wednesday 03 August 2022 16:37:11 +0000 (0:00:01.043) 0:00:02.274 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/el_repo_setup.yml for /cache/centos-9.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:37:11 +0000 (0:00:00.025) 0:00:02.300 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:37:11 +0000 (0:00:00.019) 0:00:02.319 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml for /cache/centos-9.qcow2.snap TASK [Create EPEL 9] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:37:11 +0000 (0:00:00.026) 0:00:02.346 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:37:11 +0000 (0:00:00.021) 0:00:02.367 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:37:11 +0000 (0:00:00.020) 0:00:02.388 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:37:11 +0000 (0:00:00.020) 0:00:02.409 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpem3y1lsc/tests/network/tests_network_state_nm.yml:9 Wednesday 03 August 2022 16:37:11 +0000 (0:00:00.023) 0:00:02.432 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:3 Wednesday 03 August 2022 16:37:11 +0000 (0:00:00.045) 0:00:02.478 ****** ok: [/cache/centos-9.qcow2.snap] META: ran handlers META: ran handlers META: ran handlers PLAY [Test configuring ethernet devices] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:5 Wednesday 03 August 2022 16:37:12 +0000 (0:00:00.844) 0:00:03.322 ****** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [set type=veth and interface=ethtest0] ************************************ task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:14 Wednesday 03 August 2022 16:37:13 +0000 (0:00:00.806) 0:00:04.129 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:18 Wednesday 03 August 2022 16:37:13 +0000 (0:00:00.045) 0:00:04.174 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:37:13 +0000 (0:00:00.063) 0:00:04.238 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:37:13 +0000 (0:00:00.051) 0:00:04.289 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003813", "end": "2022-08-03 12:37:12.568642", "rc": 0, "start": "2022-08-03 12:37:12.564829" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:37:13 +0000 (0:00:00.388) 0:00:04.677 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:37:13 +0000 (0:00:00.080) 0:00:04.758 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:19 Wednesday 03 August 2022 16:37:13 +0000 (0:00:00.079) 0:00:04.837 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:37:13 +0000 (0:00:00.065) 0:00:04.903 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:37:14 +0000 (0:00:00.035) 0:00:04.938 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:37:14 +0000 (0:00:00.033) 0:00:04.971 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:37:14 +0000 (0:00:00.044) 0:00:05.015 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:37:14 +0000 (0:00:00.094) 0:00:05.110 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002906", "end": "2022-08-03 12:37:13.388866", "rc": 0, "start": "2022-08-03 12:37:13.385960" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:37:14 +0000 (0:00:00.383) 0:00:05.494 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:37:14 +0000 (0:00:00.045) 0:00:05.539 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:37:14 +0000 (0:00:00.048) 0:00:05.587 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:37:15 +0000 (0:00:01.020) 0:00:06.608 ****** changed: [/cache/centos-9.qcow2.snap] => (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.007490", "end": "2022-08-03 12:37:14.887471", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2022-08-03 12:37:14.879981" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003691", "end": "2022-08-03 12:37:15.243559", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2022-08-03 12:37:15.239868" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.006352", "end": "2022-08-03 12:37:15.596668", "item": "ip link set ethtest0 up", "rc": 0, "start": "2022-08-03 12:37:15.590316" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:37:16 +0000 (0:00:01.096) 0:00:07.705 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.019481", "end": "2022-08-03 12:37:15.990561", "rc": 0, "start": "2022-08-03 12:37:15.971080" } TASK [Delete veth interface ethtest0] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.391) 0:00:08.096 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.035) 0:00:08.132 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.036) 0:00:08.168 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.036) 0:00:08.204 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.035) 0:00:08.240 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:22 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.038) 0:00:08.279 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.071) 0:00:08.350 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.050) 0:00:08.400 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659544634.8847976, "block_size": 4096, "blocks": 0, "ctime": 1659544634.8847976, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31584, "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": 1659544634.8847976, "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: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.381) 0:00:08.782 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set type=veth and interface=ethtest1] ************************************ task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:23 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.044) 0:00:08.827 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:27 Wednesday 03 August 2022 16:37:17 +0000 (0:00:00.041) 0:00:08.869 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.059) 0:00:08.928 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.042) 0:00:08.971 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003194", "end": "2022-08-03 12:37:17.248166", "rc": 0, "start": "2022-08-03 12:37:17.244972" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.383) 0:00:09.354 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.046) 0:00:09.401 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:28 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.045) 0:00:09.447 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.062) 0:00:09.510 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.034) 0:00:09.544 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.035) 0:00:09.580 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.044) 0:00:09.624 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:37:18 +0000 (0:00:00.043) 0:00:09.667 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004095", "end": "2022-08-03 12:37:17.952127", "rc": 0, "start": "2022-08-03 12:37:17.948032" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:37:19 +0000 (0:00:00.394) 0:00:10.062 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:37:19 +0000 (0:00:00.045) 0:00:10.107 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:37:19 +0000 (0:00:00.080) 0:00:10.188 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:37:20 +0000 (0:00:00.765) 0:00:10.953 ****** changed: [/cache/centos-9.qcow2.snap] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.004136", "end": "2022-08-03 12:37:19.261182", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2022-08-03 12:37:19.257046" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.004279", "end": "2022-08-03 12:37:19.622026", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2022-08-03 12:37:19.617747" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.008579", "end": "2022-08-03 12:37:19.992381", "item": "ip link set ethtest1 up", "rc": 0, "start": "2022-08-03 12:37:19.983802" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:37:21 +0000 (0:00:01.154) 0:00:12.108 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.018954", "end": "2022-08-03 12:37:20.387629", "rc": 0, "start": "2022-08-03 12:37:20.368675" } TASK [Delete veth interface ethtest1] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:37:21 +0000 (0:00:00.386) 0:00:12.494 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:37:21 +0000 (0:00:00.039) 0:00:12.534 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:37:21 +0000 (0:00:00.039) 0:00:12.573 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:37:21 +0000 (0:00:00.037) 0:00:12.611 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:37:21 +0000 (0:00:00.036) 0:00:12.648 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:31 Wednesday 03 August 2022 16:37:21 +0000 (0:00:00.038) 0:00:12.686 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:37:21 +0000 (0:00:00.061) 0:00:12.748 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:37:21 +0000 (0:00:00.043) 0:00:12.791 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659544639.2604399, "block_size": 4096, "blocks": 0, "ctime": 1659544639.2604399, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31840, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest1", "lnk_target": "../../devices/virtual/net/ethtest1", "mode": "0777", "mtime": 1659544639.2604399, "nlink": 1, "path": "/sys/class/net/ethtest1", "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 ethtest1 is present] ******************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:37:22 +0000 (0:00:00.426) 0:00:13.217 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:37:22 +0000 (0:00:00.047) 0:00:13.265 ****** included: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:37:22 +0000 (0:00:00.053) 0:00:13.319 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:37:22 +0000 (0:00:00.521) 0:00:13.840 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:37:24 +0000 (0:00:01.671) 0:00:15.512 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:37:25 +0000 (0:00:01.033) 0:00:16.545 ****** ok: [/cache/centos-9.qcow2.snap] => {} 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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:37:25 +0000 (0:00:00.065) 0:00:16.611 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:37:25 +0000 (0:00:00.061) 0:00:16.672 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:37:25 +0000 (0:00:00.057) 0:00:16.729 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:37:25 +0000 (0:00:00.113) 0:00:16.843 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: nmstate-2.1.3-0.20220720.cf972e4d.el9.x86_64" ] } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:37:27 +0000 (0:00:01.487) 0:00:18.330 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: NetworkManager-config-server-1:1.39.10-1.el9.noarch", "Installed: nmstate-libs-2.1.3-0.20220720.cf972e4d.el9.x86_64", "Installed: python3-libnmstate-2.1.3-0.20220720.cf972e4d.el9.x86_64" ] } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:37:28 +0000 (0:00:01.277) 0:00:19.607 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:37:28 +0000 (0:00:00.059) 0:00:19.667 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:37:29 +0000 (0:00:00.886) 0:00:20.553 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:37:29 +0000 (0:00:00.058) 0:00:20.611 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:37:29 +0000 (0:00:00.053) 0:00:20.665 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:37:29 +0000 (0:00:00.087) 0:00:20.753 ****** ok: [/cache/centos-9.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:37:30 +0000 (0:00:00.739) 0:00:21.493 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::4496:fbff:fe45:5c49", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "46:96:FB:45:5C:49", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::f0ec:d0ff:fe2e:13ee", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "F2:EC:D0:2E:13:EE", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c0e4:a0ff:fed3:c288", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C2:E4:A0:D3:C2:88", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6a:f4ff:fedf:eaba", "prefix-length": 64 } ], "enabled": true }, "mac-address": "02:6A:F4:DF:EA:BA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:37:31 +0000 (0:00:00.674) 0:00:22.167 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:37:31 +0000 (0:00:00.070) 0:00:22.237 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:37:31 +0000 (0:00:00.125) 0:00:22.363 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::4496:fbff:fe45:5c49", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "46:96:FB:45:5C:49", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::f0ec:d0ff:fe2e:13ee", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "F2:EC:D0:2E:13:EE", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c0e4:a0ff:fed3:c288", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C2:E4:A0:D3:C2:88", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6a:f4ff:fedf:eaba", "prefix-length": 64 } ], "enabled": true }, "mac-address": "02:6A:F4:DF:EA:BA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:37:31 +0000 (0:00:00.083) 0:00:22.446 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Get the ethtest0 state configuration] ************************************ task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:71 Wednesday 03 August 2022 16:37:32 +0000 (0:00:00.586) 0:00:23.033 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.021076", "end": "2022-08-03 12:37:31.411507", "rc": 0, "start": "2022-08-03 12:37:31.390431" } STDOUT: --- dns-resolver: {} route-rules: {} routes: {} interfaces: - name: ethtest0 type: ethernet state: up mac-address: "46:96:FB:45:5C:49" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "2001:db8::1:1" prefix-length: 64 - ip: "fe80::4496:fbff:fe45:5c49" prefix-length: 64 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: highdma: true tx-udp_tnl-segmentation: true tx-udp_tnl-csum-segmentation: true tx-generic-segmentation: true tx-tcp-mangleid-segmentation: true rx-gro-list: false tx-vlan-stag-hw-insert: true rx-vlan-hw-parse: true tx-nocache-copy: false tx-gre-csum-segmentation: true rx-gro: false rx-checksum: true tx-checksum-ip-generic: true tx-vlan-hw-insert: true tx-tcp-ecn-segmentation: true tx-ipxip6-segmentation: true tx-gso-list: true rx-vlan-stag-hw-parse: true tx-gre-segmentation: true tx-scatter-gather-fraglist: true tx-ipxip4-segmentation: true tx-sctp-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-checksum-sctp: true rx-udp-gro-forwarding: false veth: peer: peerethtest0 STDERR: [2022-08-03T16:37:31Z INFO nmstate::nispor::show] Got unsupported interface lo type Loopback [2022-08-03T16:37:31Z INFO nmstate::nm::show] Got unsupported interface type generic: lo, ignoring TASK [Get the ethtest1 state configuration] ************************************ task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:77 Wednesday 03 August 2022 16:37:32 +0000 (0:00:00.501) 0:00:23.534 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.018178", "end": "2022-08-03 12:37:31.824214", "rc": 0, "start": "2022-08-03 12:37:31.806036" } STDOUT: --- dns-resolver: {} route-rules: {} routes: {} interfaces: - name: ethtest1 type: ethernet state: up mac-address: "F2:EC:D0:2E:13:EE" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: "fe80::f0ec:d0ff:fe2e:13ee" prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: rx-checksum: true tx-generic-segmentation: true tx-gso-list: true tx-nocache-copy: false tx-udp-segmentation: true rx-udp-gro-forwarding: false rx-gro-list: false tx-ipxip4-segmentation: true tx-udp_tnl-csum-segmentation: true tx-vlan-hw-insert: true rx-vlan-hw-parse: true tx-tcp-segmentation: true tx-ipxip6-segmentation: true tx-sctp-segmentation: true highdma: true rx-gro: false tx-udp_tnl-segmentation: true tx-vlan-stag-hw-insert: true tx-tcp-mangleid-segmentation: true rx-vlan-stag-hw-parse: true tx-gre-csum-segmentation: true tx-checksum-ip-generic: true tx-gre-segmentation: true tx-scatter-gather-fraglist: true tx-tcp-ecn-segmentation: true tx-tcp6-segmentation: true tx-checksum-sctp: true veth: peer: peerethtest1 STDERR: [2022-08-03T16:37:31Z INFO nmstate::nispor::show] Got unsupported interface lo type Loopback [2022-08-03T16:37:31Z INFO nmstate::nm::show] Got unsupported interface type generic: lo, ignoring TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:83 Wednesday 03 August 2022 16:37:33 +0000 (0:00:00.411) 0:00:23.946 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:90 Wednesday 03 August 2022 16:37:33 +0000 (0:00:00.066) 0:00:24.012 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:37:33 +0000 (0:00:00.068) 0:00:24.081 ****** included: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:37:33 +0000 (0:00:00.083) 0:00:24.164 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:37:33 +0000 (0:00:00.594) 0:00:24.759 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:37:35 +0000 (0:00:01.585) 0:00:26.344 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:37:36 +0000 (0:00:00.772) 0:00:27.117 ****** ok: [/cache/centos-9.qcow2.snap] => {} 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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:37:36 +0000 (0:00:00.065) 0:00:27.183 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:37:36 +0000 (0:00:00.059) 0:00:27.243 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:37:36 +0000 (0:00:00.055) 0:00:27.299 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:37:36 +0000 (0:00:00.078) 0:00:27.377 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:37:37 +0000 (0:00:00.895) 0:00:28.272 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:37:38 +0000 (0:00:00.916) 0:00:29.189 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:37:38 +0000 (0:00:00.061) 0:00:29.250 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:37:38 +0000 (0:00:00.570) 0:00:29.821 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:37:38 +0000 (0:00:00.057) 0:00:29.878 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:37:39 +0000 (0:00:00.055) 0:00:29.934 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:37:39 +0000 (0:00:00.053) 0:00:29.988 ****** ok: [/cache/centos-9.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:37:39 +0000 (0:00:00.603) 0:00:30.591 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::4496:fbff:fe45:5c49", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "46:96:FB:45:5C:49", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::f0ec:d0ff:fe2e:13ee", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "F2:EC:D0:2E:13:EE", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c0e4:a0ff:fed3:c288", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C2:E4:A0:D3:C2:88", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6a:f4ff:fedf:eaba", "prefix-length": 64 } ], "enabled": true }, "mac-address": "02:6A:F4:DF:EA:BA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:37:40 +0000 (0:00:00.519) 0:00:31.111 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:37:40 +0000 (0:00:00.071) 0:00:31.183 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:37:40 +0000 (0:00:00.066) 0:00:31.249 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::4496:fbff:fe45:5c49", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "46:96:FB:45:5C:49", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::f0ec:d0ff:fe2e:13ee", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "F2:EC:D0:2E:13:EE", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c0e4:a0ff:fed3:c288", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C2:E4:A0:D3:C2:88", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6a:f4ff:fedf:eaba", "prefix-length": 64 } ], "enabled": true }, "mac-address": "02:6A:F4:DF:EA:BA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:37:40 +0000 (0:00:00.078) 0:00:31.328 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Get the route configuration] ********************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:109 Wednesday 03 August 2022 16:37:40 +0000 (0:00:00.428) 0:00:31.756 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.024497", "end": "2022-08-03 12:37:40.061115", "rc": 0, "start": "2022-08-03 12:37:40.036618" } STDOUT: --- hostname: running: ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com config: ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com dns-resolver: running: server: - 10.0.2.3 search: [] config: {} route-rules: config: [] routes: running: - destination: "2001:db8::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 101 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 101 table-id: 254 - destination: "fe80::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: peerethtest0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: peerethtest1 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest1 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fec0::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "::/0" next-hop-interface: eth0 next-hop-address: "fe80::2" metric: 1024 table-id: 254 - destination: 0.0.0.0/0 next-hop-interface: eth0 next-hop-address: 10.0.2.2 metric: 100 table-id: 254 - destination: 10.0.2.0/24 next-hop-interface: eth0 next-hop-address: 0.0.0.0 metric: 100 table-id: 254 - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 - destination: 192.168.122.0/24 next-hop-interface: ethtest0 next-hop-address: 0.0.0.0 metric: 101 table-id: 254 - destination: 192.168.122.0/24 next-hop-interface: ethtest1 next-hop-address: 0.0.0.0 metric: 102 table-id: 254 config: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 interfaces: - name: eth0 type: ethernet state: up mac-address: "52:54:00:12:34:56" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: true address: - ip: 10.0.2.15 prefix-length: 24 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "fec0::5054:ff:fe12:3456" prefix-length: 64 - ip: "fe80::5054:ff:fe12:3456" prefix-length: 64 addr-gen-mode: "2" accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-nocache-copy: false rx-gro-list: false tx-generic-segmentation: false rx-gro: true rx-gro-hw: false rx-udp-gro-forwarding: false coalesce: rx-frames: 1 tx-frames: 1 ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 ethernet: auto-negotiation: false - name: ethtest0 type: ethernet state: up mac-address: "46:96:FB:45:5C:49" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "2001:db8::1:1" prefix-length: 64 - ip: "fe80::4496:fbff:fe45:5c49" prefix-length: 64 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-generic-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-udp_tnl-segmentation: true tx-ipxip4-segmentation: true tx-udp-segmentation: true tx-checksum-sctp: true rx-checksum: true tx-vlan-stag-hw-insert: true tx-ipxip6-segmentation: true tx-gre-csum-segmentation: true rx-vlan-hw-parse: true rx-gro: false tx-sctp-segmentation: true tx-checksum-ip-generic: true tx-vlan-hw-insert: true tx-tcp-segmentation: true tx-gre-segmentation: true tx-udp_tnl-csum-segmentation: true rx-vlan-stag-hw-parse: true rx-gro-list: false tx-gso-list: true tx-scatter-gather-fraglist: true tx-tcp6-segmentation: true tx-nocache-copy: false rx-udp-gro-forwarding: false highdma: true veth: peer: peerethtest0 - name: ethtest1 type: ethernet state: up mac-address: "F2:EC:D0:2E:13:EE" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: "fe80::f0ec:d0ff:fe2e:13ee" prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-udp-segmentation: true tx-generic-segmentation: true rx-checksum: true tx-tcp-mangleid-segmentation: true rx-vlan-stag-hw-parse: true tx-vlan-stag-hw-insert: true tx-gre-segmentation: true tx-vlan-hw-insert: true rx-vlan-hw-parse: true tx-nocache-copy: false tx-gre-csum-segmentation: true rx-udp-gro-forwarding: false tx-ipxip4-segmentation: true tx-udp_tnl-segmentation: true tx-sctp-segmentation: true highdma: true tx-scatter-gather-fraglist: true tx-tcp-ecn-segmentation: true tx-ipxip6-segmentation: true tx-checksum-ip-generic: true tx-tcp6-segmentation: true tx-udp_tnl-csum-segmentation: true tx-tcp-segmentation: true tx-gso-list: true tx-checksum-sctp: true rx-gro-list: false rx-gro: false veth: peer: peerethtest1 - name: lo type: loopback state: ignore mac-address: "00:00:00:00:00:00" mtu: 65536 ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: "::1" prefix-length: 128 accept-all-mac-addresses: false ethtool: feature: tx-udp-segmentation: true tx-sctp-segmentation: true rx-gro-list: false rx-gro: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-generic-segmentation: true rx-udp-gro-forwarding: false tx-tcp6-segmentation: true tx-gso-list: true tx-tcp-segmentation: true - name: peerethtest0 type: ethernet state: ignore mac-address: "C2:E4:A0:D3:C2:88" mtu: 1500 ipv4: enabled: false ipv6: enabled: true address: - ip: "fe80::c0e4:a0ff:fed3:c288" prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: tx-udp_tnl-segmentation: true tx-ipxip4-segmentation: true tx-vlan-stag-hw-insert: true tx-gso-list: true rx-vlan-stag-hw-parse: true tx-generic-segmentation: true tx-gre-segmentation: true rx-checksum: true rx-gro: false tx-scatter-gather-fraglist: true tx-tcp-segmentation: true tx-gre-csum-segmentation: true tx-checksum-sctp: true rx-gro-list: false rx-udp-gro-forwarding: false tx-tcp6-segmentation: true tx-sctp-segmentation: true tx-checksum-ip-generic: true rx-vlan-hw-parse: true tx-tcp-ecn-segmentation: true tx-nocache-copy: false tx-vlan-hw-insert: true highdma: true tx-tcp-mangleid-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp-segmentation: true tx-ipxip6-segmentation: true veth: peer: ethtest0 - name: peerethtest1 type: ethernet state: ignore mac-address: "02:6A:F4:DF:EA:BA" mtu: 1500 ipv4: enabled: false ipv6: enabled: true address: - ip: "fe80::6a:f4ff:fedf:eaba" prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: tx-vlan-hw-insert: true tx-checksum-ip-generic: true tx-tcp-segmentation: true rx-vlan-hw-parse: true tx-tcp-mangleid-segmentation: true tx-ipxip6-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp-segmentation: true tx-checksum-sctp: true rx-gro: false tx-scatter-gather-fraglist: true rx-checksum: true tx-tcp6-segmentation: true tx-nocache-copy: false tx-sctp-segmentation: true tx-vlan-stag-hw-insert: true rx-vlan-stag-hw-parse: true rx-gro-list: false highdma: true tx-generic-segmentation: true tx-gre-segmentation: true tx-gre-csum-segmentation: true tx-gso-list: true tx-udp_tnl-segmentation: true rx-udp-gro-forwarding: false tx-tcp-ecn-segmentation: true tx-ipxip4-segmentation: true veth: peer: ethtest1 ovs-db: {} STDERR: [2022-08-03T16:37:40Z INFO nmstate::nispor::show] Got unsupported interface lo type Loopback [2022-08-03T16:37:40Z INFO nmstate::nm::show] Got unsupported interface type generic: lo, ignoring TASK [Assert that the route configuration contains the specified route] ******** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:115 Wednesday 03 August 2022 16:37:41 +0000 (0:00:00.429) 0:00:32.186 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Set the DNS processing mode and the resolv.conf management mode] ********* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:125 Wednesday 03 August 2022 16:37:41 +0000 (0:00:00.066) 0:00:32.253 ****** changed: [/cache/centos-9.qcow2.snap] => { "backup": "", "changed": true } MSG: line added TASK [Restart the NetworkManager] ********************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:131 Wednesday 03 August 2022 16:37:41 +0000 (0:00:00.531) 0:00:32.785 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 12:24:23 EDT", "ActiveEnterTimestampMonotonic": "94252000", "ActiveExitTimestamp": "Wed 2022-08-03 12:24:23 EDT", "ActiveExitTimestampMonotonic": "94181684", "ActiveState": "active", "After": "dbus.socket network-pre.target system.slice basic.target sysinit.target dbus-broker.service cloud-init-local.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 12:24:23 EDT", "AssertTimestampMonotonic": "94209877", "Before": "multi-user.target NetworkManager-wait-online.service cloud-init.service network.target network.service shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "2970283000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 12:24:23 EDT", "ConditionTimestampMonotonic": "94209876", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "20439", "ExecMainStartTimestamp": "Wed 2022-08-03 12:24:23 EDT", "ExecMainStartTimestampMonotonic": "94210945", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 12:24:23 EDT", "InactiveEnterTimestampMonotonic": "94209428", "InactiveExitTimestamp": "Wed 2022-08-03 12:24:23 EDT", "InactiveExitTimestampMonotonic": "94211257", "InvocationID": "32aa703528074b659f60d5f991c92924", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "6825", "LimitNPROCSoft": "6825", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6825", "LimitSIGPENDINGSoft": "6825", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "20439", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "4632576", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 12:37:26 EDT", "StateChangeTimestampMonotonic": "877028967", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "10920", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Install the systemd-resolved] ******************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:136 Wednesday 03 August 2022 16:37:42 +0000 (0:00:00.621) 0:00:33.406 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "rc": 0, "results": [ "Installed: systemd-resolved-250-7.el9.x86_64" ] } TASK [Enable the systemd-resolved service] ************************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:143 Wednesday 03 August 2022 16:37:43 +0000 (0:00:01.473) 0:00:34.880 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "enabled": true, "name": "systemd-resolved", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount systemd-sysusers.service systemd-journald.socket systemd-tmpfiles-setup.service system.slice systemd-networkd.service tmp.mount", "AllowIsolate": "no", "AmbientCapabilities": "cap_setpcap cap_net_bind_service cap_net_raw", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network.target shutdown.target nss-lookup.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.resolve1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_setpcap cap_net_bind_service cap_net_raw", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Name Resolution", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:systemd-resolved.service(8)\" \"man:org.freedesktop.resolve1(5)\" https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-resolved ; argv[]=/usr/lib/systemd/systemd-resolved ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-resolved ; argv[]=/usr/lib/systemd/systemd-resolved ; flags=ambient ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-resolved.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-resolved.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "6825", "LimitNPROCSoft": "6825", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6825", "LimitSIGPENDINGSoft": "6825", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-resolved.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "no", "ProtectKernelLogs": "yes", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectProc": "invisible", "ProtectSystem": "strict", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice", "RequiresMountsFor": "/run/systemd/resolve /var/tmp", "Restart": "always", "RestartKillSignal": "15", "RestartUSec": "0", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_NETLINK AF_UNIX", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/resolve", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "10920", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "systemd-resolve", "UtmpMode": "init", "Wants": "nss-lookup.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:37:44 +0000 (0:00:00.722) 0:00:35.603 ****** included: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:37:44 +0000 (0:00:00.105) 0:00:35.708 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:37:45 +0000 (0:00:00.537) 0:00:36.246 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:37:46 +0000 (0:00:01.525) 0:00:37.772 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:37:47 +0000 (0:00:00.795) 0:00:38.567 ****** ok: [/cache/centos-9.qcow2.snap] => {} 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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:37:47 +0000 (0:00:00.065) 0:00:38.633 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:37:47 +0000 (0:00:00.109) 0:00:38.743 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:37:47 +0000 (0:00:00.057) 0:00:38.800 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:37:47 +0000 (0:00:00.082) 0:00:38.883 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:37:48 +0000 (0:00:00.833) 0:00:39.716 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:37:49 +0000 (0:00:00.845) 0:00:40.562 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:37:49 +0000 (0:00:00.055) 0:00:40.617 ****** ok: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:37:50 +0000 (0:00:00.576) 0:00:41.193 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:37:50 +0000 (0:00:00.061) 0:00:41.255 ****** skipping: [/cache/centos-9.qcow2.snap] => { "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: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:37:50 +0000 (0:00:00.094) 0:00:41.349 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:37:50 +0000 (0:00:00.055) 0:00:41.404 ****** ok: [/cache/centos-9.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:37:51 +0000 (0:00:00.558) 0:00:41.963 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-client-id": "ll", "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fec0::5054:ff:fe12:3456", "prefix-length": 64 }, { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::4496:fbff:fe45:5c49", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "46:96:FB:45:5C:49", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::f0ec:d0ff:fe2e:13ee", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "F2:EC:D0:2E:13:EE", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c0e4:a0ff:fed3:c288", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C2:E4:A0:D3:C2:88", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6a:f4ff:fedf:eaba", "prefix-length": 64 } ], "enabled": true }, "mac-address": "02:6A:F4:DF:EA:BA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:37:51 +0000 (0:00:00.542) 0:00:42.506 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:37:51 +0000 (0:00:00.073) 0:00:42.579 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:37:51 +0000 (0:00:00.069) 0:00:42.649 ****** ok: [/cache/centos-9.qcow2.snap] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "hostname": { "config": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com", "running": "ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com" }, "interfaces": [ { "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "coalesce": { "rx-frames": 1, "tx-frames": 1 }, "feature": { "rx-gro": true, "rx-gro-hw": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "rx-max": 256, "tx": 256, "tx-max": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "dhcp-client-id": "ll", "enabled": true }, "ipv6": { "addr-gen-mode": "2", "address": [ { "ip": "fec0::5054:ff:fe12:3456", "prefix-length": 64 }, { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::4496:fbff:fe45:5c49", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "46:96:FB:45:5C:49", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "eui64", "address": [ { "ip": "fe80::f0ec:d0ff:fe2e:13ee", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "dhcp-duid": "ll", "enabled": true }, "lldp": { "enabled": false }, "mac-address": "F2:EC:D0:2E:13:EE", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "ignore", "type": "loopback" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c0e4:a0ff:fed3:c288", "prefix-length": 64 } ], "enabled": true }, "mac-address": "C2:E4:A0:D3:C2:88", "mtu": 1500, "name": "peerethtest0", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6a:f4ff:fedf:eaba", "prefix-length": 64 } ], "enabled": true }, "mac-address": "02:6A:F4:DF:EA:BA", "mtu": 1500, "name": "peerethtest1", "state": "ignore", "type": "ethernet", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:37:51 +0000 (0:00:00.076) 0:00:42.726 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/centos-9.qcow2.snap TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:161 Wednesday 03 August 2022 16:37:52 +0000 (0:00:00.453) 0:00:43.179 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.021773", "end": "2022-08-03 12:37:51.502177", "rc": 0, "start": "2022-08-03 12:37:51.480404" } STDOUT: --- hostname: running: ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com config: ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com dns-resolver: running: server: - "2001:4860:4860::8888" - 10.0.2.3 search: - example.com - example.org config: server: - "2001:4860:4860::8888" search: - example.com - example.org route-rules: config: [] routes: running: - destination: "2001:db8::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 101 table-id: 254 - destination: "fe80::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 100 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 101 table-id: 254 - destination: "fe80::/64" next-hop-interface: peerethtest0 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: peerethtest1 next-hop-address: "::" metric: 256 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest1 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fe80::/64" next-hop-interface: ethtest0 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fe80::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 1024 table-id: 254 - destination: "fec0::/64" next-hop-interface: eth0 next-hop-address: "::" metric: 100 table-id: 254 - destination: 0.0.0.0/0 next-hop-interface: eth0 next-hop-address: 10.0.2.2 metric: 100 table-id: 254 - destination: 10.0.2.0/24 next-hop-interface: eth0 next-hop-address: 0.0.0.0 metric: 100 table-id: 254 - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 - destination: 192.168.122.0/24 next-hop-interface: ethtest0 next-hop-address: 0.0.0.0 metric: 101 table-id: 254 - destination: 192.168.122.0/24 next-hop-interface: ethtest1 next-hop-address: 0.0.0.0 metric: 102 table-id: 254 config: - destination: 192.0.2.100/30 next-hop-interface: ethtest0 next-hop-address: 192.168.122.250 metric: 150 table-id: 254 interfaces: - name: eth0 type: ethernet state: up mac-address: "52:54:00:12:34:56" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: true dhcp-client-id: ll address: - ip: 10.0.2.15 prefix-length: 24 auto-dns: true auto-gateway: true auto-routes: true auto-route-table-id: 0 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "fec0::5054:ff:fe12:3456" prefix-length: 64 - ip: "fe80::5054:ff:fe12:3456" prefix-length: 64 addr-gen-mode: "2" accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-nocache-copy: false tx-generic-segmentation: false rx-gro: true rx-gro-hw: false rx-gro-list: false rx-udp-gro-forwarding: false coalesce: rx-frames: 1 tx-frames: 1 ring: rx: 256 rx-max: 256 tx: 256 tx-max: 256 ethernet: auto-negotiation: false - name: ethtest0 type: ethernet state: up mac-address: "46:96:FB:45:5C:49" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.250 prefix-length: 24 ipv6: enabled: true dhcp: false autoconf: false address: - ip: "2001:db8::1:1" prefix-length: 64 - ip: "fe80::4496:fbff:fe45:5c49" prefix-length: 64 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true highdma: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-checksum-sctp: true rx-checksum: true tx-nocache-copy: false rx-vlan-stag-hw-parse: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-ipxip6-segmentation: true tx-vlan-stag-hw-insert: true rx-gro-list: false rx-udp-gro-forwarding: false tx-scatter-gather-fraglist: true tx-generic-segmentation: true tx-vlan-hw-insert: true tx-ipxip4-segmentation: true tx-checksum-ip-generic: true rx-vlan-hw-parse: true rx-gro: false tx-udp_tnl-segmentation: true tx-udp_tnl-csum-segmentation: true tx-gso-list: true veth: peer: peerethtest0 - name: ethtest1 type: ethernet state: up mac-address: "F2:EC:D0:2E:13:EE" mtu: 1500 wait-ip: any ipv4: enabled: true dhcp: false address: - ip: 192.168.122.88 prefix-length: 24 ipv6: enabled: true dhcp: true autoconf: true dhcp-duid: ll address: - ip: "fe80::f0ec:d0ff:fe2e:13ee" prefix-length: 64 auto-dns: false auto-gateway: true auto-routes: true auto-route-table-id: 0 addr-gen-mode: eui64 accept-all-mac-addresses: false lldp: enabled: false ethtool: feature: tx-udp_tnl-segmentation: true tx-gre-csum-segmentation: true rx-checksum: true tx-gre-segmentation: true tx-sctp-segmentation: true tx-nocache-copy: false tx-vlan-stag-hw-insert: true tx-tcp6-segmentation: true rx-vlan-stag-hw-parse: true tx-scatter-gather-fraglist: true tx-ipxip6-segmentation: true tx-udp_tnl-csum-segmentation: true tx-tcp-mangleid-segmentation: true tx-vlan-hw-insert: true tx-gso-list: true tx-udp-segmentation: true tx-generic-segmentation: true rx-gro: false rx-gro-list: false tx-tcp-ecn-segmentation: true tx-checksum-ip-generic: true highdma: true rx-udp-gro-forwarding: false rx-vlan-hw-parse: true tx-tcp-segmentation: true tx-ipxip4-segmentation: true tx-checksum-sctp: true veth: peer: peerethtest1 - name: lo type: loopback state: ignore mac-address: "00:00:00:00:00:00" mtu: 65536 ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: "::1" prefix-length: 128 accept-all-mac-addresses: false ethtool: feature: tx-tcp-mangleid-segmentation: true rx-gro-list: false tx-tcp-ecn-segmentation: true tx-udp-segmentation: true tx-generic-segmentation: true rx-udp-gro-forwarding: false rx-gro: true tx-sctp-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-gso-list: true - name: peerethtest0 type: ethernet state: ignore mac-address: "C2:E4:A0:D3:C2:88" mtu: 1500 ipv4: enabled: false ipv6: enabled: true address: - ip: "fe80::c0e4:a0ff:fed3:c288" prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: tx-scatter-gather-fraglist: true tx-vlan-hw-insert: true tx-ipxip4-segmentation: true tx-checksum-ip-generic: true tx-udp_tnl-segmentation: true tx-tcp6-segmentation: true tx-gre-csum-segmentation: true tx-ipxip6-segmentation: true rx-gro: false tx-gso-list: true tx-gre-segmentation: true rx-checksum: true tx-tcp-mangleid-segmentation: true tx-nocache-copy: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-checksum-sctp: true tx-tcp-segmentation: true tx-vlan-stag-hw-insert: true tx-sctp-segmentation: true rx-vlan-stag-hw-parse: true tx-generic-segmentation: true highdma: true rx-gro-list: false tx-tcp-ecn-segmentation: true veth: peer: ethtest0 - name: peerethtest1 type: ethernet state: ignore mac-address: "02:6A:F4:DF:EA:BA" mtu: 1500 ipv4: enabled: false ipv6: enabled: true address: - ip: "fe80::6a:f4ff:fedf:eaba" prefix-length: 64 accept-all-mac-addresses: false ethtool: feature: tx-nocache-copy: false tx-tcp-segmentation: true tx-gre-segmentation: true tx-vlan-hw-insert: true tx-generic-segmentation: true rx-vlan-hw-parse: true tx-udp_tnl-csum-segmentation: true rx-vlan-stag-hw-parse: true rx-gro: false rx-gro-list: false tx-ipxip4-segmentation: true tx-checksum-ip-generic: true highdma: true tx-scatter-gather-fraglist: true tx-udp_tnl-segmentation: true tx-sctp-segmentation: true tx-tcp-mangleid-segmentation: true tx-gre-csum-segmentation: true tx-tcp-ecn-segmentation: true tx-udp-segmentation: true tx-gso-list: true tx-checksum-sctp: true rx-checksum: true tx-vlan-stag-hw-insert: true rx-udp-gro-forwarding: false tx-ipxip6-segmentation: true tx-tcp6-segmentation: true veth: peer: ethtest1 ovs-db: {} STDERR: [2022-08-03T16:37:51Z INFO nmstate::nispor::show] Got unsupported interface lo type Loopback [2022-08-03T16:37:51Z INFO nmstate::nm::show] Got unsupported interface type generic: lo, ignoring TASK [Get the DNS configuration from the file `/etc/resolv.conf`] ************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:167 Wednesday 03 August 2022 16:37:52 +0000 (0:00:00.493) 0:00:43.673 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "cat", "/etc/resolv.conf" ], "delta": "0:00:00.003191", "end": "2022-08-03 12:37:51.951763", "rc": 0, "start": "2022-08-03 12:37:51.948572" } STDOUT: # Generated by NetworkManager search virt.pnr.lab.eng.rdu2.redhat.com nameserver 10.0.2.3 TASK [Check if `/etc/resolv.conf` is generated by NM] ************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:173 Wednesday 03 August 2022 16:37:53 +0000 (0:00:00.402) 0:00:44.075 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "grep", "Generated by NetworkManager", "/etc/resolv.conf" ], "delta": "0:00:00.003959", "end": "2022-08-03 12:37:52.359453", "rc": 0, "start": "2022-08-03 12:37:52.355494" } STDOUT: # Generated by NetworkManager TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:179 Wednesday 03 August 2022 16:37:53 +0000 (0:00:00.411) 0:00:44.487 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [Assert that the file `/etc/resolv.conf` does not contain the specified DNS configuration] *** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:187 Wednesday 03 August 2022 16:37:53 +0000 (0:00:00.064) 0:00:44.552 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [** TEST check resolvectl] ************************************************ task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:193 Wednesday 03 August 2022 16:37:53 +0000 (0:00:00.065) 0:00:44.617 ****** ok: [/cache/centos-9.qcow2.snap] => { "attempts": 1, "changed": false, "cmd": [ "resolvectl" ], "delta": "0:00:00.123871", "end": "2022-08-03 12:37:53.017743", "rc": 0, "start": "2022-08-03 12:37:52.893872" } STDOUT: Global Protocols: LLMNR=resolve -mDNS -DNSOverTLS DNSSEC=no/unsupported resolv.conf mode: foreign Current DNS Server: 10.0.2.3 DNS Servers: 10.0.2.3 DNS Domain: virt.pnr.lab.eng.rdu2.redhat.com Link 2 (eth0) Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 Protocols: +DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported DNS Servers: 2001:4860:4860::8888 10.0.2.3 DNS Domain: example.com example.org Link 64 (peerethtest0) Current Scopes: LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported Link 65 (ethtest0) Current Scopes: LLMNR/IPv4 LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported Link 66 (peerethtest1) Current Scopes: LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported Link 67 (ethtest1) Current Scopes: LLMNR/IPv4 LLMNR/IPv6 Protocols: -DefaultRoute +LLMNR -mDNS -DNSOverTLS DNSSEC=no/unsupported TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:201 Wednesday 03 August 2022 16:37:54 +0000 (0:00:00.531) 0:00:45.149 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/delete_interface.yml for /cache/centos-9.qcow2.snap TASK [remove test interface if necessary] ************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/delete_interface.yml:3 Wednesday 03 August 2022 16:37:54 +0000 (0:00:00.093) 0:00:45.243 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.016024", "end": "2022-08-03 12:37:53.540547", "rc": 0, "start": "2022-08-03 12:37:53.524523" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:202 Wednesday 03 August 2022 16:37:54 +0000 (0:00:00.424) 0:00:45.667 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:37:54 +0000 (0:00:00.146) 0:00:45.813 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:37:54 +0000 (0:00:00.072) 0:00:45.886 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest1 is absent] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:37:55 +0000 (0:00:00.395) 0:00:46.281 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [set interface=ethtest0] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:203 Wednesday 03 August 2022 16:37:55 +0000 (0:00:00.060) 0:00:46.341 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:207 Wednesday 03 August 2022 16:37:55 +0000 (0:00:00.056) 0:00:46.398 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/delete_interface.yml for /cache/centos-9.qcow2.snap TASK [remove test interface if necessary] ************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/delete_interface.yml:3 Wednesday 03 August 2022 16:37:55 +0000 (0:00:00.084) 0:00:46.483 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.016308", "end": "2022-08-03 12:37:54.786727", "rc": 0, "start": "2022-08-03 12:37:54.770419" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:208 Wednesday 03 August 2022 16:37:56 +0000 (0:00:00.428) 0:00:46.912 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:37:56 +0000 (0:00:00.089) 0:00:47.001 ****** included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:37:56 +0000 (0:00:00.071) 0:00:47.073 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest0 is absent] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:37:56 +0000 (0:00:00.438) 0:00:47.512 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=118 changed=14 unreachable=0 failed=0 skipped=40 rescued=0 ignored=0 Wednesday 03 August 2022 16:37:56 +0000 (0:00:00.084) 0:00:47.597 ****** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.67s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.53s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.49s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Install the systemd-resolved -------------------------------------------- 1.47s /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:136 ---------- fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 1.28s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Create veth interface ethtest1 ------------------------------------------ 1.15s /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21 --- Create veth interface ethtest0 ------------------------------------------ 1.10s /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21 --- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpem3y1lsc/tests/network/tests_network_state_nm.yml:5 ------------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Install iproute --------------------------------------------------------- 1.02s /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:15 --- fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.92s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.90s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.89s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.85s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Gathering Facts --------------------------------------------------------- 0.84s /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:3 ------------ fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.83s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:5 ------------ fedora.linux_system_roles.network : Check which packages are installed --- 0.80s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 0.77s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpem3y1lsc/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpem3y1lsc/tests/network/_restore.yml:4 Wednesday 03 August 2022 16:37:56 +0000 (0:00:00.042) 0:00:47.639 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006353", "end": "2022-08-03 12:37:55.929999", "rc": 0, "start": "2022-08-03 12:37:55.923646" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=119 changed=15 unreachable=0 failed=0 skipped=40 rescued=0 ignored=0 Wednesday 03 August 2022 16:37:57 +0000 (0:00:00.434) 0:00:48.074 ****** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.67s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.59s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which services are running ---- 1.53s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.49s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Install the systemd-resolved -------------------------------------------- 1.47s /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:136 ---------- fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 1.28s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Create veth interface ethtest1 ------------------------------------------ 1.15s /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21 --- Create veth interface ethtest0 ------------------------------------------ 1.10s /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21 --- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpem3y1lsc/tests/network/tests_network_state_nm.yml:5 ------------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Install iproute --------------------------------------------------------- 1.02s /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:15 --- fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.92s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.90s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.89s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable --- 0.85s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Gathering Facts --------------------------------------------------------- 0.84s /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:3 ------------ fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 0.83s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmpem3y1lsc/tests/network/playbooks/tests_network_state.yml:5 ------------ fedora.linux_system_roles.network : Check which packages are installed --- 0.80s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 0.77s /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14