[DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. 7139 1726867581.85562: starting run ansible-playbook [core 2.17.4] 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-GrL executable location = /usr/local/bin/ansible-playbook python version = 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults 7139 1726867581.85991: Added group all to inventory 7139 1726867581.85996: Added group ungrouped to inventory 7139 1726867581.86000: Group all now contains ungrouped 7139 1726867581.86007: Examining possible inventory source: /tmp/rhc-yfB/inventory.yml 7139 1726867582.01454: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7139 1726867582.01526: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7139 1726867582.01548: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7139 1726867582.01617: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7139 1726867582.01702: Loaded config def from plugin (inventory/script) 7139 1726867582.01705: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7139 1726867582.01745: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7139 1726867582.01846: Loaded config def from plugin (inventory/yaml) 7139 1726867582.01849: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7139 1726867582.01954: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7139 1726867582.02460: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7139 1726867582.02464: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7139 1726867582.02467: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7139 1726867582.02473: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7139 1726867582.02478: Loading data from /tmp/rhc-yfB/inventory.yml 7139 1726867582.02564: /tmp/rhc-yfB/inventory.yml was not parsable by auto 7139 1726867582.02636: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7139 1726867582.02690: Loading data from /tmp/rhc-yfB/inventory.yml 7139 1726867582.02789: group all already in inventory 7139 1726867582.02798: set inventory_file for managed_node1 7139 1726867582.02805: set inventory_dir for managed_node1 7139 1726867582.02806: Added host managed_node1 to inventory 7139 1726867582.02808: Added host managed_node1 to group all 7139 1726867582.02810: set ansible_host for managed_node1 7139 1726867582.02810: set ansible_ssh_extra_args for managed_node1 7139 1726867582.02814: set inventory_file for managed_node2 7139 1726867582.02816: set inventory_dir for managed_node2 7139 1726867582.02817: Added host managed_node2 to inventory 7139 1726867582.02819: Added host managed_node2 to group all 7139 1726867582.02819: set ansible_host for managed_node2 7139 1726867582.02820: set ansible_ssh_extra_args for managed_node2 7139 1726867582.02822: set inventory_file for managed_node3 7139 1726867582.02825: set inventory_dir for managed_node3 7139 1726867582.02825: Added host managed_node3 to inventory 7139 1726867582.02826: Added host managed_node3 to group all 7139 1726867582.02827: set ansible_host for managed_node3 7139 1726867582.02828: set ansible_ssh_extra_args for managed_node3 7139 1726867582.02830: Reconcile groups and hosts in inventory. 7139 1726867582.02834: Group ungrouped now contains managed_node1 7139 1726867582.02835: Group ungrouped now contains managed_node2 7139 1726867582.02837: Group ungrouped now contains managed_node3 7139 1726867582.02918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7139 1726867582.03042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7139 1726867582.03083: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7139 1726867582.03119: Loaded config def from plugin (vars/host_group_vars) 7139 1726867582.03122: Loading VarsModule 'host_group_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=False, class_only=True) 7139 1726867582.03128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7139 1726867582.03135: Loading VarsModule 'host_group_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/vars/host_group_vars.py (found_in_cache=True, class_only=False) 7139 1726867582.03173: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7139 1726867582.03516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.03617: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7139 1726867582.03661: Loaded config def from plugin (connection/local) 7139 1726867582.03664: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7139 1726867582.04381: Loaded config def from plugin (connection/paramiko_ssh) 7139 1726867582.04384: Loading Connection 'paramiko_ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/paramiko_ssh.py (found_in_cache=False, class_only=True) 7139 1726867582.05292: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 7139 1726867582.05337: Loaded config def from plugin (connection/psrp) 7139 1726867582.05340: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7139 1726867582.06112: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 7139 1726867582.06151: Loaded config def from plugin (connection/ssh) 7139 1726867582.06153: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7139 1726867582.08229: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py (found_in_cache=True, class_only=False) 7139 1726867582.08268: Loaded config def from plugin (connection/winrm) 7139 1726867582.08278: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7139 1726867582.08312: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7139 1726867582.08372: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7139 1726867582.08453: Loaded config def from plugin (shell/cmd) 7139 1726867582.08455: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7139 1726867582.08475: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py (found_in_cache=True, class_only=False) 7139 1726867582.08557: Loaded config def from plugin (shell/powershell) 7139 1726867582.08560: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7139 1726867582.08622: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7139 1726867582.08821: Loaded config def from plugin (shell/sh) 7139 1726867582.08824: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7139 1726867582.08854: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7139 1726867582.08980: Loaded config def from plugin (become/runas) 7139 1726867582.08983: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7139 1726867582.09168: Loaded config def from plugin (become/su) 7139 1726867582.09171: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7139 1726867582.09330: Loaded config def from plugin (become/sudo) 7139 1726867582.09332: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=False, class_only=True) running playbook inside collection fedora.linux_system_roles 7139 1726867582.09359: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 7139 1726867582.10038: in VariableManager get_vars() 7139 1726867582.10056: done with get_vars() 7139 1726867582.10066: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 7139 1726867582.10187: in VariableManager get_vars() 7139 1726867582.10210: done with get_vars() 7139 1726867582.10239: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 7139 1726867582.10643: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7139 1726867582.14548: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7139 1726867582.14798: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7139 1726867582.15208: in VariableManager get_vars() 7139 1726867582.15223: done with get_vars() 7139 1726867582.15258: Loading data from /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 7139 1726867582.16338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7139 1726867582.16352: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__ redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug 7139 1726867582.16591: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7139 1726867582.16755: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7139 1726867582.16757: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-GrL/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 7139 1726867582.16791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7139 1726867582.16820: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py (found_in_cache=True, class_only=False) 7139 1726867582.16997: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7139 1726867582.17060: Loaded config def from plugin (callback/default) 7139 1726867582.17062: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7139 1726867582.17872: Loaded config def from plugin (callback/junit) 7139 1726867582.17874: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7139 1726867582.17909: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py (found_in_cache=True, class_only=False) 7139 1726867582.17949: Loaded config def from plugin (callback/minimal) 7139 1726867582.17951: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7139 1726867582.17978: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 7139 1726867582.18021: Loaded config def from plugin (callback/tree) 7139 1726867582.18022: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 7139 1726867582.18092: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7139 1726867582.18096: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-GrL/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 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_insights_display_name.yml ************************************** 1 plays in /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 7139 1726867582.18118: in VariableManager get_vars() 7139 1726867582.18126: done with get_vars() 7139 1726867582.18130: in VariableManager get_vars() 7139 1726867582.18136: done with get_vars() 7139 1726867582.18139: variable 'omit' from source: magic vars 7139 1726867582.18161: in VariableManager get_vars() 7139 1726867582.18170: done with get_vars() 7139 1726867582.18187: variable 'omit' from source: magic vars PLAY [Insights display name test] ********************************************** 7139 1726867582.19877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7139 1726867582.19949: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7139 1726867582.19975: getting the remaining hosts for this loop 7139 1726867582.19976: done getting the remaining hosts for this loop 7139 1726867582.19979: getting the next task for host managed_node3 7139 1726867582.19983: done getting next task for host managed_node3 7139 1726867582.19984: ^ task is: TASK: meta (flush_handlers) 7139 1726867582.19985: ^ state is: HOST STATE: block=1, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7139 1726867582.19988: getting variables 7139 1726867582.19989: in VariableManager get_vars() 7139 1726867582.20002: Calling all_inventory to load vars for managed_node3 7139 1726867582.20005: Calling groups_inventory to load vars for managed_node3 7139 1726867582.20007: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.20018: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.20028: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.20032: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.20060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.20113: done with get_vars() 7139 1726867582.20119: done getting variables 7139 1726867582.20157: in VariableManager get_vars() 7139 1726867582.20165: Calling all_inventory to load vars for managed_node3 7139 1726867582.20168: Calling groups_inventory to load vars for managed_node3 7139 1726867582.20170: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.20174: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.20176: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.20179: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.20209: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.20223: done with get_vars() 7139 1726867582.20232: done queuing things up, now waiting for results queue to drain 7139 1726867582.20234: results queue empty 7139 1726867582.20235: checking for any_errors_fatal 7139 1726867582.20236: done checking for any_errors_fatal 7139 1726867582.20236: checking for max_fail_percentage 7139 1726867582.20237: done checking for max_fail_percentage 7139 1726867582.20238: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.20239: done checking to see if all hosts have failed 7139 1726867582.20239: getting the remaining hosts for this loop 7139 1726867582.20240: done getting the remaining hosts for this loop 7139 1726867582.20243: getting the next task for host managed_node3 7139 1726867582.20249: done getting next task for host managed_node3 7139 1726867582.20250: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7139 1726867582.20253: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7139 1726867582.20255: getting variables 7139 1726867582.20256: in VariableManager get_vars() 7139 1726867582.20264: Calling all_inventory to load vars for managed_node3 7139 1726867582.20266: Calling groups_inventory to load vars for managed_node3 7139 1726867582.20268: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.20272: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.20275: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.20278: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.20309: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.20328: done with get_vars() 7139 1726867582.20335: done getting variables 7139 1726867582.20384: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 17:26:22 -0400 (0:00:00.023) 0:00:00.023 ****** 7139 1726867582.20416: entering _queue_task() for managed_node3/set_fact 7139 1726867582.20418: Creating lock for set_fact 7139 1726867582.20727: worker is 1 (out of 1 available) 7139 1726867582.20740: exiting _queue_task() for managed_node3/set_fact 7139 1726867582.20752: done queuing things up, now waiting for results queue to drain 7139 1726867582.20754: waiting for pending results... 7139 1726867582.20883: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 7139 1726867582.20960: in run() - task 02a0e989-a5f9-3e29-b979-00000000000c 7139 1726867582.20970: variable 'ansible_search_path' from source: unknown 7139 1726867582.20974: variable 'ansible_search_path' from source: unknown 7139 1726867582.21009: calling self._execute() 7139 1726867582.21049: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.21053: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.21062: variable 'omit' from source: magic vars 7139 1726867582.21134: variable 'omit' from source: magic vars 7139 1726867582.21171: variable 'omit' from source: magic vars 7139 1726867582.21538: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7139 1726867582.21643: Loaded config def from plugin (lookup/env) 7139 1726867582.21647: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7139 1726867582.21692: variable 'omit' from source: magic vars 7139 1726867582.21714: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7139 1726867582.21731: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7139 1726867582.21745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7139 1726867582.21760: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7139 1726867582.21771: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7139 1726867582.21789: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7139 1726867582.21792: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.21797: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.21852: Set connection var ansible_connection to ssh 7139 1726867582.21858: Set connection var ansible_pipelining to False 7139 1726867582.21865: Set connection var ansible_shell_executable to /bin/sh 7139 1726867582.21871: Set connection var ansible_module_compression to ZIP_DEFLATED 7139 1726867582.21881: Set connection var ansible_timeout to 10 7139 1726867582.21884: Set connection var ansible_shell_type to sh 7139 1726867582.21901: variable 'ansible_shell_executable' from source: unknown 7139 1726867582.21905: variable 'ansible_connection' from source: unknown 7139 1726867582.21908: variable 'ansible_module_compression' from source: unknown 7139 1726867582.21910: variable 'ansible_shell_type' from source: unknown 7139 1726867582.21913: variable 'ansible_shell_executable' from source: unknown 7139 1726867582.21915: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.21920: variable 'ansible_pipelining' from source: unknown 7139 1726867582.21922: variable 'ansible_timeout' from source: unknown 7139 1726867582.21926: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.22004: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7139 1726867582.22013: variable 'omit' from source: magic vars 7139 1726867582.22018: starting attempt loop 7139 1726867582.22021: running the handler 7139 1726867582.22030: handler run complete 7139 1726867582.22037: attempt loop complete, returning result 7139 1726867582.22039: _execute() done 7139 1726867582.22042: dumping result to json 7139 1726867582.22044: done dumping result, returning 7139 1726867582.22050: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [02a0e989-a5f9-3e29-b979-00000000000c] 7139 1726867582.22054: sending task result for task 02a0e989-a5f9-3e29-b979-00000000000c 7139 1726867582.22128: done sending task result for task 02a0e989-a5f9-3e29-b979-00000000000c 7139 1726867582.22131: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7139 1726867582.22193: no more pending results, returning what we have 7139 1726867582.22198: results queue empty 7139 1726867582.22199: checking for any_errors_fatal 7139 1726867582.22201: done checking for any_errors_fatal 7139 1726867582.22202: checking for max_fail_percentage 7139 1726867582.22203: done checking for max_fail_percentage 7139 1726867582.22204: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.22205: done checking to see if all hosts have failed 7139 1726867582.22206: getting the remaining hosts for this loop 7139 1726867582.22207: done getting the remaining hosts for this loop 7139 1726867582.22210: getting the next task for host managed_node3 7139 1726867582.22217: done getting next task for host managed_node3 7139 1726867582.22219: ^ task is: TASK: Import test data 7139 1726867582.22222: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7139 1726867582.22224: getting variables 7139 1726867582.22226: in VariableManager get_vars() 7139 1726867582.22254: Calling all_inventory to load vars for managed_node3 7139 1726867582.22256: Calling groups_inventory to load vars for managed_node3 7139 1726867582.22259: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.22266: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.22268: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.22270: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.22305: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.22320: done with get_vars() 7139 1726867582.22324: done getting variables 7139 1726867582.22396: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 17:26:22 -0400 (0:00:00.019) 0:00:00.043 ****** 7139 1726867582.22416: entering _queue_task() for managed_node3/include_vars 7139 1726867582.22418: Creating lock for include_vars 7139 1726867582.22589: worker is 1 (out of 1 available) 7139 1726867582.22603: exiting _queue_task() for managed_node3/include_vars 7139 1726867582.22613: done queuing things up, now waiting for results queue to drain 7139 1726867582.22614: waiting for pending results... 7139 1726867582.22733: running TaskExecutor() for managed_node3/TASK: Import test data 7139 1726867582.22797: in run() - task 02a0e989-a5f9-3e29-b979-00000000000e 7139 1726867582.22811: variable 'ansible_search_path' from source: unknown 7139 1726867582.22814: variable 'ansible_search_path' from source: unknown 7139 1726867582.22838: calling self._execute() 7139 1726867582.22878: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.22883: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.22890: variable 'omit' from source: magic vars 7139 1726867582.23193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7139 1726867582.25199: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7139 1726867582.25220: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7139 1726867582.25259: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7139 1726867582.25302: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7139 1726867582.25334: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7139 1726867582.25422: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7139 1726867582.25456: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7139 1726867582.25487: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7139 1726867582.25537: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7139 1726867582.25599: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7139 1726867582.25667: variable 'lsr_rhc_test_data_file' from source: set_fact 7139 1726867582.25708: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7139 1726867582.25716: when evaluation is False, skipping this task 7139 1726867582.25723: _execute() done 7139 1726867582.25729: dumping result to json 7139 1726867582.25736: done dumping result, returning 7139 1726867582.25745: done running TaskExecutor() for managed_node3/TASK: Import test data [02a0e989-a5f9-3e29-b979-00000000000e] 7139 1726867582.25753: sending task result for task 02a0e989-a5f9-3e29-b979-00000000000e 7139 1726867582.25858: done sending task result for task 02a0e989-a5f9-3e29-b979-00000000000e 7139 1726867582.25862: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7139 1726867582.25944: no more pending results, returning what we have 7139 1726867582.25946: results queue empty 7139 1726867582.25947: checking for any_errors_fatal 7139 1726867582.25951: done checking for any_errors_fatal 7139 1726867582.25952: checking for max_fail_percentage 7139 1726867582.25953: done checking for max_fail_percentage 7139 1726867582.25954: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.25955: done checking to see if all hosts have failed 7139 1726867582.25955: getting the remaining hosts for this loop 7139 1726867582.25957: done getting the remaining hosts for this loop 7139 1726867582.25959: getting the next task for host managed_node3 7139 1726867582.25989: done getting next task for host managed_node3 7139 1726867582.25992: ^ task is: TASK: Get facts for external test data 7139 1726867582.25996: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7139 1726867582.26000: getting variables 7139 1726867582.26002: in VariableManager get_vars() 7139 1726867582.26022: Calling all_inventory to load vars for managed_node3 7139 1726867582.26024: Calling groups_inventory to load vars for managed_node3 7139 1726867582.26026: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.26034: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.26036: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.26039: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.26078: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.26110: done with get_vars() 7139 1726867582.26117: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 17:26:22 -0400 (0:00:00.037) 0:00:00.081 ****** 7139 1726867582.26209: entering _queue_task() for managed_node3/setup 7139 1726867582.26439: worker is 1 (out of 1 available) 7139 1726867582.26451: exiting _queue_task() for managed_node3/setup 7139 1726867582.26462: done queuing things up, now waiting for results queue to drain 7139 1726867582.26463: waiting for pending results... 7139 1726867582.26850: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 7139 1726867582.26856: in run() - task 02a0e989-a5f9-3e29-b979-00000000000f 7139 1726867582.26859: variable 'ansible_search_path' from source: unknown 7139 1726867582.26861: variable 'ansible_search_path' from source: unknown 7139 1726867582.26984: calling self._execute() 7139 1726867582.26988: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.26991: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.26996: variable 'omit' from source: magic vars 7139 1726867582.27534: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7139 1726867582.29759: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7139 1726867582.29824: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7139 1726867582.29872: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7139 1726867582.29913: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7139 1726867582.29953: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7139 1726867582.30040: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7139 1726867582.30082: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7139 1726867582.30202: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7139 1726867582.30206: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7139 1726867582.30208: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7139 1726867582.30293: variable 'lsr_rhc_test_data_file' from source: set_fact 7139 1726867582.30339: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7139 1726867582.30346: when evaluation is False, skipping this task 7139 1726867582.30352: _execute() done 7139 1726867582.30358: dumping result to json 7139 1726867582.30365: done dumping result, returning 7139 1726867582.30373: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [02a0e989-a5f9-3e29-b979-00000000000f] 7139 1726867582.30418: sending task result for task 02a0e989-a5f9-3e29-b979-00000000000f 7139 1726867582.30484: done sending task result for task 02a0e989-a5f9-3e29-b979-00000000000f skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7139 1726867582.30607: no more pending results, returning what we have 7139 1726867582.30610: results queue empty 7139 1726867582.30611: checking for any_errors_fatal 7139 1726867582.30616: done checking for any_errors_fatal 7139 1726867582.30617: checking for max_fail_percentage 7139 1726867582.30618: done checking for max_fail_percentage 7139 1726867582.30619: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.30619: done checking to see if all hosts have failed 7139 1726867582.30620: getting the remaining hosts for this loop 7139 1726867582.30622: done getting the remaining hosts for this loop 7139 1726867582.30625: getting the next task for host managed_node3 7139 1726867582.30635: done getting next task for host managed_node3 7139 1726867582.30638: ^ task is: TASK: Set local lsr_rhc_test_data 7139 1726867582.30643: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7139 1726867582.30647: getting variables 7139 1726867582.30649: in VariableManager get_vars() 7139 1726867582.30674: Calling all_inventory to load vars for managed_node3 7139 1726867582.30677: Calling groups_inventory to load vars for managed_node3 7139 1726867582.30680: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.30690: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.30696: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.30699: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.30739: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.30766: done with get_vars() 7139 1726867582.30774: done getting variables 7139 1726867582.30949: WORKER PROCESS EXITING 7139 1726867582.30980: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 17:26:22 -0400 (0:00:00.048) 0:00:00.129 ****** 7139 1726867582.31010: entering _queue_task() for managed_node3/include_vars 7139 1726867582.31221: worker is 1 (out of 1 available) 7139 1726867582.31242: exiting _queue_task() for managed_node3/include_vars 7139 1726867582.31254: done queuing things up, now waiting for results queue to drain 7139 1726867582.31255: waiting for pending results... 7139 1726867582.31477: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 7139 1726867582.31597: in run() - task 02a0e989-a5f9-3e29-b979-000000000011 7139 1726867582.31617: variable 'ansible_search_path' from source: unknown 7139 1726867582.31624: variable 'ansible_search_path' from source: unknown 7139 1726867582.31660: calling self._execute() 7139 1726867582.31787: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.31805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.31820: variable 'omit' from source: magic vars 7139 1726867582.32279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7139 1726867582.34517: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7139 1726867582.34567: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7139 1726867582.34608: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7139 1726867582.34700: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7139 1726867582.34703: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7139 1726867582.34768: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py (found_in_cache=True, class_only=False) 7139 1726867582.34802: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py (found_in_cache=True, class_only=False) 7139 1726867582.34842: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py (found_in_cache=True, class_only=False) 7139 1726867582.34888: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py (found_in_cache=True, class_only=False) 7139 1726867582.34910: Loading FilterModule 'ansible_collections.ansible.builtin.plugins.filter.urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py (found_in_cache=True, class_only=False) 7139 1726867582.35026: variable 'lsr_rhc_test_data_file' from source: set_fact 7139 1726867582.35067: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7139 1726867582.35098: variable 'omit' from source: magic vars 7139 1726867582.35133: variable 'omit' from source: magic vars 7139 1726867582.35184: variable 'omit' from source: magic vars 7139 1726867582.35213: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7139 1726867582.35275: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7139 1726867582.35281: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7139 1726867582.35295: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7139 1726867582.35499: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7139 1726867582.35503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7139 1726867582.35506: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7139 1726867582.35508: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7139 1726867582.35510: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.35512: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.35514: Set connection var ansible_connection to ssh 7139 1726867582.35515: Set connection var ansible_pipelining to False 7139 1726867582.35517: Set connection var ansible_shell_executable to /bin/sh 7139 1726867582.35519: Set connection var ansible_module_compression to ZIP_DEFLATED 7139 1726867582.35521: Set connection var ansible_timeout to 10 7139 1726867582.35537: Set connection var ansible_shell_type to sh 7139 1726867582.35563: variable 'ansible_shell_executable' from source: unknown 7139 1726867582.35572: variable 'ansible_connection' from source: unknown 7139 1726867582.35580: variable 'ansible_module_compression' from source: unknown 7139 1726867582.35587: variable 'ansible_shell_type' from source: unknown 7139 1726867582.35593: variable 'ansible_shell_executable' from source: unknown 7139 1726867582.35602: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.35610: variable 'ansible_pipelining' from source: unknown 7139 1726867582.35616: variable 'ansible_timeout' from source: unknown 7139 1726867582.35644: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.35730: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7139 1726867582.35863: variable 'omit' from source: magic vars 7139 1726867582.35866: starting attempt loop 7139 1726867582.35868: running the handler 7139 1726867582.35870: evaluation_path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7139 1726867582.35873: search_path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 7139 1726867582.35941: handler run complete 7139 1726867582.35954: attempt loop complete, returning result 7139 1726867582.35974: _execute() done 7139 1726867582.35981: dumping result to json 7139 1726867582.35991: done dumping result, returning 7139 1726867582.36004: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [02a0e989-a5f9-3e29-b979-000000000011] 7139 1726867582.36013: sending task result for task 02a0e989-a5f9-3e29-b979-000000000011 ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7139 1726867582.36274: no more pending results, returning what we have 7139 1726867582.36276: results queue empty 7139 1726867582.36277: checking for any_errors_fatal 7139 1726867582.36280: done checking for any_errors_fatal 7139 1726867582.36281: checking for max_fail_percentage 7139 1726867582.36282: done checking for max_fail_percentage 7139 1726867582.36283: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.36284: done checking to see if all hosts have failed 7139 1726867582.36284: getting the remaining hosts for this loop 7139 1726867582.36297: done getting the remaining hosts for this loop 7139 1726867582.36300: getting the next task for host managed_node3 7139 1726867582.36328: done getting next task for host managed_node3 7139 1726867582.36330: ^ task is: TASK: Check if system is ostree 7139 1726867582.36333: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7139 1726867582.36336: getting variables 7139 1726867582.36337: in VariableManager get_vars() 7139 1726867582.36359: Calling all_inventory to load vars for managed_node3 7139 1726867582.36361: Calling groups_inventory to load vars for managed_node3 7139 1726867582.36364: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.36385: done sending task result for task 02a0e989-a5f9-3e29-b979-000000000011 7139 1726867582.36388: WORKER PROCESS EXITING 7139 1726867582.36404: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.36407: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.36409: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.36435: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.36450: done with get_vars() 7139 1726867582.36455: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 17:26:22 -0400 (0:00:00.055) 0:00:00.184 ****** 7139 1726867582.36515: entering _queue_task() for managed_node3/stat 7139 1726867582.36666: worker is 1 (out of 1 available) 7139 1726867582.36679: exiting _queue_task() for managed_node3/stat 7139 1726867582.36689: done queuing things up, now waiting for results queue to drain 7139 1726867582.36690: waiting for pending results... 7139 1726867582.36824: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 7139 1726867582.36892: in run() - task 02a0e989-a5f9-3e29-b979-000000000013 7139 1726867582.36919: variable 'ansible_search_path' from source: unknown 7139 1726867582.36922: variable 'ansible_search_path' from source: unknown 7139 1726867582.36935: calling self._execute() 7139 1726867582.36982: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.36985: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.36995: variable 'omit' from source: magic vars 7139 1726867582.37308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7139 1726867582.37491: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7139 1726867582.37523: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7139 1726867582.37546: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7139 1726867582.37569: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7139 1726867582.37637: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 7139 1726867582.37653: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 7139 1726867582.37671: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 7139 1726867582.37691: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 7139 1726867582.37774: Evaluated conditional (not __rhc_is_ostree is defined): True 7139 1726867582.37777: variable 'omit' from source: magic vars 7139 1726867582.37821: variable 'omit' from source: magic vars 7139 1726867582.37845: variable 'omit' from source: magic vars 7139 1726867582.37862: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7139 1726867582.37881: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7139 1726867582.37897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7139 1726867582.37913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7139 1726867582.37922: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7139 1726867582.37937: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7139 1726867582.37949: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7139 1726867582.37969: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7139 1726867582.37972: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.37975: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.38050: Set connection var ansible_connection to ssh 7139 1726867582.38056: Set connection var ansible_pipelining to False 7139 1726867582.38063: Set connection var ansible_shell_executable to /bin/sh 7139 1726867582.38067: Set connection var ansible_module_compression to ZIP_DEFLATED 7139 1726867582.38073: Set connection var ansible_timeout to 10 7139 1726867582.38079: Set connection var ansible_shell_type to sh 7139 1726867582.38097: variable 'ansible_shell_executable' from source: unknown 7139 1726867582.38100: variable 'ansible_connection' from source: unknown 7139 1726867582.38102: variable 'ansible_module_compression' from source: unknown 7139 1726867582.38108: variable 'ansible_shell_type' from source: unknown 7139 1726867582.38110: variable 'ansible_shell_executable' from source: unknown 7139 1726867582.38112: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.38199: variable 'ansible_pipelining' from source: unknown 7139 1726867582.38205: variable 'ansible_timeout' from source: unknown 7139 1726867582.38207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.38263: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7139 1726867582.38279: variable 'omit' from source: magic vars 7139 1726867582.38289: starting attempt loop 7139 1726867582.38298: running the handler 7139 1726867582.38319: _low_level_execute_command(): starting 7139 1726867582.38325: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7139 1726867582.38830: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7139 1726867582.38834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7139 1726867582.38840: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.38897: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7139 1726867582.38905: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7139 1726867582.38907: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7139 1726867582.38948: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7139 1726867582.40732: stdout chunk (state=3): >>>/root <<< 7139 1726867582.40905: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7139 1726867582.40931: stderr chunk (state=3): >>><<< 7139 1726867582.40933: stdout chunk (state=3): >>><<< 7139 1726867582.40949: _low_level_execute_command() done: rc=0, stdout=/root , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7139 1726867582.41000: _low_level_execute_command(): starting 7139 1726867582.41004: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808 `" && echo ansible-tmp-1726867582.4095867-7160-161589514186808="` echo /root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808 `" ) && sleep 0' 7139 1726867582.41367: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7139 1726867582.41372: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.41375: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7139 1726867582.41378: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found <<< 7139 1726867582.41380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.41426: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK <<< 7139 1726867582.41429: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7139 1726867582.41470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7139 1726867582.43377: stdout chunk (state=3): >>>ansible-tmp-1726867582.4095867-7160-161589514186808=/root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808 <<< 7139 1726867582.43480: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7139 1726867582.43503: stderr chunk (state=3): >>><<< 7139 1726867582.43507: stdout chunk (state=3): >>><<< 7139 1726867582.43517: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726867582.4095867-7160-161589514186808=/root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7139 1726867582.43556: variable 'ansible_module_compression' from source: unknown 7139 1726867582.43593: ANSIBALLZ: Using lock for stat 7139 1726867582.43598: ANSIBALLZ: Acquiring lock 7139 1726867582.43603: ANSIBALLZ: Lock acquired: 140263618209760 7139 1726867582.43605: ANSIBALLZ: Creating module 7139 1726867582.52189: ANSIBALLZ: Writing module into payload 7139 1726867582.52259: ANSIBALLZ: Writing module 7139 1726867582.52273: ANSIBALLZ: Renaming module 7139 1726867582.52277: ANSIBALLZ: Done creating module 7139 1726867582.52293: variable 'ansible_facts' from source: unknown 7139 1726867582.52303: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7139 1726867582.52309: _low_level_execute_command(): starting 7139 1726867582.52315: _low_level_execute_command(): executing: /bin/sh -c 'echo PLATFORM; uname; echo FOUND; command -v '"'"'python3.12'"'"'; command -v '"'"'python3.11'"'"'; command -v '"'"'python3.10'"'"'; command -v '"'"'python3.9'"'"'; command -v '"'"'python3.8'"'"'; command -v '"'"'python3.7'"'"'; command -v '"'"'/usr/bin/python3'"'"'; command -v '"'"'python3'"'"'; echo ENDFOUND && sleep 0' 7139 1726867582.52729: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7139 1726867582.52732: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.52735: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7139 1726867582.52738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.52784: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7139 1726867582.52788: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7139 1726867582.52843: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7139 1726867582.54540: stdout chunk (state=3): >>>PLATFORM <<< 7139 1726867582.54615: stdout chunk (state=3): >>>Linux <<< 7139 1726867582.54648: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7139 1726867582.54764: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7139 1726867582.54800: stderr chunk (state=3): >>><<< 7139 1726867582.54803: stdout chunk (state=3): >>><<< 7139 1726867582.54806: _low_level_execute_command() done: rc=0, stdout=PLATFORM Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7139 1726867582.54824 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 7139 1726867582.54842: _low_level_execute_command(): starting 7139 1726867582.54845: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 7139 1726867582.54916: Sending initial data 7139 1726867582.54920: Sent initial data (1181 bytes) 7139 1726867582.55270: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK <<< 7139 1726867582.55283: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7139 1726867582.55348: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7139 1726867582.58733: stdout chunk (state=3): >>>{"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} <<< 7139 1726867582.59135: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7139 1726867582.59157: stderr chunk (state=3): >>><<< 7139 1726867582.59160: stdout chunk (state=3): >>><<< 7139 1726867582.59172: _low_level_execute_command() done: rc=0, stdout={"platform_dist_result": [], "osrelease_content": "NAME=\"CentOS Stream\"\nVERSION=\"10 (Coughlan)\"\nID=\"centos\"\nID_LIKE=\"rhel fedora\"\nVERSION_ID=\"10\"\nPLATFORM_ID=\"platform:el10\"\nPRETTY_NAME=\"CentOS Stream 10 (Coughlan)\"\nANSI_COLOR=\"0;31\"\nLOGO=\"fedora-logo-icon\"\nCPE_NAME=\"cpe:/o:centos:centos:10\"\nHOME_URL=\"https://centos.org/\"\nVENDOR_NAME=\"CentOS\"\nVENDOR_URL=\"https://centos.org/\"\nBUG_REPORT_URL=\"https://issues.redhat.com/\"\nREDHAT_SUPPORT_PRODUCT=\"Red Hat Enterprise Linux 10\"\nREDHAT_SUPPORT_PRODUCT_VERSION=\"CentOS Stream\"\n"} , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7139 1726867582.59234: variable 'ansible_facts' from source: unknown 7139 1726867582.59237: variable 'ansible_facts' from source: unknown 7139 1726867582.59244: variable 'ansible_module_compression' from source: unknown 7139 1726867582.59277: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7139oziz79xk/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7139 1726867582.59293: variable 'ansible_facts' from source: unknown 7139 1726867582.59345: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/AnsiballZ_stat.py 7139 1726867582.59442: Sending initial data 7139 1726867582.59445: Sent initial data (151 bytes) 7139 1726867582.59889: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7139 1726867582.59892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found <<< 7139 1726867582.59896: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.59899: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found <<< 7139 1726867582.59901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.59952: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7139 1726867582.59959: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7139 1726867582.59961: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7139 1726867582.59997: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7139 1726867582.61607: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 debug2: Server supports extension "statvfs@openssh.com" revision 2 debug2: Server supports extension "fstatvfs@openssh.com" revision 2 debug2: Server supports extension "hardlink@openssh.com" revision 1 debug2: Server supports extension "fsync@openssh.com" revision 1 debug2: Server supports extension "lsetstat@openssh.com" revision 1 debug2: Server supports extension "limits@openssh.com" revision 1 debug2: Server supports extension "expand-path@openssh.com" revision 1 debug2: Server supports extension "copy-data" revision 1 <<< 7139 1726867582.61614: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 7139 1726867582.61645: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7139 1726867582.61684: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7139oziz79xk/tmpwjo7keny /root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/AnsiballZ_stat.py <<< 7139 1726867582.61686: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/AnsiballZ_stat.py" <<< 7139 1726867582.61718: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7139oziz79xk/tmpwjo7keny" to remote "/root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/AnsiballZ_stat.py" <<< 7139 1726867582.62235: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7139 1726867582.62274: stderr chunk (state=3): >>><<< 7139 1726867582.62277: stdout chunk (state=3): >>><<< 7139 1726867582.62313: done transferring module to remote 7139 1726867582.62325: _low_level_execute_command(): starting 7139 1726867582.62328: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/ /root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/AnsiballZ_stat.py && sleep 0' 7139 1726867582.62765: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7139 1726867582.62769: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.62771: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address <<< 7139 1726867582.62773: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7139 1726867582.62775: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.62823: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK <<< 7139 1726867582.62828: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7139 1726867582.62864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7139 1726867582.64639: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7139 1726867582.64661: stderr chunk (state=3): >>><<< 7139 1726867582.64665: stdout chunk (state=3): >>><<< 7139 1726867582.64676: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7139 1726867582.64679: _low_level_execute_command(): starting 7139 1726867582.64684: _low_level_execute_command(): using become for this command 7139 1726867582.64699: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-hzgynznjvbjclfbcnaqancfsirpnwhvb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/AnsiballZ_stat.py'"'"' && sleep 0' 7139 1726867582.64772: Initial state: awaiting_escalation: BECOME-SUCCESS-hzgynznjvbjclfbcnaqancfsirpnwhvb 7139 1726867582.65147: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7139 1726867582.65150: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.65171: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' <<< 7139 1726867582.65186: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7139 1726867582.65231: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7139 1726867582.68235: stdout chunk (state=1): >>>BECOME-SUCCESS-hzgynznjvbjclfbcnaqancfsirpnwhvb <<< 7139 1726867582.68238: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-hzgynznjvbjclfbcnaqancfsirpnwhvb' 7139 1726867582.68563: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7139 1726867582.68652: stdout chunk (state=3): >>>import _imp # builtin <<< 7139 1726867582.68684: stdout chunk (state=3): >>>import '_thread' # <<< 7139 1726867582.68687: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7139 1726867582.68758: stdout chunk (state=3): >>>import '_io' # <<< 7139 1726867582.68766: stdout chunk (state=3): >>>import 'marshal' # <<< 7139 1726867582.68769: stdout chunk (state=3): >>> <<< 7139 1726867582.68814: stdout chunk (state=3): >>>import 'posix' # <<< 7139 1726867582.68838: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7139 1726867582.68847: stdout chunk (state=3): >>># installing zipimport hook <<< 7139 1726867582.68861: stdout chunk (state=3): >>>import 'time' # <<< 7139 1726867582.68880: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7139 1726867582.68932: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7139 1726867582.68936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.68951: stdout chunk (state=3): >>>import '_codecs' # <<< 7139 1726867582.68980: stdout chunk (state=3): >>>import 'codecs' # <<< 7139 1726867582.69014: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7139 1726867582.69040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab30183e0> <<< 7139 1726867582.69062: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2fe7a10> <<< 7139 1726867582.69086: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7139 1726867582.69091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7139 1726867582.69114: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab301a960> <<< 7139 1726867582.69127: stdout chunk (state=3): >>>import '_signal' # <<< 7139 1726867582.69151: stdout chunk (state=3): >>>import '_abc' # <<< 7139 1726867582.69161: stdout chunk (state=3): >>>import 'abc' # <<< 7139 1726867582.69180: stdout chunk (state=3): >>>import 'io' # <<< 7139 1726867582.69216: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7139 1726867582.69304: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7139 1726867582.69328: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7139 1726867582.69368: stdout chunk (state=3): >>>import 'os' # <<< 7139 1726867582.69377: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7139 1726867582.69407: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 7139 1726867582.69424: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 7139 1726867582.69428: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7139 1726867582.69460: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 7139 1726867582.69463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7139 1726867582.69515: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2de8fe0> <<< 7139 1726867582.69574: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 7139 1726867582.69584: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.69589: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2de9e50> <<< 7139 1726867582.69621: stdout chunk (state=3): >>>import 'site' # <<< 7139 1726867582.69649: stdout chunk (state=3): >>>Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. <<< 7139 1726867582.69885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7139 1726867582.69895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7139 1726867582.69926: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7139 1726867582.69929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.69950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7139 1726867582.69992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7139 1726867582.70014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7139 1726867582.70038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7139 1726867582.70056: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e27d70> <<< 7139 1726867582.70074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7139 1726867582.70097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7139 1726867582.70121: stdout chunk (state=3): >>>import '_operator' # <<< 7139 1726867582.70135: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e27fb0> <<< 7139 1726867582.70147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7139 1726867582.70176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7139 1726867582.70205: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7139 1726867582.70255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.70271: stdout chunk (state=3): >>>import 'itertools' # <<< 7139 1726867582.70302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e5f770> <<< 7139 1726867582.70329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7139 1726867582.70332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7139 1726867582.70348: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e5fe00> <<< 7139 1726867582.70364: stdout chunk (state=3): >>>import '_collections' # <<< 7139 1726867582.70436: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e3fa40> import '_functools' # <<< 7139 1726867582.70453: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e3d160> <<< 7139 1726867582.70544: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e24f20> <<< 7139 1726867582.70575: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7139 1726867582.70596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7139 1726867582.70610: stdout chunk (state=3): >>>import '_sre' # <<< 7139 1726867582.70629: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7139 1726867582.70657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7139 1726867582.70678: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7139 1726867582.70696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7139 1726867582.70717: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e7f710> <<< 7139 1726867582.70735: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e7e330> <<< 7139 1726867582.70762: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7139 1726867582.70777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e3e030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e7cb60> <<< 7139 1726867582.70828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7139 1726867582.70838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e241a0> <<< 7139 1726867582.70869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7139 1726867582.70910: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.70916: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2eb4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb4ad0> <<< 7139 1726867582.70952: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2eb4ec0> <<< 7139 1726867582.70965: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e22cc0> <<< 7139 1726867582.71024: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7139 1726867582.71032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.71052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7139 1726867582.71105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7139 1726867582.71114: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb55b0> <<< 7139 1726867582.71117: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb5280> import 'importlib.machinery' # <<< 7139 1726867582.71145: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 7139 1726867582.71153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 7139 1726867582.71161: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb6480> <<< 7139 1726867582.71187: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7139 1726867582.71190: stdout chunk (state=3): >>>import 'runpy' # <<< 7139 1726867582.71220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7139 1726867582.71252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7139 1726867582.71279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2ecc680> <<< 7139 1726867582.71307: stdout chunk (state=3): >>>import 'errno' # <<< 7139 1726867582.71338: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.71346: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2ecdd90> <<< 7139 1726867582.71363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7139 1726867582.71377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7139 1726867582.71399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7139 1726867582.71419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2ecec30> <<< 7139 1726867582.71466: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2ecf290> <<< 7139 1726867582.71480: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2ece180> <<< 7139 1726867582.71499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7139 1726867582.71518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7139 1726867582.71552: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.71566: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2ecfd10> <<< 7139 1726867582.71573: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2ecf440> <<< 7139 1726867582.71620: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb64b0> <<< 7139 1726867582.71639: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7139 1726867582.71673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7139 1726867582.71692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7139 1726867582.71724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7139 1726867582.71752: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.71760: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c5fb90> <<< 7139 1726867582.71782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7139 1726867582.71784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7139 1726867582.71810: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.71815: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c88650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c883b0> <<< 7139 1726867582.71840: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.71843: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c88680> <<< 7139 1726867582.71882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7139 1726867582.71885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7139 1726867582.71951: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.72081: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c88fb0> <<< 7139 1726867582.72221: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.72226: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c89940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c88860> <<< 7139 1726867582.72241: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c5dd30> <<< 7139 1726867582.72267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7139 1726867582.72290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7139 1726867582.72317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7139 1726867582.72334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7139 1726867582.72346: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c8acf0> <<< 7139 1726867582.72363: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c89820> <<< 7139 1726867582.72389: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb6ba0> <<< 7139 1726867582.72413: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7139 1726867582.72480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.72498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7139 1726867582.72538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7139 1726867582.72565: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2cb3050> <<< 7139 1726867582.72646: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7139 1726867582.72664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.72691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7139 1726867582.72711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7139 1726867582.72752: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2cd73e0> <<< 7139 1726867582.72777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7139 1726867582.72826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7139 1726867582.72883: stdout chunk (state=3): >>>import 'ntpath' # <<< 7139 1726867582.72909: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2d38200> <<< 7139 1726867582.72929: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7139 1726867582.72960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7139 1726867582.72987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7139 1726867582.73030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7139 1726867582.73116: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2d3a960> <<< 7139 1726867582.73202: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2d38320> <<< 7139 1726867582.73230: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2d051f0> <<< 7139 1726867582.73261: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b412b0> <<< 7139 1726867582.73291: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2cd61e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c8bc20> <<< 7139 1726867582.73417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7139 1726867582.73427: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdab2cd68a0> <<< 7139 1726867582.73586: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_n2awgznc/ansible_stat_payload.zip' # zipimport: zlib available <<< 7139 1726867582.73721: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.73773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7139 1726867582.73788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7139 1726867582.73830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7139 1726867582.73908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7139 1726867582.73940: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 7139 1726867582.73945: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b92ea0> <<< 7139 1726867582.73958: stdout chunk (state=3): >>>import '_typing' # <<< 7139 1726867582.74137: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b71dc0> <<< 7139 1726867582.74150: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b70f50> <<< 7139 1726867582.74156: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.74184: stdout chunk (state=3): >>>import 'ansible' # <<< 7139 1726867582.74187: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.74209: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.74229: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.74234: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7139 1726867582.74255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.75648: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.76806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b91190> <<< 7139 1726867582.76836: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.76866: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7139 1726867582.76907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7139 1726867582.76927: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7139 1726867582.76971: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2bbe840> <<< 7139 1726867582.77012: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bbe5d0> <<< 7139 1726867582.77039: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bbdee0> <<< 7139 1726867582.77063: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7139 1726867582.77075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7139 1726867582.77113: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bbe990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b93b30> <<< 7139 1726867582.77129: stdout chunk (state=3): >>>import 'atexit' # <<< 7139 1726867582.77156: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.77162: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2bbf560> <<< 7139 1726867582.77198: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.77206: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2bbf6e0> <<< 7139 1726867582.77217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7139 1726867582.77298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7139 1726867582.77309: stdout chunk (state=3): >>>import '_locale' # <<< 7139 1726867582.77352: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bbfc20> <<< 7139 1726867582.77355: stdout chunk (state=3): >>>import 'pwd' # <<< 7139 1726867582.77384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7139 1726867582.77412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7139 1726867582.77447: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2511a30> <<< 7139 1726867582.77478: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.77483: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2513650> <<< 7139 1726867582.77500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7139 1726867582.77523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7139 1726867582.77555: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2513fe0> <<< 7139 1726867582.77579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7139 1726867582.77609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7139 1726867582.77631: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab25151c0> <<< 7139 1726867582.77647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7139 1726867582.77687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7139 1726867582.77712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7139 1726867582.77717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7139 1726867582.77771: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2517c50> <<< 7139 1726867582.77808: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2bbfad0> <<< 7139 1726867582.77825: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2515f10> <<< 7139 1726867582.77851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7139 1726867582.77880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7139 1726867582.77906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7139 1726867582.77931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7139 1726867582.77959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7139 1726867582.77988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 7139 1726867582.78005: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab251fb30> <<< 7139 1726867582.78015: stdout chunk (state=3): >>>import '_tokenize' # <<< 7139 1726867582.78082: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab251e600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab251e360> <<< 7139 1726867582.78108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7139 1726867582.78114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7139 1726867582.78188: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab251e8d0> <<< 7139 1726867582.78218: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2516420> <<< 7139 1726867582.78248: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.78254: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2567e30> <<< 7139 1726867582.78285: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 7139 1726867582.78290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2567e90> <<< 7139 1726867582.78310: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 7139 1726867582.78328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7139 1726867582.78346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7139 1726867582.78391: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2569970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2569730> <<< 7139 1726867582.78415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7139 1726867582.78532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7139 1726867582.78586: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab256be30> <<< 7139 1726867582.78592: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab256a000> <<< 7139 1726867582.78614: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7139 1726867582.78652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.78678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7139 1726867582.78690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7139 1726867582.78709: stdout chunk (state=3): >>>import '_string' # <<< 7139 1726867582.78745: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab256f650> <<< 7139 1726867582.78869: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab256bfe0> <<< 7139 1726867582.78931: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab25703b0> <<< 7139 1726867582.78966: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2570860> <<< 7139 1726867582.79009: stdout chunk (state=3): >>># extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab25708f0> <<< 7139 1726867582.79024: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab25680e0> <<< 7139 1726867582.79074: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 7139 1726867582.79080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7139 1726867582.79095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7139 1726867582.79119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7139 1726867582.79147: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.79174: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2573fe0> <<< 7139 1726867582.79320: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7139 1726867582.79331: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab25fd220> <<< 7139 1726867582.79336: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2572780> <<< 7139 1726867582.79374: stdout chunk (state=3): >>># extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2573650> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2572390> <<< 7139 1726867582.79399: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79414: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79423: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7139 1726867582.79432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79522: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79615: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79627: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7139 1726867582.79651: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79661: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79681: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7139 1726867582.79684: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.79922: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.80469: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.81029: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7139 1726867582.81048: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7139 1726867582.81077: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7139 1726867582.81119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.81177: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2401220> <<< 7139 1726867582.81259: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7139 1726867582.81263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7139 1726867582.81282: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2401fd0> <<< 7139 1726867582.81297: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2573b30> <<< 7139 1726867582.81338: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7139 1726867582.81354: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.81381: stdout chunk (state=3): >>># zipimport: zlib available<<< 7139 1726867582.81388: stdout chunk (state=3): >>> <<< 7139 1726867582.81411: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7139 1726867582.81417: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.81561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.81731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 7139 1726867582.81742: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2401dc0> <<< 7139 1726867582.81752: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.82216: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.82697: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.82765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.82836: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7139 1726867582.82877: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.82914: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.82951: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7139 1726867582.82958: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.83031: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.83112: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7139 1726867582.83136: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7139 1726867582.83156: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7139 1726867582.83159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.83207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.83242: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7139 1726867582.83259: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.83481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.83719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7139 1726867582.83805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7139 1726867582.83808: stdout chunk (state=3): >>>import '_ast' # <<< 7139 1726867582.83866: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2403140> <<< 7139 1726867582.83909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.83992: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84069: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7139 1726867582.84086: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7139 1726867582.84103: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84136: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84180: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7139 1726867582.84197: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84240: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84336: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84417: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py <<< 7139 1726867582.84460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.84537: stdout chunk (state=3): >>># extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab240dca0> <<< 7139 1726867582.84576: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab240be60> <<< 7139 1726867582.84612: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7139 1726867582.84626: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84752: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.84828: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 7139 1726867582.84833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7139 1726867582.84858: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 7139 1726867582.84881: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7139 1726867582.84908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7139 1726867582.84964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7139 1726867582.84987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7139 1726867582.85010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7139 1726867582.85065: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c0e750> <<< 7139 1726867582.85112: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bf6450> <<< 7139 1726867582.85196: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab240de20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab25fd400> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7139 1726867582.85209: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.85237: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.85271: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7139 1726867582.85322: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7139 1726867582.85347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.85358: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.85368: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7139 1726867582.85377: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.85515: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.85712: stdout chunk (state=3): >>># zipimport: zlib available <<< 7139 1726867582.85831: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 7139 1726867582.85837: stdout chunk (state=3): >>># destroy __main__ <<< 7139 1726867582.86212: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7139 1726867582.86262: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 <<< 7139 1726867582.86374: stdout chunk (state=3): >>># destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext <<< 7139 1726867582.86392: stdout chunk (state=3): >>># cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 7139 1726867582.86623: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7139 1726867582.86640: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7139 1726867582.86646: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 7139 1726867582.86663: stdout chunk (state=3): >>># destroy _blake2 <<< 7139 1726867582.86670: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7139 1726867582.86687: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 7139 1726867582.86692: stdout chunk (state=3): >>># destroy fnmatch # destroy ipaddress <<< 7139 1726867582.86713: stdout chunk (state=3): >>># destroy ntpath <<< 7139 1726867582.86745: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 7139 1726867582.86749: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 7139 1726867582.86774: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 7139 1726867582.86784: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 7139 1726867582.86820: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7139 1726867582.86824: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 7139 1726867582.86839: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7139 1726867582.86871: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7139 1726867582.86874: stdout chunk (state=3): >>># destroy distro <<< 7139 1726867582.86876: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7139 1726867582.86907: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7139 1726867582.86940: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 7139 1726867582.86971: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect <<< 7139 1726867582.87014: stdout chunk (state=3): >>># cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 7139 1726867582.87019: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator <<< 7139 1726867582.87045: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 7139 1726867582.87079: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 <<< 7139 1726867582.87082: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7139 1726867582.87221: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7139 1726867582.87225: stdout chunk (state=3): >>># destroy _socket <<< 7139 1726867582.87259: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7139 1726867582.87299: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7139 1726867582.87340: stdout chunk (state=3): >>># destroy _typing <<< 7139 1726867582.87343: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7139 1726867582.87363: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7139 1726867582.87439: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 7139 1726867582.87475: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 7139 1726867582.87523: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 7139 1726867582.87526: stdout chunk (state=3): >>># destroy itertools <<< 7139 1726867582.87552: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7139 1726867582.88042: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.46.225 closed. <<< 7139 1726867582.88066: stderr chunk (state=3): >>><<< 7139 1726867582.88069: stdout chunk (state=3): >>><<< 7139 1726867582.88133: _low_level_execute_command() done: rc=0, stdout=import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab30183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2fe7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab301a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2de8fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2de9e50> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e27d70> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py # code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e27fb0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py # code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # # /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e5f770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e5fe00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e3fa40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e3d160> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e24f20> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e7f710> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e7e330> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e3e030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e7cb60> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py # code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb4770> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e241a0> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' # extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2eb4c20> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb4ad0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2eb4ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2e22cc0> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb55b0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb5280> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb6480> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2ecc680> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2ecdd90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2ecec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2ecf290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2ece180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' # extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2ecfd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2ecf440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb64b0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py # code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c5fb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c88650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c883b0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c88680> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' # extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c88fb0> # extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2c89940> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c88860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c5dd30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c8acf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c89820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2eb6ba0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2cb3050> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2cd73e0> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py # code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2d38200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py # code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2d3a960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2d38320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2d051f0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b412b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2cd61e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c8bc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdab2cd68a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_n2awgznc/ansible_stat_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b92ea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b71dc0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b70f50> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b91190> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2bbe840> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bbe5d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bbdee0> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bbe990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2b93b30> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2bbf560> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2bbf6e0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bbfc20> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2511a30> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' # extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2513650> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2513fe0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab25151c0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2517c50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2bbfad0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2515f10> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab251fb30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab251e600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab251e360> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab251e8d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2516420> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' # extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2567e30> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2567e90> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2569970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2569730> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py # code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab256be30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab256a000> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab256f650> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab256bfe0> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab25703b0> # extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2570860> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so' import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab25708f0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab25680e0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2573fe0> # extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab25fd220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2572780> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2573650> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2572390> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab2401220> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2401fd0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2573b30> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2401dc0> # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py # code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2403140> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' # extension module 'selinux._selinux' loaded from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' # extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdab240dca0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab240be60> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2c0e750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab2bf6450> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab240de20> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdab25fd400> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 Shared connection to 10.31.46.225 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 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. 7139 1726867582.88666: done with _execute_module (stat, {'path': '/run/ostree-booted', '_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'stat', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7139 1726867582.88669: _low_level_execute_command(): starting 7139 1726867582.88671: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726867582.4095867-7160-161589514186808/ > /dev/null 2>&1 && sleep 0' 7139 1726867582.88791: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7139 1726867582.88796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.88799: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7139 1726867582.88801: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7139 1726867582.88847: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK <<< 7139 1726867582.88859: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7139 1726867582.88907: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7139 1726867582.90757: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7139 1726867582.90760: stdout chunk (state=3): >>><<< 7139 1726867582.90762: stderr chunk (state=3): >>><<< 7139 1726867582.90776: _low_level_execute_command() done: rc=0, stdout=, stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.46.225 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.46.225 originally 10.31.46.225 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/2fffeb8561' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 7139 1726867582.90801: handler run complete 7139 1726867582.90821: variable 'ansible_facts' from source: unknown 7139 1726867582.90999: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.91003: variable 'ansible_facts' from source: unknown 7139 1726867582.91006: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.91008: attempt loop complete, returning result 7139 1726867582.91009: _execute() done 7139 1726867582.91012: dumping result to json 7139 1726867582.91013: done dumping result, returning 7139 1726867582.91015: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [02a0e989-a5f9-3e29-b979-000000000013] 7139 1726867582.91017: sending task result for task 02a0e989-a5f9-3e29-b979-000000000013 7139 1726867582.91077: done sending task result for task 02a0e989-a5f9-3e29-b979-000000000013 7139 1726867582.91080: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 7139 1726867582.91172: no more pending results, returning what we have 7139 1726867582.91174: results queue empty 7139 1726867582.91175: checking for any_errors_fatal 7139 1726867582.91180: done checking for any_errors_fatal 7139 1726867582.91180: checking for max_fail_percentage 7139 1726867582.91182: done checking for max_fail_percentage 7139 1726867582.91183: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.91184: done checking to see if all hosts have failed 7139 1726867582.91184: getting the remaining hosts for this loop 7139 1726867582.91186: done getting the remaining hosts for this loop 7139 1726867582.91189: getting the next task for host managed_node3 7139 1726867582.91314: done getting next task for host managed_node3 7139 1726867582.91318: ^ task is: TASK: Set flag to indicate system is ostree 7139 1726867582.91321: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7139 1726867582.91324: getting variables 7139 1726867582.91326: in VariableManager get_vars() 7139 1726867582.91354: Calling all_inventory to load vars for managed_node3 7139 1726867582.91357: Calling groups_inventory to load vars for managed_node3 7139 1726867582.91360: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.91371: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.91374: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.91377: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.91518: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.91552: done with get_vars() 7139 1726867582.91560: done getting variables 7139 1726867582.91736: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 17:26:22 -0400 (0:00:00.552) 0:00:00.737 ****** 7139 1726867582.91776: entering _queue_task() for managed_node3/set_fact 7139 1726867582.92037: worker is 1 (out of 1 available) 7139 1726867582.92166: exiting _queue_task() for managed_node3/set_fact 7139 1726867582.92181: done queuing things up, now waiting for results queue to drain 7139 1726867582.92182: waiting for pending results... 7139 1726867582.92498: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 7139 1726867582.92504: in run() - task 02a0e989-a5f9-3e29-b979-000000000014 7139 1726867582.92507: variable 'ansible_search_path' from source: unknown 7139 1726867582.92509: variable 'ansible_search_path' from source: unknown 7139 1726867582.92522: calling self._execute() 7139 1726867582.92581: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.92593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.92628: variable 'omit' from source: magic vars 7139 1726867582.93115: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7139 1726867582.93426: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7139 1726867582.93496: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7139 1726867582.93523: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7139 1726867582.93584: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7139 1726867582.93651: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py (found_in_cache=True, class_only=False) 7139 1726867582.93681: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py (found_in_cache=True, class_only=False) 7139 1726867582.93805: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py (found_in_cache=True, class_only=False) 7139 1726867582.93809: Loading TestModule 'ansible_collections.ansible.builtin.plugins.test.uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py (found_in_cache=True, class_only=False) 7139 1726867582.93881: Evaluated conditional (not __rhc_is_ostree is defined): True 7139 1726867582.93891: variable 'omit' from source: magic vars 7139 1726867582.93967: variable 'omit' from source: magic vars 7139 1726867582.94096: variable '__ostree_booted_stat' from source: set_fact 7139 1726867582.94167: variable 'omit' from source: magic vars 7139 1726867582.94197: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7139 1726867582.94229: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7139 1726867582.94265: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7139 1726867582.94287: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7139 1726867582.94305: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7139 1726867582.94324: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7139 1726867582.94454: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7139 1726867582.94459: variable 'inventory_hostname' from source: host vars for 'managed_node3' 7139 1726867582.94464: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.94466: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.94525: Set connection var ansible_connection to ssh 7139 1726867582.94543: Set connection var ansible_pipelining to False 7139 1726867582.94562: Set connection var ansible_shell_executable to /bin/sh 7139 1726867582.94579: Set connection var ansible_module_compression to ZIP_DEFLATED 7139 1726867582.94593: Set connection var ansible_timeout to 10 7139 1726867582.94610: Set connection var ansible_shell_type to sh 7139 1726867582.94675: variable 'ansible_shell_executable' from source: unknown 7139 1726867582.94679: variable 'ansible_connection' from source: unknown 7139 1726867582.94681: variable 'ansible_module_compression' from source: unknown 7139 1726867582.94683: variable 'ansible_shell_type' from source: unknown 7139 1726867582.94692: variable 'ansible_shell_executable' from source: unknown 7139 1726867582.94697: variable 'ansible_host' from source: host vars for 'managed_node3' 7139 1726867582.94699: variable 'ansible_pipelining' from source: unknown 7139 1726867582.94701: variable 'ansible_timeout' from source: unknown 7139 1726867582.94703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 7139 1726867582.94808: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7139 1726867582.94893: variable 'omit' from source: magic vars 7139 1726867582.94899: starting attempt loop 7139 1726867582.94901: running the handler 7139 1726867582.94909: handler run complete 7139 1726867582.94911: attempt loop complete, returning result 7139 1726867582.94913: _execute() done 7139 1726867582.94915: dumping result to json 7139 1726867582.94917: done dumping result, returning 7139 1726867582.94919: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [02a0e989-a5f9-3e29-b979-000000000014] 7139 1726867582.94921: sending task result for task 02a0e989-a5f9-3e29-b979-000000000014 7139 1726867582.94979: done sending task result for task 02a0e989-a5f9-3e29-b979-000000000014 7139 1726867582.94982: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7139 1726867582.95041: no more pending results, returning what we have 7139 1726867582.95044: results queue empty 7139 1726867582.95045: checking for any_errors_fatal 7139 1726867582.95050: done checking for any_errors_fatal 7139 1726867582.95051: checking for max_fail_percentage 7139 1726867582.95052: done checking for max_fail_percentage 7139 1726867582.95053: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.95054: done checking to see if all hosts have failed 7139 1726867582.95055: getting the remaining hosts for this loop 7139 1726867582.95056: done getting the remaining hosts for this loop 7139 1726867582.95060: getting the next task for host managed_node3 7139 1726867582.95067: done getting next task for host managed_node3 7139 1726867582.95069: ^ task is: TASK: meta (end_play) 7139 1726867582.95071: ^ state is: HOST STATE: block=2, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7139 1726867582.95075: getting variables 7139 1726867582.95076: in VariableManager get_vars() 7139 1726867582.95207: Calling all_inventory to load vars for managed_node3 7139 1726867582.95210: Calling groups_inventory to load vars for managed_node3 7139 1726867582.95214: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.95239: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.95243: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.95247: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.95286: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.95367: done with get_vars() 7139 1726867582.95376: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Friday 20 September 2024 17:26:22 -0400 (0:00:00.036) 0:00:00.774 ****** 7139 1726867582.95461: in VariableManager get_vars() 7139 1726867582.95470: Calling all_inventory to load vars for managed_node3 7139 1726867582.95473: Calling groups_inventory to load vars for managed_node3 7139 1726867582.95475: Calling all_plugins_inventory to load vars for managed_node3 7139 1726867582.95479: Calling all_plugins_play to load vars for managed_node3 7139 1726867582.95482: Calling groups_plugins_inventory to load vars for managed_node3 7139 1726867582.95484: Calling groups_plugins_play to load vars for managed_node3 7139 1726867582.95586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7139 1726867582.95605: done with get_vars() 7139 1726867582.95877: variable 'lsr_rhc_test_data' from source: include_vars 7139 1726867582.95912: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7139 1726867582.95922: done queuing things up, now waiting for results queue to drain 7139 1726867582.95924: results queue empty 7139 1726867582.95924: checking for any_errors_fatal 7139 1726867582.95926: done checking for any_errors_fatal 7139 1726867582.95927: checking for max_fail_percentage 7139 1726867582.95928: done checking for max_fail_percentage 7139 1726867582.95928: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.95929: done checking to see if all hosts have failed 7139 1726867582.95929: getting the remaining hosts for this loop 7139 1726867582.95930: done getting the remaining hosts for this loop 7139 1726867582.95932: getting the next task for host managed_node3 7139 1726867582.95934: host managed_node3 is done iterating, returning 7139 1726867582.95934: done queuing things up, now waiting for results queue to drain 7139 1726867582.95935: results queue empty 7139 1726867582.95936: checking for any_errors_fatal 7139 1726867582.95936: done checking for any_errors_fatal 7139 1726867582.95937: checking for max_fail_percentage 7139 1726867582.95938: done checking for max_fail_percentage 7139 1726867582.95938: checking to see if all hosts have failed and the running result is not ok 7139 1726867582.95939: done checking to see if all hosts have failed 7139 1726867582.95941: getting the next task for host managed_node3 7139 1726867582.95942: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Friday 20 September 2024 17:26:22 -0400 (0:00:00.005) 0:00:00.779 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.55s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.06s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Get facts for external test data ---------------------------------------- 0.05s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Import test data -------------------------------------------------------- 0.04s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Skip if there is no Insights support ------------------------------------ 0.01s /tmp/collections-GrL/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 7139 1726867582.96009: RUNNING CLEANUP