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/tmpdm_c1v_l 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/tmp5fajrzs2/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmp5fajrzs2/tests/_backup.yml:6 Wednesday 03 August 2022 16:53:54 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-35.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": 1659545633.5133848, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659545633.5133848, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 44531, "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": 1659338446.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/tmp5fajrzs2/tests/_backup.yml:13 Wednesday 03 August 2022 16:53:55 +0000 (0:00:00.604) 0:00:00.621 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-35.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': 44531, 'dev': 32, 'nlink': 1, 'atime': 1659545633.5133848, 'mtime': 1659338446.0, 'ctime': 1659545633.5133848, '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": 1659545633.5133848, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659545633.5133848, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 44531, "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": 1659338446.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/tmp5fajrzs2/tests/_backup.yml:19 Wednesday 03 August 2022 16:53:55 +0000 (0:00:00.033) 0:00:00.654 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003909", "end": "2022-08-03 16:53:55.266985", "rc": 0, "start": "2022-08-03 16:53:55.263076" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:53:55 +0000 (0:00:00.495) 0:00:01.150 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.60s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.50s /tmp/tmp5fajrzs2/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.03s /tmp/tmp5fajrzs2/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_wireless_wpa3_owe_nm.yml *************************************** 2 plays in /tmp/tmp5fajrzs2/tests/tests_wireless_wpa3_owe_nm.yml PLAY [Run playbook 'playbooks/tests_wireless_wpa3_owe.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tests_wireless_wpa3_owe_nm.yml:5 Wednesday 03 August 2022 16:53:55 +0000 (0:00:00.025) 0:00:01.176 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tests_wireless_wpa3_owe_nm.yml:8 Wednesday 03 August 2022 16:53:56 +0000 (0:00:01.062) 0:00:02.238 ****** included: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:53:56 +0000 (0:00:00.025) 0:00:02.264 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:53:56 +0000 (0:00:00.019) 0:00:02.283 ****** included: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:53:57 +0000 (0:00:00.028) 0:00:02.311 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:53:57 +0000 (0:00:00.018) 0:00:02.329 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:53:57 +0000 (0:00:00.018) 0:00:02.348 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:53:57 +0000 (0:00:00.017) 0:00:02.365 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmp5fajrzs2/tests/tests_wireless_wpa3_owe_nm.yml:9 Wednesday 03 August 2022 16:53:57 +0000 (0:00:00.018) 0:00:02.384 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/tests_wireless_wpa3_owe.yml:3 Wednesday 03 August 2022 16:53:57 +0000 (0:00:00.045) 0:00:02.430 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [INIT: wireless tests] **************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tests_wireless_wpa3_owe.yml:7 Wednesday 03 August 2022 16:53:57 +0000 (0:00:00.811) 0:00:03.241 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: ################################################## TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tests_wireless_wpa3_owe.yml:10 Wednesday 03 August 2022 16:53:57 +0000 (0:00:00.031) 0:00:03.273 ****** included: /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml for /cache/fedora-35.qcow2.snap TASK [Install packages required to set up mock wifi network] ******************* task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 Wednesday 03 August 2022 16:53:58 +0000 (0:00:00.031) 0:00:03.304 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [install hostapd and mac80211_hwsim kernel module in CentOS 8] ************ task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:13 Wednesday 03 August 2022 16:54:00 +0000 (0:00:02.324) 0:00:05.629 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [install hostapd in Fedora] *********************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:27 Wednesday 03 August 2022 16:54:00 +0000 (0:00:00.022) 0:00:05.651 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "dnf -y copr enable liangwen12year/hostapd-owe\ndnf -y install hostapd\n", "delta": "0:00:02.728289", "end": "2022-08-03 16:54:02.888154", "rc": 0, "start": "2022-08-03 16:54:00.159865" } STDOUT: Repository successfully enabled. Copr repo for hostapd-owe owned by liangwen12ye 18 kB/s | 4.3 kB 00:00 Package hostapd-2.10-3.fc35.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! STDERR: Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at , and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. TASK [install mac80211_hwsim kernel modules in Fedora] ************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:34 Wednesday 03 August 2022 16:54:03 +0000 (0:00:03.122) 0:00:08.774 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "dnf -y install koji\nkoji download-build --arch=$(uname -p) kernel-modules-internal-$(uname -r)\ndnf -y install kernel-modules*.rpm\n", "delta": "0:01:17.515283", "end": "2022-08-03 16:55:20.795057", "rc": 0, "start": "2022-08-03 16:54:03.279774" } STDOUT: Last metadata expiration check: 0:00:03 ago on Wed 03 Aug 2022 04:54:00 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: koji noarch 1.29.1-1.fc35 updates 208 k Installing dependencies: python3-decorator noarch 5.0.9-3.fc35 fedora 27 k python3-gssapi x86_64 1.6.14-2.fc35 fedora 455 k python3-koji noarch 1.29.1-1.fc35 updates 311 k python3-requests-gssapi noarch 1.2.3-3.fc35 fedora 26 k Transaction Summary ================================================================================ Install 5 Packages Total download size: 1.0 M Installed size: 4.3 M Downloading Packages: (1/5): python3-requests-gssapi-1.2.3-3.fc35.noa 52 kB/s | 26 kB 00:00 (2/5): python3-decorator-5.0.9-3.fc35.noarch.rp 53 kB/s | 27 kB 00:00 (3/5): koji-1.29.1-1.fc35.noarch.rpm 706 kB/s | 208 kB 00:00 (4/5): python3-koji-1.29.1-1.fc35.noarch.rpm 1.1 MB/s | 311 kB 00:00 (5/5): python3-gssapi-1.6.14-2.fc35.x86_64.rpm 573 kB/s | 455 kB 00:00 -------------------------------------------------------------------------------- Total 1.1 MB/s | 1.0 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-decorator-5.0.9-3.fc35.noarch 1/5 Installing : python3-gssapi-1.6.14-2.fc35.x86_64 2/5 Installing : python3-requests-gssapi-1.2.3-3.fc35.noarch 3/5 Installing : python3-koji-1.29.1-1.fc35.noarch 4/5 Installing : koji-1.29.1-1.fc35.noarch 5/5 Running scriptlet: koji-1.29.1-1.fc35.noarch 5/5 Verifying : python3-decorator-5.0.9-3.fc35.noarch 1/5 Verifying : python3-gssapi-1.6.14-2.fc35.x86_64 2/5 Verifying : python3-requests-gssapi-1.2.3-3.fc35.noarch 3/5 Verifying : koji-1.29.1-1.fc35.noarch 4/5 Verifying : python3-koji-1.29.1-1.fc35.noarch 5/5 Installed: koji-1.29.1-1.fc35.noarch python3-decorator-5.0.9-3.fc35.noarch python3-gssapi-1.6.14-2.fc35.x86_64 python3-koji-1.29.1-1.fc35.noarch python3-requests-gssapi-1.2.3-3.fc35.noarch Complete! Downloading: kernel-modules-extra-5.18.13-100.fc35.x86_64.rpm [========= ] 27% 1.00 MiB / 3.62 MiB [=================== ] 55% 2.00 MiB / 3.62 MiB [============================= ] 82% 3.00 MiB / 3.62 MiB [====================================] 100% 3.62 MiB / 3.62 MiB Downloading: kernel-devel-matched-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 256.75 KiB / 256.75 KiB Downloading: kernel-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 256.62 KiB / 256.62 KiB Downloading: kernel-core-5.18.13-100.fc35.x86_64.rpm [ ] 2% 1.00 MiB / 49.61 MiB [= ] 4% 2.00 MiB / 49.61 MiB [== ] 6% 3.00 MiB / 49.61 MiB [== ] 8% 4.00 MiB / 49.61 MiB [=== ] 10% 5.00 MiB / 49.61 MiB [==== ] 12% 6.00 MiB / 49.61 MiB [===== ] 14% 7.00 MiB / 49.61 MiB [===== ] 16% 8.00 MiB / 49.61 MiB [====== ] 18% 9.00 MiB / 49.61 MiB [======= ] 20% 10.00 MiB / 49.61 MiB [======= ] 22% 11.00 MiB / 49.61 MiB [======== ] 24% 12.00 MiB / 49.61 MiB [========= ] 26% 13.00 MiB / 49.61 MiB [========== ] 28% 14.00 MiB / 49.61 MiB [========== ] 30% 15.00 MiB / 49.61 MiB [=========== ] 32% 16.00 MiB / 49.61 MiB [============ ] 34% 17.00 MiB / 49.61 MiB [============= ] 36% 18.00 MiB / 49.61 MiB [============= ] 38% 19.00 MiB / 49.61 MiB [============== ] 40% 20.00 MiB / 49.61 MiB [=============== ] 42% 21.00 MiB / 49.61 MiB [=============== ] 44% 22.00 MiB / 49.61 MiB [================ ] 46% 23.00 MiB / 49.61 MiB [================= ] 48% 24.00 MiB / 49.61 MiB [================== ] 50% 25.00 MiB / 49.61 MiB [================== ] 52% 26.00 MiB / 49.61 MiB [=================== ] 54% 27.00 MiB / 49.61 MiB [==================== ] 56% 28.00 MiB / 49.61 MiB [===================== ] 58% 29.00 MiB / 49.61 MiB [===================== ] 60% 30.00 MiB / 49.61 MiB [====================== ] 62% 31.00 MiB / 49.61 MiB [======================= ] 64% 32.00 MiB / 49.61 MiB [======================= ] 66% 33.00 MiB / 49.61 MiB [======================== ] 68% 34.00 MiB / 49.61 MiB [========================= ] 70% 35.00 MiB / 49.61 MiB [========================== ] 72% 36.00 MiB / 49.61 MiB [========================== ] 74% 37.00 MiB / 49.61 MiB [=========================== ] 76% 38.00 MiB / 49.61 MiB [============================ ] 78% 39.00 MiB / 49.61 MiB [============================= ] 80% 40.00 MiB / 49.61 MiB [============================= ] 82% 41.00 MiB / 49.61 MiB [============================== ] 84% 42.00 MiB / 49.61 MiB [=============================== ] 86% 43.00 MiB / 49.61 MiB [=============================== ] 88% 44.00 MiB / 49.61 MiB [================================ ] 90% 45.00 MiB / 49.61 MiB [================================= ] 92% 46.00 MiB / 49.61 MiB [================================== ] 94% 47.00 MiB / 49.61 MiB [================================== ] 96% 48.00 MiB / 49.61 MiB [=================================== ] 98% 49.00 MiB / 49.61 MiB [====================================] 100% 49.61 MiB / 49.61 MiB Downloading: kernel-debug-modules-internal-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 879.09 KiB / 879.09 KiB Downloading: kernel-debug-devel-matched-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 256.78 KiB / 256.78 KiB Downloading: kernel-debug-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 256.72 KiB / 256.72 KiB Downloading: kernel-modules-internal-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 853.47 KiB / 853.47 KiB Downloading: kernel-debug-modules-extra-5.18.13-100.fc35.x86_64.rpm [========= ] 26% 1.00 MiB / 3.73 MiB [=================== ] 53% 2.00 MiB / 3.73 MiB [============================ ] 80% 3.00 MiB / 3.73 MiB [====================================] 100% 3.73 MiB / 3.73 MiB Downloading: kernel-debug-core-5.18.13-100.fc35.x86_64.rpm [ ] 1% 1.00 MiB / 51.92 MiB [= ] 3% 2.00 MiB / 51.92 MiB [== ] 5% 3.00 MiB / 51.92 MiB [== ] 7% 4.00 MiB / 51.92 MiB [=== ] 9% 5.00 MiB / 51.92 MiB [==== ] 11% 6.00 MiB / 51.92 MiB [==== ] 13% 7.00 MiB / 51.92 MiB [===== ] 15% 8.00 MiB / 51.92 MiB [====== ] 17% 9.00 MiB / 51.92 MiB [====== ] 19% 10.00 MiB / 51.92 MiB [======= ] 21% 11.00 MiB / 51.92 MiB [======== ] 23% 12.00 MiB / 51.92 MiB [========= ] 25% 13.00 MiB / 51.92 MiB [========= ] 26% 14.00 MiB / 51.92 MiB [========== ] 28% 15.00 MiB / 51.92 MiB [=========== ] 30% 16.00 MiB / 51.92 MiB [=========== ] 32% 17.00 MiB / 51.92 MiB [============ ] 34% 18.00 MiB / 51.92 MiB [============= ] 36% 19.00 MiB / 51.92 MiB [============= ] 38% 20.00 MiB / 51.92 MiB [============== ] 40% 21.00 MiB / 51.92 MiB [=============== ] 42% 22.00 MiB / 51.92 MiB [=============== ] 44% 23.00 MiB / 51.92 MiB [================ ] 46% 24.00 MiB / 51.92 MiB [================= ] 48% 25.00 MiB / 51.92 MiB [================== ] 50% 26.00 MiB / 51.92 MiB [================== ] 52% 27.00 MiB / 51.92 MiB [=================== ] 53% 28.00 MiB / 51.92 MiB [==================== ] 55% 29.00 MiB / 51.92 MiB [==================== ] 57% 30.00 MiB / 51.92 MiB [===================== ] 59% 31.00 MiB / 51.92 MiB [====================== ] 61% 32.00 MiB / 51.92 MiB [====================== ] 63% 33.00 MiB / 51.92 MiB [======================= ] 65% 34.00 MiB / 51.92 MiB [======================== ] 67% 35.00 MiB / 51.92 MiB [======================== ] 69% 36.00 MiB / 51.92 MiB [========================= ] 71% 37.00 MiB / 51.92 MiB [========================== ] 73% 38.00 MiB / 51.92 MiB [=========================== ] 75% 39.00 MiB / 51.92 MiB [=========================== ] 77% 40.00 MiB / 51.92 MiB [============================ ] 78% 41.00 MiB / 51.92 MiB [============================= ] 80% 42.00 MiB / 51.92 MiB [============================= ] 82% 43.00 MiB / 51.92 MiB [============================== ] 84% 44.00 MiB / 51.92 MiB [=============================== ] 86% 45.00 MiB / 51.92 MiB [=============================== ] 88% 46.00 MiB / 51.92 MiB [================================ ] 90% 47.00 MiB / 51.92 MiB [================================= ] 92% 48.00 MiB / 51.92 MiB [================================= ] 94% 49.00 MiB / 51.92 MiB [================================== ] 96% 50.00 MiB / 51.92 MiB [=================================== ] 98% 51.00 MiB / 51.92 MiB [====================================] 100% 51.92 MiB / 51.92 MiB Downloading: kernel-modules-5.18.13-100.fc35.x86_64.rpm [ ] 1% 1.00 MiB / 57.54 MiB [= ] 3% 2.00 MiB / 57.54 MiB [= ] 5% 3.00 MiB / 57.54 MiB [== ] 6% 4.00 MiB / 57.54 MiB [=== ] 8% 5.00 MiB / 57.54 MiB [=== ] 10% 6.00 MiB / 57.54 MiB [==== ] 12% 7.00 MiB / 57.54 MiB [===== ] 13% 8.00 MiB / 57.54 MiB [===== ] 15% 9.00 MiB / 57.54 MiB [====== ] 17% 10.00 MiB / 57.54 MiB [====== ] 19% 11.00 MiB / 57.54 MiB [======= ] 20% 12.00 MiB / 57.54 MiB [======== ] 22% 13.00 MiB / 57.54 MiB [======== ] 24% 14.00 MiB / 57.54 MiB [========= ] 26% 15.00 MiB / 57.54 MiB [========== ] 27% 16.00 MiB / 57.54 MiB [========== ] 29% 17.00 MiB / 57.54 MiB [=========== ] 31% 18.00 MiB / 57.54 MiB [=========== ] 33% 19.00 MiB / 57.54 MiB [============ ] 34% 20.00 MiB / 57.54 MiB [============= ] 36% 21.00 MiB / 57.54 MiB [============= ] 38% 22.00 MiB / 57.54 MiB [============== ] 39% 23.00 MiB / 57.54 MiB [=============== ] 41% 24.00 MiB / 57.54 MiB [=============== ] 43% 25.00 MiB / 57.54 MiB [================ ] 45% 26.00 MiB / 57.54 MiB [================ ] 46% 27.00 MiB / 57.54 MiB [================= ] 48% 28.00 MiB / 57.54 MiB [================== ] 50% 29.00 MiB / 57.54 MiB [================== ] 52% 30.00 MiB / 57.54 MiB [=================== ] 53% 31.00 MiB / 57.54 MiB [==================== ] 55% 32.00 MiB / 57.54 MiB [==================== ] 57% 33.00 MiB / 57.54 MiB [===================== ] 59% 34.00 MiB / 57.54 MiB [===================== ] 60% 35.00 MiB / 57.54 MiB [====================== ] 62% 36.00 MiB / 57.54 MiB [======================= ] 64% 37.00 MiB / 57.54 MiB [======================= ] 66% 38.00 MiB / 57.54 MiB [======================== ] 67% 39.00 MiB / 57.54 MiB [========================= ] 69% 40.00 MiB / 57.54 MiB [========================= ] 71% 41.00 MiB / 57.54 MiB [========================== ] 72% 42.00 MiB / 57.54 MiB [========================== ] 74% 43.00 MiB / 57.54 MiB [=========================== ] 76% 44.00 MiB / 57.54 MiB [============================ ] 78% 45.00 MiB / 57.54 MiB [============================ ] 79% 46.00 MiB / 57.54 MiB [============================= ] 81% 47.00 MiB / 57.54 MiB [============================== ] 83% 48.00 MiB / 57.54 MiB [============================== ] 85% 49.00 MiB / 57.54 MiB [=============================== ] 86% 50.00 MiB / 57.54 MiB [=============================== ] 88% 51.00 MiB / 57.54 MiB [================================ ] 90% 52.00 MiB / 57.54 MiB [================================= ] 92% 53.00 MiB / 57.54 MiB [================================= ] 93% 54.00 MiB / 57.54 MiB [================================== ] 95% 55.00 MiB / 57.54 MiB [=================================== ] 97% 56.00 MiB / 57.54 MiB [=================================== ] 99% 57.00 MiB / 57.54 MiB [====================================] 100% 57.54 MiB / 57.54 MiB Downloading: kernel-debug-modules-5.18.13-100.fc35.x86_64.rpm [ ] 1% 1.00 MiB / 58.68 MiB [= ] 3% 2.00 MiB / 58.68 MiB [= ] 5% 3.00 MiB / 58.68 MiB [== ] 6% 4.00 MiB / 58.68 MiB [=== ] 8% 5.00 MiB / 58.68 MiB [=== ] 10% 6.00 MiB / 58.68 MiB [==== ] 11% 7.00 MiB / 58.68 MiB [==== ] 13% 8.00 MiB / 58.68 MiB [===== ] 15% 9.00 MiB / 58.68 MiB [====== ] 17% 10.00 MiB / 58.68 MiB [====== ] 18% 11.00 MiB / 58.68 MiB [======= ] 20% 12.00 MiB / 58.68 MiB [======= ] 22% 13.00 MiB / 58.68 MiB [======== ] 23% 14.00 MiB / 58.68 MiB [========= ] 25% 15.00 MiB / 58.68 MiB [========= ] 27% 16.00 MiB / 58.68 MiB [========== ] 28% 17.00 MiB / 58.68 MiB [=========== ] 30% 18.00 MiB / 58.68 MiB [=========== ] 32% 19.00 MiB / 58.68 MiB [============ ] 34% 20.00 MiB / 58.68 MiB [============ ] 35% 21.00 MiB / 58.68 MiB [============= ] 37% 22.00 MiB / 58.68 MiB [============== ] 39% 23.00 MiB / 58.68 MiB [============== ] 40% 24.00 MiB / 58.68 MiB [=============== ] 42% 25.00 MiB / 58.68 MiB [=============== ] 44% 26.00 MiB / 58.68 MiB [================ ] 46% 27.00 MiB / 58.68 MiB [================= ] 47% 28.00 MiB / 58.68 MiB [================= ] 49% 29.00 MiB / 58.68 MiB [================== ] 51% 30.00 MiB / 58.68 MiB [=================== ] 52% 31.00 MiB / 58.68 MiB [=================== ] 54% 32.00 MiB / 58.68 MiB [==================== ] 56% 33.00 MiB / 58.68 MiB [==================== ] 57% 34.00 MiB / 58.68 MiB [===================== ] 59% 35.00 MiB / 58.68 MiB [====================== ] 61% 36.00 MiB / 58.68 MiB [====================== ] 63% 37.00 MiB / 58.68 MiB [======================= ] 64% 38.00 MiB / 58.68 MiB [======================= ] 66% 39.00 MiB / 58.68 MiB [======================== ] 68% 40.00 MiB / 58.68 MiB [========================= ] 69% 41.00 MiB / 58.68 MiB [========================= ] 71% 42.00 MiB / 58.68 MiB [========================== ] 73% 43.00 MiB / 58.68 MiB [========================== ] 74% 44.00 MiB / 58.68 MiB [=========================== ] 76% 45.00 MiB / 58.68 MiB [============================ ] 78% 46.00 MiB / 58.68 MiB [============================ ] 80% 47.00 MiB / 58.68 MiB [============================= ] 81% 48.00 MiB / 58.68 MiB [============================== ] 83% 49.00 MiB / 58.68 MiB [============================== ] 85% 50.00 MiB / 58.68 MiB [=============================== ] 86% 51.00 MiB / 58.68 MiB [=============================== ] 88% 52.00 MiB / 58.68 MiB [================================ ] 90% 53.00 MiB / 58.68 MiB [================================= ] 92% 54.00 MiB / 58.68 MiB [================================= ] 93% 55.00 MiB / 58.68 MiB [================================== ] 95% 56.00 MiB / 58.68 MiB [================================== ] 97% 57.00 MiB / 58.68 MiB [=================================== ] 98% 58.00 MiB / 58.68 MiB [====================================] 100% 58.68 MiB / 58.68 MiB Downloading: kernel-debug-devel-5.18.13-100.fc35.x86_64.rpm [== ] 6% 1.00 MiB / 15.67 MiB [==== ] 12% 2.00 MiB / 15.67 MiB [====== ] 19% 3.00 MiB / 15.67 MiB [========= ] 25% 4.00 MiB / 15.67 MiB [=========== ] 31% 5.00 MiB / 15.67 MiB [============= ] 38% 6.00 MiB / 15.67 MiB [================ ] 44% 7.00 MiB / 15.67 MiB [================== ] 51% 8.00 MiB / 15.67 MiB [==================== ] 57% 9.00 MiB / 15.67 MiB [====================== ] 63% 10.00 MiB / 15.67 MiB [========================= ] 70% 11.00 MiB / 15.67 MiB [=========================== ] 76% 12.00 MiB / 15.67 MiB [============================= ] 82% 13.00 MiB / 15.67 MiB [================================ ] 89% 14.00 MiB / 15.67 MiB [================================== ] 95% 15.00 MiB / 15.67 MiB [====================================] 100% 15.67 MiB / 15.67 MiB Downloading: kernel-devel-5.18.13-100.fc35.x86_64.rpm [== ] 6% 1.00 MiB / 15.63 MiB [==== ] 12% 2.00 MiB / 15.63 MiB [====== ] 19% 3.00 MiB / 15.63 MiB [========= ] 25% 4.00 MiB / 15.63 MiB [=========== ] 31% 5.00 MiB / 15.63 MiB [============= ] 38% 6.00 MiB / 15.63 MiB [================ ] 44% 7.00 MiB / 15.63 MiB [================== ] 51% 8.00 MiB / 15.63 MiB [==================== ] 57% 9.00 MiB / 15.63 MiB [======================= ] 63% 10.00 MiB / 15.63 MiB [========================= ] 70% 11.00 MiB / 15.63 MiB [=========================== ] 76% 12.00 MiB / 15.63 MiB [============================= ] 83% 13.00 MiB / 15.63 MiB [================================ ] 89% 14.00 MiB / 15.63 MiB [================================== ] 95% 15.00 MiB / 15.63 MiB [====================================] 100% 15.63 MiB / 15.63 MiB Last metadata expiration check: 0:00:23 ago on Wed 03 Aug 2022 04:54:00 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel-modules x86_64 5.18.13-100.fc35 @commandline 58 M kernel-modules-extra x86_64 5.18.13-100.fc35 @commandline 3.6 M kernel-modules-internal x86_64 5.18.13-100.fc35 @commandline 853 k Transaction Summary ================================================================================ Install 3 Packages Total size: 62 M Installed size: 61 M Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : kernel-modules-5.18.13-100.fc35.x86_64 1/3 Running scriptlet: kernel-modules-5.18.13-100.fc35.x86_64 1/3 Installing : kernel-modules-extra-5.18.13-100.fc35.x86_64 2/3 Running scriptlet: kernel-modules-extra-5.18.13-100.fc35.x86_64 2/3 Installing : kernel-modules-internal-5.18.13-100.fc35.x86_64 3/3 Running scriptlet: kernel-modules-internal-5.18.13-100.fc35.x86_64 3/3 Running scriptlet: kernel-modules-5.18.13-100.fc35.x86_64 3/3 Running: dracut -f --kver 5.18.13-100.fc35.x86_64 Running scriptlet: kernel-modules-internal-5.18.13-100.fc35.x86_64 3/3 Verifying : kernel-modules-5.18.13-100.fc35.x86_64 1/3 Verifying : kernel-modules-extra-5.18.13-100.fc35.x86_64 2/3 Verifying : kernel-modules-internal-5.18.13-100.fc35.x86_64 3/3 Installed: kernel-modules-5.18.13-100.fc35.x86_64 kernel-modules-extra-5.18.13-100.fc35.x86_64 kernel-modules-internal-5.18.13-100.fc35.x86_64 Complete! TASK [Create hostapd config] *************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:42 Wednesday 03 August 2022 16:55:21 +0000 (0:01:17.921) 0:01:26.695 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "checksum": "f5862a5b2d44c3b984c3c4850e760395f1c2f1b9", "dest": "/etc/hostapd/wireless.conf", "gid": 0, "group": "root", "md5sum": "af252c8d0292c67941864c3aee7aae71", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1659545721.4581742-105478-184735743704348/source", "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:57 Wednesday 03 August 2022 16:55:22 +0000 (0:00:00.830) 0:01:27.526 ****** included: /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml for /cache/fedora-35.qcow2.snap TASK [Ensure NetworkManager is running] **************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:3 Wednesday 03 August 2022 16:55:22 +0000 (0:00:00.035) 0:01:27.562 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 16:46:50 UTC", "ActiveEnterTimestampMonotonic": "1034159266", "ActiveExitTimestamp": "Wed 2022-08-03 16:46:50 UTC", "ActiveExitTimestampMonotonic": "1034097350", "ActiveState": "active", "After": "cloud-init-local.service basic.target system.slice dbus-broker.service network-pre.target systemd-journald.socket dbus.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 16:46:50 UTC", "AssertTimestampMonotonic": "1034138517", "Before": "multi-user.target cloud-init.service shutdown.target network.service network.target NetworkManager-wait-online.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "979415000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 16:46:50 UTC", "ConditionTimestampMonotonic": "1034138515", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "128474", "ExecMainStartTimestamp": "Wed 2022-08-03 16:46:50 UTC", "ExecMainStartTimestampMonotonic": "1034139737", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 16:46:50 UTC", "InactiveEnterTimestampMonotonic": "1034137834", "InactiveExitTimestamp": "Wed 2022-08-03 16:46:50 UTC", "InactiveExitTimestampMonotonic": "1034140063", "InvocationID": "ad5101129614471fbd08975889fb5522", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "7729", "LimitNPROCSoft": "7729", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7729", "LimitSIGPENDINGSoft": "7729", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "128474", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "6615040", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 16:52:27 UTC", "StateChangeTimestampMonotonic": "1370751035", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2318", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Load mac80211_hwsim kernel module to mock a wifi network] **************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:8 Wednesday 03 August 2022 16:55:23 +0000 (0:00:00.771) 0:01:28.334 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": "modprobe mac80211_hwsim radio=2 && sleep 5", "delta": "0:00:05.203656", "end": "2022-08-03 16:55:28.033015", "rc": 0, "start": "2022-08-03 16:55:22.829359" } TASK [Restart NetworkManager and wpa_supplicant] ******************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:12 Wednesday 03 August 2022 16:55:28 +0000 (0:00:05.588) 0:01:33.922 ****** changed: [/cache/fedora-35.qcow2.snap] => (item=NetworkManager) => { "ansible_loop_var": "item", "changed": true, "item": "NetworkManager", "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 16:46:50 UTC", "ActiveEnterTimestampMonotonic": "1034159266", "ActiveExitTimestamp": "Wed 2022-08-03 16:46:50 UTC", "ActiveExitTimestampMonotonic": "1034097350", "ActiveState": "active", "After": "cloud-init-local.service basic.target system.slice dbus-broker.service network-pre.target systemd-journald.socket dbus.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 16:46:50 UTC", "AssertTimestampMonotonic": "1034138517", "Before": "multi-user.target cloud-init.service shutdown.target network.service network.target NetworkManager-wait-online.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "989849000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 16:46:50 UTC", "ConditionTimestampMonotonic": "1034138515", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "128474", "ExecMainStartTimestamp": "Wed 2022-08-03 16:46:50 UTC", "ExecMainStartTimestampMonotonic": "1034139737", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 16:46:50 UTC", "InactiveEnterTimestampMonotonic": "1034137834", "InactiveExitTimestamp": "Wed 2022-08-03 16:46:50 UTC", "InactiveExitTimestampMonotonic": "1034140063", "InvocationID": "ad5101129614471fbd08975889fb5522", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "7729", "LimitNPROCSoft": "7729", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7729", "LimitSIGPENDINGSoft": "7729", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "128474", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "6643712", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 16:52:27 UTC", "StateChangeTimestampMonotonic": "1370751035", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2318", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } changed: [/cache/fedora-35.qcow2.snap] => (item=wpa_supplicant) => { "ansible_loop_var": "item", "changed": true, "item": "wpa_supplicant", "name": "wpa_supplicant", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 16:30:16 UTC", "ActiveEnterTimestampMonotonic": "40248140", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus-broker.service sysinit.target basic.target systemd-journald.socket dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 16:30:16 UTC", "AssertTimestampMonotonic": "40240177", "Before": "shutdown.target network.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "fi.w1.wpa_supplicant1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "86252000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 16:30:16 UTC", "ConditionTimestampMonotonic": "40240175", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "WPA supplicant", "DevicePolicy": "auto", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10535", "ExecMainStartTimestamp": "Wed 2022-08-03 16:30:16 UTC", "ExecMainStartTimestampMonotonic": "40241470", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2022-08-03 16:30:16 UTC", "InactiveExitTimestampMonotonic": "40241917", "InvocationID": "44c280194a0f492c92e0725739446743", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "7729", "LimitNPROCSoft": "7729", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7729", "LimitSIGPENDINGSoft": "7729", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10535", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1966080", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "wpa_supplicant.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 16:52:27 UTC", "StateChangeTimestampMonotonic": "1370751209", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "2318", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Bring up wlan0 and wlan1 (mock wifi interfaces)] ************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:20 Wednesday 03 August 2022 16:55:29 +0000 (0:00:01.187) 0:01:35.109 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": "ip link set up wlan0\nip link set up wlan1\nnmcli device set wlan1 managed off\nip addr add 203.0.113.1/24 dev wlan1\nsleep 5\n", "delta": "0:00:05.029503", "end": "2022-08-03 16:55:34.632877", "rc": 0, "start": "2022-08-03 16:55:29.603374" } TASK [Start hostapd] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:29 Wednesday 03 August 2022 16:55:35 +0000 (0:00:05.409) 0:01:40.519 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": "hostapd -B /etc/hostapd/wireless.conf && sleep 5", "delta": "0:00:05.041585", "end": "2022-08-03 16:55:40.089426", "rc": 0, "start": "2022-08-03 16:55:35.047841" } STDOUT: wlan1: interface state UNINITIALIZED->ENABLED wlan1: AP-ENABLED TASK [TEST: wireless connection with OWE] ************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tests_wireless_wpa3_owe.yml:12 Wednesday 03 August 2022 16:55:40 +0000 (0:00:05.457) 0:01:45.977 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 16:55:40 +0000 (0:00:00.031) 0:01:46.009 ****** included: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/fedora-35.qcow2.snap TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:55:40 +0000 (0:00:00.039) 0:01:46.048 ****** ok: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 16:55:41 +0000 (0:00:00.539) 0:01:46.588 ****** ok: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 16:55:43 +0000 (0:00:02.161) 0:01:48.750 ****** ok: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 16:55:44 +0000 (0:00:01.009) 0:01:49.759 ****** ok: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 16:55:44 +0000 (0:00:00.101) 0:01:49.860 ****** skipping: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 16:55:44 +0000 (0:00:00.048) 0:01:49.909 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 16:55:44 +0000 (0:00:00.047) 0:01:49.956 ****** skipping: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 16:55:44 +0000 (0:00:00.086) 0:01:50.043 ****** skipping: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 16:55:44 +0000 (0:00:00.047) 0:01:50.090 ****** skipping: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 16:55:44 +0000 (0:00:00.047) 0:01:50.137 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 16:55:44 +0000 (0:00:00.065) 0:01:50.202 ****** ok: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 16:55:45 +0000 (0:00:00.590) 0:01:50.792 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "enabled": true, "name": "wpa_supplicant", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 16:55:29 UTC", "ActiveEnterTimestampMonotonic": "1552669069", "ActiveExitTimestamp": "Wed 2022-08-03 16:55:29 UTC", "ActiveExitTimestampMonotonic": "1552624606", "ActiveState": "active", "After": "dbus-broker.service sysinit.target basic.target systemd-journald.socket dbus.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 16:55:29 UTC", "AssertTimestampMonotonic": "1552662908", "Before": "shutdown.target network.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "fi.w1.wpa_supplicant1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "12318000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 16:55:29 UTC", "ConditionTimestampMonotonic": "1552662899", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "WPA supplicant", "DevicePolicy": "auto", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "187539", "ExecMainStartTimestamp": "Wed 2022-08-03 16:55:29 UTC", "ExecMainStartTimestampMonotonic": "1552664397", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[Wed 2022-08-03 16:55:29 UTC] ; stop_time=[n/a] ; pid=187539 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; flags= ; start_time=[Wed 2022-08-03 16:55:29 UTC] ; stop_time=[n/a] ; pid=187539 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 16:55:29 UTC", "InactiveEnterTimestampMonotonic": "1552661725", "InactiveExitTimestamp": "Wed 2022-08-03 16:55:29 UTC", "InactiveExitTimestampMonotonic": "1552665016", "InvocationID": "edb8c4c281124e32b2f73d6ba3e5818f", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "7729", "LimitNPROCSoft": "7729", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7729", "LimitSIGPENDINGSoft": "7729", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "187539", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1146880", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "wpa_supplicant.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 16:55:29 UTC", "StateChangeTimestampMonotonic": "1552669069", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "2318", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 16:55:46 +0000 (0:00:00.574) 0:01:51.366 ****** skipping: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 16:55:46 +0000 (0:00:00.074) 0:01:51.441 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 16:55:46 +0000 (0:00:00.045) 0:01:51.486 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network changed: [/cache/fedora-35.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "203.0.113.2/24" ], "auto6": "no", "dhcp4": "no" }, "name": "wlan0", "state": "up", "type": "wireless", "wireless": { "key_mgmt": "owe", "ssid": "hostapd-owe" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, 75228232-ce0c-442e-b82a-5971557c2eeb [004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 75228232-ce0c-442e-b82a-5971557c2eeb (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 16:55:47 +0000 (0:00:00.864) 0:01:52.350 ****** skipping: [/cache/fedora-35.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/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 16:55:47 +0000 (0:00:00.049) 0:01:52.400 ****** ok: [/cache/fedora-35.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, 75228232-ce0c-442e-b82a-5971557c2eeb", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 75228232-ce0c-442e-b82a-5971557c2eeb (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 16:55:47 +0000 (0:00:00.055) 0:01:52.456 ****** ok: [/cache/fedora-35.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "203.0.113.2/24" ], "auto6": "no", "dhcp4": "no" }, "name": "wlan0", "state": "up", "type": "wireless", "wireless": { "key_mgmt": "owe", "ssid": "hostapd-owe" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, 75228232-ce0c-442e-b82a-5971557c2eeb\n[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 75228232-ce0c-442e-b82a-5971557c2eeb (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, 75228232-ce0c-442e-b82a-5971557c2eeb", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 75228232-ce0c-442e-b82a-5971557c2eeb (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 16:55:47 +0000 (0:00:00.057) 0:01:52.514 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 16:55:47 +0000 (0:00:00.049) 0:01:52.563 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-35.qcow2.snap TASK [Verify connection profile] *********************************************** task path: /tmp/tmp5fajrzs2/tests/playbooks/tests_wireless_wpa3_owe.yml:33 Wednesday 03 August 2022 16:55:47 +0000 (0:00:00.559) 0:01:53.123 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": "nmcli c show wlan0 | grep 802-11-wireless-security.key-mgmt", "delta": "0:00:00.024104", "end": "2022-08-03 16:55:47.647616", "rc": 0, "start": "2022-08-03 16:55:47.623512" } STDOUT: 802-11-wireless-security.key-mgmt: owe TASK [Assert that OWE is configured correctly] ********************************* task path: /tmp/tmp5fajrzs2/tests/playbooks/tests_wireless_wpa3_owe.yml:40 Wednesday 03 August 2022 16:55:48 +0000 (0:00:00.424) 0:01:53.548 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=34 changed=6 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Wednesday 03 August 2022 16:55:48 +0000 (0:00:00.074) 0:01:53.622 ****** =============================================================================== install mac80211_hwsim kernel modules in Fedora ------------------------ 77.92s /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:34 -------- Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.59s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:8 ------------------ Start hostapd ----------------------------------------------------------- 5.46s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:29 ----------------- Bring up wlan0 and wlan1 (mock wifi interfaces) ------------------------- 5.41s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:20 ----------------- install hostapd in Fedora ----------------------------------------------- 3.12s /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:27 -------- Install packages required to set up mock wifi network ------------------- 2.32s /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 --------- linux-system-roles.network : Check which services are running ----------- 2.16s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Restart NetworkManager and wpa_supplicant ------------------------------- 1.19s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:12 ----------------- Gathering Facts --------------------------------------------------------- 1.06s /tmp/tmp5fajrzs2/tests/tests_wireless_wpa3_owe_nm.yml:5 ----------------------- linux-system-roles.network : Check which packages are installed --------- 1.01s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Configure networking connection profiles --- 0.86s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- Create hostapd config --------------------------------------------------- 0.83s /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:42 -------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp5fajrzs2/tests/playbooks/tests_wireless_wpa3_owe.yml:3 ---------------- Ensure NetworkManager is running ---------------------------------------- 0.77s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:3 ------------------ Get stats of system files ----------------------------------------------- 0.60s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ linux-system-roles.network : Enable and start NetworkManager ------------ 0.59s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- linux-system-roles.network : Enable and start wpa_supplicant ------------ 0.57s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:90 ----- linux-system-roles.network : Re-test connectivity ----------------------- 0.56s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:149 ---- linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.54s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - Back up system files ---------------------------------------------------- 0.50s /tmp/tmp5fajrzs2/tests/_backup.yml:19 ----------------------------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmp5fajrzs2/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmp5fajrzs2/tests/_restore.yml:4 Wednesday 03 August 2022 16:55:48 +0000 (0:00:00.048) 0:01:53.670 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.007627", "end": "2022-08-03 16:55:48.169775", "rc": 0, "start": "2022-08-03 16:55:48.162148" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=35 changed=7 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Wednesday 03 August 2022 16:55:48 +0000 (0:00:00.423) 0:01:54.094 ****** =============================================================================== install mac80211_hwsim kernel modules in Fedora ------------------------ 77.92s /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:34 -------- Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.59s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:8 ------------------ Start hostapd ----------------------------------------------------------- 5.46s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:29 ----------------- Bring up wlan0 and wlan1 (mock wifi interfaces) ------------------------- 5.41s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:20 ----------------- install hostapd in Fedora ----------------------------------------------- 3.12s /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:27 -------- Install packages required to set up mock wifi network ------------------- 2.32s /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 --------- linux-system-roles.network : Check which services are running ----------- 2.16s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Restart NetworkManager and wpa_supplicant ------------------------------- 1.19s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:12 ----------------- Gathering Facts --------------------------------------------------------- 1.06s /tmp/tmp5fajrzs2/tests/tests_wireless_wpa3_owe_nm.yml:5 ----------------------- linux-system-roles.network : Check which packages are installed --------- 1.01s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Configure networking connection profiles --- 0.86s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:116 ---- Create hostapd config --------------------------------------------------- 0.83s /tmp/tmp5fajrzs2/tests/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:42 -------- Gathering Facts --------------------------------------------------------- 0.81s /tmp/tmp5fajrzs2/tests/playbooks/tests_wireless_wpa3_owe.yml:3 ---------------- Ensure NetworkManager is running ---------------------------------------- 0.77s /tmp/tmp5fajrzs2/tests/playbooks/tasks/start_mock_wifi.yml:3 ------------------ Get stats of system files ----------------------------------------------- 0.60s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ linux-system-roles.network : Enable and start NetworkManager ------------ 0.59s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:79 ----- linux-system-roles.network : Enable and start wpa_supplicant ------------ 0.57s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:90 ----- linux-system-roles.network : Re-test connectivity ----------------------- 0.56s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/main.yml:149 ---- linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.54s /tmp/tmp5fajrzs2/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 - Back up system files ---------------------------------------------------- 0.50s /tmp/tmp5fajrzs2/tests/_backup.yml:19 ----------------------------------------- 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/tmpdm_c1v_l 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/tmpn6gexhje/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpn6gexhje/tests/network/_backup.yml:6 Wednesday 03 August 2022 17:20:22 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/fedora-35.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": 1659547221.236671, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659547221.236671, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 44530, "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": 1659338446.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/tmpn6gexhje/tests/network/_backup.yml:13 Wednesday 03 August 2022 17:20:22 +0000 (0:00:00.609) 0:00:00.628 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-35.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': 44530, 'dev': 32, 'nlink': 1, 'atime': 1659547221.236671, 'mtime': 1659338446.0, 'ctime': 1659547221.236671, '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": 1659547221.236671, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659547221.236671, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 44530, "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": 1659338446.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/tmpn6gexhje/tests/network/_backup.yml:19 Wednesday 03 August 2022 17:20:23 +0000 (0:00:00.034) 0:00:00.662 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004429", "end": "2022-08-03 17:20:23.080955", "rc": 0, "start": "2022-08-03 17:20:23.076526" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:20:23 +0000 (0:00:00.515) 0:00:01.178 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.52s /tmp/tmpn6gexhje/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.03s /tmp/tmpn6gexhje/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_wireless_wpa3_owe_nm.yml *************************************** 2 plays in /tmp/tmpn6gexhje/tests/network/tests_wireless_wpa3_owe_nm.yml PLAY [Run playbook 'playbooks/tests_wireless_wpa3_owe.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tests_wireless_wpa3_owe_nm.yml:5 Wednesday 03 August 2022 17:20:23 +0000 (0:00:00.031) 0:00:01.209 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_wireless_wpa3_owe_nm.yml:8 Wednesday 03 August 2022 17:20:24 +0000 (0:00:01.080) 0:00:02.289 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:20:24 +0000 (0:00:00.026) 0:00:02.316 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:20:24 +0000 (0:00:00.021) 0:00:02.337 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:20:24 +0000 (0:00:00.028) 0:00:02.366 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:20:24 +0000 (0:00:00.018) 0:00:02.385 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:20:24 +0000 (0:00:00.018) 0:00:02.404 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:20:24 +0000 (0:00:00.019) 0:00:02.423 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_wireless_wpa3_owe_nm.yml:9 Wednesday 03 August 2022 17:20:24 +0000 (0:00:00.019) 0:00:02.443 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/tests_wireless_wpa3_owe.yml:3 Wednesday 03 August 2022 17:20:24 +0000 (0:00:00.058) 0:00:02.502 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [INIT: wireless tests] **************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tests_wireless_wpa3_owe.yml:7 Wednesday 03 August 2022 17:20:25 +0000 (0:00:00.821) 0:00:03.323 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: ################################################## TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tests_wireless_wpa3_owe.yml:10 Wednesday 03 August 2022 17:20:25 +0000 (0:00:00.032) 0:00:03.356 ****** included: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml for /cache/fedora-35.qcow2.snap TASK [Install packages required to set up mock wifi network] ******************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 Wednesday 03 August 2022 17:20:25 +0000 (0:00:00.032) 0:00:03.389 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [install hostapd and mac80211_hwsim kernel module in CentOS 8] ************ task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:13 Wednesday 03 August 2022 17:20:27 +0000 (0:00:02.140) 0:00:05.529 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [install hostapd in Fedora] *********************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:27 Wednesday 03 August 2022 17:20:27 +0000 (0:00:00.024) 0:00:05.553 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "dnf -y copr enable liangwen12year/hostapd-owe\ndnf -y install hostapd\n", "delta": "0:00:02.040111", "end": "2022-08-03 17:20:29.885659", "rc": 0, "start": "2022-08-03 17:20:27.845548" } STDOUT: Repository successfully enabled. Copr repo for hostapd-owe owned by liangwen12ye 32 kB/s | 3.3 kB 00:00 Package hostapd-2.10-3.fc35.x86_64 is already installed. Dependencies resolved. Nothing to do. Complete! STDERR: Enabling a Copr repository. Please note that this repository is not part of the main distribution, and quality may vary. The Fedora Project does not exercise any power over the contents of this repository beyond the rules outlined in the Copr FAQ at , and packages are not held to any quality or security level. Please do not file bug reports about these packages in Fedora Bugzilla. In case of problems, contact the owner of this repository. TASK [install mac80211_hwsim kernel modules in Fedora] ************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:34 Wednesday 03 August 2022 17:20:30 +0000 (0:00:02.430) 0:00:07.984 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "dnf -y install koji\nkoji download-build --arch=$(uname -p) kernel-modules-internal-$(uname -r)\ndnf -y install kernel-modules*.rpm\n", "delta": "0:01:07.404751", "end": "2022-08-03 17:21:37.691789", "rc": 0, "start": "2022-08-03 17:20:30.287038" } STDOUT: Last metadata expiration check: 0:00:02 ago on Wed 03 Aug 2022 05:20:28 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: koji noarch 1.29.1-1.fc35 updates 208 k Installing dependencies: python3-decorator noarch 5.0.9-3.fc35 fedora 27 k python3-gssapi x86_64 1.6.14-2.fc35 fedora 455 k python3-koji noarch 1.29.1-1.fc35 updates 311 k python3-requests-gssapi noarch 1.2.3-3.fc35 fedora 26 k Transaction Summary ================================================================================ Install 5 Packages Total size: 1.0 M Installed size: 4.3 M Downloading Packages: [SKIPPED] python3-decorator-5.0.9-3.fc35.noarch.rpm: Already downloaded [SKIPPED] python3-gssapi-1.6.14-2.fc35.x86_64.rpm: Already downloaded [SKIPPED] python3-requests-gssapi-1.2.3-3.fc35.noarch.rpm: Already downloaded [SKIPPED] koji-1.29.1-1.fc35.noarch.rpm: Already downloaded [SKIPPED] python3-koji-1.29.1-1.fc35.noarch.rpm: Already downloaded Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-decorator-5.0.9-3.fc35.noarch 1/5 Installing : python3-gssapi-1.6.14-2.fc35.x86_64 2/5 Installing : python3-requests-gssapi-1.2.3-3.fc35.noarch 3/5 Installing : python3-koji-1.29.1-1.fc35.noarch 4/5 Installing : koji-1.29.1-1.fc35.noarch 5/5 Running scriptlet: koji-1.29.1-1.fc35.noarch 5/5 Verifying : python3-decorator-5.0.9-3.fc35.noarch 1/5 Verifying : python3-gssapi-1.6.14-2.fc35.x86_64 2/5 Verifying : python3-requests-gssapi-1.2.3-3.fc35.noarch 3/5 Verifying : koji-1.29.1-1.fc35.noarch 4/5 Verifying : python3-koji-1.29.1-1.fc35.noarch 5/5 Installed: koji-1.29.1-1.fc35.noarch python3-decorator-5.0.9-3.fc35.noarch python3-gssapi-1.6.14-2.fc35.x86_64 python3-koji-1.29.1-1.fc35.noarch python3-requests-gssapi-1.2.3-3.fc35.noarch Complete! Downloading: kernel-modules-extra-5.18.13-100.fc35.x86_64.rpm [========= ] 27% 1.00 MiB / 3.62 MiB [=================== ] 55% 2.00 MiB / 3.62 MiB [============================= ] 82% 3.00 MiB / 3.62 MiB [====================================] 100% 3.62 MiB / 3.62 MiB Downloading: kernel-devel-matched-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 256.75 KiB / 256.75 KiB Downloading: kernel-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 256.62 KiB / 256.62 KiB Downloading: kernel-core-5.18.13-100.fc35.x86_64.rpm [ ] 2% 1.00 MiB / 49.61 MiB [= ] 4% 2.00 MiB / 49.61 MiB [== ] 6% 3.00 MiB / 49.61 MiB [== ] 8% 4.00 MiB / 49.61 MiB [=== ] 10% 5.00 MiB / 49.61 MiB [==== ] 12% 6.00 MiB / 49.61 MiB [===== ] 14% 7.00 MiB / 49.61 MiB [===== ] 16% 8.00 MiB / 49.61 MiB [====== ] 18% 9.00 MiB / 49.61 MiB [======= ] 20% 10.00 MiB / 49.61 MiB [======= ] 22% 11.00 MiB / 49.61 MiB [======== ] 24% 12.00 MiB / 49.61 MiB [========= ] 26% 13.00 MiB / 49.61 MiB [========== ] 28% 14.00 MiB / 49.61 MiB [========== ] 30% 15.00 MiB / 49.61 MiB [=========== ] 32% 16.00 MiB / 49.61 MiB [============ ] 34% 17.00 MiB / 49.61 MiB [============= ] 36% 18.00 MiB / 49.61 MiB [============= ] 38% 19.00 MiB / 49.61 MiB [============== ] 40% 20.00 MiB / 49.61 MiB [=============== ] 42% 21.00 MiB / 49.61 MiB [=============== ] 44% 22.00 MiB / 49.61 MiB [================ ] 46% 23.00 MiB / 49.61 MiB [================= ] 48% 24.00 MiB / 49.61 MiB [================== ] 50% 25.00 MiB / 49.61 MiB [================== ] 52% 26.00 MiB / 49.61 MiB [=================== ] 54% 27.00 MiB / 49.61 MiB [==================== ] 56% 28.00 MiB / 49.61 MiB [===================== ] 58% 29.00 MiB / 49.61 MiB [===================== ] 60% 30.00 MiB / 49.61 MiB [====================== ] 62% 31.00 MiB / 49.61 MiB [======================= ] 64% 32.00 MiB / 49.61 MiB [======================= ] 66% 33.00 MiB / 49.61 MiB [======================== ] 68% 34.00 MiB / 49.61 MiB [========================= ] 70% 35.00 MiB / 49.61 MiB [========================== ] 72% 36.00 MiB / 49.61 MiB [========================== ] 74% 37.00 MiB / 49.61 MiB [=========================== ] 76% 38.00 MiB / 49.61 MiB [============================ ] 78% 39.00 MiB / 49.61 MiB [============================= ] 80% 40.00 MiB / 49.61 MiB [============================= ] 82% 41.00 MiB / 49.61 MiB [============================== ] 84% 42.00 MiB / 49.61 MiB [=============================== ] 86% 43.00 MiB / 49.61 MiB [=============================== ] 88% 44.00 MiB / 49.61 MiB [================================ ] 90% 45.00 MiB / 49.61 MiB [================================= ] 92% 46.00 MiB / 49.61 MiB [================================== ] 94% 47.00 MiB / 49.61 MiB [================================== ] 96% 48.00 MiB / 49.61 MiB [=================================== ] 98% 49.00 MiB / 49.61 MiB [====================================] 100% 49.61 MiB / 49.61 MiB Downloading: kernel-debug-modules-internal-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 879.09 KiB / 879.09 KiB Downloading: kernel-debug-devel-matched-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 256.78 KiB / 256.78 KiB Downloading: kernel-debug-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 256.72 KiB / 256.72 KiB Downloading: kernel-modules-internal-5.18.13-100.fc35.x86_64.rpm [====================================] 100% 853.47 KiB / 853.47 KiB Downloading: kernel-debug-modules-extra-5.18.13-100.fc35.x86_64.rpm [========= ] 26% 1.00 MiB / 3.73 MiB [=================== ] 53% 2.00 MiB / 3.73 MiB [============================ ] 80% 3.00 MiB / 3.73 MiB [====================================] 100% 3.73 MiB / 3.73 MiB Downloading: kernel-debug-core-5.18.13-100.fc35.x86_64.rpm [ ] 1% 1.00 MiB / 51.92 MiB [= ] 3% 2.00 MiB / 51.92 MiB [== ] 5% 3.00 MiB / 51.92 MiB [== ] 7% 4.00 MiB / 51.92 MiB [=== ] 9% 5.00 MiB / 51.92 MiB [==== ] 11% 6.00 MiB / 51.92 MiB [==== ] 13% 7.00 MiB / 51.92 MiB [===== ] 15% 8.00 MiB / 51.92 MiB [====== ] 17% 9.00 MiB / 51.92 MiB [====== ] 19% 10.00 MiB / 51.92 MiB [======= ] 21% 11.00 MiB / 51.92 MiB [======== ] 23% 12.00 MiB / 51.92 MiB [========= ] 25% 13.00 MiB / 51.92 MiB [========= ] 26% 14.00 MiB / 51.92 MiB [========== ] 28% 15.00 MiB / 51.92 MiB [=========== ] 30% 16.00 MiB / 51.92 MiB [=========== ] 32% 17.00 MiB / 51.92 MiB [============ ] 34% 18.00 MiB / 51.92 MiB [============= ] 36% 19.00 MiB / 51.92 MiB [============= ] 38% 20.00 MiB / 51.92 MiB [============== ] 40% 21.00 MiB / 51.92 MiB [=============== ] 42% 22.00 MiB / 51.92 MiB [=============== ] 44% 23.00 MiB / 51.92 MiB [================ ] 46% 24.00 MiB / 51.92 MiB [================= ] 48% 25.00 MiB / 51.92 MiB [================== ] 50% 26.00 MiB / 51.92 MiB [================== ] 52% 27.00 MiB / 51.92 MiB [=================== ] 53% 28.00 MiB / 51.92 MiB [==================== ] 55% 29.00 MiB / 51.92 MiB [==================== ] 57% 30.00 MiB / 51.92 MiB [===================== ] 59% 31.00 MiB / 51.92 MiB [====================== ] 61% 32.00 MiB / 51.92 MiB [====================== ] 63% 33.00 MiB / 51.92 MiB [======================= ] 65% 34.00 MiB / 51.92 MiB [======================== ] 67% 35.00 MiB / 51.92 MiB [======================== ] 69% 36.00 MiB / 51.92 MiB [========================= ] 71% 37.00 MiB / 51.92 MiB [========================== ] 73% 38.00 MiB / 51.92 MiB [=========================== ] 75% 39.00 MiB / 51.92 MiB [=========================== ] 77% 40.00 MiB / 51.92 MiB [============================ ] 78% 41.00 MiB / 51.92 MiB [============================= ] 80% 42.00 MiB / 51.92 MiB [============================= ] 82% 43.00 MiB / 51.92 MiB [============================== ] 84% 44.00 MiB / 51.92 MiB [=============================== ] 86% 45.00 MiB / 51.92 MiB [=============================== ] 88% 46.00 MiB / 51.92 MiB [================================ ] 90% 47.00 MiB / 51.92 MiB [================================= ] 92% 48.00 MiB / 51.92 MiB [================================= ] 94% 49.00 MiB / 51.92 MiB [================================== ] 96% 50.00 MiB / 51.92 MiB [=================================== ] 98% 51.00 MiB / 51.92 MiB [====================================] 100% 51.92 MiB / 51.92 MiB Downloading: kernel-modules-5.18.13-100.fc35.x86_64.rpm [ ] 1% 1.00 MiB / 57.54 MiB [= ] 3% 2.00 MiB / 57.54 MiB [= ] 5% 3.00 MiB / 57.54 MiB [== ] 6% 4.00 MiB / 57.54 MiB [=== ] 8% 5.00 MiB / 57.54 MiB [=== ] 10% 6.00 MiB / 57.54 MiB [==== ] 12% 7.00 MiB / 57.54 MiB [===== ] 13% 8.00 MiB / 57.54 MiB [===== ] 15% 9.00 MiB / 57.54 MiB [====== ] 17% 10.00 MiB / 57.54 MiB [====== ] 19% 11.00 MiB / 57.54 MiB [======= ] 20% 12.00 MiB / 57.54 MiB [======== ] 22% 13.00 MiB / 57.54 MiB [======== ] 24% 14.00 MiB / 57.54 MiB [========= ] 26% 15.00 MiB / 57.54 MiB [========== ] 27% 16.00 MiB / 57.54 MiB [========== ] 29% 17.00 MiB / 57.54 MiB [=========== ] 31% 18.00 MiB / 57.54 MiB [=========== ] 33% 19.00 MiB / 57.54 MiB [============ ] 34% 20.00 MiB / 57.54 MiB [============= ] 36% 21.00 MiB / 57.54 MiB [============= ] 38% 22.00 MiB / 57.54 MiB [============== ] 39% 23.00 MiB / 57.54 MiB [=============== ] 41% 24.00 MiB / 57.54 MiB [=============== ] 43% 25.00 MiB / 57.54 MiB [================ ] 45% 26.00 MiB / 57.54 MiB [================ ] 46% 27.00 MiB / 57.54 MiB [================= ] 48% 28.00 MiB / 57.54 MiB [================== ] 50% 29.00 MiB / 57.54 MiB [================== ] 52% 30.00 MiB / 57.54 MiB [=================== ] 53% 31.00 MiB / 57.54 MiB [==================== ] 55% 32.00 MiB / 57.54 MiB [==================== ] 57% 33.00 MiB / 57.54 MiB [===================== ] 59% 34.00 MiB / 57.54 MiB [===================== ] 60% 35.00 MiB / 57.54 MiB [====================== ] 62% 36.00 MiB / 57.54 MiB [======================= ] 64% 37.00 MiB / 57.54 MiB [======================= ] 66% 38.00 MiB / 57.54 MiB [======================== ] 67% 39.00 MiB / 57.54 MiB [========================= ] 69% 40.00 MiB / 57.54 MiB [========================= ] 71% 41.00 MiB / 57.54 MiB [========================== ] 72% 42.00 MiB / 57.54 MiB [========================== ] 74% 43.00 MiB / 57.54 MiB [=========================== ] 76% 44.00 MiB / 57.54 MiB [============================ ] 78% 45.00 MiB / 57.54 MiB [============================ ] 79% 46.00 MiB / 57.54 MiB [============================= ] 81% 47.00 MiB / 57.54 MiB [============================== ] 83% 48.00 MiB / 57.54 MiB [============================== ] 85% 49.00 MiB / 57.54 MiB [=============================== ] 86% 50.00 MiB / 57.54 MiB [=============================== ] 88% 51.00 MiB / 57.54 MiB [================================ ] 90% 52.00 MiB / 57.54 MiB [================================= ] 92% 53.00 MiB / 57.54 MiB [================================= ] 93% 54.00 MiB / 57.54 MiB [================================== ] 95% 55.00 MiB / 57.54 MiB [=================================== ] 97% 56.00 MiB / 57.54 MiB [=================================== ] 99% 57.00 MiB / 57.54 MiB [====================================] 100% 57.54 MiB / 57.54 MiB Downloading: kernel-debug-modules-5.18.13-100.fc35.x86_64.rpm [ ] 1% 1.00 MiB / 58.68 MiB [= ] 3% 2.00 MiB / 58.68 MiB [= ] 5% 3.00 MiB / 58.68 MiB [== ] 6% 4.00 MiB / 58.68 MiB [=== ] 8% 5.00 MiB / 58.68 MiB [=== ] 10% 6.00 MiB / 58.68 MiB [==== ] 11% 7.00 MiB / 58.68 MiB [==== ] 13% 8.00 MiB / 58.68 MiB [===== ] 15% 9.00 MiB / 58.68 MiB [====== ] 17% 10.00 MiB / 58.68 MiB [====== ] 18% 11.00 MiB / 58.68 MiB [======= ] 20% 12.00 MiB / 58.68 MiB [======= ] 22% 13.00 MiB / 58.68 MiB [======== ] 23% 14.00 MiB / 58.68 MiB [========= ] 25% 15.00 MiB / 58.68 MiB [========= ] 27% 16.00 MiB / 58.68 MiB [========== ] 28% 17.00 MiB / 58.68 MiB [=========== ] 30% 18.00 MiB / 58.68 MiB [=========== ] 32% 19.00 MiB / 58.68 MiB [============ ] 34% 20.00 MiB / 58.68 MiB [============ ] 35% 21.00 MiB / 58.68 MiB [============= ] 37% 22.00 MiB / 58.68 MiB [============== ] 39% 23.00 MiB / 58.68 MiB [============== ] 40% 24.00 MiB / 58.68 MiB [=============== ] 42% 25.00 MiB / 58.68 MiB [=============== ] 44% 26.00 MiB / 58.68 MiB [================ ] 46% 27.00 MiB / 58.68 MiB [================= ] 47% 28.00 MiB / 58.68 MiB [================= ] 49% 29.00 MiB / 58.68 MiB [================== ] 51% 30.00 MiB / 58.68 MiB [=================== ] 52% 31.00 MiB / 58.68 MiB [=================== ] 54% 32.00 MiB / 58.68 MiB [==================== ] 56% 33.00 MiB / 58.68 MiB [==================== ] 57% 34.00 MiB / 58.68 MiB [===================== ] 59% 35.00 MiB / 58.68 MiB [====================== ] 61% 36.00 MiB / 58.68 MiB [====================== ] 63% 37.00 MiB / 58.68 MiB [======================= ] 64% 38.00 MiB / 58.68 MiB [======================= ] 66% 39.00 MiB / 58.68 MiB [======================== ] 68% 40.00 MiB / 58.68 MiB [========================= ] 69% 41.00 MiB / 58.68 MiB [========================= ] 71% 42.00 MiB / 58.68 MiB [========================== ] 73% 43.00 MiB / 58.68 MiB [========================== ] 74% 44.00 MiB / 58.68 MiB [=========================== ] 76% 45.00 MiB / 58.68 MiB [============================ ] 78% 46.00 MiB / 58.68 MiB [============================ ] 80% 47.00 MiB / 58.68 MiB [============================= ] 81% 48.00 MiB / 58.68 MiB [============================== ] 83% 49.00 MiB / 58.68 MiB [============================== ] 85% 50.00 MiB / 58.68 MiB [=============================== ] 86% 51.00 MiB / 58.68 MiB [=============================== ] 88% 52.00 MiB / 58.68 MiB [================================ ] 90% 53.00 MiB / 58.68 MiB [================================= ] 92% 54.00 MiB / 58.68 MiB [================================= ] 93% 55.00 MiB / 58.68 MiB [================================== ] 95% 56.00 MiB / 58.68 MiB [================================== ] 97% 57.00 MiB / 58.68 MiB [=================================== ] 98% 58.00 MiB / 58.68 MiB [====================================] 100% 58.68 MiB / 58.68 MiB Downloading: kernel-debug-devel-5.18.13-100.fc35.x86_64.rpm [== ] 6% 1.00 MiB / 15.67 MiB [==== ] 12% 2.00 MiB / 15.67 MiB [====== ] 19% 3.00 MiB / 15.67 MiB [========= ] 25% 4.00 MiB / 15.67 MiB [=========== ] 31% 5.00 MiB / 15.67 MiB [============= ] 38% 6.00 MiB / 15.67 MiB [================ ] 44% 7.00 MiB / 15.67 MiB [================== ] 51% 8.00 MiB / 15.67 MiB [==================== ] 57% 9.00 MiB / 15.67 MiB [====================== ] 63% 10.00 MiB / 15.67 MiB [========================= ] 70% 11.00 MiB / 15.67 MiB [=========================== ] 76% 12.00 MiB / 15.67 MiB [============================= ] 82% 13.00 MiB / 15.67 MiB [================================ ] 89% 14.00 MiB / 15.67 MiB [================================== ] 95% 15.00 MiB / 15.67 MiB [====================================] 100% 15.67 MiB / 15.67 MiB Downloading: kernel-devel-5.18.13-100.fc35.x86_64.rpm [== ] 6% 1.00 MiB / 15.63 MiB [==== ] 12% 2.00 MiB / 15.63 MiB [====== ] 19% 3.00 MiB / 15.63 MiB [========= ] 25% 4.00 MiB / 15.63 MiB [=========== ] 31% 5.00 MiB / 15.63 MiB [============= ] 38% 6.00 MiB / 15.63 MiB [================ ] 44% 7.00 MiB / 15.63 MiB [================== ] 51% 8.00 MiB / 15.63 MiB [==================== ] 57% 9.00 MiB / 15.63 MiB [======================= ] 63% 10.00 MiB / 15.63 MiB [========================= ] 70% 11.00 MiB / 15.63 MiB [=========================== ] 76% 12.00 MiB / 15.63 MiB [============================= ] 83% 13.00 MiB / 15.63 MiB [================================ ] 89% 14.00 MiB / 15.63 MiB [================================== ] 95% 15.00 MiB / 15.63 MiB [====================================] 100% 15.63 MiB / 15.63 MiB Last metadata expiration check: 0:00:13 ago on Wed 03 Aug 2022 05:20:28 PM UTC. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel-modules x86_64 5.18.13-100.fc35 @commandline 58 M kernel-modules-extra x86_64 5.18.13-100.fc35 @commandline 3.6 M kernel-modules-internal x86_64 5.18.13-100.fc35 @commandline 853 k Transaction Summary ================================================================================ Install 3 Packages Total size: 62 M Installed size: 61 M Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : kernel-modules-5.18.13-100.fc35.x86_64 1/3 Running scriptlet: kernel-modules-5.18.13-100.fc35.x86_64 1/3 Installing : kernel-modules-extra-5.18.13-100.fc35.x86_64 2/3 Running scriptlet: kernel-modules-extra-5.18.13-100.fc35.x86_64 2/3 Installing : kernel-modules-internal-5.18.13-100.fc35.x86_64 3/3 Running scriptlet: kernel-modules-internal-5.18.13-100.fc35.x86_64 3/3 Running scriptlet: kernel-modules-5.18.13-100.fc35.x86_64 3/3 Running: dracut -f --kver 5.18.13-100.fc35.x86_64 Running scriptlet: kernel-modules-internal-5.18.13-100.fc35.x86_64 3/3 Verifying : kernel-modules-5.18.13-100.fc35.x86_64 1/3 Verifying : kernel-modules-extra-5.18.13-100.fc35.x86_64 2/3 Verifying : kernel-modules-internal-5.18.13-100.fc35.x86_64 3/3 Installed: kernel-modules-5.18.13-100.fc35.x86_64 kernel-modules-extra-5.18.13-100.fc35.x86_64 kernel-modules-internal-5.18.13-100.fc35.x86_64 Complete! TASK [Create hostapd config] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:42 Wednesday 03 August 2022 17:21:38 +0000 (0:01:07.818) 0:01:15.802 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "checksum": "f5862a5b2d44c3b984c3c4850e760395f1c2f1b9", "dest": "/etc/hostapd/wireless.conf", "gid": 0, "group": "root", "md5sum": "af252c8d0292c67941864c3aee7aae71", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 137, "src": "/root/.ansible/tmp/ansible-tmp-1659547298.222705-140465-270262347640969/source", "state": "file", "uid": 0 } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:57 Wednesday 03 August 2022 17:21:39 +0000 (0:00:00.870) 0:01:16.672 ****** included: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml for /cache/fedora-35.qcow2.snap TASK [Ensure NetworkManager is running] **************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:3 Wednesday 03 August 2022 17:21:39 +0000 (0:00:00.035) 0:01:16.708 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 17:13:16 UTC", "ActiveEnterTimestampMonotonic": "1016941648", "ActiveExitTimestamp": "Wed 2022-08-03 17:13:16 UTC", "ActiveExitTimestampMonotonic": "1016882882", "ActiveState": "active", "After": "sysinit.target cloud-init-local.service dbus.socket basic.target systemd-journald.socket network-pre.target system.slice dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 17:13:16 UTC", "AssertTimestampMonotonic": "1016921758", "Before": "shutdown.target cloud-init.service NetworkManager-wait-online.service multi-user.target network.service network.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "976646000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 17:13:16 UTC", "ConditionTimestampMonotonic": "1016921756", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "128439", "ExecMainStartTimestamp": "Wed 2022-08-03 17:13:16 UTC", "ExecMainStartTimestampMonotonic": "1016922988", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 17:13:16 UTC", "InactiveEnterTimestampMonotonic": "1016921064", "InactiveExitTimestamp": "Wed 2022-08-03 17:13:16 UTC", "InactiveExitTimestampMonotonic": "1016923417", "InvocationID": "bda17ceb4b0e4f0fb98b67e0551e26a1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "7729", "LimitNPROCSoft": "7729", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7729", "LimitSIGPENDINGSoft": "7729", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "128439", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "6889472", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 17:18:56 UTC", "StateChangeTimestampMonotonic": "1357003226", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2318", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Load mac80211_hwsim kernel module to mock a wifi network] **************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Wednesday 03 August 2022 17:21:39 +0000 (0:00:00.799) 0:01:17.507 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": "modprobe mac80211_hwsim radio=2 && sleep 5", "delta": "0:00:05.197591", "end": "2022-08-03 17:21:45.039435", "rc": 0, "start": "2022-08-03 17:21:39.841844" } TASK [Restart NetworkManager and wpa_supplicant] ******************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:12 Wednesday 03 August 2022 17:21:45 +0000 (0:00:05.629) 0:01:23.137 ****** changed: [/cache/fedora-35.qcow2.snap] => (item=NetworkManager) => { "ansible_loop_var": "item", "changed": true, "item": "NetworkManager", "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 17:13:16 UTC", "ActiveEnterTimestampMonotonic": "1016941648", "ActiveExitTimestamp": "Wed 2022-08-03 17:13:16 UTC", "ActiveExitTimestampMonotonic": "1016882882", "ActiveState": "active", "After": "sysinit.target cloud-init-local.service dbus.socket basic.target systemd-journald.socket network-pre.target system.slice dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 17:13:16 UTC", "AssertTimestampMonotonic": "1016921758", "Before": "shutdown.target cloud-init.service NetworkManager-wait-online.service multi-user.target network.service network.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "985403000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 17:13:16 UTC", "ConditionTimestampMonotonic": "1016921756", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "128439", "ExecMainStartTimestamp": "Wed 2022-08-03 17:13:16 UTC", "ExecMainStartTimestampMonotonic": "1016922988", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 17:13:16 UTC", "InactiveEnterTimestampMonotonic": "1016921064", "InactiveExitTimestamp": "Wed 2022-08-03 17:13:16 UTC", "InactiveExitTimestampMonotonic": "1016923417", "InvocationID": "bda17ceb4b0e4f0fb98b67e0551e26a1", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "7729", "LimitNPROCSoft": "7729", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7729", "LimitSIGPENDINGSoft": "7729", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "128439", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "6909952", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "on-failure", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 17:18:56 UTC", "StateChangeTimestampMonotonic": "1357003226", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "2318", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } changed: [/cache/fedora-35.qcow2.snap] => (item=wpa_supplicant) => { "ansible_loop_var": "item", "changed": true, "item": "wpa_supplicant", "name": "wpa_supplicant", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 16:56:58 UTC", "ActiveEnterTimestampMonotonic": "38947294", "ActiveExitTimestamp": "n/a", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target dbus-broker.service systemd-journald.socket system.slice dbus.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 16:56:58 UTC", "AssertTimestampMonotonic": "38941687", "Before": "network.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "fi.w1.wpa_supplicant1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "81479000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 16:56:58 UTC", "ConditionTimestampMonotonic": "38941686", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "WPA supplicant", "DevicePolicy": "auto", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "10532", "ExecMainStartTimestamp": "Wed 2022-08-03 16:56:58 UTC", "ExecMainStartTimestampMonotonic": "38942875", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "n/a", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Wed 2022-08-03 16:56:58 UTC", "InactiveExitTimestampMonotonic": "38943176", "InvocationID": "ed239ed821b747a4acf409223b293540", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "7729", "LimitNPROCSoft": "7729", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7729", "LimitSIGPENDINGSoft": "7729", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "10532", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1961984", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "wpa_supplicant.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 17:18:56 UTC", "StateChangeTimestampMonotonic": "1357003358", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "2318", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Bring up wlan0 and wlan1 (mock wifi interfaces)] ************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:20 Wednesday 03 August 2022 17:21:46 +0000 (0:00:01.174) 0:01:24.311 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": "ip link set up wlan0\nip link set up wlan1\nnmcli device set wlan1 managed off\nip addr add 203.0.113.1/24 dev wlan1\nsleep 5\n", "delta": "0:00:05.029281", "end": "2022-08-03 17:21:51.656658", "rc": 0, "start": "2022-08-03 17:21:46.627377" } TASK [Start hostapd] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:29 Wednesday 03 August 2022 17:21:52 +0000 (0:00:05.444) 0:01:29.756 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": "hostapd -B /etc/hostapd/wireless.conf && sleep 5", "delta": "0:00:05.033884", "end": "2022-08-03 17:21:57.093513", "rc": 0, "start": "2022-08-03 17:21:52.059629" } STDOUT: wlan1: interface state UNINITIALIZED->ENABLED wlan1: AP-ENABLED TASK [TEST: wireless connection with OWE] ************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tests_wireless_wpa3_owe.yml:12 Wednesday 03 August 2022 17:21:57 +0000 (0:00:05.443) 0:01:35.200 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 17:21:57 +0000 (0:00:00.035) 0:01:35.235 ****** included: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/fedora-35.qcow2.snap TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 17:21:57 +0000 (0:00:00.045) 0:01:35.280 ****** ok: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 17:21:58 +0000 (0:00:00.576) 0:01:35.856 ****** ok: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 17:22:00 +0000 (0:00:02.219) 0:01:38.076 ****** ok: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 17:22:01 +0000 (0:00:01.034) 0:01:39.111 ****** ok: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 17:22:01 +0000 (0:00:00.056) 0:01:39.167 ****** skipping: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 17:22:01 +0000 (0:00:00.050) 0:01:39.217 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 17:22:01 +0000 (0:00:00.048) 0:01:39.266 ****** skipping: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 17:22:01 +0000 (0:00:00.086) 0:01:39.353 ****** skipping: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 17:22:01 +0000 (0:00:00.047) 0:01:39.401 ****** skipping: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 17:22:01 +0000 (0:00:00.051) 0:01:39.452 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 17:22:01 +0000 (0:00:00.073) 0:01:39.525 ****** ok: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 17:22:02 +0000 (0:00:00.601) 0:01:40.126 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "enabled": true, "name": "wpa_supplicant", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 17:21:46 UTC", "ActiveEnterTimestampMonotonic": "1526554917", "ActiveExitTimestamp": "Wed 2022-08-03 17:21:46 UTC", "ActiveExitTimestampMonotonic": "1526505464", "ActiveState": "active", "After": "basic.target sysinit.target dbus-broker.service systemd-journald.socket system.slice dbus.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 17:21:46 UTC", "AssertTimestampMonotonic": "1526548805", "Before": "network.target shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "fi.w1.wpa_supplicant1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "13394000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 17:21:46 UTC", "ConditionTimestampMonotonic": "1526548803", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "WPA supplicant", "DevicePolicy": "auto", "DynamicUser": "no", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestamp": "n/a", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "187562", "ExecMainStartTimestamp": "Wed 2022-08-03 17:21:46 UTC", "ExecMainStartTimestampMonotonic": "1526550230", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; ignore_errors=no ; start_time=[Wed 2022-08-03 17:21:46 UTC] ; stop_time=[n/a] ; pid=187562 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/wpa_supplicant ; argv[]=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u $INTERFACES $DRIVERS $OTHER_ARGS ; flags= ; start_time=[Wed 2022-08-03 17:21:46 UTC] ; stop_time=[n/a] ; pid=187562 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 17:21:46 UTC", "InactiveEnterTimestampMonotonic": "1526547842", "InactiveExitTimestamp": "Wed 2022-08-03 17:21:46 UTC", "InactiveExitTimestampMonotonic": "1526550916", "InvocationID": "1b4cc7258da84d079f65b55f03351051", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "7729", "LimitNPROCSoft": "7729", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "7729", "LimitSIGPENDINGSoft": "7729", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "187562", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1150976", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "wpa_supplicant.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 17:21:46 UTC", "StateChangeTimestampMonotonic": "1526554917", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "2318", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestamp": "n/a", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 17:22:03 +0000 (0:00:00.582) 0:01:40.708 ****** skipping: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 17:22:03 +0000 (0:00:00.076) 0:01:40.785 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 17:22:03 +0000 (0:00:00.044) 0:01:40.830 ****** changed: [/cache/fedora-35.qcow2.snap] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "203.0.113.2/24" ], "auto6": "no", "dhcp4": "no" }, "name": "wlan0", "state": "up", "type": "wireless", "wireless": { "key_mgmt": "owe", "ssid": "hostapd-owe" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, a2bf54fe-fe60-433b-bb7f-2ea72557b032 [004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a2bf54fe-fe60-433b-bb7f-2ea72557b032 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 17:22:04 +0000 (0:00:00.870) 0:01:41.700 ****** skipping: [/cache/fedora-35.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/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 17:22:04 +0000 (0:00:00.048) 0:01:41.748 ****** ok: [/cache/fedora-35.qcow2.snap] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, a2bf54fe-fe60-433b-bb7f-2ea72557b032", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a2bf54fe-fe60-433b-bb7f-2ea72557b032 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 17:22:04 +0000 (0:00:00.055) 0:01:41.804 ****** ok: [/cache/fedora-35.qcow2.snap] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [ { "ip": { "address": [ "203.0.113.2/24" ], "auto6": "no", "dhcp4": "no" }, "name": "wlan0", "state": "up", "type": "wireless", "wireless": { "key_mgmt": "owe", "ssid": "hostapd-owe" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, a2bf54fe-fe60-433b-bb7f-2ea72557b032\n[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a2bf54fe-fe60-433b-bb7f-2ea72557b032 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, a2bf54fe-fe60-433b-bb7f-2ea72557b032", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a2bf54fe-fe60-433b-bb7f-2ea72557b032 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 17:22:04 +0000 (0:00:00.055) 0:01:41.859 ****** skipping: [/cache/fedora-35.qcow2.snap] => {} TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 17:22:04 +0000 (0:00:00.045) 0:01:41.905 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "ping": "pong" } META: role_complete for /cache/fedora-35.qcow2.snap TASK [Verify connection profile] *********************************************** task path: /tmp/tmpn6gexhje/tests/network/playbooks/tests_wireless_wpa3_owe.yml:33 Wednesday 03 August 2022 17:22:04 +0000 (0:00:00.549) 0:01:42.455 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": "nmcli c show wlan0 | grep 802-11-wireless-security.key-mgmt", "delta": "0:00:00.023771", "end": "2022-08-03 17:22:04.810143", "rc": 0, "start": "2022-08-03 17:22:04.786372" } STDOUT: 802-11-wireless-security.key-mgmt: owe TASK [Assert that OWE is configured correctly] ********************************* task path: /tmp/tmpn6gexhje/tests/network/playbooks/tests_wireless_wpa3_owe.yml:39 Wednesday 03 August 2022 17:22:05 +0000 (0:00:00.467) 0:01:42.923 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=34 changed=6 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Wednesday 03 August 2022 17:22:05 +0000 (0:00:00.074) 0:01:42.997 ****** =============================================================================== install mac80211_hwsim kernel modules in Fedora ------------------------ 67.82s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:34 Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.63s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:8 ---------- Bring up wlan0 and wlan1 (mock wifi interfaces) ------------------------- 5.44s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:20 --------- Start hostapd ----------------------------------------------------------- 5.44s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:29 --------- install hostapd in Fedora ----------------------------------------------- 2.43s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 2.22s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install packages required to set up mock wifi network ------------------- 2.14s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 - Restart NetworkManager and wpa_supplicant ------------------------------- 1.17s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:12 --------- Gathering Facts --------------------------------------------------------- 1.08s /tmp/tmpn6gexhje/tests/network/tests_wireless_wpa3_owe_nm.yml:5 --------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.87s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Create hostapd config --------------------------------------------------- 0.87s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:42 Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpn6gexhje/tests/network/playbooks/tests_wireless_wpa3_owe.yml:3 -------- Ensure NetworkManager is running ---------------------------------------- 0.80s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:3 ---------- Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.60s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.58s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.58s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.55s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Back up system files ---------------------------------------------------- 0.52s /tmp/tmpn6gexhje/tests/network/_backup.yml:19 --------------------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpn6gexhje/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpn6gexhje/tests/network/_restore.yml:4 Wednesday 03 August 2022 17:22:05 +0000 (0:00:00.048) 0:01:43.046 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.007617", "end": "2022-08-03 17:22:05.335169", "rc": 0, "start": "2022-08-03 17:22:05.327552" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=35 changed=7 unreachable=0 failed=0 skipped=16 rescued=0 ignored=0 Wednesday 03 August 2022 17:22:05 +0000 (0:00:00.425) 0:01:43.472 ****** =============================================================================== install mac80211_hwsim kernel modules in Fedora ------------------------ 67.82s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:34 Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.63s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:8 ---------- Bring up wlan0 and wlan1 (mock wifi interfaces) ------------------------- 5.44s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:20 --------- Start hostapd ----------------------------------------------------------- 5.44s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:29 --------- install hostapd in Fedora ----------------------------------------------- 2.43s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 2.22s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install packages required to set up mock wifi network ------------------- 2.14s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 - Restart NetworkManager and wpa_supplicant ------------------------------- 1.17s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:12 --------- Gathering Facts --------------------------------------------------------- 1.08s /tmp/tmpn6gexhje/tests/network/tests_wireless_wpa3_owe_nm.yml:5 --------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.87s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Create hostapd config --------------------------------------------------- 0.87s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:42 Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpn6gexhje/tests/network/playbooks/tests_wireless_wpa3_owe.yml:3 -------- Ensure NetworkManager is running ---------------------------------------- 0.80s /tmp/tmpn6gexhje/tests/network/playbooks/tasks/start_mock_wifi.yml:3 ---------- Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.60s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.58s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.58s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.55s /tmp/tmpdm_c1v_l/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Back up system files ---------------------------------------------------- 0.52s /tmp/tmpn6gexhje/tests/network/_backup.yml:19 ---------------------------------