ansible-playbook [core 2.17.7] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-nqG executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 6 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12) jinja version = 3.1.4 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 redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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_sae_nm.yml *************************************** 2 plays in /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml PLAY [Run playbook 'playbooks/tests_wireless_wpa3_sae.yml' with nm as provider] *** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml:6 Saturday 25 January 2025 07:51:32 -0500 (0:00:00.007) 0:00:00.007 ****** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, 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-node1] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml:9 Saturday 25 January 2025 07:51:34 -0500 (0:00:01.221) 0:00:01.228 ****** included: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node1 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Saturday 25 January 2025 07:51:34 -0500 (0:00:00.021) 0:00:01.249 ****** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Saturday 25 January 2025 07:51:34 -0500 (0:00:00.557) 0:00:01.806 ****** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.476) 0:00:02.283 ****** ok: [managed-node1] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.023) 0:00:02.306 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:51 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.015) 0:00:02.322 ****** included: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml for managed-node1 TASK [Create EPEL 40] ********************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:8 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.048) 0:00:02.370 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:26 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.016) 0:00:02.387 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:32 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.013) 0:00:02.401 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:37 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.014) 0:00:02.415 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tasks/enable_epel.yml:42 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.013) 0:00:02.428 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml:11 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.013) 0:00:02.442 ****** ok: [managed-node1] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing wireless connection] ************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:3 Saturday 25 January 2025 07:51:35 -0500 (0:00:00.019) 0:00:02.461 ****** ok: [managed-node1] TASK [INIT: wireless tests] **************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:8 Saturday 25 January 2025 07:51:36 -0500 (0:00:00.941) 0:00:03.403 ****** included: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml for managed-node1 TASK [Install packages required to set up mock wifi network] ******************* task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:3 Saturday 25 January 2025 07:51:36 -0500 (0:00:00.026) 0:00:03.429 ****** ok: [managed-node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 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-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:20 Saturday 25 January 2025 07:51:37 -0500 (0:00:01.594) 0:00:05.024 ****** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Install hostapd and mac80211_hwsim kernel module in CentOS] ************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:32 Saturday 25 January 2025 07:51:37 -0500 (0:00:00.009) 0:00:05.033 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Install hostapd in Fedora] *********************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:45 Saturday 25 January 2025 07:51:37 -0500 (0:00:00.016) 0:00:05.049 ****** ok: [managed-node1] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: hostapd TASK [Install mac80211_hwsim kernel module in Fedora] ************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:60 Saturday 25 January 2025 07:51:39 -0500 (0:00:01.489) 0:00:06.539 ****** ok: [managed-node1] => { "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:01:04.399525", "end": "2025-01-25 07:52:44.152127", "rc": 0, "start": "2025-01-25 07:51:39.752602" } STDOUT: Last metadata expiration check: 0:00:19 ago on Sat 25 Jan 2025 07:51:21 AM EST. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: koji noarch 1.35.1-2.fc40 updates 264 k Installing dependencies: python3-decorator noarch 5.1.1-9.fc40 fedora 31 k python3-defusedxml noarch 0.7.1-12.fc40 fedora 59 k python3-gssapi x86_64 1.7.3-8.fc40 fedora 656 k python3-koji noarch 1.35.1-2.fc40 updates 425 k python3-requests-gssapi noarch 1.2.3-11.fc40 fedora 32 k Transaction Summary ================================================================================ Install 6 Packages Total download size: 1.4 M Installed size: 6.1 M Downloading Packages: (1/6): python3-decorator-5.1.1-9.fc40.noarch.rp 1.2 MB/s | 31 kB 00:00 (2/6): python3-defusedxml-0.7.1-12.fc40.noarch. 1.8 MB/s | 59 kB 00:00 (3/6): python3-requests-gssapi-1.2.3-11.fc40.no 2.7 MB/s | 32 kB 00:00 (4/6): koji-1.35.1-2.fc40.noarch.rpm 15 MB/s | 264 kB 00:00 (5/6): python3-koji-1.35.1-2.fc40.noarch.rpm 22 MB/s | 425 kB 00:00 (6/6): python3-gssapi-1.7.3-8.fc40.x86_64.rpm 7.2 MB/s | 656 kB 00:00 -------------------------------------------------------------------------------- Total 3.9 MB/s | 1.4 MB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python3-defusedxml-0.7.1-12.fc40.noarch 1/6 Installing : python3-decorator-5.1.1-9.fc40.noarch 2/6 Installing : python3-gssapi-1.7.3-8.fc40.x86_64 3/6 Installing : python3-requests-gssapi-1.2.3-11.fc40.noarch 4/6 Installing : python3-koji-1.35.1-2.fc40.noarch 5/6 Installing : koji-1.35.1-2.fc40.noarch 6/6 Running scriptlet: koji-1.35.1-2.fc40.noarch 6/6 Installed: koji-1.35.1-2.fc40.noarch python3-decorator-5.1.1-9.fc40.noarch python3-defusedxml-0.7.1-12.fc40.noarch python3-gssapi-1.7.3-8.fc40.x86_64 python3-koji-1.35.1-2.fc40.noarch python3-requests-gssapi-1.2.3-11.fc40.noarch Complete! Downloading [1/30]: kernel-uki-virt-addons-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 198.31 KiB / 198.31 KiB Downloading [2/30]: kernel-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 191.65 KiB / 191.65 KiB Downloading [3/30]: kernel-debug-uki-virt-addons-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 198.35 KiB / 198.35 KiB Downloading [4/30]: kernel-debug-devel-matched-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 191.74 KiB / 191.74 KiB Downloading [5/30]: kernel-modules-extra-6.12.9-100.fc40.x86_64.rpm [============ ] 34% 1.00 MiB / 2.88 MiB [======================== ] 69% 2.00 MiB / 2.88 MiB [====================================] 100% 2.88 MiB / 2.88 MiB Downloading [6/30]: python3-perf-6.12.9-100.fc40.x86_64.rpm [==================== ] 57% 1.00 MiB / 1.74 MiB [====================================] 100% 1.74 MiB / 1.74 MiB Downloading [7/30]: libperf-devel-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 223.85 KiB / 223.85 KiB Downloading [8/30]: kernel-debug-modules-extra-6.12.9-100.fc40.x86_64.rpm [======= ] 20% 1.00 MiB / 4.97 MiB [============== ] 40% 2.00 MiB / 4.97 MiB [===================== ] 60% 3.00 MiB / 4.97 MiB [============================ ] 80% 4.00 MiB / 4.97 MiB [====================================] 100% 4.97 MiB / 4.97 MiB Downloading [9/30]: perf-6.12.9-100.fc40.x86_64.rpm [============== ] 39% 1.00 MiB / 2.51 MiB [============================ ] 79% 2.00 MiB / 2.51 MiB [====================================] 100% 2.51 MiB / 2.51 MiB Downloading [10/30]: kernel-selftests-internal-6.12.9-100.fc40.x86_64.rpm [================== ] 50% 1.00 MiB / 2.00 MiB [====================================] 100% 2.00 MiB / 2.00 MiB Downloading [11/30]: kernel-debug-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 191.74 KiB / 191.74 KiB Downloading [12/30]: libperf-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 213.45 KiB / 213.45 KiB Downloading [13/30]: kernel-devel-6.12.9-100.fc40.x86_64.rpm [== ] 5% 1.00 MiB / 17.92 MiB [==== ] 11% 2.00 MiB / 17.92 MiB [====== ] 16% 3.00 MiB / 17.92 MiB [======== ] 22% 4.00 MiB / 17.92 MiB [========== ] 27% 5.00 MiB / 17.92 MiB [============ ] 33% 6.00 MiB / 17.92 MiB [============== ] 39% 7.00 MiB / 17.92 MiB [================ ] 44% 8.00 MiB / 17.92 MiB [================== ] 50% 9.00 MiB / 17.92 MiB [==================== ] 55% 10.00 MiB / 17.92 MiB [====================== ] 61% 11.00 MiB / 17.92 MiB [======================== ] 66% 12.00 MiB / 17.92 MiB [========================== ] 72% 13.00 MiB / 17.92 MiB [============================ ] 78% 14.00 MiB / 17.92 MiB [============================== ] 83% 15.00 MiB / 17.92 MiB [================================ ] 89% 16.00 MiB / 17.92 MiB [================================== ] 94% 17.00 MiB / 17.92 MiB [====================================] 100% 17.92 MiB / 17.92 MiB Downloading [14/30]: kernel-debug-modules-internal-6.12.9-100.fc40.x86_64.rpm [=============== ] 43% 1.00 MiB / 2.31 MiB [=============================== ] 86% 2.00 MiB / 2.31 MiB [====================================] 100% 2.31 MiB / 2.31 MiB Downloading [15/30]: kernel-devel-matched-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 191.71 KiB / 191.71 KiB Downloading [16/30]: rtla-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 248.66 KiB / 248.66 KiB Downloading [17/30]: kernel-tools-libs-devel-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 195.03 KiB / 195.03 KiB Downloading [18/30]: rv-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 205.42 KiB / 205.42 KiB Downloading [19/30]: kernel-modules-internal-6.12.9-100.fc40.x86_64.rpm [========================= ] 69% 1.00 MiB / 1.43 MiB [====================================] 100% 1.43 MiB / 1.43 MiB Downloading [20/30]: kernel-tools-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 468.16 KiB / 468.16 KiB Downloading [21/30]: kernel-tools-libs-6.12.9-100.fc40.x86_64.rpm [====================================] 100% 204.25 KiB / 204.25 KiB Downloading [22/30]: kernel-debug-devel-6.12.9-100.fc40.x86_64.rpm [= ] 5% 1.00 MiB / 18.09 MiB [=== ] 11% 2.00 MiB / 18.09 MiB [===== ] 16% 3.00 MiB / 18.09 MiB [======= ] 22% 4.00 MiB / 18.09 MiB [========= ] 27% 5.00 MiB / 18.09 MiB [=========== ] 33% 6.00 MiB / 18.09 MiB [============= ] 38% 7.00 MiB / 18.09 MiB [=============== ] 44% 8.00 MiB / 18.09 MiB [================= ] 49% 9.00 MiB / 18.09 MiB [=================== ] 55% 10.00 MiB / 18.09 MiB [===================== ] 60% 11.00 MiB / 18.09 MiB [======================= ] 66% 12.00 MiB / 18.09 MiB [========================= ] 71% 13.00 MiB / 18.09 MiB [=========================== ] 77% 14.00 MiB / 18.09 MiB [============================= ] 82% 15.00 MiB / 18.09 MiB [=============================== ] 88% 16.00 MiB / 18.09 MiB [================================= ] 93% 17.00 MiB / 18.09 MiB [=================================== ] 99% 18.00 MiB / 18.09 MiB [====================================] 100% 18.09 MiB / 18.09 MiB Downloading [23/30]: kernel-debug-modules-core-6.12.9-100.fc40.x86_64.rpm [ ] 1% 1.00 MiB / 62.20 MiB [= ] 3% 2.00 MiB / 62.20 MiB [= ] 4% 3.00 MiB / 62.20 MiB [== ] 6% 4.00 MiB / 62.20 MiB [== ] 8% 5.00 MiB / 62.20 MiB [=== ] 9% 6.00 MiB / 62.20 MiB [==== ] 11% 7.00 MiB / 62.20 MiB [==== ] 12% 8.00 MiB / 62.20 MiB [===== ] 14% 9.00 MiB / 62.20 MiB [===== ] 16% 10.00 MiB / 62.20 MiB [====== ] 17% 11.00 MiB / 62.20 MiB [====== ] 19% 12.00 MiB / 62.20 MiB [======= ] 20% 13.00 MiB / 62.20 MiB [======== ] 22% 14.00 MiB / 62.20 MiB [======== ] 24% 15.00 MiB / 62.20 MiB [========= ] 25% 16.00 MiB / 62.20 MiB [========= ] 27% 17.00 MiB / 62.20 MiB [========== ] 28% 18.00 MiB / 62.20 MiB [========== ] 30% 19.00 MiB / 62.20 MiB [=========== ] 32% 20.00 MiB / 62.20 MiB [============ ] 33% 21.00 MiB / 62.20 MiB [============ ] 35% 22.00 MiB / 62.20 MiB [============= ] 36% 23.00 MiB / 62.20 MiB [============= ] 38% 24.00 MiB / 62.20 MiB [============== ] 40% 25.00 MiB / 62.20 MiB [=============== ] 41% 26.00 MiB / 62.20 MiB [=============== ] 43% 27.00 MiB / 62.20 MiB [================ ] 45% 28.00 MiB / 62.20 MiB [================ ] 46% 29.00 MiB / 62.20 MiB [================= ] 48% 30.00 MiB / 62.20 MiB [================= ] 49% 31.00 MiB / 62.20 MiB [================== ] 51% 32.00 MiB / 62.20 MiB [=================== ] 53% 33.00 MiB / 62.20 MiB [=================== ] 54% 34.00 MiB / 62.20 MiB [==================== ] 56% 35.00 MiB / 62.20 MiB [==================== ] 57% 36.00 MiB / 62.20 MiB [===================== ] 59% 37.00 MiB / 62.20 MiB [===================== ] 61% 38.00 MiB / 62.20 MiB [====================== ] 62% 39.00 MiB / 62.20 MiB [======================= ] 64% 40.00 MiB / 62.20 MiB [======================= ] 65% 41.00 MiB / 62.20 MiB [======================== ] 67% 42.00 MiB / 62.20 MiB [======================== ] 69% 43.00 MiB / 62.20 MiB [========================= ] 70% 44.00 MiB / 62.20 MiB [========================== ] 72% 45.00 MiB / 62.20 MiB [========================== ] 73% 46.00 MiB / 62.20 MiB [=========================== ] 75% 47.00 MiB / 62.20 MiB [=========================== ] 77% 48.00 MiB / 62.20 MiB [============================ ] 78% 49.00 MiB / 62.20 MiB [============================ ] 80% 50.00 MiB / 62.20 MiB [============================= ] 81% 51.00 MiB / 62.20 MiB [============================== ] 83% 52.00 MiB / 62.20 MiB [============================== ] 85% 53.00 MiB / 62.20 MiB [=============================== ] 86% 54.00 MiB / 62.20 MiB [=============================== ] 88% 55.00 MiB / 62.20 MiB [================================ ] 90% 56.00 MiB / 62.20 MiB [================================ ] 91% 57.00 MiB / 62.20 MiB [================================= ] 93% 58.00 MiB / 62.20 MiB [================================== ] 94% 59.00 MiB / 62.20 MiB [================================== ] 96% 60.00 MiB / 62.20 MiB [=================================== ] 98% 61.00 MiB / 62.20 MiB [=================================== ] 99% 62.00 MiB / 62.20 MiB [====================================] 100% 62.20 MiB / 62.20 MiB Downloading [24/30]: kernel-core-6.12.9-100.fc40.x86_64.rpm [= ] 5% 1.00 MiB / 18.39 MiB [=== ] 10% 2.00 MiB / 18.39 MiB [===== ] 16% 3.00 MiB / 18.39 MiB [======= ] 21% 4.00 MiB / 18.39 MiB [========= ] 27% 5.00 MiB / 18.39 MiB [=========== ] 32% 6.00 MiB / 18.39 MiB [============= ] 38% 7.00 MiB / 18.39 MiB [=============== ] 43% 8.00 MiB / 18.39 MiB [================= ] 48% 9.00 MiB / 18.39 MiB [=================== ] 54% 10.00 MiB / 18.39 MiB [===================== ] 59% 11.00 MiB / 18.39 MiB [======================= ] 65% 12.00 MiB / 18.39 MiB [========================= ] 70% 13.00 MiB / 18.39 MiB [=========================== ] 76% 14.00 MiB / 18.39 MiB [============================= ] 81% 15.00 MiB / 18.39 MiB [=============================== ] 87% 16.00 MiB / 18.39 MiB [================================= ] 92% 17.00 MiB / 18.39 MiB [=================================== ] 97% 18.00 MiB / 18.39 MiB [====================================] 100% 18.39 MiB / 18.39 MiB Downloading [25/30]: kernel-debug-core-6.12.9-100.fc40.x86_64.rpm [= ] 3% 1.00 MiB / 32.39 MiB [== ] 6% 2.00 MiB / 32.39 MiB [=== ] 9% 3.00 MiB / 32.39 MiB [==== ] 12% 4.00 MiB / 32.39 MiB [===== ] 15% 5.00 MiB / 32.39 MiB [====== ] 18% 6.00 MiB / 32.39 MiB [======= ] 21% 7.00 MiB / 32.39 MiB [======== ] 24% 8.00 MiB / 32.39 MiB [========== ] 27% 9.00 MiB / 32.39 MiB [=========== ] 30% 10.00 MiB / 32.39 MiB [============ ] 33% 11.00 MiB / 32.39 MiB [============= ] 37% 12.00 MiB / 32.39 MiB [============== ] 40% 13.00 MiB / 32.39 MiB [=============== ] 43% 14.00 MiB / 32.39 MiB [================ ] 46% 15.00 MiB / 32.39 MiB [================= ] 49% 16.00 MiB / 32.39 MiB [================== ] 52% 17.00 MiB / 32.39 MiB [==================== ] 55% 18.00 MiB / 32.39 MiB [===================== ] 58% 19.00 MiB / 32.39 MiB [====================== ] 61% 20.00 MiB / 32.39 MiB [======================= ] 64% 21.00 MiB / 32.39 MiB [======================== ] 67% 22.00 MiB / 32.39 MiB [========================= ] 71% 23.00 MiB / 32.39 MiB [========================== ] 74% 24.00 MiB / 32.39 MiB [=========================== ] 77% 25.00 MiB / 32.39 MiB [============================ ] 80% 26.00 MiB / 32.39 MiB [============================== ] 83% 27.00 MiB / 32.39 MiB [=============================== ] 86% 28.00 MiB / 32.39 MiB [================================ ] 89% 29.00 MiB / 32.39 MiB [================================= ] 92% 30.00 MiB / 32.39 MiB [================================== ] 95% 31.00 MiB / 32.39 MiB [=================================== ] 98% 32.00 MiB / 32.39 MiB [====================================] 100% 32.39 MiB / 32.39 MiB Downloading [26/30]: kernel-modules-core-6.12.9-100.fc40.x86_64.rpm [ ] 2% 1.00 MiB / 38.05 MiB [= ] 5% 2.00 MiB / 38.05 MiB [== ] 7% 3.00 MiB / 38.05 MiB [=== ] 10% 4.00 MiB / 38.05 MiB [==== ] 13% 5.00 MiB / 38.05 MiB [===== ] 15% 6.00 MiB / 38.05 MiB [====== ] 18% 7.00 MiB / 38.05 MiB [======= ] 21% 8.00 MiB / 38.05 MiB [======== ] 23% 9.00 MiB / 38.05 MiB [========= ] 26% 10.00 MiB / 38.05 MiB [========== ] 28% 11.00 MiB / 38.05 MiB [=========== ] 31% 12.00 MiB / 38.05 MiB [============ ] 34% 13.00 MiB / 38.05 MiB [============= ] 36% 14.00 MiB / 38.05 MiB [============== ] 39% 15.00 MiB / 38.05 MiB [=============== ] 42% 16.00 MiB / 38.05 MiB [================ ] 44% 17.00 MiB / 38.05 MiB [================= ] 47% 18.00 MiB / 38.05 MiB [================= ] 49% 19.00 MiB / 38.05 MiB [================== ] 52% 20.00 MiB / 38.05 MiB [=================== ] 55% 21.00 MiB / 38.05 MiB [==================== ] 57% 22.00 MiB / 38.05 MiB [===================== ] 60% 23.00 MiB / 38.05 MiB [====================== ] 63% 24.00 MiB / 38.05 MiB [======================= ] 65% 25.00 MiB / 38.05 MiB [======================== ] 68% 26.00 MiB / 38.05 MiB [========================= ] 70% 27.00 MiB / 38.05 MiB [========================== ] 73% 28.00 MiB / 38.05 MiB [=========================== ] 76% 29.00 MiB / 38.05 MiB [============================ ] 78% 30.00 MiB / 38.05 MiB [============================= ] 81% 31.00 MiB / 38.05 MiB [============================== ] 84% 32.00 MiB / 38.05 MiB [=============================== ] 86% 33.00 MiB / 38.05 MiB [================================ ] 89% 34.00 MiB / 38.05 MiB [================================= ] 91% 35.00 MiB / 38.05 MiB [================================== ] 94% 36.00 MiB / 38.05 MiB [=================================== ] 97% 37.00 MiB / 38.05 MiB [=================================== ] 99% 38.00 MiB / 38.05 MiB [====================================] 100% 38.05 MiB / 38.05 MiB Downloading [27/30]: kernel-debug-modules-6.12.9-100.fc40.x86_64.rpm [ ] 0% 1.00 MiB / 105.84 MiB [ ] 1% 2.00 MiB / 105.84 MiB [= ] 2% 3.00 MiB / 105.84 MiB [= ] 3% 4.00 MiB / 105.84 MiB [= ] 4% 5.00 MiB / 105.84 MiB [== ] 5% 6.00 MiB / 105.84 MiB [== ] 6% 7.00 MiB / 105.84 MiB [== ] 7% 8.00 MiB / 105.84 MiB [=== ] 8% 9.00 MiB / 105.84 MiB [=== ] 9% 10.00 MiB / 105.84 MiB [=== ] 10% 11.00 MiB / 105.84 MiB [==== ] 11% 12.00 MiB / 105.84 MiB [==== ] 12% 13.00 MiB / 105.84 MiB [==== ] 13% 14.00 MiB / 105.84 MiB [===== ] 14% 15.00 MiB / 105.84 MiB [===== ] 15% 16.00 MiB / 105.84 MiB [===== ] 16% 17.00 MiB / 105.84 MiB [====== ] 17% 18.00 MiB / 105.84 MiB [====== ] 17% 19.00 MiB / 105.84 MiB [====== ] 18% 20.00 MiB / 105.84 MiB [======= ] 19% 21.00 MiB / 105.84 MiB [======= ] 20% 22.00 MiB / 105.84 MiB [======= ] 21% 23.00 MiB / 105.84 MiB [======== ] 22% 24.00 MiB / 105.84 MiB [======== ] 23% 25.00 MiB / 105.84 MiB [======== ] 24% 26.00 MiB / 105.84 MiB [========= ] 25% 27.00 MiB / 105.84 MiB [========= ] 26% 28.00 MiB / 105.84 MiB [========= ] 27% 29.00 MiB / 105.84 MiB [========== ] 28% 30.00 MiB / 105.84 MiB [========== ] 29% 31.00 MiB / 105.84 MiB [========== ] 30% 32.00 MiB / 105.84 MiB [=========== ] 31% 33.00 MiB / 105.84 MiB [=========== ] 32% 34.00 MiB / 105.84 MiB [=========== ] 33% 35.00 MiB / 105.84 MiB [============ ] 34% 36.00 MiB / 105.84 MiB [============ ] 34% 37.00 MiB / 105.84 MiB [============ ] 35% 38.00 MiB / 105.84 MiB [============= ] 36% 39.00 MiB / 105.84 MiB [============= ] 37% 40.00 MiB / 105.84 MiB [============= ] 38% 41.00 MiB / 105.84 MiB [============== ] 39% 42.00 MiB / 105.84 MiB [============== ] 40% 43.00 MiB / 105.84 MiB [============== ] 41% 44.00 MiB / 105.84 MiB [=============== ] 42% 45.00 MiB / 105.84 MiB [=============== ] 43% 46.00 MiB / 105.84 MiB [=============== ] 44% 47.00 MiB / 105.84 MiB [================ ] 45% 48.00 MiB / 105.84 MiB [================ ] 46% 49.00 MiB / 105.84 MiB [================= ] 47% 50.00 MiB / 105.84 MiB [================= ] 48% 51.00 MiB / 105.84 MiB [================= ] 49% 52.00 MiB / 105.84 MiB [================== ] 50% 53.00 MiB / 105.84 MiB [================== ] 51% 54.00 MiB / 105.84 MiB [================== ] 51% 55.00 MiB / 105.84 MiB [=================== ] 52% 56.00 MiB / 105.84 MiB [=================== ] 53% 57.00 MiB / 105.84 MiB [=================== ] 54% 58.00 MiB / 105.84 MiB [==================== ] 55% 59.00 MiB / 105.84 MiB [==================== ] 56% 60.00 MiB / 105.84 MiB [==================== ] 57% 61.00 MiB / 105.84 MiB [===================== ] 58% 62.00 MiB / 105.84 MiB [===================== ] 59% 63.00 MiB / 105.84 MiB [===================== ] 60% 64.00 MiB / 105.84 MiB [====================== ] 61% 65.00 MiB / 105.84 MiB [====================== ] 62% 66.00 MiB / 105.84 MiB [====================== ] 63% 67.00 MiB / 105.84 MiB [======================= ] 64% 68.00 MiB / 105.84 MiB [======================= ] 65% 69.00 MiB / 105.84 MiB [======================= ] 66% 70.00 MiB / 105.84 MiB [======================== ] 67% 71.00 MiB / 105.84 MiB [======================== ] 68% 72.00 MiB / 105.84 MiB [======================== ] 68% 73.00 MiB / 105.84 MiB [========================= ] 69% 74.00 MiB / 105.84 MiB [========================= ] 70% 75.00 MiB / 105.84 MiB [========================= ] 71% 76.00 MiB / 105.84 MiB [========================== ] 72% 77.00 MiB / 105.84 MiB [========================== ] 73% 78.00 MiB / 105.84 MiB [========================== ] 74% 79.00 MiB / 105.84 MiB [=========================== ] 75% 80.00 MiB / 105.84 MiB [=========================== ] 76% 81.00 MiB / 105.84 MiB [=========================== ] 77% 82.00 MiB / 105.84 MiB [============================ ] 78% 83.00 MiB / 105.84 MiB [============================ ] 79% 84.00 MiB / 105.84 MiB [============================ ] 80% 85.00 MiB / 105.84 MiB [============================= ] 81% 86.00 MiB / 105.84 MiB [============================= ] 82% 87.00 MiB / 105.84 MiB [============================= ] 83% 88.00 MiB / 105.84 MiB [============================== ] 84% 89.00 MiB / 105.84 MiB [============================== ] 85% 90.00 MiB / 105.84 MiB [============================== ] 85% 91.00 MiB / 105.84 MiB [=============================== ] 86% 92.00 MiB / 105.84 MiB [=============================== ] 87% 93.00 MiB / 105.84 MiB [=============================== ] 88% 94.00 MiB / 105.84 MiB [================================ ] 89% 95.00 MiB / 105.84 MiB [================================ ] 90% 96.00 MiB / 105.84 MiB [================================ ] 91% 97.00 MiB / 105.84 MiB [================================= ] 92% 98.00 MiB / 105.84 MiB [================================= ] 93% 99.00 MiB / 105.84 MiB [================================== ] 94% 100.00 MiB / 105.84 MiB [================================== ] 95% 101.00 MiB / 105.84 MiB [================================== ] 96% 102.00 MiB / 105.84 MiB [=================================== ] 97% 103.00 MiB / 105.84 MiB [=================================== ] 98% 104.00 MiB / 105.84 MiB [=================================== ] 99% 105.00 MiB / 105.84 MiB [====================================] 100% 105.84 MiB / 105.84 MiB Downloading [28/30]: kernel-modules-6.12.9-100.fc40.x86_64.rpm [ ] 1% 1.00 MiB / 63.86 MiB [= ] 3% 2.00 MiB / 63.86 MiB [= ] 4% 3.00 MiB / 63.86 MiB [== ] 6% 4.00 MiB / 63.86 MiB [== ] 7% 5.00 MiB / 63.86 MiB [=== ] 9% 6.00 MiB / 63.86 MiB [=== ] 10% 7.00 MiB / 63.86 MiB [==== ] 12% 8.00 MiB / 63.86 MiB [===== ] 14% 9.00 MiB / 63.86 MiB [===== ] 15% 10.00 MiB / 63.86 MiB [====== ] 17% 11.00 MiB / 63.86 MiB [====== ] 18% 12.00 MiB / 63.86 MiB [======= ] 20% 13.00 MiB / 63.86 MiB [======= ] 21% 14.00 MiB / 63.86 MiB [======== ] 23% 15.00 MiB / 63.86 MiB [========= ] 25% 16.00 MiB / 63.86 MiB [========= ] 26% 17.00 MiB / 63.86 MiB [========== ] 28% 18.00 MiB / 63.86 MiB [========== ] 29% 19.00 MiB / 63.86 MiB [=========== ] 31% 20.00 MiB / 63.86 MiB [=========== ] 32% 21.00 MiB / 63.86 MiB [============ ] 34% 22.00 MiB / 63.86 MiB [============ ] 36% 23.00 MiB / 63.86 MiB [============= ] 37% 24.00 MiB / 63.86 MiB [============== ] 39% 25.00 MiB / 63.86 MiB [============== ] 40% 26.00 MiB / 63.86 MiB [=============== ] 42% 27.00 MiB / 63.86 MiB [=============== ] 43% 28.00 MiB / 63.86 MiB [================ ] 45% 29.00 MiB / 63.86 MiB [================ ] 46% 30.00 MiB / 63.86 MiB [================= ] 48% 31.00 MiB / 63.86 MiB [================== ] 50% 32.00 MiB / 63.86 MiB [================== ] 51% 33.00 MiB / 63.86 MiB [=================== ] 53% 34.00 MiB / 63.86 MiB [=================== ] 54% 35.00 MiB / 63.86 MiB [==================== ] 56% 36.00 MiB / 63.86 MiB [==================== ] 57% 37.00 MiB / 63.86 MiB [===================== ] 59% 38.00 MiB / 63.86 MiB [===================== ] 61% 39.00 MiB / 63.86 MiB [====================== ] 62% 40.00 MiB / 63.86 MiB [======================= ] 64% 41.00 MiB / 63.86 MiB [======================= ] 65% 42.00 MiB / 63.86 MiB [======================== ] 67% 43.00 MiB / 63.86 MiB [======================== ] 68% 44.00 MiB / 63.86 MiB [========================= ] 70% 45.00 MiB / 63.86 MiB [========================= ] 72% 46.00 MiB / 63.86 MiB [========================== ] 73% 47.00 MiB / 63.86 MiB [=========================== ] 75% 48.00 MiB / 63.86 MiB [=========================== ] 76% 49.00 MiB / 63.86 MiB [============================ ] 78% 50.00 MiB / 63.86 MiB [============================ ] 79% 51.00 MiB / 63.86 MiB [============================= ] 81% 52.00 MiB / 63.86 MiB [============================= ] 82% 53.00 MiB / 63.86 MiB [============================== ] 84% 54.00 MiB / 63.86 MiB [=============================== ] 86% 55.00 MiB / 63.86 MiB [=============================== ] 87% 56.00 MiB / 63.86 MiB [================================ ] 89% 57.00 MiB / 63.86 MiB [================================ ] 90% 58.00 MiB / 63.86 MiB [================================= ] 92% 59.00 MiB / 63.86 MiB [================================= ] 93% 60.00 MiB / 63.86 MiB [================================== ] 95% 61.00 MiB / 63.86 MiB [================================== ] 97% 62.00 MiB / 63.86 MiB [=================================== ] 98% 63.00 MiB / 63.86 MiB [====================================] 100% 63.86 MiB / 63.86 MiB Downloading [29/30]: kernel-uki-virt-6.12.9-100.fc40.x86_64.rpm [ ] 1% 1.00 MiB / 58.89 MiB [= ] 3% 2.00 MiB / 58.89 MiB [= ] 5% 3.00 MiB / 58.89 MiB [== ] 6% 4.00 MiB / 58.89 MiB [=== ] 8% 5.00 MiB / 58.89 MiB [=== ] 10% 6.00 MiB / 58.89 MiB [==== ] 11% 7.00 MiB / 58.89 MiB [==== ] 13% 8.00 MiB / 58.89 MiB [===== ] 15% 9.00 MiB / 58.89 MiB [====== ] 16% 10.00 MiB / 58.89 MiB [====== ] 18% 11.00 MiB / 58.89 MiB [======= ] 20% 12.00 MiB / 58.89 MiB [======= ] 22% 13.00 MiB / 58.89 MiB [======== ] 23% 14.00 MiB / 58.89 MiB [========= ] 25% 15.00 MiB / 58.89 MiB [========= ] 27% 16.00 MiB / 58.89 MiB [========== ] 28% 17.00 MiB / 58.89 MiB [=========== ] 30% 18.00 MiB / 58.89 MiB [=========== ] 32% 19.00 MiB / 58.89 MiB [============ ] 33% 20.00 MiB / 58.89 MiB [============ ] 35% 21.00 MiB / 58.89 MiB [============= ] 37% 22.00 MiB / 58.89 MiB [============== ] 39% 23.00 MiB / 58.89 MiB [============== ] 40% 24.00 MiB / 58.89 MiB [=============== ] 42% 25.00 MiB / 58.89 MiB [=============== ] 44% 26.00 MiB / 58.89 MiB [================ ] 45% 27.00 MiB / 58.89 MiB [================= ] 47% 28.00 MiB / 58.89 MiB [================= ] 49% 29.00 MiB / 58.89 MiB [================== ] 50% 30.00 MiB / 58.89 MiB [================== ] 52% 31.00 MiB / 58.89 MiB [=================== ] 54% 32.00 MiB / 58.89 MiB [==================== ] 56% 33.00 MiB / 58.89 MiB [==================== ] 57% 34.00 MiB / 58.89 MiB [===================== ] 59% 35.00 MiB / 58.89 MiB [====================== ] 61% 36.00 MiB / 58.89 MiB [====================== ] 62% 37.00 MiB / 58.89 MiB [======================= ] 64% 38.00 MiB / 58.89 MiB [======================= ] 66% 39.00 MiB / 58.89 MiB [======================== ] 67% 40.00 MiB / 58.89 MiB [========================= ] 69% 41.00 MiB / 58.89 MiB [========================= ] 71% 42.00 MiB / 58.89 MiB [========================== ] 73% 43.00 MiB / 58.89 MiB [========================== ] 74% 44.00 MiB / 58.89 MiB [=========================== ] 76% 45.00 MiB / 58.89 MiB [============================ ] 78% 46.00 MiB / 58.89 MiB [============================ ] 79% 47.00 MiB / 58.89 MiB [============================= ] 81% 48.00 MiB / 58.89 MiB [============================= ] 83% 49.00 MiB / 58.89 MiB [============================== ] 84% 50.00 MiB / 58.89 MiB [=============================== ] 86% 51.00 MiB / 58.89 MiB [=============================== ] 88% 52.00 MiB / 58.89 MiB [================================ ] 89% 53.00 MiB / 58.89 MiB [================================= ] 91% 54.00 MiB / 58.89 MiB [================================= ] 93% 55.00 MiB / 58.89 MiB [================================== ] 95% 56.00 MiB / 58.89 MiB [================================== ] 96% 57.00 MiB / 58.89 MiB [=================================== ] 98% 58.00 MiB / 58.89 MiB [====================================] 100% 58.89 MiB / 58.89 MiB Downloading [30/30]: kernel-debug-uki-virt-6.12.9-100.fc40.x86_64.rpm [ ] 1% 1.00 MiB / 78.74 MiB [ ] 2% 2.00 MiB / 78.74 MiB [= ] 3% 3.00 MiB / 78.74 MiB [= ] 5% 4.00 MiB / 78.74 MiB [== ] 6% 5.00 MiB / 78.74 MiB [== ] 7% 6.00 MiB / 78.74 MiB [=== ] 8% 7.00 MiB / 78.74 MiB [=== ] 10% 8.00 MiB / 78.74 MiB [==== ] 11% 9.00 MiB / 78.74 MiB [==== ] 12% 10.00 MiB / 78.74 MiB [===== ] 13% 11.00 MiB / 78.74 MiB [===== ] 15% 12.00 MiB / 78.74 MiB [===== ] 16% 13.00 MiB / 78.74 MiB [====== ] 17% 14.00 MiB / 78.74 MiB [====== ] 19% 15.00 MiB / 78.74 MiB [======= ] 20% 16.00 MiB / 78.74 MiB [======= ] 21% 17.00 MiB / 78.74 MiB [======== ] 22% 18.00 MiB / 78.74 MiB [======== ] 24% 19.00 MiB / 78.74 MiB [========= ] 25% 20.00 MiB / 78.74 MiB [========= ] 26% 21.00 MiB / 78.74 MiB [========== ] 27% 22.00 MiB / 78.74 MiB [========== ] 29% 23.00 MiB / 78.74 MiB [========== ] 30% 24.00 MiB / 78.74 MiB [=========== ] 31% 25.00 MiB / 78.74 MiB [=========== ] 33% 26.00 MiB / 78.74 MiB [============ ] 34% 27.00 MiB / 78.74 MiB [============ ] 35% 28.00 MiB / 78.74 MiB [============= ] 36% 29.00 MiB / 78.74 MiB [============= ] 38% 30.00 MiB / 78.74 MiB [============== ] 39% 31.00 MiB / 78.74 MiB [============== ] 40% 32.00 MiB / 78.74 MiB [=============== ] 41% 33.00 MiB / 78.74 MiB [=============== ] 43% 34.00 MiB / 78.74 MiB [================ ] 44% 35.00 MiB / 78.74 MiB [================ ] 45% 36.00 MiB / 78.74 MiB [================ ] 46% 37.00 MiB / 78.74 MiB [================= ] 48% 38.00 MiB / 78.74 MiB [================= ] 49% 39.00 MiB / 78.74 MiB [================== ] 50% 40.00 MiB / 78.74 MiB [================== ] 52% 41.00 MiB / 78.74 MiB [=================== ] 53% 42.00 MiB / 78.74 MiB [=================== ] 54% 43.00 MiB / 78.74 MiB [==================== ] 55% 44.00 MiB / 78.74 MiB [==================== ] 57% 45.00 MiB / 78.74 MiB [===================== ] 58% 46.00 MiB / 78.74 MiB [===================== ] 59% 47.00 MiB / 78.74 MiB [===================== ] 60% 48.00 MiB / 78.74 MiB [====================== ] 62% 49.00 MiB / 78.74 MiB [====================== ] 63% 50.00 MiB / 78.74 MiB [======================= ] 64% 51.00 MiB / 78.74 MiB [======================= ] 66% 52.00 MiB / 78.74 MiB [======================== ] 67% 53.00 MiB / 78.74 MiB [======================== ] 68% 54.00 MiB / 78.74 MiB [========================= ] 69% 55.00 MiB / 78.74 MiB [========================= ] 71% 56.00 MiB / 78.74 MiB [========================== ] 72% 57.00 MiB / 78.74 MiB [========================== ] 73% 58.00 MiB / 78.74 MiB [========================== ] 74% 59.00 MiB / 78.74 MiB [=========================== ] 76% 60.00 MiB / 78.74 MiB [=========================== ] 77% 61.00 MiB / 78.74 MiB [============================ ] 78% 62.00 MiB / 78.74 MiB [============================ ] 80% 63.00 MiB / 78.74 MiB [============================= ] 81% 64.00 MiB / 78.74 MiB [============================= ] 82% 65.00 MiB / 78.74 MiB [============================== ] 83% 66.00 MiB / 78.74 MiB [============================== ] 85% 67.00 MiB / 78.74 MiB [=============================== ] 86% 68.00 MiB / 78.74 MiB [=============================== ] 87% 69.00 MiB / 78.74 MiB [================================ ] 88% 70.00 MiB / 78.74 MiB [================================ ] 90% 71.00 MiB / 78.74 MiB [================================ ] 91% 72.00 MiB / 78.74 MiB [================================= ] 92% 73.00 MiB / 78.74 MiB [================================= ] 93% 74.00 MiB / 78.74 MiB [================================== ] 95% 75.00 MiB / 78.74 MiB [================================== ] 96% 76.00 MiB / 78.74 MiB [=================================== ] 97% 77.00 MiB / 78.74 MiB [=================================== ] 99% 78.00 MiB / 78.74 MiB [====================================] 100% 78.74 MiB / 78.74 MiB Last metadata expiration check: 0:01:01 ago on Sat 25 Jan 2025 07:51:21 AM EST. Package kernel-modules-6.12.9-100.fc40.x86_64 is already installed. Package kernel-modules-core-6.12.9-100.fc40.x86_64 is already installed. Dependencies resolved. ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel-modules-extra x86_64 6.12.9-100.fc40 @commandline 2.9 M kernel-modules-internal x86_64 6.12.9-100.fc40 @commandline 1.4 M Transaction Summary ================================================================================ Install 2 Packages Total size: 4.3 M Installed size: 3.9 M Downloading Packages: Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : kernel-modules-internal-6.12.9-100.fc40.x86_64 1/2 Running scriptlet: kernel-modules-internal-6.12.9-100.fc40.x86_64 1/2 Installing : kernel-modules-extra-6.12.9-100.fc40.x86_64 2/2 Running scriptlet: kernel-modules-extra-6.12.9-100.fc40.x86_64 2/2 Installed: kernel-modules-extra-6.12.9-100.fc40.x86_64 kernel-modules-internal-6.12.9-100.fc40.x86_64 Complete! TASK [Create hostapd config] *************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:69 Saturday 25 January 2025 07:52:44 -0500 (0:01:04.892) 0:01:11.431 ****** changed: [managed-node1] => { "changed": true, "checksum": "6f12f09ae8e7d35daf1dd0e1d21717374b6da5c8", "dest": "/etc/hostapd/wireless.conf", "gid": 0, "group": "root", "md5sum": "10d1092e1f9dda9a0b78317b4ce78e8e", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 131, "src": "/root/.ansible/tmp/ansible-tmp-1737809564.2590437-38928-212335718718550/.source.conf", "state": "file", "uid": 0 } TASK [Include the task 'start_mock_wifi.yml'] ********************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:84 Saturday 25 January 2025 07:52:45 -0500 (0:00:00.811) 0:01:12.243 ****** included: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml for managed-node1 TASK [Ensure NetworkManager is running] **************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:3 Saturday 25 January 2025 07:52:45 -0500 (0:00:00.029) 0:01:12.272 ****** ok: [managed-node1] => { "changed": false, "name": "NetworkManager", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:NetworkManager_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-01-25 07:51:26 EST", "ActiveEnterTimestampMonotonic": "1130060923", "ActiveExitTimestamp": "Sat 2025-01-25 07:51:26 EST", "ActiveExitTimestampMonotonic": "1129919653", "ActiveState": "active", "After": "network-pre.target system.slice dbus.socket dbus-broker.service cloud-init-local.service sysinit.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-25 07:51:26 EST", "AssertTimestampMonotonic": "1129956279", "Before": "cloud-init.service network.target NetworkManager-wait-online.service shutdown.target multi-user.target network.service", "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": "83789000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-25 07:51:26 EST", "ConditionTimestampMonotonic": "1129956274", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "8605", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "115895", "ExecMainStartTimestamp": "Sat 2025-01-25 07:51:26 EST", "ExecMainStartTimestampMonotonic": "1129962129", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[Sat 2025-01-25 07:51:26 EST] ; stop_time=[n/a] ; pid=115895 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[Sat 2025-01-25 07:51:26 EST] ; stop_time=[n/a] ; pid=115895 ; 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-01-25 07:51:26 EST", "InactiveEnterTimestampMonotonic": "1129954362", "InactiveExitTimestamp": "Sat 2025-01-25 07:51:26 EST", "InactiveExitTimestampMonotonic": "1129962396", "InvocationID": "ac8e435e84a048579e515e82349fa5e7", "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": "14702", "LimitNPROCSoft": "14702", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14702", "LimitSIGPENDINGSoft": "14702", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "115895", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3469189120", "MemoryCurrent": "3469312", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4030464", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target dbus.socket system.slice", "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-01-25 07:51:26 EST", "StateChangeTimestampMonotonic": "1130060923", "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": "4410", "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-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Saturday 25 January 2025 07:52:45 -0500 (0:00:00.757) 0:01:13.030 ****** ok: [managed-node1] => { "changed": false, "cmd": "modprobe mac80211_hwsim radio=2 && sleep 5", "delta": "0:00:05.177896", "end": "2025-01-25 07:52:51.319036", "rc": 0, "start": "2025-01-25 07:52:46.141140" } TASK [Restart NetworkManager and wpa_supplicant] ******************************* task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:12 Saturday 25 January 2025 07:52:51 -0500 (0:00:05.561) 0:01:18.592 ****** changed: [managed-node1] => (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-01-25 07:51:26 EST", "ActiveEnterTimestampMonotonic": "1130060923", "ActiveExitTimestamp": "Sat 2025-01-25 07:51:26 EST", "ActiveExitTimestampMonotonic": "1129919653", "ActiveState": "active", "After": "network-pre.target system.slice dbus.socket dbus-broker.service cloud-init-local.service sysinit.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-25 07:51:26 EST", "AssertTimestampMonotonic": "1129956279", "Before": "cloud-init.service network.target NetworkManager-wait-online.service shutdown.target multi-user.target network.service", "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": "109884000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-25 07:51:26 EST", "ConditionTimestampMonotonic": "1129956274", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlGroupId": "8605", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "115895", "ExecMainStartTimestamp": "Sat 2025-01-25 07:51:26 EST", "ExecMainStartTimestampMonotonic": "1129962129", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[Sat 2025-01-25 07:51:26 EST] ; stop_time=[n/a] ; pid=115895 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; flags= ; start_time=[Sat 2025-01-25 07:51:26 EST] ; stop_time=[n/a] ; pid=115895 ; 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-01-25 07:51:26 EST", "InactiveEnterTimestampMonotonic": "1129954362", "InactiveExitTimestamp": "Sat 2025-01-25 07:51:26 EST", "InactiveExitTimestampMonotonic": "1129962396", "InvocationID": "ac8e435e84a048579e515e82349fa5e7", "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": "14702", "LimitNPROCSoft": "14702", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14702", "LimitSIGPENDINGSoft": "14702", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "115895", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3492450304", "MemoryCurrent": "3665920", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4186112", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target dbus.socket system.slice", "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-01-25 07:51:26 EST", "StateChangeTimestampMonotonic": "1130060923", "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": "4410", "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-node1] => (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", "ActiveEnterTimestamp": "Sat 2025-01-25 07:38:12 EST", "ActiveEnterTimestampMonotonic": "335839478", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target dbus-broker.service systemd-journald.socket system.slice dbus.socket basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-25 07:38:12 EST", "AssertTimestampMonotonic": "335821966", "Before": "multi-user.target network.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "fi.w1.wpa_supplicant1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "75328000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-25 07:38:12 EST", "ConditionTimestampMonotonic": "335821962", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlGroupId": "5818", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "9099", "ExecMainStartTimestamp": "Sat 2025-01-25 07:38:12 EST", "ExecMainStartTimestampMonotonic": "335832086", "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", "InactiveExitTimestamp": "Sat 2025-01-25 07:38:12 EST", "InactiveExitTimestampMonotonic": "335832313", "InvocationID": "6523edd6e94b4526b4a0fe08358a49cd", "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": "14702", "LimitNPROCSoft": "14702", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14702", "LimitSIGPENDINGSoft": "14702", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9099", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3476697088", "MemoryCurrent": "2920448", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "3436544", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "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-01-25 07:45:38 EST", "StateChangeTimestampMonotonic": "781392805", "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": "4410", "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": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Bring up wlan0 and wlan1 (mock wifi interfaces)] ************************* task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:20 Saturday 25 January 2025 07:52:52 -0500 (0:00:01.418) 0:01:20.010 ****** ok: [managed-node1] => { "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.045215", "end": "2025-01-25 07:52:58.168428", "rc": 0, "start": "2025-01-25 07:52:53.123213" } TASK [Start hostapd] *********************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:29 Saturday 25 January 2025 07:52:58 -0500 (0:00:05.437) 0:01:25.447 ****** ok: [managed-node1] => { "changed": false, "cmd": "hostapd -B /etc/hostapd/wireless.conf && sleep 5", "delta": "0:00:05.047603", "end": "2025-01-25 07:53:03.606147", "rc": 0, "start": "2025-01-25 07:52:58.558544" } STDOUT: wlan1: interface state UNINITIALIZED->ENABLED wlan1: AP-ENABLED TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 January 2025 07:53:03 -0500 (0:00:05.430) 0:01:30.878 ****** included: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 January 2025 07:53:03 -0500 (0:00:00.037) 0:01:30.915 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 January 2025 07:53:03 -0500 (0:00:00.047) 0:01:30.962 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 January 2025 07:53:03 -0500 (0:00:00.030) 0:01:30.993 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 January 2025 07:53:03 -0500 (0:00:00.033) 0:01:31.027 ****** ok: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 January 2025 07:53:06 -0500 (0:00:02.700) 0:01:33.727 ****** ok: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 January 2025 07:53:07 -0500 (0:00:01.213) 0:01:34.941 ****** ok: [managed-node1] => {} 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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 January 2025 07:53:07 -0500 (0:00:00.044) 0:01:34.985 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 January 2025 07:53:07 -0500 (0:00:00.040) 0:01:35.026 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 January 2025 07:53:07 -0500 (0:00:00.040) 0:01:35.066 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 January 2025 07:53:07 -0500 (0:00:00.060) 0:01:35.127 ****** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 January 2025 07:53:11 -0500 (0:00:03.104) 0:01:38.231 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 January 2025 07:53:11 -0500 (0:00:00.061) 0:01:38.292 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 January 2025 07:53:11 -0500 (0:00:00.098) 0:01:38.390 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 January 2025 07:53:11 -0500 (0:00:00.102) 0:01:38.493 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 January 2025 07:53:11 -0500 (0:00:00.042) 0:01:38.535 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 January 2025 07:53:11 -0500 (0:00:00.040) 0:01:38.576 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "__network_package_install.changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 January 2025 07:53:11 -0500 (0:00:00.078) 0:01:38.654 ****** ok: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 January 2025 07:53:12 -0500 (0:00:00.642) 0:01:39.297 ****** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "wpa_supplicant", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-01-25 07:52:52 EST", "ActiveEnterTimestampMonotonic": "1215846623", "ActiveExitTimestamp": "Sat 2025-01-25 07:52:52 EST", "ActiveExitTimestampMonotonic": "1215792879", "ActiveState": "active", "After": "sysinit.target dbus-broker.service systemd-journald.socket system.slice dbus.socket basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-01-25 07:52:52 EST", "AssertTimestampMonotonic": "1215836434", "Before": "multi-user.target network.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "fi.w1.wpa_supplicant1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "14144000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-01-25 07:52:52 EST", "ConditionTimestampMonotonic": "1215836430", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/wpa_supplicant.service", "ControlGroupId": "8957", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "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", "EnvironmentFiles": "/etc/sysconfig/wpa_supplicant (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "119080", "ExecMainStartTimestamp": "Sat 2025-01-25 07:52:52 EST", "ExecMainStartTimestampMonotonic": "1215842085", "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-01-25 07:52:52 EST] ; stop_time=[n/a] ; pid=119080 ; 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-01-25 07:52:52 EST] ; stop_time=[n/a] ; pid=119080 ; 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", "InactiveEnterTimestamp": "Sat 2025-01-25 07:52:52 EST", "InactiveEnterTimestampMonotonic": "1215835586", "InactiveExitTimestamp": "Sat 2025-01-25 07:52:52 EST", "InactiveExitTimestampMonotonic": "1215842294", "InvocationID": "fa06ffed76f14dc18587510f93938723", "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": "14702", "LimitNPROCSoft": "14702", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14702", "LimitSIGPENDINGSoft": "14702", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "119080", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3376271360", "MemoryCurrent": "1687552", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "2195456", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "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-01-25 07:52:52 EST", "StateChangeTimestampMonotonic": "1215846623", "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": "4410", "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": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 January 2025 07:53:12 -0500 (0:00:00.617) 0:01:39.914 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 January 2025 07:53:12 -0500 (0:00:00.041) 0:01:39.955 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 January 2025 07:53:12 -0500 (0:00:00.039) 0:01:39.995 ****** changed: [managed-node1] => { "_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": "sae", "password": "p@55w0rD", "ssid": "hostapd-sae" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, a65923ee-8c21-4f33-bd96-03184956a2e2 [004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a65923ee-8c21-4f33-bd96-03184956a2e2 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 January 2025 07:53:13 -0500 (0:00:00.992) 0:01:40.987 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 January 2025 07:53:13 -0500 (0:00:00.041) 0:01:41.029 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, a65923ee-8c21-4f33-bd96-03184956a2e2", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a65923ee-8c21-4f33-bd96-03184956a2e2 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 January 2025 07:53:13 -0500 (0:00:00.045) 0:01:41.074 ****** ok: [managed-node1] => { "__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": "sae", "password": "p@55w0rD", "ssid": "hostapd-sae" } } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, a65923ee-8c21-4f33-bd96-03184956a2e2\n[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a65923ee-8c21-4f33-bd96-03184956a2e2 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'wlan0': update connection wlan0, a65923ee-8c21-4f33-bd96-03184956a2e2", "[004] #0, state:up persistent_state:present, 'wlan0': up connection wlan0, a65923ee-8c21-4f33-bd96-03184956a2e2 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 January 2025 07:53:13 -0500 (0:00:00.044) 0:01:41.118 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 January 2025 07:53:13 -0500 (0:00:00.040) 0:01:41.159 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Verify wireless profile KEY_MGMT entry] ********************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:35 Saturday 25 January 2025 07:53:14 -0500 (0:00:00.517) 0:01:41.677 ****** ok: [managed-node1] => { "changed": false, "cmd": "set -euxo pipefail\nnmcli c show wlan0 | grep 802-11-wireless-security.key-mgmt\n", "delta": "0:00:00.022422", "end": "2025-01-25 07:53:14.811661", "rc": 0, "start": "2025-01-25 07:53:14.789239" } STDOUT: 802-11-wireless-security.key-mgmt: sae STDERR: + nmcli c show wlan0 + grep 802-11-wireless-security.key-mgmt TASK [Assert that WPA3 Personal is configured correctly] *********************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:43 Saturday 25 January 2025 07:53:14 -0500 (0:00:00.455) 0:01:42.133 ****** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 25 January 2025 07:53:14 -0500 (0:00:00.041) 0:01:42.175 ****** included: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for managed-node1 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 25 January 2025 07:53:15 -0500 (0:00:00.072) 0:01:42.247 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 25 January 2025 07:53:15 -0500 (0:00:00.070) 0:01:42.318 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 25 January 2025 07:53:15 -0500 (0:00:00.048) 0:01:42.366 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 25 January 2025 07:53:15 -0500 (0:00:00.049) 0:01:42.416 ****** ok: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 25 January 2025 07:53:17 -0500 (0:00:02.509) 0:01:44.925 ****** ok: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 25 January 2025 07:53:18 -0500 (0:00:00.972) 0:01:45.898 ****** ok: [managed-node1] => {} 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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 25 January 2025 07:53:18 -0500 (0:00:00.044) 0:01:45.943 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 25 January 2025 07:53:18 -0500 (0:00:00.040) 0:01:45.983 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Saturday 25 January 2025 07:53:18 -0500 (0:00:00.039) 0:01:46.023 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 25 January 2025 07:53:18 -0500 (0:00:00.094) 0:01:46.117 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:48 Saturday 25 January 2025 07:53:18 -0500 (0:00:00.073) 0:01:46.190 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:60 Saturday 25 January 2025 07:53:19 -0500 (0:00:00.060) 0:01:46.251 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:73 Saturday 25 January 2025 07:53:19 -0500 (0:00:00.072) 0:01:46.323 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Saturday 25 January 2025 07:53:19 -0500 (0:00:00.102) 0:01:46.425 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:96 Saturday 25 January 2025 07:53:19 -0500 (0:00:00.042) 0:01:46.467 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 25 January 2025 07:53:19 -0500 (0:00:00.041) 0:01:46.509 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Saturday 25 January 2025 07:53:19 -0500 (0:00:00.072) 0:01:46.581 ****** ok: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Saturday 25 January 2025 07:53:20 -0500 (0:00:00.645) 0:01:47.226 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 25 January 2025 07:53:20 -0500 (0:00:00.070) 0:01:47.297 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:150 Saturday 25 January 2025 07:53:20 -0500 (0:00:00.040) 0:01:47.337 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 Saturday 25 January 2025 07:53:20 -0500 (0:00:00.041) 0:01:47.379 ****** changed: [managed-node1] => { "_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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:171 Saturday 25 January 2025 07:53:20 -0500 (0:00:00.719) 0:01:48.099 ****** skipping: [managed-node1] => { "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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:177 Saturday 25 January 2025 07:53:20 -0500 (0:00:00.040) 0:01:48.140 ****** ok: [managed-node1] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Saturday 25 January 2025 07:53:20 -0500 (0:00:00.044) 0:01:48.185 ****** ok: [managed-node1] => { "__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-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:186 Saturday 25 January 2025 07:53:21 -0500 (0:00:00.083) 0:01:48.268 ****** skipping: [managed-node1] => { "false_condition": "network_state != {}" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:192 Saturday 25 January 2025 07:53:21 -0500 (0:00:00.042) 0:01:48.311 ****** ok: [managed-node1] => { "changed": false, "ping": "pong" } TASK [Include the task 'cleanup_mock_wifi.yml'] ******************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:62 Saturday 25 January 2025 07:53:21 -0500 (0:00:00.428) 0:01:48.739 ****** included: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml for managed-node1 TASK [Unload mac80211_hwsim module] ******************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:3 Saturday 25 January 2025 07:53:21 -0500 (0:00:00.070) 0:01:48.810 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "modprobe", "-r", "mac80211_hwsim" ], "delta": "0:00:00.135197", "end": "2025-01-25 07:53:22.054670", "rc": 0, "start": "2025-01-25 07:53:21.919473" } TASK [Kill hostapd process] **************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/cleanup_mock_wifi.yml:7 Saturday 25 January 2025 07:53:22 -0500 (0:00:00.542) 0:01:49.352 ****** ok: [managed-node1] => { "changed": false, "cmd": [ "pkill", "hostapd" ], "delta": "0:00:00.013039", "end": "2025-01-25 07:53:22.479770", "rc": 0, "start": "2025-01-25 07:53:22.466731" } TASK [Verify network state restored to default] ******************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:64 Saturday 25 January 2025 07:53:22 -0500 (0:00:00.420) 0:01:49.772 ****** included: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml for managed-node1 TASK [Check routes and DNS] **************************************************** task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:6 Saturday 25 January 2025 07:53:22 -0500 (0:00:00.068) 0:01:49.841 ****** ok: [managed-node1] => { "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.009213", "end": "2025-01-25 07:53:22.959761", "rc": 0, "start": "2025-01-25 07:53:22.950548" } 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 12:43:c3:a9:dd:4f brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.8.251/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 3570sec preferred_lft 3570sec inet6 fe80::1043:c3ff:fea9:dd4f/64 scope link noprefixroute valid_lft forever preferred_lft forever 33: rpltstbr: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether ca:ad:73:21:e9:12 brd ff:ff:ff:ff:ff:ff inet 192.0.2.72/31 scope global noprefixroute rpltstbr valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.8.251 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.8.251 metric 100 192.0.2.72/31 dev rpltstbr proto kernel scope link src 192.0.2.72 metric 425 linkdown IP -6 ROUTE fe80::/64 dev eth0 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 us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/check_network_dns.yml:24 Saturday 25 January 2025 07:53:23 -0500 (0:00:00.410) 0:01:50.252 ****** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* managed-node1 : ok=46 changed=4 unreachable=0 failed=0 skipped=42 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 25 January 2025 07:53:23 -0500 (0:00:00.020) 0:01:50.272 ****** =============================================================================== Install mac80211_hwsim kernel module in Fedora ------------------------- 64.89s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:60 Load mac80211_hwsim kernel module to mock a wifi network ---------------- 5.56s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:8 Bring up wlan0 and wlan1 (mock wifi interfaces) ------------------------- 5.44s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:20 Start hostapd ----------------------------------------------------------- 5.43s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:29 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces --- 3.10s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 fedora.linux_system_roles.network : Check which services are running ---- 2.70s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.51s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install packages required to set up mock wifi network ------------------- 1.59s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:3 Install hostapd in Fedora ----------------------------------------------- 1.49s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:45 Restart NetworkManager and wpa_supplicant ------------------------------- 1.42s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:12 Gathering Facts --------------------------------------------------------- 1.22s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_wpa3_sae_nm.yml:6 fedora.linux_system_roles.network : Check which packages are installed --- 1.21s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.99s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Check which packages are installed --- 0.97s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.94s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless_wpa3_sae.yml:3 Create hostapd config --------------------------------------------------- 0.81s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi_wpa3_sae.yml:69 Ensure NetworkManager is running ---------------------------------------- 0.76s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/start_mock_wifi.yml:3 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.72s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:159 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.65s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.64s /tmp/collections-nqG/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122