ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_wireless_nm.yml ************************************************ 2 plays in /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml PLAY [Run playbook 'playbooks/tests_wireless.yml' with nm as provider] ********* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:6 Monday 06 October 2025 15:28:48 -0400 (0:00:00.074) 0:00:00.074 ******** ok: [managed-node6] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:9 Monday 06 October 2025 15:28:51 -0400 (0:00:02.834) 0:00:02.909 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml for managed-node6 TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Monday 06 October 2025 15:28:51 -0400 (0:00:00.169) 0:00:03.079 ******** ok: [managed-node6] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Monday 06 October 2025 15:28:52 -0400 (0:00:01.045) 0:00:04.125 ******** ok: [managed-node6] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Monday 06 October 2025 15:28:54 -0400 (0:00:01.994) 0:00:06.119 ******** ok: [managed-node6] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Monday 06 October 2025 15:28:54 -0400 (0:00:00.267) 0:00:06.386 ******** skipping: [managed-node6] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:11 Monday 06 October 2025 15:28:54 -0400 (0:00:00.204) 0:00:06.590 ******** ok: [managed-node6] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing wireless connection] ************************************ TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:3 Monday 06 October 2025 15:28:54 -0400 (0:00:00.141) 0:00:06.732 ******** ok: [managed-node6] META: ran handlers TASK [INIT: wireless tests] **************************************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:8 Monday 06 October 2025 15:28:56 -0400 (0:00:01.472) 0:00:08.204 ******** ok: [managed-node6] => {} MSG: ################################################## TASK [Include the task 'setup_mock_wifi.yml'] ********************************** task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:11 Monday 06 October 2025 15:28:56 -0400 (0:00:00.231) 0:00:08.435 ******** included: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml for managed-node6 TASK [Install packages required to set up mock wifi network] ******************* task path: /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:3 Monday 06 October 2025 15:28:56 -0400 (0:00:00.265) 0:00:08.701 ******** FAILED - RETRYING: Install packages required to set up mock wifi network (6 retries left). FAILED - RETRYING: Install packages required to set up mock wifi network (5 retries left). FAILED - RETRYING: Install packages required to set up mock wifi network (4 retries left). FAILED - RETRYING: Install packages required to set up mock wifi network (3 retries left). FAILED - RETRYING: Install packages required to set up mock wifi network (2 retries left). FAILED - RETRYING: Install packages required to set up mock wifi network (1 retries left). fatal: [managed-node6]: FAILED! => { "attempts": 6, "changed": false, "rc": 126, "results": [ "No package matching 'hostapd' found available, installed or updated" ] } MSG: No package matching 'hostapd' found available, installed or updated [WARNING]: Failure using method (v2_runner_on_failed) in callback plugin (): 'AnsibleUnsafeText' object has no attribute 'get' PLAY RECAP ********************************************************************* managed-node6 : ok=9 changed=0 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 06 October 2025 15:30:04 -0400 (0:01:07.384) 0:01:16.086 ******** =============================================================================== Install packages required to set up mock wifi network ------------------ 67.38s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tasks/setup_mock_wifi.yml:3 Gathering Facts --------------------------------------------------------- 2.83s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:6 Check if system is ostree ----------------------------------------------- 1.99s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:17 Gathering Facts --------------------------------------------------------- 1.47s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:3 Gather the minimum subset of ansible_facts required by the network role test --- 1.05s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:3 Set flag to indicate system is ostree ----------------------------------- 0.27s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:22 Include the task 'setup_mock_wifi.yml' ---------------------------------- 0.27s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:11 INIT: wireless tests ---------------------------------------------------- 0.23s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/playbooks/tests_wireless.yml:8 Fix CentOS6 Base repo --------------------------------------------------- 0.20s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tasks/el_repo_setup.yml:26 Include the task 'el_repo_setup.yml' ------------------------------------ 0.17s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:9 Set network provider to 'nm' -------------------------------------------- 0.14s /tmp/collections-rI2/ansible_collections/fedora/linux_system_roles/tests/network/tests_wireless_nm.yml:11 -- Logs begin at Mon 2025-10-06 15:12:24 EDT, end at Mon 2025-10-06 15:30:05 EDT. -- Oct 06 15:28:50 managed-node6 ansible-setup[29305]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 06 15:28:52 managed-node6 ansible-setup[29383]: Invoked with filter=* gather_subset=['min'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 06 15:28:54 managed-node6 ansible-stat[29438]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Oct 06 15:28:56 managed-node6 ansible-setup[29487]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 06 15:28:58 managed-node6 ansible-yum[29565]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['hostapd', 'NetworkManager', 'wpa_supplicant'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 06 15:29:09 managed-node6 ansible-yum[29617]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['hostapd', 'NetworkManager', 'wpa_supplicant'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 06 15:29:20 managed-node6 ansible-yum[29669]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['hostapd', 'NetworkManager', 'wpa_supplicant'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 06 15:29:31 managed-node6 ansible-yum[29721]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['hostapd', 'NetworkManager', 'wpa_supplicant'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 06 15:29:42 managed-node6 ansible-yum[29773]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['hostapd', 'NetworkManager', 'wpa_supplicant'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 06 15:29:53 managed-node6 ansible-yum[29825]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['hostapd', 'NetworkManager', 'wpa_supplicant'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 06 15:30:04 managed-node6 ansible-yum[29877]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['hostapd', 'NetworkManager', 'wpa_supplicant'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 06 15:30:04 managed-node6 sshd[29889]: Accepted publickey for root from 10.31.14.106 port 53624 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 06 15:30:04 managed-node6 systemd[1]: Started Session 16 of user root. -- Subject: Unit session-16.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-16.scope has finished starting up. -- -- The start-up result is done. Oct 06 15:30:04 managed-node6 systemd-logind[504]: New session 16 of user root. -- Subject: A new session 16 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 16 has been created for the user root. -- -- The leading process of the session is 29889. Oct 06 15:30:04 managed-node6 sshd[29889]: pam_unix(sshd:session): session opened for user root by (uid=0) Oct 06 15:30:04 managed-node6 sshd[29889]: Received disconnect from 10.31.14.106 port 53624:11: disconnected by user Oct 06 15:30:04 managed-node6 sshd[29889]: Disconnected from 10.31.14.106 port 53624 Oct 06 15:30:04 managed-node6 sshd[29889]: pam_unix(sshd:session): session closed for user root Oct 06 15:30:04 managed-node6 systemd-logind[504]: Removed session 16. -- Subject: Session 16 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 16 has been terminated. Oct 06 15:30:05 managed-node6 sshd[29899]: Accepted publickey for root from 10.31.14.106 port 53626 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 06 15:30:05 managed-node6 systemd-logind[504]: New session 17 of user root. -- Subject: A new session 17 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 17 has been created for the user root. -- -- The leading process of the session is 29899. Oct 06 15:30:05 managed-node6 systemd[1]: Started Session 17 of user root. -- Subject: Unit session-17.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-17.scope has finished starting up. -- -- The start-up result is done. Oct 06 15:30:05 managed-node6 sshd[29899]: pam_unix(sshd:session): session opened for user root by (uid=0)