ansible-playbook [core 2.17.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible ansible collection location = /tmp/collections-XBs executable location = /usr/local/bin/ansible-playbook python version = 3.13.3 (main, Apr 22 2025, 00:00:00) [GCC 15.0.1 20250418 (Red Hat 15.0.1-0)] (/usr/bin/python3.13) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_wireless_wpa3_owe_nm.yml *************************************** 2 plays in /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/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/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml:6 Saturday 31 May 2025 08:50:47 -0400 (0:00:00.109) 0:00:00.109 ********** [WARNING]: Platform linux on host managed-node3 is using the discovered Python interpreter at /usr/bin/python3, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node3] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml:9 Saturday 31 May 2025 08:50:49 -0400 (0:00:01.922) 0:00:02.032 ********** included: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node3 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 31 May 2025 08:50:49 -0400 (0:00:00.043) 0:00:02.076 ********** ok: [managed-node3] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 31 May 2025 08:50:50 -0400 (0:00:00.814) 0:00:02.890 ********** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 31 May 2025 08:50:51 -0400 (0:00:01.067) 0:00:03.957 ********** ok: [managed-node3] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 31 May 2025 08:50:51 -0400 (0:00:00.131) 0:00:04.089 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml:11 Saturday 31 May 2025 08:50:51 -0400 (0:00:00.063) 0:00:04.153 ********** ok: [managed-node3] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing wireless connection] ************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:3 Saturday 31 May 2025 08:50:51 -0400 (0:00:00.118) 0:00:04.271 ********** ok: [managed-node3] TASK [INIT: wireless tests] **************************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:8 Saturday 31 May 2025 08:50:53 -0400 (0:00:01.265) 0:00:05.537 ********** ok: [managed-node3] => {} MSG: ################################################## TASK [Include the task 'setup_mock_wifi_wpa3_owe.yml'] ************************* task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:11 Saturday 31 May 2025 08:50:53 -0400 (0:00:00.075) 0:00:05.613 ********** included: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml for managed-node3 TASK [Install packages required to set up mock wifi network] ******************* task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 Saturday 31 May 2025 08:50:53 -0400 (0:00:00.115) 0:00:05.728 ********** changed: [managed-node3] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: wpa_supplicant-1:2.11-6.fc42.x86_64" ] } lsrpackages: NetworkManager wpa_supplicant TASK [This is an rpm-ostree system. This test cannot be run on such a system. The test wants to install the hostapd package from copr, and install the mac80211_hwsim kernel module. These operations are currently not supported on rpm-ostree systems.] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:20 Saturday 31 May 2025 08:50:56 -0400 (0:00:02.915) 0:00:08.644 ********** META: end_host conditional evaluated to False, continuing execution for managed-node3 skipping: [managed-node3] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node3" } MSG: end_host conditional evaluated to false, continuing execution for managed-node3 TASK [Install hostapd and mac80211_hwsim kernel module in CentOS] ************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:32 Saturday 31 May 2025 08:50:56 -0400 (0:00:00.021) 0:00:08.665 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Install hostapd in Fedora] *********************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:45 Saturday 31 May 2025 08:50:56 -0400 (0:00:00.036) 0:00:08.701 ********** ok: [managed-node3] => { "changed": false, "cmd": "dnf -y copr enable liangwen12year/hostapd-owe\ndnf -y install hostapd\n", "delta": "0:00:02.175684", "end": "2025-05-31 08:50:59.060504", "rc": 0, "start": "2025-05-31 08:50:56.884820" } STDOUT: Package Arch Version Repository Size Installing: hostapd x86_64 2.11-2.fc42 fedora 1.9 MiB Transaction Summary: Installing: 1 package STDERR: https://copr.fedorainfracloud.org/api_ 100% | 934.0 B/s | 229.0 B | 00m00s Chroot not found in the given Copr project (fedora-42-x86_64). You can choose one of the available chroots explicitly: epel-8-x86_64 epel-9-x86_64 Updating and loading repositories: Repositories loaded. Total size of inbound packages is 784 KiB. Need to download 784 KiB. After this operation, 2 MiB extra will be used (install 2 MiB, remove 0 B). [1/1] hostapd-0:2.11-2.fc42.x86_64 100% | 26.4 MiB/s | 783.6 KiB | 00m00s -------------------------------------------------------------------------------- [1/1] Total 100% | 2.5 MiB/s | 783.6 KiB | 00m00s Running transaction [1/3] Verify package files 100% | 166.0 B/s | 1.0 B | 00m00s [2/3] Prepare transaction 100% | 12.0 B/s | 1.0 B | 00m00s [3/3] Installing hostapd-0:2.11-2.fc42. 100% | 3.7 MiB/s | 1.9 MiB | 00m01s Complete! TASK [Install mac80211_hwsim kernel modules in Fedora] ************************* task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:53 Saturday 31 May 2025 08:50:59 -0400 (0:00:02.884) 0:00:11.586 ********** ok: [managed-node3] => { "changed": false, "cmd": "dnf -y install koji\nkoji download-build --arch=$(uname -m) kernel-modules-internal-$(uname -r)\ndnf -y install kernel-modules*.rpm\n", "delta": "0:00:29.684792", "end": "2025-05-31 08:51:29.362344", "rc": 0, "start": "2025-05-31 08:50:59.677552" } STDOUT: Package Arch Version Repository Size Installing: koji noarch 1.35.3-1.fc42 updates 896.5 KiB Installing dependencies: python3-decorator noarch 5.1.1-14.fc42 fedora 78.5 KiB python3-defusedxml noarch 0.7.1-18.fc42 fedora 196.4 KiB python3-gssapi x86_64 1.7.3-11.fc42 fedora 2.6 MiB python3-koji noarch 1.35.3-1.fc42 updates 2.2 MiB python3-requests-gssapi noarch 1.2.3-14.fc42 fedora 61.5 KiB Transaction Summary: Installing: 6 packages Downloading [1/30]: kernel-debug-uki-virt-addons-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 213.00 KiB / 213.00 KiB Downloading [2/30]: rv-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 219.79 KiB / 219.79 KiB Downloading [3/30]: kernel-selftests-internal-6.14.5-300.fc42.x86_64.rpm [========= ] 25% 1.00 MiB / 3.85 MiB [================== ] 51% 2.00 MiB / 3.85 MiB [============================ ] 77% 3.00 MiB / 3.85 MiB [====================================] 100% 3.85 MiB / 3.85 MiB Downloading [4/30]: libperf-devel-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 238.49 KiB / 238.49 KiB Downloading [5/30]: kernel-debug-modules-extra-6.14.5-300.fc42.x86_64.rpm [======= ] 20% 1.00 MiB / 4.95 MiB [============== ] 40% 2.00 MiB / 4.95 MiB [===================== ] 60% 3.00 MiB / 4.95 MiB [============================= ] 80% 4.00 MiB / 4.95 MiB [====================================] 100% 4.95 MiB / 4.95 MiB Downloading [6/30]: kernel-devel-matched-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 205.84 KiB / 205.84 KiB Downloading [7/30]: kernel-tools-libs-devel-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 359.24 KiB / 359.24 KiB Downloading [8/30]: python3-perf-6.14.5-300.fc42.x86_64.rpm [======================== ] 67% 1.00 MiB / 1.49 MiB [====================================] 100% 1.49 MiB / 1.49 MiB Downloading [9/30]: kernel-debug-modules-internal-6.14.5-300.fc42.x86_64.rpm [============ ] 36% 1.00 MiB / 2.78 MiB [========================= ] 72% 2.00 MiB / 2.78 MiB [====================================] 100% 2.78 MiB / 2.78 MiB Downloading [10/30]: rtla-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 263.66 KiB / 263.66 KiB Downloading [11/30]: kernel-modules-extra-6.14.5-300.fc42.x86_64.rpm [============ ] 34% 1.00 MiB / 2.87 MiB [========================= ] 69% 2.00 MiB / 2.87 MiB [====================================] 100% 2.87 MiB / 2.87 MiB Downloading [12/30]: perf-6.14.5-300.fc42.x86_64.rpm [============== ] 41% 1.00 MiB / 2.42 MiB [============================= ] 82% 2.00 MiB / 2.42 MiB [====================================] 100% 2.42 MiB / 2.42 MiB Downloading [13/30]: kernel-modules-internal-6.14.5-300.fc42.x86_64.rpm [===================== ] 58% 1.00 MiB / 1.70 MiB [====================================] 100% 1.70 MiB / 1.70 MiB Downloading [14/30]: kernel-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 205.79 KiB / 205.79 KiB Downloading [15/30]: kernel-uki-virt-addons-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 212.96 KiB / 212.96 KiB Downloading [16/30]: kernel-debug-devel-6.14.5-300.fc42.x86_64.rpm [= ] 5% 1.00 MiB / 18.49 MiB [=== ] 10% 2.00 MiB / 18.49 MiB [===== ] 16% 3.00 MiB / 18.49 MiB [======= ] 21% 4.00 MiB / 18.49 MiB [========= ] 27% 5.00 MiB / 18.49 MiB [=========== ] 32% 6.00 MiB / 18.49 MiB [============= ] 37% 7.00 MiB / 18.49 MiB [=============== ] 43% 8.00 MiB / 18.49 MiB [================= ] 48% 9.00 MiB / 18.49 MiB [=================== ] 54% 10.00 MiB / 18.49 MiB [===================== ] 59% 11.00 MiB / 18.49 MiB [======================= ] 64% 12.00 MiB / 18.49 MiB [========================= ] 70% 13.00 MiB / 18.49 MiB [=========================== ] 75% 14.00 MiB / 18.49 MiB [============================= ] 81% 15.00 MiB / 18.49 MiB [=============================== ] 86% 16.00 MiB / 18.49 MiB [================================= ] 91% 17.00 MiB / 18.49 MiB [=================================== ] 97% 18.00 MiB / 18.49 MiB [====================================] 100% 18.49 MiB / 18.49 MiB Downloading [17/30]: kernel-tools-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 726.71 KiB / 726.71 KiB Downloading [18/30]: kernel-tools-libs-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 218.30 KiB / 218.30 KiB Downloading [19/30]: kernel-debug-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 205.88 KiB / 205.88 KiB Downloading [20/30]: kernel-debug-devel-matched-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 205.87 KiB / 205.87 KiB Downloading [21/30]: libperf-6.14.5-300.fc42.x86_64.rpm [====================================] 100% 227.92 KiB / 227.92 KiB Downloading [22/30]: kernel-devel-6.14.5-300.fc42.x86_64.rpm [= ] 5% 1.00 MiB / 18.30 MiB [=== ] 10% 2.00 MiB / 18.30 MiB [===== ] 16% 3.00 MiB / 18.30 MiB [======= ] 21% 4.00 MiB / 18.30 MiB [========= ] 27% 5.00 MiB / 18.30 MiB [=========== ] 32% 6.00 MiB / 18.30 MiB [============= ] 38% 7.00 MiB / 18.30 MiB [=============== ] 43% 8.00 MiB / 18.30 MiB [================= ] 49% 9.00 MiB / 18.30 MiB [=================== ] 54% 10.00 MiB / 18.30 MiB [===================== ] 60% 11.00 MiB / 18.30 MiB [======================= ] 65% 12.00 MiB / 18.30 MiB [========================= ] 71% 13.00 MiB / 18.30 MiB [=========================== ] 76% 14.00 MiB / 18.30 MiB [============================= ] 81% 15.00 MiB / 18.30 MiB [=============================== ] 87% 16.00 MiB / 18.30 MiB [================================= ] 92% 17.00 MiB / 18.30 MiB [=================================== ] 98% 18.00 MiB / 18.30 MiB [====================================] 100% 18.30 MiB / 18.30 MiB Downloading [23/30]: kernel-debug-modules-core-6.14.5-300.fc42.x86_64.rpm [ ] 1% 1.00 MiB / 65.95 MiB [= ] 3% 2.00 MiB / 65.95 MiB [= ] 4% 3.00 MiB / 65.95 MiB [== ] 6% 4.00 MiB / 65.95 MiB [== ] 7% 5.00 MiB / 65.95 MiB [=== ] 9% 6.00 MiB / 65.95 MiB [=== ] 10% 7.00 MiB / 65.95 MiB [==== ] 12% 8.00 MiB / 65.95 MiB [==== ] 13% 9.00 MiB / 65.95 MiB [===== ] 15% 10.00 MiB / 65.95 MiB [====== ] 16% 11.00 MiB / 65.95 MiB [====== ] 18% 12.00 MiB / 65.95 MiB [======= ] 19% 13.00 MiB / 65.95 MiB [======= ] 21% 14.00 MiB / 65.95 MiB [======== ] 22% 15.00 MiB / 65.95 MiB [======== ] 24% 16.00 MiB / 65.95 MiB [========= ] 25% 17.00 MiB / 65.95 MiB [========= ] 27% 18.00 MiB / 65.95 MiB [========== ] 28% 19.00 MiB / 65.95 MiB [========== ] 30% 20.00 MiB / 65.95 MiB [=========== ] 31% 21.00 MiB / 65.95 MiB [============ ] 33% 22.00 MiB / 65.95 MiB [============ ] 34% 23.00 MiB / 65.95 MiB [============= ] 36% 24.00 MiB / 65.95 MiB [============= ] 37% 25.00 MiB / 65.95 MiB [============== ] 39% 26.00 MiB / 65.95 MiB [============== ] 40% 27.00 MiB / 65.95 MiB [=============== ] 42% 28.00 MiB / 65.95 MiB [=============== ] 43% 29.00 MiB / 65.95 MiB [================ ] 45% 30.00 MiB / 65.95 MiB [================ ] 47% 31.00 MiB / 65.95 MiB [================= ] 48% 32.00 MiB / 65.95 MiB [================== ] 50% 33.00 MiB / 65.95 MiB [================== ] 51% 34.00 MiB / 65.95 MiB [=================== ] 53% 35.00 MiB / 65.95 MiB [=================== ] 54% 36.00 MiB / 65.95 MiB [==================== ] 56% 37.00 MiB / 65.95 MiB [==================== ] 57% 38.00 MiB / 65.95 MiB [===================== ] 59% 39.00 MiB / 65.95 MiB [===================== ] 60% 40.00 MiB / 65.95 MiB [====================== ] 62% 41.00 MiB / 65.95 MiB [====================== ] 63% 42.00 MiB / 65.95 MiB [======================= ] 65% 43.00 MiB / 65.95 MiB [======================== ] 66% 44.00 MiB / 65.95 MiB [======================== ] 68% 45.00 MiB / 65.95 MiB [========================= ] 69% 46.00 MiB / 65.95 MiB [========================= ] 71% 47.00 MiB / 65.95 MiB [========================== ] 72% 48.00 MiB / 65.95 MiB [========================== ] 74% 49.00 MiB / 65.95 MiB [=========================== ] 75% 50.00 MiB / 65.95 MiB [=========================== ] 77% 51.00 MiB / 65.95 MiB [============================ ] 78% 52.00 MiB / 65.95 MiB [============================ ] 80% 53.00 MiB / 65.95 MiB [============================= ] 81% 54.00 MiB / 65.95 MiB [============================== ] 83% 55.00 MiB / 65.95 MiB [============================== ] 84% 56.00 MiB / 65.95 MiB [=============================== ] 86% 57.00 MiB / 65.95 MiB [=============================== ] 87% 58.00 MiB / 65.95 MiB [================================ ] 89% 59.00 MiB / 65.95 MiB [================================ ] 90% 60.00 MiB / 65.95 MiB [================================= ] 92% 61.00 MiB / 65.95 MiB [================================= ] 94% 62.00 MiB / 65.95 MiB [================================== ] 95% 63.00 MiB / 65.95 MiB [================================== ] 97% 64.00 MiB / 65.95 MiB [=================================== ] 98% 65.00 MiB / 65.95 MiB [====================================] 100% 65.95 MiB / 65.95 MiB Downloading [24/30]: kernel-core-6.14.5-300.fc42.x86_64.rpm [= ] 5% 1.00 MiB / 19.08 MiB [=== ] 10% 2.00 MiB / 19.08 MiB [===== ] 15% 3.00 MiB / 19.08 MiB [======= ] 20% 4.00 MiB / 19.08 MiB [========= ] 26% 5.00 MiB / 19.08 MiB [=========== ] 31% 6.00 MiB / 19.08 MiB [============= ] 36% 7.00 MiB / 19.08 MiB [=============== ] 41% 8.00 MiB / 19.08 MiB [================ ] 47% 9.00 MiB / 19.08 MiB [================== ] 52% 10.00 MiB / 19.08 MiB [==================== ] 57% 11.00 MiB / 19.08 MiB [====================== ] 62% 12.00 MiB / 19.08 MiB [======================== ] 68% 13.00 MiB / 19.08 MiB [========================== ] 73% 14.00 MiB / 19.08 MiB [============================ ] 78% 15.00 MiB / 19.08 MiB [============================== ] 83% 16.00 MiB / 19.08 MiB [================================ ] 89% 17.00 MiB / 19.08 MiB [================================= ] 94% 18.00 MiB / 19.08 MiB [=================================== ] 99% 19.00 MiB / 19.08 MiB [====================================] 100% 19.08 MiB / 19.08 MiB Downloading [25/30]: kernel-modules-core-6.14.5-300.fc42.x86_64.rpm [ ] 2% 1.00 MiB / 39.92 MiB [= ] 5% 2.00 MiB / 39.92 MiB [== ] 7% 3.00 MiB / 39.92 MiB [=== ] 10% 4.00 MiB / 39.92 MiB [==== ] 12% 5.00 MiB / 39.92 MiB [===== ] 15% 6.00 MiB / 39.92 MiB [====== ] 17% 7.00 MiB / 39.92 MiB [======= ] 20% 8.00 MiB / 39.92 MiB [======== ] 22% 9.00 MiB / 39.92 MiB [========= ] 25% 10.00 MiB / 39.92 MiB [========= ] 27% 11.00 MiB / 39.92 MiB [========== ] 30% 12.00 MiB / 39.92 MiB [=========== ] 32% 13.00 MiB / 39.92 MiB [============ ] 35% 14.00 MiB / 39.92 MiB [============= ] 37% 15.00 MiB / 39.92 MiB [============== ] 40% 16.00 MiB / 39.92 MiB [=============== ] 42% 17.00 MiB / 39.92 MiB [================ ] 45% 18.00 MiB / 39.92 MiB [================= ] 47% 19.00 MiB / 39.92 MiB [================== ] 50% 20.00 MiB / 39.92 MiB [================== ] 52% 21.00 MiB / 39.92 MiB [=================== ] 55% 22.00 MiB / 39.92 MiB [==================== ] 57% 23.00 MiB / 39.92 MiB [===================== ] 60% 24.00 MiB / 39.92 MiB [====================== ] 62% 25.00 MiB / 39.92 MiB [======================= ] 65% 26.00 MiB / 39.92 MiB [======================== ] 67% 27.00 MiB / 39.92 MiB [========================= ] 70% 28.00 MiB / 39.92 MiB [========================== ] 72% 29.00 MiB / 39.92 MiB [=========================== ] 75% 30.00 MiB / 39.92 MiB [=========================== ] 77% 31.00 MiB / 39.92 MiB [============================ ] 80% 32.00 MiB / 39.92 MiB [============================= ] 82% 33.00 MiB / 39.92 MiB [============================== ] 85% 34.00 MiB / 39.92 MiB [=============================== ] 87% 35.00 MiB / 39.92 MiB [================================ ] 90% 36.00 MiB / 39.92 MiB [================================= ] 92% 37.00 MiB / 39.92 MiB [================================== ] 95% 38.00 MiB / 39.92 MiB [=================================== ] 97% 39.00 MiB / 39.92 MiB [====================================] 100% 39.92 MiB / 39.92 MiB Downloading [26/30]: kernel-modules-6.14.5-300.fc42.x86_64.rpm [ ] 1% 1.00 MiB / 66.53 MiB [= ] 3% 2.00 MiB / 66.53 MiB [= ] 4% 3.00 MiB / 66.53 MiB [== ] 6% 4.00 MiB / 66.53 MiB [== ] 7% 5.00 MiB / 66.53 MiB [=== ] 9% 6.00 MiB / 66.53 MiB [=== ] 10% 7.00 MiB / 66.53 MiB [==== ] 12% 8.00 MiB / 66.53 MiB [==== ] 13% 9.00 MiB / 66.53 MiB [===== ] 15% 10.00 MiB / 66.53 MiB [===== ] 16% 11.00 MiB / 66.53 MiB [====== ] 18% 12.00 MiB / 66.53 MiB [======= ] 19% 13.00 MiB / 66.53 MiB [======= ] 21% 14.00 MiB / 66.53 MiB [======== ] 22% 15.00 MiB / 66.53 MiB [======== ] 24% 16.00 MiB / 66.53 MiB [========= ] 25% 17.00 MiB / 66.53 MiB [========= ] 27% 18.00 MiB / 66.53 MiB [========== ] 28% 19.00 MiB / 66.53 MiB [========== ] 30% 20.00 MiB / 66.53 MiB [=========== ] 31% 21.00 MiB / 66.53 MiB [=========== ] 33% 22.00 MiB / 66.53 MiB [============ ] 34% 23.00 MiB / 66.53 MiB [============ ] 36% 24.00 MiB / 66.53 MiB [============= ] 37% 25.00 MiB / 66.53 MiB [============== ] 39% 26.00 MiB / 66.53 MiB [============== ] 40% 27.00 MiB / 66.53 MiB [=============== ] 42% 28.00 MiB / 66.53 MiB [=============== ] 43% 29.00 MiB / 66.53 MiB [================ ] 45% 30.00 MiB / 66.53 MiB [================ ] 46% 31.00 MiB / 66.53 MiB [================= ] 48% 32.00 MiB / 66.53 MiB [================= ] 49% 33.00 MiB / 66.53 MiB [================== ] 51% 34.00 MiB / 66.53 MiB [================== ] 52% 35.00 MiB / 66.53 MiB [=================== ] 54% 36.00 MiB / 66.53 MiB [==================== ] 55% 37.00 MiB / 66.53 MiB [==================== ] 57% 38.00 MiB / 66.53 MiB [===================== ] 58% 39.00 MiB / 66.53 MiB [===================== ] 60% 40.00 MiB / 66.53 MiB [====================== ] 61% 41.00 MiB / 66.53 MiB [====================== ] 63% 42.00 MiB / 66.53 MiB [======================= ] 64% 43.00 MiB / 66.53 MiB [======================= ] 66% 44.00 MiB / 66.53 MiB [======================== ] 67% 45.00 MiB / 66.53 MiB [======================== ] 69% 46.00 MiB / 66.53 MiB [========================= ] 70% 47.00 MiB / 66.53 MiB [========================= ] 72% 48.00 MiB / 66.53 MiB [========================== ] 73% 49.00 MiB / 66.53 MiB [=========================== ] 75% 50.00 MiB / 66.53 MiB [=========================== ] 76% 51.00 MiB / 66.53 MiB [============================ ] 78% 52.00 MiB / 66.53 MiB [============================ ] 79% 53.00 MiB / 66.53 MiB [============================= ] 81% 54.00 MiB / 66.53 MiB [============================= ] 82% 55.00 MiB / 66.53 MiB [============================== ] 84% 56.00 MiB / 66.53 MiB [============================== ] 85% 57.00 MiB / 66.53 MiB [=============================== ] 87% 58.00 MiB / 66.53 MiB [=============================== ] 88% 59.00 MiB / 66.53 MiB [================================ ] 90% 60.00 MiB / 66.53 MiB [================================= ] 91% 61.00 MiB / 66.53 MiB [================================= ] 93% 62.00 MiB / 66.53 MiB [================================== ] 94% 63.00 MiB / 66.53 MiB [================================== ] 96% 64.00 MiB / 66.53 MiB [=================================== ] 97% 65.00 MiB / 66.53 MiB [=================================== ] 99% 66.00 MiB / 66.53 MiB [====================================] 100% 66.53 MiB / 66.53 MiB Downloading [27/30]: kernel-debug-core-6.14.5-300.fc42.x86_64.rpm [= ] 2% 1.00 MiB / 33.72 MiB [== ] 5% 2.00 MiB / 33.72 MiB [=== ] 8% 3.00 MiB / 33.72 MiB [==== ] 11% 4.00 MiB / 33.72 MiB [===== ] 14% 5.00 MiB / 33.72 MiB [====== ] 17% 6.00 MiB / 33.72 MiB [======= ] 20% 7.00 MiB / 33.72 MiB [======== ] 23% 8.00 MiB / 33.72 MiB [========= ] 26% 9.00 MiB / 33.72 MiB [========== ] 29% 10.00 MiB / 33.72 MiB [=========== ] 32% 11.00 MiB / 33.72 MiB [============ ] 35% 12.00 MiB / 33.72 MiB [============= ] 38% 13.00 MiB / 33.72 MiB [============== ] 41% 14.00 MiB / 33.72 MiB [================ ] 44% 15.00 MiB / 33.72 MiB [================= ] 47% 16.00 MiB / 33.72 MiB [================== ] 50% 17.00 MiB / 33.72 MiB [=================== ] 53% 18.00 MiB / 33.72 MiB [==================== ] 56% 19.00 MiB / 33.72 MiB [===================== ] 59% 20.00 MiB / 33.72 MiB [====================== ] 62% 21.00 MiB / 33.72 MiB [======================= ] 65% 22.00 MiB / 33.72 MiB [======================== ] 68% 23.00 MiB / 33.72 MiB [========================= ] 71% 24.00 MiB / 33.72 MiB [========================== ] 74% 25.00 MiB / 33.72 MiB [=========================== ] 77% 26.00 MiB / 33.72 MiB [============================ ] 80% 27.00 MiB / 33.72 MiB [============================= ] 83% 28.00 MiB / 33.72 MiB [============================== ] 85% 29.00 MiB / 33.72 MiB [================================ ] 88% 30.00 MiB / 33.72 MiB [================================= ] 91% 31.00 MiB / 33.72 MiB [================================== ] 94% 32.00 MiB / 33.72 MiB [=================================== ] 97% 33.00 MiB / 33.72 MiB [====================================] 100% 33.72 MiB / 33.72 MiB Downloading [28/30]: kernel-debug-modules-6.14.5-300.fc42.x86_64.rpm [ ] 0% 1.00 MiB / 110.72 MiB [ ] 1% 2.00 MiB / 110.72 MiB [ ] 2% 3.00 MiB / 110.72 MiB [= ] 3% 4.00 MiB / 110.72 MiB [= ] 4% 5.00 MiB / 110.72 MiB [= ] 5% 6.00 MiB / 110.72 MiB [== ] 6% 7.00 MiB / 110.72 MiB [== ] 7% 8.00 MiB / 110.72 MiB [== ] 8% 9.00 MiB / 110.72 MiB [=== ] 9% 10.00 MiB / 110.72 MiB [=== ] 9% 11.00 MiB / 110.72 MiB [=== ] 10% 12.00 MiB / 110.72 MiB [==== ] 11% 13.00 MiB / 110.72 MiB [==== ] 12% 14.00 MiB / 110.72 MiB [==== ] 13% 15.00 MiB / 110.72 MiB [===== ] 14% 16.00 MiB / 110.72 MiB [===== ] 15% 17.00 MiB / 110.72 MiB [===== ] 16% 18.00 MiB / 110.72 MiB [====== ] 17% 19.00 MiB / 110.72 MiB [====== ] 18% 20.00 MiB / 110.72 MiB [====== ] 18% 21.00 MiB / 110.72 MiB [======= ] 19% 22.00 MiB / 110.72 MiB [======= ] 20% 23.00 MiB / 110.72 MiB [======= ] 21% 24.00 MiB / 110.72 MiB [======== ] 22% 25.00 MiB / 110.72 MiB [======== ] 23% 26.00 MiB / 110.72 MiB [======== ] 24% 27.00 MiB / 110.72 MiB [========= ] 25% 28.00 MiB / 110.72 MiB [========= ] 26% 29.00 MiB / 110.72 MiB [========= ] 27% 30.00 MiB / 110.72 MiB [========== ] 27% 31.00 MiB / 110.72 MiB [========== ] 28% 32.00 MiB / 110.72 MiB [========== ] 29% 33.00 MiB / 110.72 MiB [=========== ] 30% 34.00 MiB / 110.72 MiB [=========== ] 31% 35.00 MiB / 110.72 MiB [=========== ] 32% 36.00 MiB / 110.72 MiB [============ ] 33% 37.00 MiB / 110.72 MiB [============ ] 34% 38.00 MiB / 110.72 MiB [============ ] 35% 39.00 MiB / 110.72 MiB [============= ] 36% 40.00 MiB / 110.72 MiB [============= ] 37% 41.00 MiB / 110.72 MiB [============= ] 37% 42.00 MiB / 110.72 MiB [============= ] 38% 43.00 MiB / 110.72 MiB [============== ] 39% 44.00 MiB / 110.72 MiB [============== ] 40% 45.00 MiB / 110.72 MiB [============== ] 41% 46.00 MiB / 110.72 MiB [=============== ] 42% 47.00 MiB / 110.72 MiB [=============== ] 43% 48.00 MiB / 110.72 MiB [=============== ] 44% 49.00 MiB / 110.72 MiB [================ ] 45% 50.00 MiB / 110.72 MiB [================ ] 46% 51.00 MiB / 110.72 MiB [================ ] 46% 52.00 MiB / 110.72 MiB [================= ] 47% 53.00 MiB / 110.72 MiB [================= ] 48% 54.00 MiB / 110.72 MiB [================= ] 49% 55.00 MiB / 110.72 MiB [================== ] 50% 56.00 MiB / 110.72 MiB [================== ] 51% 57.00 MiB / 110.72 MiB [================== ] 52% 58.00 MiB / 110.72 MiB [=================== ] 53% 59.00 MiB / 110.72 MiB [=================== ] 54% 60.00 MiB / 110.72 MiB [=================== ] 55% 61.00 MiB / 110.72 MiB [==================== ] 55% 62.00 MiB / 110.72 MiB [==================== ] 56% 63.00 MiB / 110.72 MiB [==================== ] 57% 64.00 MiB / 110.72 MiB [===================== ] 58% 65.00 MiB / 110.72 MiB [===================== ] 59% 66.00 MiB / 110.72 MiB [===================== ] 60% 67.00 MiB / 110.72 MiB [====================== ] 61% 68.00 MiB / 110.72 MiB [====================== ] 62% 69.00 MiB / 110.72 MiB [====================== ] 63% 70.00 MiB / 110.72 MiB [======================= ] 64% 71.00 MiB / 110.72 MiB [======================= ] 65% 72.00 MiB / 110.72 MiB [======================= ] 65% 73.00 MiB / 110.72 MiB [======================== ] 66% 74.00 MiB / 110.72 MiB [======================== ] 67% 75.00 MiB / 110.72 MiB [======================== ] 68% 76.00 MiB / 110.72 MiB [========================= ] 69% 77.00 MiB / 110.72 MiB [========================= ] 70% 78.00 MiB / 110.72 MiB [========================= ] 71% 79.00 MiB / 110.72 MiB [========================== ] 72% 80.00 MiB / 110.72 MiB [========================== ] 73% 81.00 MiB / 110.72 MiB [========================== ] 74% 82.00 MiB / 110.72 MiB [========================== ] 74% 83.00 MiB / 110.72 MiB [=========================== ] 75% 84.00 MiB / 110.72 MiB [=========================== ] 76% 85.00 MiB / 110.72 MiB [=========================== ] 77% 86.00 MiB / 110.72 MiB [============================ ] 78% 87.00 MiB / 110.72 MiB [============================ ] 79% 88.00 MiB / 110.72 MiB [============================ ] 80% 89.00 MiB / 110.72 MiB [============================= ] 81% 90.00 MiB / 110.72 MiB [============================= ] 82% 91.00 MiB / 110.72 MiB [============================= ] 83% 92.00 MiB / 110.72 MiB [============================== ] 83% 93.00 MiB / 110.72 MiB [============================== ] 84% 94.00 MiB / 110.72 MiB [============================== ] 85% 95.00 MiB / 110.72 MiB [=============================== ] 86% 96.00 MiB / 110.72 MiB [=============================== ] 87% 97.00 MiB / 110.72 MiB [=============================== ] 88% 98.00 MiB / 110.72 MiB [================================ ] 89% 99.00 MiB / 110.72 MiB [================================ ] 90% 100.00 MiB / 110.72 MiB [================================ ] 91% 101.00 MiB / 110.72 MiB [================================= ] 92% 102.00 MiB / 110.72 MiB [================================= ] 93% 103.00 MiB / 110.72 MiB [================================= ] 93% 104.00 MiB / 110.72 MiB [================================== ] 94% 105.00 MiB / 110.72 MiB [================================== ] 95% 106.00 MiB / 110.72 MiB [================================== ] 96% 107.00 MiB / 110.72 MiB [=================================== ] 97% 108.00 MiB / 110.72 MiB [=================================== ] 98% 109.00 MiB / 110.72 MiB [=================================== ] 99% 110.00 MiB / 110.72 MiB [====================================] 100% 110.72 MiB / 110.72 MiB Downloading [29/30]: kernel-debug-uki-virt-6.14.5-300.fc42.x86_64.rpm [ ] 1% 1.00 MiB / 80.53 MiB [ ] 2% 2.00 MiB / 80.53 MiB [= ] 3% 3.00 MiB / 80.53 MiB [= ] 4% 4.00 MiB / 80.53 MiB [== ] 6% 5.00 MiB / 80.53 MiB [== ] 7% 6.00 MiB / 80.53 MiB [=== ] 8% 7.00 MiB / 80.53 MiB [=== ] 9% 8.00 MiB / 80.53 MiB [==== ] 11% 9.00 MiB / 80.53 MiB [==== ] 12% 10.00 MiB / 80.53 MiB [==== ] 13% 11.00 MiB / 80.53 MiB [===== ] 14% 12.00 MiB / 80.53 MiB [===== ] 16% 13.00 MiB / 80.53 MiB [====== ] 17% 14.00 MiB / 80.53 MiB [====== ] 18% 15.00 MiB / 80.53 MiB [======= ] 19% 16.00 MiB / 80.53 MiB [======= ] 21% 17.00 MiB / 80.53 MiB [======== ] 22% 18.00 MiB / 80.53 MiB [======== ] 23% 19.00 MiB / 80.53 MiB [======== ] 24% 20.00 MiB / 80.53 MiB [========= ] 26% 21.00 MiB / 80.53 MiB [========= ] 27% 22.00 MiB / 80.53 MiB [========== ] 28% 23.00 MiB / 80.53 MiB [========== ] 29% 24.00 MiB / 80.53 MiB [=========== ] 31% 25.00 MiB / 80.53 MiB [=========== ] 32% 26.00 MiB / 80.53 MiB [============ ] 33% 27.00 MiB / 80.53 MiB [============ ] 34% 28.00 MiB / 80.53 MiB [============ ] 36% 29.00 MiB / 80.53 MiB [============= ] 37% 30.00 MiB / 80.53 MiB [============= ] 38% 31.00 MiB / 80.53 MiB [============== ] 39% 32.00 MiB / 80.53 MiB [============== ] 40% 33.00 MiB / 80.53 MiB [=============== ] 42% 34.00 MiB / 80.53 MiB [=============== ] 43% 35.00 MiB / 80.53 MiB [================ ] 44% 36.00 MiB / 80.53 MiB [================ ] 45% 37.00 MiB / 80.53 MiB [================ ] 47% 38.00 MiB / 80.53 MiB [================= ] 48% 39.00 MiB / 80.53 MiB [================= ] 49% 40.00 MiB / 80.53 MiB [================== ] 50% 41.00 MiB / 80.53 MiB [================== ] 52% 42.00 MiB / 80.53 MiB [=================== ] 53% 43.00 MiB / 80.53 MiB [=================== ] 54% 44.00 MiB / 80.53 MiB [==================== ] 55% 45.00 MiB / 80.53 MiB [==================== ] 57% 46.00 MiB / 80.53 MiB [===================== ] 58% 47.00 MiB / 80.53 MiB [===================== ] 59% 48.00 MiB / 80.53 MiB [===================== ] 60% 49.00 MiB / 80.53 MiB [====================== ] 62% 50.00 MiB / 80.53 MiB [====================== ] 63% 51.00 MiB / 80.53 MiB [======================= ] 64% 52.00 MiB / 80.53 MiB [======================= ] 65% 53.00 MiB / 80.53 MiB [======================== ] 67% 54.00 MiB / 80.53 MiB [======================== ] 68% 55.00 MiB / 80.53 MiB [========================= ] 69% 56.00 MiB / 80.53 MiB [========================= ] 70% 57.00 MiB / 80.53 MiB [========================= ] 72% 58.00 MiB / 80.53 MiB [========================== ] 73% 59.00 MiB / 80.53 MiB [========================== ] 74% 60.00 MiB / 80.53 MiB [=========================== ] 75% 61.00 MiB / 80.53 MiB [=========================== ] 76% 62.00 MiB / 80.53 MiB [============================ ] 78% 63.00 MiB / 80.53 MiB [============================ ] 79% 64.00 MiB / 80.53 MiB [============================= ] 80% 65.00 MiB / 80.53 MiB [============================= ] 81% 66.00 MiB / 80.53 MiB [============================= ] 83% 67.00 MiB / 80.53 MiB [============================== ] 84% 68.00 MiB / 80.53 MiB [============================== ] 85% 69.00 MiB / 80.53 MiB [=============================== ] 86% 70.00 MiB / 80.53 MiB [=============================== ] 88% 71.00 MiB / 80.53 MiB [================================ ] 89% 72.00 MiB / 80.53 MiB [================================ ] 90% 73.00 MiB / 80.53 MiB [================================= ] 91% 74.00 MiB / 80.53 MiB [================================= ] 93% 75.00 MiB / 80.53 MiB [================================= ] 94% 76.00 MiB / 80.53 MiB [================================== ] 95% 77.00 MiB / 80.53 MiB [================================== ] 96% 78.00 MiB / 80.53 MiB [=================================== ] 98% 79.00 MiB / 80.53 MiB [=================================== ] 99% 80.00 MiB / 80.53 MiB [====================================] 100% 80.53 MiB / 80.53 MiB Downloading [30/30]: kernel-uki-virt-6.14.5-300.fc42.x86_64.rpm [ ] 1% 1.00 MiB / 59.90 MiB [= ] 3% 2.00 MiB / 59.90 MiB [= ] 5% 3.00 MiB / 59.90 MiB [== ] 6% 4.00 MiB / 59.90 MiB [=== ] 8% 5.00 MiB / 59.90 MiB [=== ] 10% 6.00 MiB / 59.90 MiB [==== ] 11% 7.00 MiB / 59.90 MiB [==== ] 13% 8.00 MiB / 59.90 MiB [===== ] 15% 9.00 MiB / 59.90 MiB [====== ] 16% 10.00 MiB / 59.90 MiB [====== ] 18% 11.00 MiB / 59.90 MiB [======= ] 20% 12.00 MiB / 59.90 MiB [======= ] 21% 13.00 MiB / 59.90 MiB [======== ] 23% 14.00 MiB / 59.90 MiB [========= ] 25% 15.00 MiB / 59.90 MiB [========= ] 26% 16.00 MiB / 59.90 MiB [========== ] 28% 17.00 MiB / 59.90 MiB [========== ] 30% 18.00 MiB / 59.90 MiB [=========== ] 31% 19.00 MiB / 59.90 MiB [============ ] 33% 20.00 MiB / 59.90 MiB [============ ] 35% 21.00 MiB / 59.90 MiB [============= ] 36% 22.00 MiB / 59.90 MiB [============= ] 38% 23.00 MiB / 59.90 MiB [============== ] 40% 24.00 MiB / 59.90 MiB [=============== ] 41% 25.00 MiB / 59.90 MiB [=============== ] 43% 26.00 MiB / 59.90 MiB [================ ] 45% 27.00 MiB / 59.90 MiB [================ ] 46% 28.00 MiB / 59.90 MiB [================= ] 48% 29.00 MiB / 59.90 MiB [================== ] 50% 30.00 MiB / 59.90 MiB [================== ] 51% 31.00 MiB / 59.90 MiB [=================== ] 53% 32.00 MiB / 59.90 MiB [=================== ] 55% 33.00 MiB / 59.90 MiB [==================== ] 56% 34.00 MiB / 59.90 MiB [===================== ] 58% 35.00 MiB / 59.90 MiB [===================== ] 60% 36.00 MiB / 59.90 MiB [====================== ] 61% 37.00 MiB / 59.90 MiB [====================== ] 63% 38.00 MiB / 59.90 MiB [======================= ] 65% 39.00 MiB / 59.90 MiB [======================== ] 66% 40.00 MiB / 59.90 MiB [======================== ] 68% 41.00 MiB / 59.90 MiB [========================= ] 70% 42.00 MiB / 59.90 MiB [========================= ] 71% 43.00 MiB / 59.90 MiB [========================== ] 73% 44.00 MiB / 59.90 MiB [=========================== ] 75% 45.00 MiB / 59.90 MiB [=========================== ] 76% 46.00 MiB / 59.90 MiB [============================ ] 78% 47.00 MiB / 59.90 MiB [============================ ] 80% 48.00 MiB / 59.90 MiB [============================= ] 81% 49.00 MiB / 59.90 MiB [============================== ] 83% 50.00 MiB / 59.90 MiB [============================== ] 85% 51.00 MiB / 59.90 MiB [=============================== ] 86% 52.00 MiB / 59.90 MiB [=============================== ] 88% 53.00 MiB / 59.90 MiB [================================ ] 90% 54.00 MiB / 59.90 MiB [================================= ] 91% 55.00 MiB / 59.90 MiB [================================= ] 93% 56.00 MiB / 59.90 MiB [================================== ] 95% 57.00 MiB / 59.90 MiB [================================== ] 96% 58.00 MiB / 59.90 MiB [=================================== ] 98% 59.00 MiB / 59.90 MiB [====================================] 100% 59.90 MiB / 59.90 MiB Package Arch Version Repository Size Installing: kernel-modules-extra x86_64 6.14.5-300.fc42 @commandline 2.6 MiB kernel-modules-internal x86_64 6.14.5-300.fc42 @commandline 1.5 MiB Transaction Summary: Installing: 2 packages STDERR: Updating and loading repositories: Repositories loaded. Total size of inbound packages is 1 MiB. Need to download 1 MiB. After this operation, 6 MiB extra will be used (install 6 MiB, remove 0 B). [1/6] python3-defusedxml-0:0.7.1-18.fc4 100% | 2.7 MiB/s | 58.5 KiB | 00m00s [2/6] koji-0:1.35.3-1.fc42.noarch 100% | 7.4 MiB/s | 266.1 KiB | 00m00s [3/6] python3-requests-gssapi-0:1.2.3-1 100% | 1.6 MiB/s | 28.1 KiB | 00m00s [4/6] python3-koji-0:1.35.3-1.fc42.noar 100% | 9.1 MiB/s | 429.7 KiB | 00m00s [5/6] python3-gssapi-0:1.7.3-11.fc42.x8 100% | 35.4 MiB/s | 652.2 KiB | 00m00s [6/6] python3-decorator-0:5.1.1-14.fc42 100% | 1.8 MiB/s | 31.1 KiB | 00m00s -------------------------------------------------------------------------------- [6/6] Total 100% | 8.8 MiB/s | 1.4 MiB | 00m00s Running transaction [1/8] Verify package files 100% | 500.0 B/s | 6.0 B | 00m00s [2/8] Prepare transaction 100% | 55.0 B/s | 6.0 B | 00m00s [3/8] Installing python3-decorator-0:5. 100% | 6.1 MiB/s | 81.1 KiB | 00m00s [4/8] Installing python3-gssapi-0:1.7.3 100% | 48.1 MiB/s | 2.6 MiB | 00m00s [5/8] Installing python3-requests-gssap 100% | 8.1 MiB/s | 66.3 KiB | 00m00s [6/8] Installing python3-defusedxml-0:0 100% | 18.2 MiB/s | 204.6 KiB | 00m00s [7/8] Installing python3-koji-0:1.35.3- 100% | 98.3 MiB/s | 2.2 MiB | 00m00s [8/8] Installing koji-0:1.35.3-1.fc42.n 100% | 5.6 MiB/s | 925.5 KiB | 00m00s Complete! Updating and loading repositories: Repositories loaded. Package "kernel-modules-6.14.5-300.fc42.x86_64" is already installed. Package "kernel-modules-core-6.14.5-300.fc42.x86_64" is already installed. Total size of inbound packages is 5 MiB. Need to download 0 B. After this operation, 4 MiB extra will be used (install 4 MiB, remove 0 B). Running transaction [1/4] Verify package files 100% | 66.0 B/s | 2.0 B | 00m00s [2/4] Prepare transaction 100% | 52.0 B/s | 2.0 B | 00m00s [3/4] Installing kernel-modules-interna 100% | 159.8 KiB/s | 1.5 MiB | 00m09s [4/4] Installing kernel-modules-extra-0 100% | 449.6 KiB/s | 2.7 MiB | 00m06s Warning: skipped OpenPGP checks for 2 packages from repository: @commandline Complete! TASK [Create hostapd config] *************************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:62 Saturday 31 May 2025 08:51:29 -0400 (0:00:30.266) 0:00:41.852 ********** changed: [managed-node3] => { "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-1748695889.470197-36996-9731355420549/.source.conf", "state": "file", "uid": 0 } TASK [Include the task 'start_mock_wifi.yml'] ********************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:77 Saturday 31 May 2025 08:51:30 -0400 (0:00:00.889) 0:00:42.742 ********** included: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml for managed-node3 TASK [Ensure NetworkManager is running] **************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:3 Saturday 31 May 2025 08:51:30 -0400 (0:00:00.041) 0:00:42.783 ********** ok: [managed-node3] => { "changed": false, "name": "NetworkManager", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:NetworkManager_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-05-31 08:40:31 EDT", "ActiveEnterTimestampMonotonic": "18316380", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket basic.target cloud-init-local.service systemd-journald.socket dbus-broker.service system.slice sysinit.target network-pre.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-05-31 08:40:31 EDT", "AssertTimestampMonotonic": "18051985", "Before": "network.target cloud-init.service shutdown.target NetworkManager-wait-online.service multi-user.target", "BindLogSockets": "no", "BindsTo": "dbus-broker.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": "863116000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Sat 2025-05-31 08:40:31 EDT", "ConditionTimestampMonotonic": "18051983", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "3722", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3894472704", "EffectiveMemoryMax": "3894472704", "EffectiveTasksMax": "4415", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-05-31 08:40:31 EDT", "ExecMainHandoffTimestampMonotonic": "18069776", "ExecMainPID": "743", "ExecMainStartTimestamp": "Sat 2025-05-31 08:40:31 EDT", "ExecMainStartTimestampMonotonic": "18054603", "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/bin/NetworkManager ; argv[]=/usr/bin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/NetworkManager ; argv[]=/usr/bin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-05-31 08:40:31 EDT", "InactiveExitTimestampMonotonic": "18055207", "InvocationID": "464d02e736d946b4936048ce68e07fff", "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": "14718", "LimitNPROCSoft": "14718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14718", "LimitSIGPENDINGSoft": "14718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "743", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3506696192", "MemoryCurrent": "11423744", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "12091392", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-05-31 08:50:58 EDT", "StateChangeTimestampMonotonic": "645997582", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4415", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "10min", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Load mac80211_hwsim kernel module to mock a wifi network] **************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Saturday 31 May 2025 08:51:31 -0400 (0:00:00.799) 0:00:43.582 ********** ok: [managed-node3] => { "changed": false, "cmd": "modprobe mac80211_hwsim radio=2 && sleep 5", "delta": "0:00:05.184257", "end": "2025-05-31 08:51:36.691266", "rc": 0, "start": "2025-05-31 08:51:31.507009" } TASK [Restart NetworkManager and wpa_supplicant] ******************************* task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:12 Saturday 31 May 2025 08:51:36 -0400 (0:00:05.607) 0:00:49.190 ********** changed: [managed-node3] => (item=NetworkManager) => { "ansible_loop_var": "item", "changed": true, "item": "NetworkManager", "name": "NetworkManager", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:NetworkManager_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-05-31 08:40:31 EDT", "ActiveEnterTimestampMonotonic": "18316380", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "dbus.socket basic.target cloud-init-local.service systemd-journald.socket dbus-broker.service system.slice sysinit.target network-pre.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-05-31 08:40:31 EDT", "AssertTimestampMonotonic": "18051985", "Before": "network.target cloud-init.service shutdown.target NetworkManager-wait-online.service multi-user.target", "BindLogSockets": "no", "BindsTo": "dbus-broker.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": "871981000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Sat 2025-05-31 08:40:31 EDT", "ConditionTimestampMonotonic": "18051983", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "3722", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3894472704", "EffectiveMemoryMax": "3894472704", "EffectiveTasksMax": "4415", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-05-31 08:40:31 EDT", "ExecMainHandoffTimestampMonotonic": "18069776", "ExecMainPID": "743", "ExecMainStartTimestamp": "Sat 2025-05-31 08:40:31 EDT", "ExecMainStartTimestampMonotonic": "18054603", "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/bin/NetworkManager ; argv[]=/usr/bin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/NetworkManager ; argv[]=/usr/bin/NetworkManager --no-daemon ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-05-31 08:40:31 EDT", "InactiveExitTimestampMonotonic": "18055207", "InvocationID": "464d02e736d946b4936048ce68e07fff", "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": "14718", "LimitNPROCSoft": "14718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14718", "LimitSIGPENDINGSoft": "14718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "743", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3504914432", "MemoryCurrent": "11452416", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "12091392", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-05-31 08:50:58 EDT", "StateChangeTimestampMonotonic": "645997582", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4415", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "10min", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } changed: [managed-node3] => (item=wpa_supplicant) => { "ansible_loop_var": "item", "changed": true, "item": "wpa_supplicant", "name": "wpa_supplicant", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target systemd-journald.socket dbus.socket system.slice dbus-broker.service basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network.target shutdown.target", "BindLogSockets": "no", "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": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "WPA supplicant", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3894472704", "EffectiveMemoryMax": "3894472704", "EffectiveTasksMax": "4415", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "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 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "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": "14718", "LimitNPROCSoft": "14718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14718", "LimitSIGPENDINGSoft": "14718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3506626560", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4415", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [Bring up wlan0 and wlan1 (mock wifi interfaces)] ************************* task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:20 Saturday 31 May 2025 08:51:38 -0400 (0:00:01.422) 0:00:50.612 ********** ok: [managed-node3] => { "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.026611", "end": "2025-05-31 08:51:43.550282", "rc": 0, "start": "2025-05-31 08:51:38.523671" } TASK [Start hostapd] *********************************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:29 Saturday 31 May 2025 08:51:43 -0400 (0:00:05.422) 0:00:56.035 ********** ok: [managed-node3] => { "changed": false, "cmd": "hostapd -B /etc/hostapd/wireless.conf && sleep 5", "delta": "0:00:05.050548", "end": "2025-05-31 08:51:48.982685", "rc": 0, "start": "2025-05-31 08:51:43.932137" } STDOUT: wlan1: interface state UNINITIALIZED->ENABLED wlan1: AP-ENABLED TASK [TEST: wireless connection with OWE] ************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:15 Saturday 31 May 2025 08:51:49 -0400 (0:00:05.433) 0:01:01.468 ********** ok: [managed-node3] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 31 May 2025 08:51:49 -0400 (0:00:00.019) 0:01:01.488 ********** included: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 31 May 2025 08:51:49 -0400 (0:00:00.039) 0:01:01.527 ********** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 31 May 2025 08:51:49 -0400 (0:00:00.050) 0:01:01.577 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 31 May 2025 08:51:49 -0400 (0:00:00.041) 0:01:01.619 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 31 May 2025 08:51:49 -0400 (0:00:00.051) 0:01:01.670 ********** ok: [managed-node3] => { "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 31 May 2025 08:51:52 -0400 (0:00:02.915) 0:01:04.586 ********** ok: [managed-node3] => { "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 31 May 2025 08:51:53 -0400 (0:00:01.423) 0:01:06.009 ********** ok: [managed-node3] => {} 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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 31 May 2025 08:51:53 -0400 (0:00:00.052) 0:01:06.061 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 31 May 2025 08:51:53 -0400 (0:00:00.046) 0:01:06.107 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 31 May 2025 08:51:53 -0400 (0:00:00.045) 0:01:06.153 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 31 May 2025 08:51:53 -0400 (0:00:00.056) 0:01:06.210 ********** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: NetworkManager-wifi-1:1.52.0-1.fc42.x86_64", "Installed: wireless-regdb-2025.02.20-1.fc42.noarch", "Installed: iw-6.9-3.fc42.x86_64" ] } MSG: Check mode: No changes made, but would have if not in check mode lsrpackages: NetworkManager NetworkManager-wifi python3-gobject-base wpa_supplicant redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 31 May 2025 08:51:55 -0400 (0:00:01.357) 0:01:07.568 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 31 May 2025 08:51:55 -0400 (0:00:00.092) 0:01:07.661 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "not network_allow_restart", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 31 May 2025 08:51:55 -0400 (0:00:00.122) 0:01:07.783 ********** changed: [managed-node3] => { "attempts": 1, "changed": true, "rc": 0, "results": [ "Installed: NetworkManager-wifi-1:1.52.0-1.fc42.x86_64", "Installed: wireless-regdb-2025.02.20-1.fc42.noarch", "Installed: iw-6.9-3.fc42.x86_64" ] } lsrpackages: NetworkManager NetworkManager-wifi python3-gobject-base wpa_supplicant TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 31 May 2025 08:51:57 -0400 (0:00:02.340) 0:01:10.123 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 31 May 2025 08:51:57 -0400 (0:00:00.038) 0:01:10.162 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 31 May 2025 08:51:57 -0400 (0:00:00.040) 0:01:10.203 ********** changed: [managed-node3] => { "changed": true, "name": "NetworkManager", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:NetworkManager_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-05-31 08:51:37 EDT", "ActiveEnterTimestampMonotonic": "684494261", "ActiveExitTimestamp": "Sat 2025-05-31 08:51:37 EDT", "ActiveExitTimestampMonotonic": "684339830", "ActiveState": "active", "After": "dbus.socket basic.target cloud-init-local.service systemd-journald.socket dbus-broker.service system.slice sysinit.target network-pre.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-05-31 08:51:37 EDT", "AssertTimestampMonotonic": "684378101", "Before": "network.target cloud-init.service shutdown.target NetworkManager-wait-online.service multi-user.target", "BindLogSockets": "no", "BindsTo": "dbus-broker.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": "83693000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Sat 2025-05-31 08:51:37 EDT", "ConditionTimestampMonotonic": "684378098", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "6935", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "\"man:NetworkManager(8)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3894472704", "EffectiveMemoryMax": "3894472704", "EffectiveTasksMax": "4415", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-05-31 08:51:37 EDT", "ExecMainHandoffTimestampMonotonic": "684394502", "ExecMainPID": "40093", "ExecMainStartTimestamp": "Sat 2025-05-31 08:51:37 EDT", "ExecMainStartTimestampMonotonic": "684379088", "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/bin/NetworkManager ; argv[]=/usr/bin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[Sat 2025-05-31 08:51:37 EDT] ; stop_time=[n/a] ; pid=40093 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/NetworkManager ; argv[]=/usr/bin/NetworkManager --no-daemon ; flags= ; start_time=[Sat 2025-05-31 08:51:37 EDT] ; stop_time=[n/a] ; pid=40093 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-05-31 08:51:37 EDT", "InactiveEnterTimestampMonotonic": "684377185", "InactiveExitTimestamp": "Sat 2025-05-31 08:51:37 EDT", "InactiveExitTimestampMonotonic": "684379588", "InvocationID": "3de1d0d3b0bb487bbc6237498804cef1", "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": "14718", "LimitNPROCSoft": "14718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14718", "LimitSIGPENDINGSoft": "14718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "40093", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3457335296", "MemoryCurrent": "3457024", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4014080", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "on-failure", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-05-31 08:51:37 EDT", "StateChangeTimestampMonotonic": "684494261", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "4", "TasksMax": "4415", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "10min", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 31 May 2025 08:51:58 -0400 (0:00:00.950) 0:01:11.153 ********** ok: [managed-node3] => { "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 31 May 2025 08:51:59 -0400 (0:00:00.630) 0:01:11.784 ********** changed: [managed-node3] => { "changed": true, "enabled": true, "name": "wpa_supplicant", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-05-31 08:51:38 EDT", "ActiveEnterTimestampMonotonic": "685158670", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target dbus.socket systemd-journald.socket system.slice basic.target dbus-broker.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-05-31 08:51:38 EDT", "AssertTimestampMonotonic": "685142623", "Before": "network.target shutdown.target", "BindLogSockets": "no", "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": "19540000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "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": "Sat 2025-05-31 08:51:38 EDT", "ConditionTimestampMonotonic": "685142620", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlGroupId": "7067", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "WPA supplicant", "DevicePolicy": "auto", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3894472704", "EffectiveMemoryMax": "3894472704", "EffectiveTasksMax": "4415", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2025-05-31 08:51:38 EDT", "ExecMainHandoffTimestampMonotonic": "685152426", "ExecMainPID": "40376", "ExecMainStartTimestamp": "Sat 2025-05-31 08:51:38 EDT", "ExecMainStartTimestampMonotonic": "685143744", "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=[Sat 2025-05-31 08:51:38 EDT] ; stop_time=[n/a] ; pid=40376 ; 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=[Sat 2025-05-31 08:51:38 EDT] ; stop_time=[n/a] ; pid=40376 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/wpa_supplicant.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "wpa_supplicant.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-05-31 08:51:38 EDT", "InactiveExitTimestampMonotonic": "685144834", "InvocationID": "7e291a601073430fb427c740cc7d1445", "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": "14718", "LimitNPROCSoft": "14718", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14718", "LimitSIGPENDINGSoft": "14718", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "40376", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3473158144", "MemoryCurrent": "1908736", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "2170880", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-05-31 08:51:38 EDT", "StateChangeTimestampMonotonic": "685158670", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "4415", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 31 May 2025 08:52:00 -0400 (0:00:00.892) 0:01:12.676 ********** skipping: [managed-node3] => { "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 31 May 2025 08:52:00 -0400 (0:00:00.068) 0:01:12.745 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 31 May 2025 08:52:00 -0400 (0:00:00.064) 0:01:12.809 ********** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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': add connection wlan0, 490228c2-34c6-47dc-99fe-f2647c88c8d7 [004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 490228c2-34c6-47dc-99fe-f2647c88c8d7 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 31 May 2025 08:52:05 -0400 (0:00:04.798) 0:01:17.608 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 31 May 2025 08:52:05 -0400 (0:00:00.039) 0:01:17.647 ********** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 490228c2-34c6-47dc-99fe-f2647c88c8d7", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 490228c2-34c6-47dc-99fe-f2647c88c8d7 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 31 May 2025 08:52:05 -0400 (0:00:00.051) 0:01:17.699 ********** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\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': add connection wlan0, 490228c2-34c6-47dc-99fe-f2647c88c8d7\n[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 490228c2-34c6-47dc-99fe-f2647c88c8d7 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': add connection wlan0, 490228c2-34c6-47dc-99fe-f2647c88c8d7", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, 490228c2-34c6-47dc-99fe-f2647c88c8d7 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 31 May 2025 08:52:05 -0400 (0:00:00.069) 0:01:17.769 ********** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 31 May 2025 08:52:05 -0400 (0:00:00.055) 0:01:17.824 ********** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Verify connection profile] *********************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:36 Saturday 31 May 2025 08:52:06 -0400 (0:00:00.609) 0:01:18.434 ********** ok: [managed-node3] => { "changed": false, "cmd": "nmcli c show wlan0 | grep 802-11-wireless-security.key-mgmt", "delta": "0:00:00.021997", "end": "2025-05-31 08:52:06.356525", "rc": 0, "start": "2025-05-31 08:52:06.334528" } STDOUT: 802-11-wireless-security.key-mgmt: owe TASK [Assert that OWE is configured correctly] ********************************* task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:42 Saturday 31 May 2025 08:52:06 -0400 (0:00:00.446) 0:01:18.880 ********** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 31 May 2025 08:52:06 -0400 (0:00:00.064) 0:01:18.945 ********** included: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node3 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 31 May 2025 08:52:06 -0400 (0:00:00.118) 0:01:19.063 ********** skipping: [managed-node3] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 31 May 2025 08:52:06 -0400 (0:00:00.105) 0:01:19.169 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 31 May 2025 08:52:06 -0400 (0:00:00.078) 0:01:19.247 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 31 May 2025 08:52:06 -0400 (0:00:00.078) 0:01:19.326 ********** ok: [managed-node3] => { "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 31 May 2025 08:52:09 -0400 (0:00:02.821) 0:01:22.148 ********** ok: [managed-node3] => { "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 31 May 2025 08:52:10 -0400 (0:00:01.009) 0:01:23.157 ********** ok: [managed-node3] => {} 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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 31 May 2025 08:52:10 -0400 (0:00:00.047) 0:01:23.205 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 31 May 2025 08:52:10 -0400 (0:00:00.049) 0:01:23.255 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying teaming configuration if the system version of the managed host is EL10 or later] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 31 May 2025 08:52:10 -0400 (0:00:00.064) 0:01:23.319 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution in __network_rh_distros", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 31 May 2025 08:52:10 -0400 (0:00:00.090) 0:01:23.409 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } redirecting (type: action) ansible.builtin.yum to ansible.builtin.dnf TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 31 May 2025 08:52:11 -0400 (0:00:00.103) 0:01:23.513 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 31 May 2025 08:52:11 -0400 (0:00:00.103) 0:01:23.617 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 31 May 2025 08:52:11 -0400 (0:00:00.100) 0:01:23.717 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 31 May 2025 08:52:11 -0400 (0:00:00.104) 0:01:23.822 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 31 May 2025 08:52:11 -0400 (0:00:00.048) 0:01:23.870 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 31 May 2025 08:52:11 -0400 (0:00:00.044) 0:01:23.915 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 31 May 2025 08:52:11 -0400 (0:00:00.063) 0:01:23.978 ********** ok: [managed-node3] => { "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 31 May 2025 08:52:12 -0400 (0:00:00.691) 0:01:24.669 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 31 May 2025 08:52:12 -0400 (0:00:00.097) 0:01:24.767 ********** skipping: [managed-node3] => { "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/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 31 May 2025 08:52:12 -0400 (0:00:00.051) 0:01:24.819 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 31 May 2025 08:52:12 -0400 (0:00:00.057) 0:01:24.877 ********** changed: [managed-node3] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "wlan0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 31 May 2025 08:52:13 -0400 (0:00:00.803) 0:01:25.680 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "network_state != {}", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 31 May 2025 08:52:13 -0400 (0:00:00.162) 0:01:25.843 ********** ok: [managed-node3] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 31 May 2025 08:52:13 -0400 (0:00:00.079) 0:01:25.922 ********** ok: [managed-node3] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "wlan0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 31 May 2025 08:52:13 -0400 (0:00:00.089) 0:01:26.012 ********** skipping: [managed-node3] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 31 May 2025 08:52:13 -0400 (0:00:00.069) 0:01:26.081 ********** ok: [managed-node3] => { "changed": false, "ping": "pong" } TASK [Include the task 'cleanup_mock_wifi.yml'] ******************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:61 Saturday 31 May 2025 08:52:14 -0400 (0:00:00.531) 0:01:26.613 ********** included: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml for managed-node3 TASK [Unload mac80211_hwsim module] ******************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:3 Saturday 31 May 2025 08:52:14 -0400 (0:00:00.128) 0:01:26.742 ********** ok: [managed-node3] => { "changed": false, "cmd": [ "modprobe", "-r", "mac80211_hwsim" ], "delta": "0:00:00.120224", "end": "2025-05-31 08:52:14.797810", "rc": 0, "start": "2025-05-31 08:52:14.677586" } TASK [Kill hostapd process] **************************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:7 Saturday 31 May 2025 08:52:14 -0400 (0:00:00.570) 0:01:27.312 ********** ok: [managed-node3] => { "changed": false, "cmd": [ "pkill", "hostapd" ], "delta": "0:00:00.013750", "end": "2025-05-31 08:52:15.274937", "rc": 0, "start": "2025-05-31 08:52:15.261187" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:63 Saturday 31 May 2025 08:52:15 -0400 (0:00:00.471) 0:01:27.784 ********** included: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node3 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 31 May 2025 08:52:15 -0400 (0:00:00.061) 0:01:27.846 ********** ok: [managed-node3] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.009539", "end": "2025-05-31 08:52:15.755955", "rc": 0, "start": "2025-05-31 08:52:15.746416" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:d6:33:d1:b3:65 brd ff:ff:ff:ff:ff:ff altname enX0 altname enx02d633d1b365 inet 10.31.44.251/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3583sec preferred_lft 3583sec inet6 fe80::d6:33ff:fed1:b365/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: eth1: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 02:be:d2:c3:ee:2d brd ff:ff:ff:ff:ff:ff altname enX1 altname enx02bed2c3ee2d inet 10.31.45.105/22 brd 10.31.47.255 scope global dynamic noprefixroute eth1 valid_lft 3583sec preferred_lft 3583sec inet6 fe80::be:d2ff:fec3:ee2d/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.44.251 metric 100 default via 10.31.44.1 dev eth1 proto dhcp src 10.31.45.105 metric 101 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.44.251 metric 100 10.31.44.0/22 dev eth1 proto kernel scope link src 10.31.45.105 metric 101 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev eth1 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search testing-farm.us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 31 May 2025 08:52:15 -0400 (0:00:00.435) 0:01:28.281 ********** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node3 : ok=49 changed=9 unreachable=0 failed=0 skipped=35 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 31 May 2025 08:52:15 -0400 (0:00:00.033) 0:01:28.315 ********** =============================================================================== Install mac80211_hwsim kernel modules in Fedora ------------------------ 30.27s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:53 Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.61s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Start hostapd ----------------------------------------------------------- 5.43s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:29 Bring up wlan0 and wlan1 (mock wifi interfaces) ------------------------- 5.42s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:20 fedora.linux_system_roles.network : Configure networking connection profiles --- 4.80s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Install packages required to set up mock wifi network ------------------- 2.92s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:3 fedora.linux_system_roles.network : Check which services are running ---- 2.92s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install hostapd in Fedora ----------------------------------------------- 2.88s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:45 fedora.linux_system_roles.network : Check which services are running ---- 2.82s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Install packages -------------------- 2.34s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Gathering Facts --------------------------------------------------------- 1.92s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_owe_nm.yml:6 fedora.linux_system_roles.network : Check which packages are installed --- 1.42s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Restart NetworkManager and wpa_supplicant ------------------------------- 1.42s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:12 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces --- 1.36s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Gathering Facts --------------------------------------------------------- 1.27s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_owe.yml:3 Check if system is ostree ----------------------------------------------- 1.07s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 fedora.linux_system_roles.network : Check which packages are installed --- 1.01s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces --- 0.95s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Enable and start wpa_supplicant ----- 0.89s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Create hostapd config --------------------------------------------------- 0.89s /tmp/collections-XBs/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_owe.yml:62