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/tmpxngj32xw 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/tmpcu0yxwd0/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpcu0yxwd0/tests/_backup.yml:6 Wednesday 03 August 2022 15:52:17 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/fedora-36.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": 1659541936.318274, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659541936.318274, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 45129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659248396.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpcu0yxwd0/tests/_backup.yml:13 Wednesday 03 August 2022 15:52:18 +0000 (0:00:00.647) 0:00:00.666 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-36.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 39, 'inode': 45129, 'dev': 31, 'nlink': 1, 'atime': 1659541936.318274, 'mtime': 1659248396.0, 'ctime': 1659541936.318274, 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'lnk_source': '/run/systemd/resolve/stub-resolv.conf', 'lnk_target': '../run/systemd/resolve/stub-resolv.conf', 'pw_name': 'root', 'gr_name': 'root', 'mimetype': 'inode/symlink', 'charset': 'binary', 'version': None, '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": 1659541936.318274, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659541936.318274, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 45129, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659248396.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/_backup.yml:19 Wednesday 03 August 2022 15:52:18 +0000 (0:00:00.036) 0:00:00.702 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004351", "end": "2022-08-03 15:52:18.187848", "rc": 0, "start": "2022-08-03 15:52:18.183497" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:52:19 +0000 (0:00:00.546) 0:00:01.248 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.65s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.55s /tmp/tmpcu0yxwd0/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpcu0yxwd0/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_regression_nm.yml ********************************************** 2 plays in /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:4 Wednesday 03 August 2022 15:52:19 +0000 (0:00:00.049) 0:00:01.298 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:6 Wednesday 03 August 2022 15:52:20 +0000 (0:00:01.109) 0:00:02.407 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:52:20 +0000 (0:00:00.027) 0:00:02.435 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:52:20 +0000 (0:00:00.021) 0:00:02.456 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:52:20 +0000 (0:00:00.029) 0:00:02.485 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:52:20 +0000 (0:00:00.019) 0:00:02.505 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:52:20 +0000 (0:00:00.020) 0:00:02.526 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:52:20 +0000 (0:00:00.020) 0:00:02.547 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:8 Wednesday 03 August 2022 15:52:20 +0000 (0:00:00.019) 0:00:02.566 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:11 Wednesday 03 August 2022 15:52:20 +0000 (0:00:00.027) 0:00:02.594 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:15 Wednesday 03 August 2022 15:52:22 +0000 (0:00:02.215) 0:00:04.809 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.011060", "end": "2022-08-03 15:52:22.168107", "rc": 0, "start": "2022-08-03 15:52:22.157047" } STDOUT: 1.38.2 META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:7 Wednesday 03 August 2022 15:52:23 +0000 (0:00:00.438) 0:00:05.248 ****** ok: [/cache/fedora-36.qcow2.snap] TASK [Show test banner] ******************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:13 Wednesday 03 August 2022 15:52:23 +0000 (0:00:00.851) 0:00:06.100 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: Inside states tests TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:16 Wednesday 03 August 2022 15:52:23 +0000 (0:00:00.046) 0:00:06.146 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:52:24 +0000 (0:00:00.059) 0:00:06.206 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:52:24 +0000 (0:00:00.050) 0:00:06.256 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004102", "end": "2022-08-03 15:52:23.639025", "rc": 0, "start": "2022-08-03 15:52:23.634923" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:52:24 +0000 (0:00:00.441) 0:00:06.698 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:52:24 +0000 (0:00:00.087) 0:00:06.785 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:17 Wednesday 03 August 2022 15:52:24 +0000 (0:00:00.050) 0:00:06.836 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:52:24 +0000 (0:00:00.049) 0:00:06.886 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface cptstbr] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:52:24 +0000 (0:00:00.049) 0:00:06.935 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface cptstbr is absent] ********************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:52:25 +0000 (0:00:00.461) 0:00:07.397 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:52:25 +0000 (0:00:00.060) 0:00:07.457 ****** included: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/fedora-36.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 15:52:25 +0000 (0:00:00.056) 0:00:07.513 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 15:52:25 +0000 (0:00:00.602) 0:00:08.116 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 15:52:28 +0000 (0:00:02.270) 0:00:10.387 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:52:29 +0000 (0:00:01.034) 0:00:11.421 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:52:29 +0000 (0:00:00.083) 0:00:11.505 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:52:29 +0000 (0:00:00.058) 0:00:11.563 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:52:29 +0000 (0:00:00.058) 0:00:11.621 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:52:29 +0000 (0:00:00.082) 0:00:11.704 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:52:29 +0000 (0:00:00.058) 0:00:11.763 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:52:29 +0000 (0:00:00.058) 0:00:11.821 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:52:29 +0000 (0:00:00.061) 0:00:11.883 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:52:30 +0000 (0:00:00.884) 0:00:12.767 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:52:30 +0000 (0:00:00.063) 0:00:12.830 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:52:30 +0000 (0:00:00.057) 0:00:12.887 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:52:30 +0000 (0:00:00.057) 0:00:12.944 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:52:31 +0000 (0:00:00.771) 0:00:13.716 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:52:31 +0000 (0:00:00.055) 0:00:13.772 ****** ok: [/cache/fedora-36.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:52:31 +0000 (0:00:00.064) 0:00:13.837 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:52:31 +0000 (0:00:00.095) 0:00:13.932 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:52:31 +0000 (0:00:00.093) 0:00:14.026 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-36.qcow2.snap TASK [install dbus-tools] ****************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:23 Wednesday 03 August 2022 15:52:32 +0000 (0:00:00.568) 0:00:14.595 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Include network role] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:28 Wednesday 03 August 2022 15:52:34 +0000 (0:00:01.978) 0:00:16.573 ****** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:52:34 +0000 (0:00:00.091) 0:00:16.665 ****** included: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/fedora-36.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 15:52:34 +0000 (0:00:00.107) 0:00:16.772 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 15:52:35 +0000 (0:00:00.584) 0:00:17.357 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 15:52:37 +0000 (0:00:02.137) 0:00:19.495 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.834) 0:00:20.329 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: Using network provider: initscripts TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.064) 0:00:20.394 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.057) 0:00:20.451 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.055) 0:00:20.506 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.080) 0:00:20.587 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.055) 0:00:20.642 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.055) 0:00:20.698 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.058) 0:00:20.756 ****** skipping: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.056) 0:00:20.812 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:52:38 +0000 (0:00:00.054) 0:00:20.867 ****** ok: [/cache/fedora-36.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/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:52:39 +0000 (0:00:00.667) 0:00:21.535 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-27039tocisy2v/tmpxwiskx5x" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:52:39 +0000 (0:00:00.513) 0:00:22.048 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network changed: [/cache/fedora-36.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "cptstbr", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'cptstbr': add ifcfg-rh profile 'cptstbr' [004] #0, state:up persistent_state:present, 'cptstbr': up connection cptstbr (not-active) [005] #0, state:up persistent_state:present, 'cptstbr': call 'ifup cptstbr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed from distribution in near future.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:52:40 +0000 (0:00:00.738) 0:00:22.787 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:52:40 +0000 (0:00:00.064) 0:00:22.851 ****** ok: [/cache/fedora-36.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'cptstbr': add ifcfg-rh profile 'cptstbr'", "[004] #0, state:up persistent_state:present, 'cptstbr': up connection cptstbr (not-active)", "[005] #0, state:up persistent_state:present, 'cptstbr': call 'ifup cptstbr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed from distribution in near future.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:52:40 +0000 (0:00:00.068) 0:00:22.920 ****** ok: [/cache/fedora-36.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "cptstbr", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'cptstbr': add ifcfg-rh profile 'cptstbr'\n[004] #0, state:up persistent_state:present, 'cptstbr': up connection cptstbr (not-active)\n[005] #0, state:up persistent_state:present, 'cptstbr': call 'ifup cptstbr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed from distribution in near future.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'cptstbr': add ifcfg-rh profile 'cptstbr'", "[004] #0, state:up persistent_state:present, 'cptstbr': up connection cptstbr (not-active)", "[005] #0, state:up persistent_state:present, 'cptstbr': call 'ifup cptstbr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed from distribution in near future.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:52:40 +0000 (0:00:00.062) 0:00:22.982 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:52:40 +0000 (0:00:00.051) 0:00:23.033 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:40 Wednesday 03 August 2022 15:52:41 +0000 (0:00:00.468) 0:00:23.502 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_device_present.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:52:41 +0000 (0:00:00.117) 0:00:23.620 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface cptstbr] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:52:41 +0000 (0:00:00.077) 0:00:23.697 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "atime": 1659541959.6405716, "block_size": 4096, "blocks": 0, "ctime": 1659541959.6405716, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34553, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/cptstbr", "lnk_target": "../../devices/virtual/net/cptstbr", "mode": "0777", "mtime": 1659541959.6405716, "nlink": 1, "path": "/sys/class/net/cptstbr", "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 cptstbr is present] ******************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:52:41 +0000 (0:00:00.437) 0:00:24.135 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:41 Wednesday 03 August 2022 15:52:42 +0000 (0:00:00.064) 0:00:24.199 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_profile_present.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 03 August 2022 15:52:42 +0000 (0:00:00.079) 0:00:24.279 ****** included: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_profile_stat.yml for /cache/fedora-36.qcow2.snap TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 03 August 2022 15:52:42 +0000 (0:00:00.080) 0:00:24.359 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false }, "changed": false } TASK [stat profile file] ******************************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_profile_stat.yml:8 Wednesday 03 August 2022 15:52:42 +0000 (0:00:00.065) 0:00:24.425 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "atime": 1659541959.544274, "block_size": 4096, "blocks": 8, "ctime": 1659541959.531274, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 45172, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659541959.531274, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-cptstbr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 105, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_profile_stat.yml:16 Wednesday 03 August 2022 15:52:42 +0000 (0:00:00.438) 0:00:24.864 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_profile_stat.yml:24 Wednesday 03 August 2022 15:52:42 +0000 (0:00:00.143) 0:00:25.007 ****** fatal: [/cache/fedora-36.qcow2.snap]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep cptstbr | grep /etc", "delta": "0:00:00.023832", "end": "2022-08-03 15:52:42.415642", "rc": 1, "start": "2022-08-03 15:52:42.391810" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_profile_stat.yml:33 Wednesday 03 August 2022 15:52:43 +0000 (0:00:00.483) 0:00:25.491 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-cptstbr] ************************ task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_profile_stat.yml:43 Wednesday 03 August 2022 15:52:43 +0000 (0:00:00.056) 0:00:25.547 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-cptstbr" ], "delta": "0:00:00.003452", "end": "2022-08-03 15:52:42.919502", "rc": 0, "start": "2022-08-03 15:52:42.916050" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-cptstbr] ********************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 03 August 2022 15:52:43 +0000 (0:00:00.444) 0:00:25.992 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [assert that profile 'cptstbr' is present] ******************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_profile_present.yml:4 Wednesday 03 August 2022 15:52:43 +0000 (0:00:00.072) 0:00:26.065 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [assert that ansible managed comment in 'cptstbr' is present] ************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tasks/assert_profile_present.yml:9 Wednesday 03 August 2022 15:52:43 +0000 (0:00:00.069) 0:00:26.134 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [use network_connections] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:43 Wednesday 03 August 2022 15:52:44 +0000 (0:00:00.068) 0:00:26.203 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network fatal: [/cache/fedora-36.qcow2.snap]: FAILED! => { "changed": false } MSG: missing required arguments: __header ...ignoring TASK [assert that the module call did not fail] ******************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:55 Wednesday 03 August 2022 15:52:44 +0000 (0:00:00.518) 0:00:26.722 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [get NM dbus objects] ***************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:62 Wednesday 03 August 2022 15:52:44 +0000 (0:00:00.070) 0:00:26.793 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "busctl", "--system", "tree", "--list", "org.freedesktop.NetworkManager" ], "delta": "0:00:00.013767", "end": "2022-08-03 15:52:44.216397", "rc": 0, "start": "2022-08-03 15:52:44.202630" } STDOUT: / /org /org/freedesktop /org/freedesktop/NetworkManager /org/freedesktop/NetworkManager/ActiveConnection /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/AgentManager /org/freedesktop/NetworkManager/DHCP4Config /org/freedesktop/NetworkManager/DHCP4Config/1 /org/freedesktop/NetworkManager/Devices /org/freedesktop/NetworkManager/Devices/1 /org/freedesktop/NetworkManager/Devices/10 /org/freedesktop/NetworkManager/Devices/2 /org/freedesktop/NetworkManager/Devices/9 /org/freedesktop/NetworkManager/DnsManager /org/freedesktop/NetworkManager/IP4Config /org/freedesktop/NetworkManager/IP4Config/1 /org/freedesktop/NetworkManager/IP4Config/10 /org/freedesktop/NetworkManager/IP4Config/2 /org/freedesktop/NetworkManager/IP6Config /org/freedesktop/NetworkManager/IP6Config/1 /org/freedesktop/NetworkManager/IP6Config/10 /org/freedesktop/NetworkManager/IP6Config/2 /org/freedesktop/NetworkManager/Settings /org/freedesktop/NetworkManager/Settings/1 /org/freedesktop/NetworkManager/Settings/2 /org/freedesktop/NetworkManager/Settings/3 /org/freedesktop/NetworkManager/Settings/4 /org/freedesktop/NetworkManager/Settings/6 TASK [Show nm_dbus_objects] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:65 Wednesday 03 August 2022 15:52:45 +0000 (0:00:00.502) 0:00:27.295 ****** ok: [/cache/fedora-36.qcow2.snap] => { "nm_dbus_objects": { "changed": true, "cmd": [ "busctl", "--system", "tree", "--list", "org.freedesktop.NetworkManager" ], "delta": "0:00:00.013767", "end": "2022-08-03 15:52:44.216397", "failed": false, "msg": "", "rc": 0, "start": "2022-08-03 15:52:44.202630", "stderr": "", "stderr_lines": [], "stdout": "/\n/org\n/org/freedesktop\n/org/freedesktop/NetworkManager\n/org/freedesktop/NetworkManager/ActiveConnection\n/org/freedesktop/NetworkManager/ActiveConnection/1\n/org/freedesktop/NetworkManager/AgentManager\n/org/freedesktop/NetworkManager/DHCP4Config\n/org/freedesktop/NetworkManager/DHCP4Config/1\n/org/freedesktop/NetworkManager/Devices\n/org/freedesktop/NetworkManager/Devices/1\n/org/freedesktop/NetworkManager/Devices/10\n/org/freedesktop/NetworkManager/Devices/2\n/org/freedesktop/NetworkManager/Devices/9\n/org/freedesktop/NetworkManager/DnsManager\n/org/freedesktop/NetworkManager/IP4Config\n/org/freedesktop/NetworkManager/IP4Config/1\n/org/freedesktop/NetworkManager/IP4Config/10\n/org/freedesktop/NetworkManager/IP4Config/2\n/org/freedesktop/NetworkManager/IP6Config\n/org/freedesktop/NetworkManager/IP6Config/1\n/org/freedesktop/NetworkManager/IP6Config/10\n/org/freedesktop/NetworkManager/IP6Config/2\n/org/freedesktop/NetworkManager/Settings\n/org/freedesktop/NetworkManager/Settings/1\n/org/freedesktop/NetworkManager/Settings/2\n/org/freedesktop/NetworkManager/Settings/3\n/org/freedesktop/NetworkManager/Settings/4\n/org/freedesktop/NetworkManager/Settings/6", "stdout_lines": [ "/", "/org", "/org/freedesktop", "/org/freedesktop/NetworkManager", "/org/freedesktop/NetworkManager/ActiveConnection", "/org/freedesktop/NetworkManager/ActiveConnection/1", "/org/freedesktop/NetworkManager/AgentManager", "/org/freedesktop/NetworkManager/DHCP4Config", "/org/freedesktop/NetworkManager/DHCP4Config/1", "/org/freedesktop/NetworkManager/Devices", "/org/freedesktop/NetworkManager/Devices/1", "/org/freedesktop/NetworkManager/Devices/10", "/org/freedesktop/NetworkManager/Devices/2", "/org/freedesktop/NetworkManager/Devices/9", "/org/freedesktop/NetworkManager/DnsManager", "/org/freedesktop/NetworkManager/IP4Config", "/org/freedesktop/NetworkManager/IP4Config/1", "/org/freedesktop/NetworkManager/IP4Config/10", "/org/freedesktop/NetworkManager/IP4Config/2", "/org/freedesktop/NetworkManager/IP6Config", "/org/freedesktop/NetworkManager/IP6Config/1", "/org/freedesktop/NetworkManager/IP6Config/10", "/org/freedesktop/NetworkManager/IP6Config/2", "/org/freedesktop/NetworkManager/Settings", "/org/freedesktop/NetworkManager/Settings/1", "/org/freedesktop/NetworkManager/Settings/2", "/org/freedesktop/NetworkManager/Settings/3", "/org/freedesktop/NetworkManager/Settings/4", "/org/freedesktop/NetworkManager/Settings/6" ] } } TASK [Assert that no checkpoints are left] ************************************* task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:68 Wednesday 03 August 2022 15:52:45 +0000 (0:00:00.075) 0:00:27.370 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [network_connections] ***************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:77 Wednesday 03 August 2022 15:52:45 +0000 (0:00:00.068) 0:00:27.439 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network fatal: [/cache/fedora-36.qcow2.snap]: FAILED! => { "changed": false } MSG: missing required arguments: __header ...ignoring TASK [file] ******************************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:83 Wednesday 03 August 2022 15:52:45 +0000 (0:00:00.509) 0:00:27.948 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "path": "/etc/sysconfig/network-scripts/ifcfg-cptstbr", "state": "absent" } TASK [command] ***************************************************************** task path: /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:86 Wednesday 03 August 2022 15:52:46 +0000 (0:00:00.580) 0:00:28.528 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "cptstbr" ], "delta": "0:00:00.025011", "end": "2022-08-03 15:52:45.927054", "rc": 0, "start": "2022-08-03 15:52:45.902043" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=64 changed=7 unreachable=0 failed=0 skipped=27 rescued=0 ignored=3 Wednesday 03 August 2022 15:52:46 +0000 (0:00:00.495) 0:00:29.024 ****** =============================================================================== linux-system-roles.network : Check which services are running ----------- 2.27s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Install NetworkManager -------------------------------------------------- 2.22s /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:11 ----------------------------- linux-system-roles.network : Check which services are running ----------- 2.14s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 install dbus-tools ------------------------------------------------------ 1.98s /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:23 -------------- Gathering Facts --------------------------------------------------------- 1.11s /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:4 ------------------------------ linux-system-roles.network : Check which packages are installed --------- 1.03s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Enable and start NetworkManager ------------ 0.88s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:7 --------------- linux-system-roles.network : Check which packages are installed --------- 0.83s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Configure networking connection profiles --- 0.77s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- linux-system-roles.network : Configure networking connection profiles --- 0.74s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- linux-system-roles.network : Enable network service --------------------- 0.67s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:99 ----- Get stats of system files ----------------------------------------------- 0.65s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.60s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.58s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - file -------------------------------------------------------------------- 0.58s /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:83 -------------- linux-system-roles.network : Re-test connectivity ----------------------- 0.57s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:149 ---- Back up system files ---------------------------------------------------- 0.55s /tmp/tmpcu0yxwd0/tests/_backup.yml:19 ----------------------------------------- use network_connections ------------------------------------------------- 0.52s /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:43 -------------- linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.51s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:107 ---- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpcu0yxwd0/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/_restore.yml:4 Wednesday 03 August 2022 15:52:46 +0000 (0:00:00.083) 0:00:29.108 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.008363", "end": "2022-08-03 15:52:46.464625", "rc": 0, "start": "2022-08-03 15:52:46.456262" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=65 changed=8 unreachable=0 failed=0 skipped=27 rescued=0 ignored=3 Wednesday 03 August 2022 15:52:47 +0000 (0:00:00.456) 0:00:29.565 ****** =============================================================================== linux-system-roles.network : Check which services are running ----------- 2.27s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Install NetworkManager -------------------------------------------------- 2.22s /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:11 ----------------------------- linux-system-roles.network : Check which services are running ----------- 2.14s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 install dbus-tools ------------------------------------------------------ 1.98s /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:23 -------------- Gathering Facts --------------------------------------------------------- 1.11s /tmp/tmpcu0yxwd0/tests/tests_regression_nm.yml:4 ------------------------------ linux-system-roles.network : Check which packages are installed --------- 1.03s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Enable and start NetworkManager ------------ 0.88s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- Gathering Facts --------------------------------------------------------- 0.85s /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:7 --------------- linux-system-roles.network : Check which packages are installed --------- 0.83s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Configure networking connection profiles --- 0.77s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- linux-system-roles.network : Configure networking connection profiles --- 0.74s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- linux-system-roles.network : Enable network service --------------------- 0.67s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:99 ----- Get stats of system files ----------------------------------------------- 0.65s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.60s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.58s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - file -------------------------------------------------------------------- 0.58s /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:83 -------------- linux-system-roles.network : Re-test connectivity ----------------------- 0.57s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:149 ---- Back up system files ---------------------------------------------------- 0.55s /tmp/tmpcu0yxwd0/tests/_backup.yml:19 ----------------------------------------- use network_connections ------------------------------------------------- 0.52s /tmp/tmpcu0yxwd0/tests/playbooks/tests_checkpoint_cleanup.yml:43 -------------- linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.51s /tmp/tmpcu0yxwd0/tests/roles/linux-system-roles.network/tasks/main.yml:107 ---- 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/tmpxngj32xw 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/tmpsh02am6p/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpsh02am6p/tests/network/_backup.yml:6 Wednesday 03 August 2022 16:19:22 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-36.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": 1659543561.1925511, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659543561.1925511, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 45132, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659248396.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpsh02am6p/tests/network/_backup.yml:13 Wednesday 03 August 2022 16:19:23 +0000 (0:00:00.631) 0:00:00.648 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-36.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 39, 'inode': 45132, 'dev': 31, 'nlink': 1, 'atime': 1659543561.1925511, 'mtime': 1659248396.0, 'ctime': 1659543561.1925511, 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'lnk_source': '/run/systemd/resolve/stub-resolv.conf', 'lnk_target': '../run/systemd/resolve/stub-resolv.conf', 'pw_name': 'root', 'gr_name': 'root', 'mimetype': 'inode/symlink', 'charset': 'binary', 'version': None, '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": 1659543561.1925511, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659543561.1925511, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 45132, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659248396.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/_backup.yml:19 Wednesday 03 August 2022 16:19:23 +0000 (0:00:00.036) 0:00:00.684 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004308", "end": "2022-08-03 16:19:23.017739", "rc": 0, "start": "2022-08-03 16:19:23.013431" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:19:23 +0000 (0:00:00.517) 0:00:01.202 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.63s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.52s /tmp/tmpsh02am6p/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpsh02am6p/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_regression_nm.yml ********************************************** 2 plays in /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:4 Wednesday 03 August 2022 16:19:23 +0000 (0:00:00.035) 0:00:01.238 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:6 Wednesday 03 August 2022 16:19:25 +0000 (0:00:01.116) 0:00:02.354 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:19:25 +0000 (0:00:00.028) 0:00:02.382 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:19:25 +0000 (0:00:00.021) 0:00:02.404 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:19:25 +0000 (0:00:00.029) 0:00:02.434 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:19:25 +0000 (0:00:00.020) 0:00:02.454 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:19:25 +0000 (0:00:00.020) 0:00:02.474 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:19:25 +0000 (0:00:00.019) 0:00:02.494 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:8 Wednesday 03 August 2022 16:19:25 +0000 (0:00:00.018) 0:00:02.513 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } TASK [Install NetworkManager] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:11 Wednesday 03 August 2022 16:19:25 +0000 (0:00:00.029) 0:00:02.543 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get NetworkManager version] ********************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:15 Wednesday 03 August 2022 16:19:27 +0000 (0:00:02.208) 0:00:04.751 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "rpm", "-q", "--qf", "%{version}", "NetworkManager" ], "delta": "0:00:00.010093", "end": "2022-08-03 16:19:26.972995", "rc": 0, "start": "2022-08-03 16:19:26.962902" } STDOUT: 1.38.2 META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:7 Wednesday 03 August 2022 16:19:27 +0000 (0:00:00.423) 0:00:05.175 ****** ok: [/cache/fedora-36.qcow2.snap] TASK [Show test banner] ******************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:13 Wednesday 03 August 2022 16:19:28 +0000 (0:00:00.857) 0:00:06.033 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: Inside states tests TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:16 Wednesday 03 August 2022 16:19:28 +0000 (0:00:00.047) 0:00:06.080 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:19:28 +0000 (0:00:00.047) 0:00:06.127 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:19:28 +0000 (0:00:00.046) 0:00:06.174 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003822", "end": "2022-08-03 16:19:28.411798", "rc": 0, "start": "2022-08-03 16:19:28.407976" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:19:29 +0000 (0:00:00.418) 0:00:06.593 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:19:29 +0000 (0:00:00.050) 0:00:06.644 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:17 Wednesday 03 August 2022 16:19:29 +0000 (0:00:00.077) 0:00:06.721 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:19:29 +0000 (0:00:00.045) 0:00:06.767 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface cptstbr] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:19:29 +0000 (0:00:00.047) 0:00:06.815 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface cptstbr is absent] ********************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:19:29 +0000 (0:00:00.409) 0:00:07.224 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:19:29 +0000 (0:00:00.083) 0:00:07.307 ****** included: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/fedora-36.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:19:30 +0000 (0:00:00.055) 0:00:07.363 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:19:30 +0000 (0:00:00.601) 0:00:07.964 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:19:32 +0000 (0:00:02.268) 0:00:10.233 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:19:33 +0000 (0:00:01.035) 0:00:11.268 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:19:33 +0000 (0:00:00.067) 0:00:11.336 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:19:34 +0000 (0:00:00.066) 0:00:11.402 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:19:34 +0000 (0:00:00.060) 0:00:11.463 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:19:34 +0000 (0:00:00.081) 0:00:11.544 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:19:34 +0000 (0:00:00.056) 0:00:11.601 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:19:34 +0000 (0:00:00.056) 0:00:11.657 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:19:34 +0000 (0:00:00.060) 0:00:11.718 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:19:35 +0000 (0:00:00.896) 0:00:12.615 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:19:35 +0000 (0:00:00.064) 0:00:12.679 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:19:35 +0000 (0:00:00.064) 0:00:12.743 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:19:35 +0000 (0:00:00.063) 0:00:12.807 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:19:36 +0000 (0:00:00.808) 0:00:13.615 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:19:36 +0000 (0:00:00.056) 0:00:13.672 ****** ok: [/cache/fedora-36.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:19:36 +0000 (0:00:00.068) 0:00:13.740 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:19:36 +0000 (0:00:00.069) 0:00:13.810 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:19:36 +0000 (0:00:00.090) 0:00:13.901 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-36.qcow2.snap TASK [install dbus-tools] ****************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:23 Wednesday 03 August 2022 16:19:37 +0000 (0:00:00.567) 0:00:14.468 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Include network role] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:28 Wednesday 03 August 2022 16:19:38 +0000 (0:00:01.858) 0:00:16.327 ****** TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:19:39 +0000 (0:00:00.097) 0:00:16.424 ****** included: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/fedora-36.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:19:39 +0000 (0:00:00.120) 0:00:16.545 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:19:39 +0000 (0:00:00.584) 0:00:17.129 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:19:41 +0000 (0:00:02.129) 0:00:19.258 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:19:42 +0000 (0:00:00.871) 0:00:20.130 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: Using network provider: initscripts 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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:19:42 +0000 (0:00:00.067) 0:00:20.198 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:19:42 +0000 (0:00:00.057) 0:00:20.255 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:19:42 +0000 (0:00:00.058) 0:00:20.314 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:19:43 +0000 (0:00:00.082) 0:00:20.397 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:19:43 +0000 (0:00:00.056) 0:00:20.453 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:19:43 +0000 (0:00:00.056) 0:00:20.510 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:19:43 +0000 (0:00:00.059) 0:00:20.570 ****** skipping: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:19:43 +0000 (0:00:00.058) 0:00:20.629 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:19:43 +0000 (0:00:00.057) 0:00:20.686 ****** ok: [/cache/fedora-36.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/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:19:44 +0000 (0:00:00.658) 0:00:21.345 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/root/.ansible/tmp/ansible-local-61921cdtvio19/tmp8ms0t2e3" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:19:44 +0000 (0:00:00.500) 0:00:21.845 ****** changed: [/cache/fedora-36.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "cptstbr", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'cptstbr': add ifcfg-rh profile 'cptstbr' [004] #0, state:up persistent_state:present, 'cptstbr': up connection cptstbr (not-active) [005] #0, state:up persistent_state:present, 'cptstbr': call 'ifup cptstbr': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed from distribution in near future.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:19:45 +0000 (0:00:00.748) 0:00:22.594 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:19:45 +0000 (0:00:00.055) 0:00:22.649 ****** ok: [/cache/fedora-36.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'cptstbr': add ifcfg-rh profile 'cptstbr'", "[004] #0, state:up persistent_state:present, 'cptstbr': up connection cptstbr (not-active)", "[005] #0, state:up persistent_state:present, 'cptstbr': call 'ifup cptstbr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed from distribution in near future.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:19:45 +0000 (0:00:00.069) 0:00:22.718 ****** ok: [/cache/fedora-36.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "cptstbr", "state": "up", "type": "bridge" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'cptstbr': add ifcfg-rh profile 'cptstbr'\n[004] #0, state:up persistent_state:present, 'cptstbr': up connection cptstbr (not-active)\n[005] #0, state:up persistent_state:present, 'cptstbr': call 'ifup cptstbr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed from distribution in near future.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'cptstbr': add ifcfg-rh profile 'cptstbr'", "[004] #0, state:up persistent_state:present, 'cptstbr': up connection cptstbr (not-active)", "[005] #0, state:up persistent_state:present, 'cptstbr': call 'ifup cptstbr': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed from distribution in near future.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:19:45 +0000 (0:00:00.071) 0:00:22.790 ****** skipping: [/cache/fedora-36.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:19:45 +0000 (0:00:00.060) 0:00:22.850 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:40 Wednesday 03 August 2022 16:19:45 +0000 (0:00:00.470) 0:00:23.321 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_device_present.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:19:46 +0000 (0:00:00.125) 0:00:23.446 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface cptstbr] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:19:46 +0000 (0:00:00.079) 0:00:23.525 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "atime": 1659543584.318591, "block_size": 4096, "blocks": 0, "ctime": 1659543584.318591, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34553, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/cptstbr", "lnk_target": "../../devices/virtual/net/cptstbr", "mode": "0777", "mtime": 1659543584.318591, "nlink": 1, "path": "/sys/class/net/cptstbr", "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 cptstbr is present] ******************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:19:46 +0000 (0:00:00.437) 0:00:23.963 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:41 Wednesday 03 August 2022 16:19:46 +0000 (0:00:00.067) 0:00:24.030 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_profile_present.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_profile_present.yml:3 Wednesday 03 August 2022 16:19:46 +0000 (0:00:00.086) 0:00:24.117 ****** included: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_profile_stat.yml for /cache/fedora-36.qcow2.snap TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_profile_stat.yml:3 Wednesday 03 August 2022 16:19:46 +0000 (0:00:00.080) 0:00:24.197 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false }, "changed": false } TASK [stat profile file] ******************************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_profile_stat.yml:8 Wednesday 03 August 2022 16:19:46 +0000 (0:00:00.065) 0:00:24.262 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "atime": 1659543584.219551, "block_size": 4096, "blocks": 8, "ctime": 1659543584.2055511, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 45175, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1659543584.2055511, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-cptstbr", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 105, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_profile_stat.yml:16 Wednesday 03 August 2022 16:19:47 +0000 (0:00:00.434) 0:00:24.697 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_profile_stat.yml:24 Wednesday 03 August 2022 16:19:47 +0000 (0:00:00.132) 0:00:24.829 ****** fatal: [/cache/fedora-36.qcow2.snap]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep cptstbr | grep /etc", "delta": "0:00:00.022155", "end": "2022-08-03 16:19:47.089105", "rc": 1, "start": "2022-08-03 16:19:47.066950" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_profile_stat.yml:33 Wednesday 03 August 2022 16:19:47 +0000 (0:00:00.456) 0:00:25.285 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-cptstbr] ************************ task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_profile_stat.yml:43 Wednesday 03 August 2022 16:19:48 +0000 (0:00:00.059) 0:00:25.345 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-cptstbr" ], "delta": "0:00:00.004472", "end": "2022-08-03 16:19:47.598210", "rc": 0, "start": "2022-08-03 16:19:47.593738" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-cptstbr] ********************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/get_profile_stat.yml:49 Wednesday 03 August 2022 16:19:48 +0000 (0:00:00.453) 0:00:25.799 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [assert that profile 'cptstbr' is present] ******************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_profile_present.yml:4 Wednesday 03 August 2022 16:19:48 +0000 (0:00:00.068) 0:00:25.868 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [assert that ansible managed comment in 'cptstbr' is present] ************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tasks/assert_profile_present.yml:9 Wednesday 03 August 2022 16:19:48 +0000 (0:00:00.065) 0:00:25.934 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [use network_connections] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:43 Wednesday 03 August 2022 16:19:48 +0000 (0:00:00.064) 0:00:25.999 ****** fatal: [/cache/fedora-36.qcow2.snap]: FAILED! => { "changed": false } MSG: missing required arguments: __header ...ignoring TASK [assert that the module call did not fail] ******************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:55 Wednesday 03 August 2022 16:19:49 +0000 (0:00:00.504) 0:00:26.503 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [get NM dbus objects] ***************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:60 Wednesday 03 August 2022 16:19:49 +0000 (0:00:00.062) 0:00:26.565 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "busctl", "--system", "tree", "--list", "org.freedesktop.NetworkManager" ], "delta": "0:00:00.013209", "end": "2022-08-03 16:19:48.848443", "rc": 0, "start": "2022-08-03 16:19:48.835234" } STDOUT: / /org /org/freedesktop /org/freedesktop/NetworkManager /org/freedesktop/NetworkManager/ActiveConnection /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/AgentManager /org/freedesktop/NetworkManager/DHCP4Config /org/freedesktop/NetworkManager/DHCP4Config/1 /org/freedesktop/NetworkManager/Devices /org/freedesktop/NetworkManager/Devices/1 /org/freedesktop/NetworkManager/Devices/10 /org/freedesktop/NetworkManager/Devices/2 /org/freedesktop/NetworkManager/Devices/9 /org/freedesktop/NetworkManager/DnsManager /org/freedesktop/NetworkManager/IP4Config /org/freedesktop/NetworkManager/IP4Config/1 /org/freedesktop/NetworkManager/IP4Config/10 /org/freedesktop/NetworkManager/IP4Config/2 /org/freedesktop/NetworkManager/IP6Config /org/freedesktop/NetworkManager/IP6Config/1 /org/freedesktop/NetworkManager/IP6Config/10 /org/freedesktop/NetworkManager/IP6Config/2 /org/freedesktop/NetworkManager/Settings /org/freedesktop/NetworkManager/Settings/1 /org/freedesktop/NetworkManager/Settings/2 /org/freedesktop/NetworkManager/Settings/3 /org/freedesktop/NetworkManager/Settings/4 /org/freedesktop/NetworkManager/Settings/6 TASK [Show nm_dbus_objects] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:63 Wednesday 03 August 2022 16:19:49 +0000 (0:00:00.480) 0:00:27.045 ****** ok: [/cache/fedora-36.qcow2.snap] => { "nm_dbus_objects": { "changed": true, "cmd": [ "busctl", "--system", "tree", "--list", "org.freedesktop.NetworkManager" ], "delta": "0:00:00.013209", "end": "2022-08-03 16:19:48.848443", "failed": false, "msg": "", "rc": 0, "start": "2022-08-03 16:19:48.835234", "stderr": "", "stderr_lines": [], "stdout": "/\n/org\n/org/freedesktop\n/org/freedesktop/NetworkManager\n/org/freedesktop/NetworkManager/ActiveConnection\n/org/freedesktop/NetworkManager/ActiveConnection/1\n/org/freedesktop/NetworkManager/AgentManager\n/org/freedesktop/NetworkManager/DHCP4Config\n/org/freedesktop/NetworkManager/DHCP4Config/1\n/org/freedesktop/NetworkManager/Devices\n/org/freedesktop/NetworkManager/Devices/1\n/org/freedesktop/NetworkManager/Devices/10\n/org/freedesktop/NetworkManager/Devices/2\n/org/freedesktop/NetworkManager/Devices/9\n/org/freedesktop/NetworkManager/DnsManager\n/org/freedesktop/NetworkManager/IP4Config\n/org/freedesktop/NetworkManager/IP4Config/1\n/org/freedesktop/NetworkManager/IP4Config/10\n/org/freedesktop/NetworkManager/IP4Config/2\n/org/freedesktop/NetworkManager/IP6Config\n/org/freedesktop/NetworkManager/IP6Config/1\n/org/freedesktop/NetworkManager/IP6Config/10\n/org/freedesktop/NetworkManager/IP6Config/2\n/org/freedesktop/NetworkManager/Settings\n/org/freedesktop/NetworkManager/Settings/1\n/org/freedesktop/NetworkManager/Settings/2\n/org/freedesktop/NetworkManager/Settings/3\n/org/freedesktop/NetworkManager/Settings/4\n/org/freedesktop/NetworkManager/Settings/6", "stdout_lines": [ "/", "/org", "/org/freedesktop", "/org/freedesktop/NetworkManager", "/org/freedesktop/NetworkManager/ActiveConnection", "/org/freedesktop/NetworkManager/ActiveConnection/1", "/org/freedesktop/NetworkManager/AgentManager", "/org/freedesktop/NetworkManager/DHCP4Config", "/org/freedesktop/NetworkManager/DHCP4Config/1", "/org/freedesktop/NetworkManager/Devices", "/org/freedesktop/NetworkManager/Devices/1", "/org/freedesktop/NetworkManager/Devices/10", "/org/freedesktop/NetworkManager/Devices/2", "/org/freedesktop/NetworkManager/Devices/9", "/org/freedesktop/NetworkManager/DnsManager", "/org/freedesktop/NetworkManager/IP4Config", "/org/freedesktop/NetworkManager/IP4Config/1", "/org/freedesktop/NetworkManager/IP4Config/10", "/org/freedesktop/NetworkManager/IP4Config/2", "/org/freedesktop/NetworkManager/IP6Config", "/org/freedesktop/NetworkManager/IP6Config/1", "/org/freedesktop/NetworkManager/IP6Config/10", "/org/freedesktop/NetworkManager/IP6Config/2", "/org/freedesktop/NetworkManager/Settings", "/org/freedesktop/NetworkManager/Settings/1", "/org/freedesktop/NetworkManager/Settings/2", "/org/freedesktop/NetworkManager/Settings/3", "/org/freedesktop/NetworkManager/Settings/4", "/org/freedesktop/NetworkManager/Settings/6" ] } } TASK [Assert that no checkpoints are left] ************************************* task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:66 Wednesday 03 August 2022 16:19:49 +0000 (0:00:00.063) 0:00:27.108 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network_connections] *************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:75 Wednesday 03 August 2022 16:19:49 +0000 (0:00:00.063) 0:00:27.172 ****** fatal: [/cache/fedora-36.qcow2.snap]: FAILED! => { "changed": false } MSG: missing required arguments: __header ...ignoring TASK [file] ******************************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:81 Wednesday 03 August 2022 16:19:50 +0000 (0:00:00.498) 0:00:27.671 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "path": "/etc/sysconfig/network-scripts/ifcfg-cptstbr", "state": "absent" } TASK [command] ***************************************************************** task path: /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:84 Wednesday 03 August 2022 16:19:50 +0000 (0:00:00.628) 0:00:28.299 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "cptstbr" ], "delta": "0:00:00.023972", "end": "2022-08-03 16:19:50.554565", "rc": 0, "start": "2022-08-03 16:19:50.530593" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=64 changed=7 unreachable=0 failed=0 skipped=27 rescued=0 ignored=3 Wednesday 03 August 2022 16:19:51 +0000 (0:00:00.476) 0:00:28.775 ****** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.27s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install NetworkManager -------------------------------------------------- 2.21s /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:11 --------------------- fedora.linux_system_roles.network : Check which services are running ---- 2.13s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 install dbus-tools ------------------------------------------------------ 1.86s /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:23 ------ Gathering Facts --------------------------------------------------------- 1.12s /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:4 ---------------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.04s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.90s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 fedora.linux_system_roles.network : Check which packages are installed --- 0.87s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:7 ------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.81s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.75s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Enable network service -------------- 0.66s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Get stats of system files ----------------------------------------------- 0.63s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- file -------------------------------------------------------------------- 0.63s /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:81 ------ fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.60s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.58s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.57s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Back up system files ---------------------------------------------------- 0.52s /tmp/tmpsh02am6p/tests/network/_backup.yml:19 --------------------------------- use network_connections ------------------------------------------------- 0.50s /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:43 ------ fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.50s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpsh02am6p/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/_restore.yml:4 Wednesday 03 August 2022 16:19:51 +0000 (0:00:00.077) 0:00:28.853 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006782", "end": "2022-08-03 16:19:51.085642", "rc": 0, "start": "2022-08-03 16:19:51.078860" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=65 changed=8 unreachable=0 failed=0 skipped=27 rescued=0 ignored=3 Wednesday 03 August 2022 16:19:51 +0000 (0:00:00.455) 0:00:29.308 ****** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.27s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install NetworkManager -------------------------------------------------- 2.21s /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:11 --------------------- fedora.linux_system_roles.network : Check which services are running ---- 2.13s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 install dbus-tools ------------------------------------------------------ 1.86s /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:23 ------ Gathering Facts --------------------------------------------------------- 1.12s /tmp/tmpsh02am6p/tests/network/tests_regression_nm.yml:4 ---------------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.04s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.90s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 fedora.linux_system_roles.network : Check which packages are installed --- 0.87s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Gathering Facts --------------------------------------------------------- 0.86s /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:7 ------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.81s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.75s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 fedora.linux_system_roles.network : Enable network service -------------- 0.66s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Get stats of system files ----------------------------------------------- 0.63s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- file -------------------------------------------------------------------- 0.63s /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:81 ------ fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.60s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.58s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.57s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Back up system files ---------------------------------------------------- 0.52s /tmp/tmpsh02am6p/tests/network/_backup.yml:19 --------------------------------- use network_connections ------------------------------------------------- 0.50s /tmp/tmpsh02am6p/tests/network/playbooks/tests_checkpoint_cleanup.yml:43 ------ fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.50s /tmp/tmpxngj32xw/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97