[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. 7166 1727096447.77561: 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-0BF 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 7166 1727096447.77868: Added group all to inventory 7166 1727096447.77869: Added group ungrouped to inventory 7166 1727096447.77872: Group all now contains ungrouped 7166 1727096447.77874: Examining possible inventory source: /tmp/rhc-NqQ/inventory.yml 7166 1727096447.87747: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7166 1727096447.87792: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7166 1727096447.87809: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7166 1727096447.87846: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7166 1727096447.87897: Loaded config def from plugin (inventory/script) 7166 1727096447.87898: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7166 1727096447.87925: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7166 1727096447.87978: Loaded config def from plugin (inventory/yaml) 7166 1727096447.87981: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7166 1727096447.88041: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7166 1727096447.88314: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7166 1727096447.88318: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7166 1727096447.88321: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7166 1727096447.88325: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7166 1727096447.88328: Loading data from /tmp/rhc-NqQ/inventory.yml 7166 1727096447.88368: /tmp/rhc-NqQ/inventory.yml was not parsable by auto 7166 1727096447.88412: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7166 1727096447.88442: Loading data from /tmp/rhc-NqQ/inventory.yml 7166 1727096447.88497: group all already in inventory 7166 1727096447.88502: set inventory_file for managed_node1 7166 1727096447.88505: set inventory_dir for managed_node1 7166 1727096447.88505: Added host managed_node1 to inventory 7166 1727096447.88507: Added host managed_node1 to group all 7166 1727096447.88507: set ansible_host for managed_node1 7166 1727096447.88508: set ansible_ssh_extra_args for managed_node1 7166 1727096447.88510: set inventory_file for managed_node2 7166 1727096447.88512: set inventory_dir for managed_node2 7166 1727096447.88512: Added host managed_node2 to inventory 7166 1727096447.88513: Added host managed_node2 to group all 7166 1727096447.88514: set ansible_host for managed_node2 7166 1727096447.88514: set ansible_ssh_extra_args for managed_node2 7166 1727096447.88518: set inventory_file for managed_node3 7166 1727096447.88519: set inventory_dir for managed_node3 7166 1727096447.88520: Added host managed_node3 to inventory 7166 1727096447.88521: Added host managed_node3 to group all 7166 1727096447.88521: set ansible_host for managed_node3 7166 1727096447.88522: set ansible_ssh_extra_args for managed_node3 7166 1727096447.88523: Reconcile groups and hosts in inventory. 7166 1727096447.88526: Group ungrouped now contains managed_node1 7166 1727096447.88527: Group ungrouped now contains managed_node2 7166 1727096447.88528: Group ungrouped now contains managed_node3 7166 1727096447.88582: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7166 1727096447.88662: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7166 1727096447.88693: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7166 1727096447.88710: Loaded config def from plugin (vars/host_group_vars) 7166 1727096447.88712: 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) 7166 1727096447.88716: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7166 1727096447.88722: 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) 7166 1727096447.88749: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7166 1727096447.88989: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096447.89053: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7166 1727096447.89075: Loaded config def from plugin (connection/local) 7166 1727096447.89077: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7166 1727096447.89463: Loaded config def from plugin (connection/paramiko_ssh) 7166 1727096447.89466: 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) 7166 1727096447.90027: 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) 7166 1727096447.90050: Loaded config def from plugin (connection/psrp) 7166 1727096447.90052: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7166 1727096447.90464: 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) 7166 1727096447.90489: Loaded config def from plugin (connection/ssh) 7166 1727096447.90491: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7166 1727096447.91781: 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) 7166 1727096447.91808: Loaded config def from plugin (connection/winrm) 7166 1727096447.91811: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7166 1727096447.91833: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7166 1727096447.91886: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7166 1727096447.91933: Loaded config def from plugin (shell/cmd) 7166 1727096447.91935: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7166 1727096447.91947: 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) 7166 1727096447.91991: Loaded config def from plugin (shell/powershell) 7166 1727096447.91992: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7166 1727096447.92029: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7166 1727096447.92130: Loaded config def from plugin (shell/sh) 7166 1727096447.92131: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7166 1727096447.92156: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7166 1727096447.92231: Loaded config def from plugin (become/runas) 7166 1727096447.92233: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7166 1727096447.92340: Loaded config def from plugin (become/su) 7166 1727096447.92342: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7166 1727096447.92435: Loaded config def from plugin (become/sudo) 7166 1727096447.92437: 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 7166 1727096447.92459: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 7166 1727096447.92869: in VariableManager get_vars() 7166 1727096447.92887: done with get_vars() 7166 1727096447.92894: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml 7166 1727096447.92970: in VariableManager get_vars() 7166 1727096447.92983: done with get_vars() 7166 1727096447.93003: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 7166 1727096447.93263: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7166 1727096447.95867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7166 1727096447.96125: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7166 1727096447.96522: in VariableManager get_vars() 7166 1727096447.96543: done with get_vars() 7166 1727096447.96570: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 7166 1727096447.97240: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7166 1727096447.97251: 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 7166 1727096447.97412: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7166 1727096447.97504: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7166 1727096447.97506: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-0BF/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 7166 1727096447.97527: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7166 1727096447.97542: 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) 7166 1727096447.97639: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7166 1727096447.97672: Loaded config def from plugin (callback/default) 7166 1727096447.97674: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7166 1727096447.98472: Loaded config def from plugin (callback/junit) 7166 1727096447.98475: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7166 1727096447.98522: 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) 7166 1727096447.98582: Loaded config def from plugin (callback/minimal) 7166 1727096447.98584: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7166 1727096447.98618: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 7166 1727096447.98666: Loaded config def from plugin (callback/tree) 7166 1727096447.98668: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 7166 1727096447.98778: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7166 1727096447.98782: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-0BF/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (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-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_display_name.yml 7166 1727096447.98808: in VariableManager get_vars() 7166 1727096447.98823: done with get_vars() 7166 1727096447.98829: in VariableManager get_vars() 7166 1727096447.98838: done with get_vars() 7166 1727096447.98842: variable 'omit' from source: magic vars 7166 1727096447.98882: in VariableManager get_vars() 7166 1727096447.98897: done with get_vars() 7166 1727096447.98923: variable 'omit' from source: magic vars PLAY [Insights display name test] ********************************************** 7166 1727096448.01874: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7166 1727096448.01971: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7166 1727096448.02005: getting the remaining hosts for this loop 7166 1727096448.02006: done getting the remaining hosts for this loop 7166 1727096448.02010: getting the next task for host managed_node1 7166 1727096448.02014: done getting next task for host managed_node1 7166 1727096448.02015: ^ task is: TASK: meta (flush_handlers) 7166 1727096448.02017: ^ 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 7166 1727096448.02020: getting variables 7166 1727096448.02021: in VariableManager get_vars() 7166 1727096448.02031: Calling all_inventory to load vars for managed_node1 7166 1727096448.02040: Calling groups_inventory to load vars for managed_node1 7166 1727096448.02043: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.02055: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.02066: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.02069: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.02103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.02160: done with get_vars() 7166 1727096448.02167: done getting variables 7166 1727096448.02213: in VariableManager get_vars() 7166 1727096448.02221: Calling all_inventory to load vars for managed_node1 7166 1727096448.02230: Calling groups_inventory to load vars for managed_node1 7166 1727096448.02233: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.02237: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.02240: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.02242: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.02302: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.02316: done with get_vars() 7166 1727096448.02327: done queuing things up, now waiting for results queue to drain 7166 1727096448.02329: results queue empty 7166 1727096448.02330: checking for any_errors_fatal 7166 1727096448.02331: done checking for any_errors_fatal 7166 1727096448.02332: checking for max_fail_percentage 7166 1727096448.02333: done checking for max_fail_percentage 7166 1727096448.02333: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.02334: done checking to see if all hosts have failed 7166 1727096448.02335: getting the remaining hosts for this loop 7166 1727096448.02336: done getting the remaining hosts for this loop 7166 1727096448.02339: getting the next task for host managed_node1 7166 1727096448.02345: done getting next task for host managed_node1 7166 1727096448.02347: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7166 1727096448.02350: ^ 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 7166 1727096448.02351: getting variables 7166 1727096448.02352: in VariableManager get_vars() 7166 1727096448.02367: Calling all_inventory to load vars for managed_node1 7166 1727096448.02369: Calling groups_inventory to load vars for managed_node1 7166 1727096448.02371: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.02375: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.02377: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.02382: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.02407: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.02425: done with get_vars() 7166 1727096448.02432: done getting variables 7166 1727096448.02503: 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-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Monday 23 September 2024 09:00:48 -0400 (0:00:00.038) 0:00:00.038 ****** 7166 1727096448.02535: entering _queue_task() for managed_node1/set_fact 7166 1727096448.02536: Creating lock for set_fact 7166 1727096448.02892: worker is 1 (out of 1 available) 7166 1727096448.02903: exiting _queue_task() for managed_node1/set_fact 7166 1727096448.02915: done queuing things up, now waiting for results queue to drain 7166 1727096448.02917: waiting for pending results... 7166 1727096448.03047: running TaskExecutor() for managed_node1/TASK: Get LSR_RHC_TEST_DATA environment variable 7166 1727096448.03122: in run() - task 121ff75e-a0f1-d568-3cfa-00000000000c 7166 1727096448.03132: variable 'ansible_search_path' from source: unknown 7166 1727096448.03135: variable 'ansible_search_path' from source: unknown 7166 1727096448.03163: calling self._execute() 7166 1727096448.03216: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.03221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.03230: variable 'omit' from source: magic vars 7166 1727096448.03301: variable 'omit' from source: magic vars 7166 1727096448.03337: variable 'omit' from source: magic vars 7166 1727096448.03887: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7166 1727096448.03955: Loaded config def from plugin (lookup/env) 7166 1727096448.03965: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7166 1727096448.04036: variable 'omit' from source: magic vars 7166 1727096448.04069: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7166 1727096448.04104: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7166 1727096448.04128: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7166 1727096448.04136: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7166 1727096448.04145: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7166 1727096448.04165: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7166 1727096448.04169: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.04171: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.04256: Set connection var ansible_shell_executable to /bin/sh 7166 1727096448.04260: Set connection var ansible_module_compression to ZIP_DEFLATED 7166 1727096448.04272: Set connection var ansible_pipelining to False 7166 1727096448.04275: Set connection var ansible_shell_type to sh 7166 1727096448.04277: Set connection var ansible_connection to ssh 7166 1727096448.04281: Set connection var ansible_timeout to 10 7166 1727096448.04389: variable 'ansible_shell_executable' from source: unknown 7166 1727096448.04392: variable 'ansible_connection' from source: unknown 7166 1727096448.04395: variable 'ansible_module_compression' from source: unknown 7166 1727096448.04397: variable 'ansible_shell_type' from source: unknown 7166 1727096448.04399: variable 'ansible_shell_executable' from source: unknown 7166 1727096448.04401: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.04403: variable 'ansible_pipelining' from source: unknown 7166 1727096448.04404: variable 'ansible_timeout' from source: unknown 7166 1727096448.04406: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.04467: 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) 7166 1727096448.04490: variable 'omit' from source: magic vars 7166 1727096448.04587: starting attempt loop 7166 1727096448.04591: running the handler 7166 1727096448.04593: handler run complete 7166 1727096448.04595: attempt loop complete, returning result 7166 1727096448.04598: _execute() done 7166 1727096448.04600: dumping result to json 7166 1727096448.04602: done dumping result, returning 7166 1727096448.04604: done running TaskExecutor() for managed_node1/TASK: Get LSR_RHC_TEST_DATA environment variable [121ff75e-a0f1-d568-3cfa-00000000000c] 7166 1727096448.04607: sending task result for task 121ff75e-a0f1-d568-3cfa-00000000000c 7166 1727096448.04683: done sending task result for task 121ff75e-a0f1-d568-3cfa-00000000000c 7166 1727096448.04688: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7166 1727096448.04759: no more pending results, returning what we have 7166 1727096448.04763: results queue empty 7166 1727096448.04764: checking for any_errors_fatal 7166 1727096448.04765: done checking for any_errors_fatal 7166 1727096448.04766: checking for max_fail_percentage 7166 1727096448.04768: done checking for max_fail_percentage 7166 1727096448.04769: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.04769: done checking to see if all hosts have failed 7166 1727096448.04770: getting the remaining hosts for this loop 7166 1727096448.04772: done getting the remaining hosts for this loop 7166 1727096448.04776: getting the next task for host managed_node1 7166 1727096448.04789: done getting next task for host managed_node1 7166 1727096448.04792: ^ task is: TASK: Import test data 7166 1727096448.04796: ^ 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 7166 1727096448.04800: getting variables 7166 1727096448.04802: in VariableManager get_vars() 7166 1727096448.04829: Calling all_inventory to load vars for managed_node1 7166 1727096448.04832: Calling groups_inventory to load vars for managed_node1 7166 1727096448.04835: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.04846: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.04849: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.04851: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.05163: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.05196: done with get_vars() 7166 1727096448.05205: done getting variables 7166 1727096448.05303: 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-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Monday 23 September 2024 09:00:48 -0400 (0:00:00.027) 0:00:00.066 ****** 7166 1727096448.05328: entering _queue_task() for managed_node1/include_vars 7166 1727096448.05330: Creating lock for include_vars 7166 1727096448.05538: worker is 1 (out of 1 available) 7166 1727096448.05549: exiting _queue_task() for managed_node1/include_vars 7166 1727096448.05561: done queuing things up, now waiting for results queue to drain 7166 1727096448.05563: waiting for pending results... 7166 1727096448.05702: running TaskExecutor() for managed_node1/TASK: Import test data 7166 1727096448.05763: in run() - task 121ff75e-a0f1-d568-3cfa-00000000000e 7166 1727096448.05774: variable 'ansible_search_path' from source: unknown 7166 1727096448.05777: variable 'ansible_search_path' from source: unknown 7166 1727096448.05811: calling self._execute() 7166 1727096448.05855: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.05859: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.05868: variable 'omit' from source: magic vars 7166 1727096448.06196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7166 1727096448.07858: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7166 1727096448.07862: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7166 1727096448.07864: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7166 1727096448.08087: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7166 1727096448.08091: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7166 1727096448.08094: 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) 7166 1727096448.08097: 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) 7166 1727096448.08099: 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) 7166 1727096448.08101: 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) 7166 1727096448.08121: 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) 7166 1727096448.08249: variable 'lsr_rhc_test_data_file' from source: set_fact 7166 1727096448.08289: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7166 1727096448.08298: when evaluation is False, skipping this task 7166 1727096448.08305: _execute() done 7166 1727096448.08311: dumping result to json 7166 1727096448.08318: done dumping result, returning 7166 1727096448.08344: done running TaskExecutor() for managed_node1/TASK: Import test data [121ff75e-a0f1-d568-3cfa-00000000000e] 7166 1727096448.08440: sending task result for task 121ff75e-a0f1-d568-3cfa-00000000000e 7166 1727096448.08512: done sending task result for task 121ff75e-a0f1-d568-3cfa-00000000000e 7166 1727096448.08516: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7166 1727096448.08626: no more pending results, returning what we have 7166 1727096448.08629: results queue empty 7166 1727096448.08629: checking for any_errors_fatal 7166 1727096448.08634: done checking for any_errors_fatal 7166 1727096448.08634: checking for max_fail_percentage 7166 1727096448.08635: done checking for max_fail_percentage 7166 1727096448.08636: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.08637: done checking to see if all hosts have failed 7166 1727096448.08638: getting the remaining hosts for this loop 7166 1727096448.08639: done getting the remaining hosts for this loop 7166 1727096448.08642: getting the next task for host managed_node1 7166 1727096448.08654: done getting next task for host managed_node1 7166 1727096448.08657: ^ task is: TASK: Get facts for external test data 7166 1727096448.08659: ^ 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 7166 1727096448.08664: getting variables 7166 1727096448.08665: in VariableManager get_vars() 7166 1727096448.08692: Calling all_inventory to load vars for managed_node1 7166 1727096448.08695: Calling groups_inventory to load vars for managed_node1 7166 1727096448.08698: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.08708: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.08710: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.08714: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.08755: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.08781: done with get_vars() 7166 1727096448.08791: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Monday 23 September 2024 09:00:48 -0400 (0:00:00.035) 0:00:00.101 ****** 7166 1727096448.08851: entering _queue_task() for managed_node1/setup 7166 1727096448.09055: worker is 1 (out of 1 available) 7166 1727096448.09066: exiting _queue_task() for managed_node1/setup 7166 1727096448.09078: done queuing things up, now waiting for results queue to drain 7166 1727096448.09081: waiting for pending results... 7166 1727096448.09212: running TaskExecutor() for managed_node1/TASK: Get facts for external test data 7166 1727096448.09276: in run() - task 121ff75e-a0f1-d568-3cfa-00000000000f 7166 1727096448.09310: variable 'ansible_search_path' from source: unknown 7166 1727096448.09313: variable 'ansible_search_path' from source: unknown 7166 1727096448.09319: calling self._execute() 7166 1727096448.09368: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.09373: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.09383: variable 'omit' from source: magic vars 7166 1727096448.09744: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7166 1727096448.11789: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7166 1727096448.11793: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7166 1727096448.11818: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7166 1727096448.11860: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7166 1727096448.11891: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7166 1727096448.11987: 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) 7166 1727096448.12021: 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) 7166 1727096448.12050: 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) 7166 1727096448.12095: 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) 7166 1727096448.12111: 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) 7166 1727096448.12226: variable 'lsr_rhc_test_data_file' from source: set_fact 7166 1727096448.12255: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7166 1727096448.12263: when evaluation is False, skipping this task 7166 1727096448.12270: _execute() done 7166 1727096448.12276: dumping result to json 7166 1727096448.12289: done dumping result, returning 7166 1727096448.12384: done running TaskExecutor() for managed_node1/TASK: Get facts for external test data [121ff75e-a0f1-d568-3cfa-00000000000f] 7166 1727096448.12389: sending task result for task 121ff75e-a0f1-d568-3cfa-00000000000f 7166 1727096448.12446: done sending task result for task 121ff75e-a0f1-d568-3cfa-00000000000f 7166 1727096448.12448: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7166 1727096448.12525: no more pending results, returning what we have 7166 1727096448.12528: results queue empty 7166 1727096448.12529: checking for any_errors_fatal 7166 1727096448.12534: done checking for any_errors_fatal 7166 1727096448.12535: checking for max_fail_percentage 7166 1727096448.12536: done checking for max_fail_percentage 7166 1727096448.12537: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.12538: done checking to see if all hosts have failed 7166 1727096448.12539: getting the remaining hosts for this loop 7166 1727096448.12540: done getting the remaining hosts for this loop 7166 1727096448.12544: getting the next task for host managed_node1 7166 1727096448.12553: done getting next task for host managed_node1 7166 1727096448.12555: ^ task is: TASK: Set local lsr_rhc_test_data 7166 1727096448.12559: ^ 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 7166 1727096448.12563: getting variables 7166 1727096448.12564: in VariableManager get_vars() 7166 1727096448.12600: Calling all_inventory to load vars for managed_node1 7166 1727096448.12603: Calling groups_inventory to load vars for managed_node1 7166 1727096448.12608: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.12619: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.12621: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.12624: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.12665: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.12806: done with get_vars() 7166 1727096448.12816: done getting variables 7166 1727096448.12865: 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-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Monday 23 September 2024 09:00:48 -0400 (0:00:00.040) 0:00:00.141 ****** 7166 1727096448.13014: entering _queue_task() for managed_node1/include_vars 7166 1727096448.13475: worker is 1 (out of 1 available) 7166 1727096448.13586: exiting _queue_task() for managed_node1/include_vars 7166 1727096448.13599: done queuing things up, now waiting for results queue to drain 7166 1727096448.13600: waiting for pending results... 7166 1727096448.13693: running TaskExecutor() for managed_node1/TASK: Set local lsr_rhc_test_data 7166 1727096448.13764: in run() - task 121ff75e-a0f1-d568-3cfa-000000000011 7166 1727096448.13776: variable 'ansible_search_path' from source: unknown 7166 1727096448.13782: variable 'ansible_search_path' from source: unknown 7166 1727096448.13814: calling self._execute() 7166 1727096448.13909: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.13916: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.13924: variable 'omit' from source: magic vars 7166 1727096448.14260: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7166 1727096448.16053: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7166 1727096448.16058: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7166 1727096448.16068: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7166 1727096448.16100: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7166 1727096448.16155: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7166 1727096448.16199: 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) 7166 1727096448.16221: 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) 7166 1727096448.16239: 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) 7166 1727096448.16268: 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) 7166 1727096448.16280: 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) 7166 1727096448.16366: variable 'lsr_rhc_test_data_file' from source: set_fact 7166 1727096448.16396: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7166 1727096448.16400: variable 'omit' from source: magic vars 7166 1727096448.16441: variable 'omit' from source: magic vars 7166 1727096448.16471: variable 'omit' from source: magic vars 7166 1727096448.16493: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7166 1727096448.16512: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7166 1727096448.16527: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7166 1727096448.16539: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7166 1727096448.16548: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7166 1727096448.16561: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7166 1727096448.16588: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7166 1727096448.16607: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7166 1727096448.16610: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.16612: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.16693: Set connection var ansible_shell_executable to /bin/sh 7166 1727096448.16698: Set connection var ansible_module_compression to ZIP_DEFLATED 7166 1727096448.16703: Set connection var ansible_pipelining to False 7166 1727096448.16706: Set connection var ansible_shell_type to sh 7166 1727096448.16710: Set connection var ansible_connection to ssh 7166 1727096448.16715: Set connection var ansible_timeout to 10 7166 1727096448.16733: variable 'ansible_shell_executable' from source: unknown 7166 1727096448.16736: variable 'ansible_connection' from source: unknown 7166 1727096448.16739: variable 'ansible_module_compression' from source: unknown 7166 1727096448.16741: variable 'ansible_shell_type' from source: unknown 7166 1727096448.16743: variable 'ansible_shell_executable' from source: unknown 7166 1727096448.16746: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.16748: variable 'ansible_pipelining' from source: unknown 7166 1727096448.16751: variable 'ansible_timeout' from source: unknown 7166 1727096448.16755: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.16830: 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) 7166 1727096448.16838: variable 'omit' from source: magic vars 7166 1727096448.16842: starting attempt loop 7166 1727096448.16844: running the handler 7166 1727096448.16854: evaluation_path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7166 1727096448.16870: search_path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 7166 1727096448.16959: handler run complete 7166 1727096448.16966: attempt loop complete, returning result 7166 1727096448.16969: _execute() done 7166 1727096448.16971: dumping result to json 7166 1727096448.16976: done dumping result, returning 7166 1727096448.16985: done running TaskExecutor() for managed_node1/TASK: Set local lsr_rhc_test_data [121ff75e-a0f1-d568-3cfa-000000000011] 7166 1727096448.16991: sending task result for task 121ff75e-a0f1-d568-3cfa-000000000011 7166 1727096448.17129: done sending task result for task 121ff75e-a0f1-d568-3cfa-000000000011 7166 1727096448.17132: WORKER PROCESS EXITING ok: [managed_node1] => { "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-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7166 1727096448.17233: no more pending results, returning what we have 7166 1727096448.17236: results queue empty 7166 1727096448.17236: checking for any_errors_fatal 7166 1727096448.17240: done checking for any_errors_fatal 7166 1727096448.17242: checking for max_fail_percentage 7166 1727096448.17244: done checking for max_fail_percentage 7166 1727096448.17244: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.17245: done checking to see if all hosts have failed 7166 1727096448.17246: getting the remaining hosts for this loop 7166 1727096448.17247: done getting the remaining hosts for this loop 7166 1727096448.17250: getting the next task for host managed_node1 7166 1727096448.17256: done getting next task for host managed_node1 7166 1727096448.17258: ^ task is: TASK: Check if system is ostree 7166 1727096448.17261: ^ 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 7166 1727096448.17263: getting variables 7166 1727096448.17264: in VariableManager get_vars() 7166 1727096448.17285: Calling all_inventory to load vars for managed_node1 7166 1727096448.17287: Calling groups_inventory to load vars for managed_node1 7166 1727096448.17290: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.17298: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.17300: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.17303: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.17340: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.17358: done with get_vars() 7166 1727096448.17364: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Monday 23 September 2024 09:00:48 -0400 (0:00:00.045) 0:00:00.187 ****** 7166 1727096448.17428: entering _queue_task() for managed_node1/stat 7166 1727096448.17626: worker is 1 (out of 1 available) 7166 1727096448.17638: exiting _queue_task() for managed_node1/stat 7166 1727096448.17649: done queuing things up, now waiting for results queue to drain 7166 1727096448.17650: waiting for pending results... 7166 1727096448.17788: running TaskExecutor() for managed_node1/TASK: Check if system is ostree 7166 1727096448.17854: in run() - task 121ff75e-a0f1-d568-3cfa-000000000013 7166 1727096448.17865: variable 'ansible_search_path' from source: unknown 7166 1727096448.17868: variable 'ansible_search_path' from source: unknown 7166 1727096448.17902: calling self._execute() 7166 1727096448.17948: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.17953: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.17961: variable 'omit' from source: magic vars 7166 1727096448.18283: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7166 1727096448.18474: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7166 1727096448.18509: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7166 1727096448.18538: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7166 1727096448.18563: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7166 1727096448.18625: 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) 7166 1727096448.18645: 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) 7166 1727096448.18664: 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) 7166 1727096448.18682: 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) 7166 1727096448.18767: Evaluated conditional (not __rhc_is_ostree is defined): True 7166 1727096448.18770: variable 'omit' from source: magic vars 7166 1727096448.18811: variable 'omit' from source: magic vars 7166 1727096448.18835: variable 'omit' from source: magic vars 7166 1727096448.18860: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7166 1727096448.18876: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7166 1727096448.18894: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7166 1727096448.18907: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7166 1727096448.18916: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7166 1727096448.18928: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7166 1727096448.18940: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7166 1727096448.18965: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7166 1727096448.18968: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.18971: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.19047: Set connection var ansible_shell_executable to /bin/sh 7166 1727096448.19050: Set connection var ansible_module_compression to ZIP_DEFLATED 7166 1727096448.19055: Set connection var ansible_pipelining to False 7166 1727096448.19058: Set connection var ansible_shell_type to sh 7166 1727096448.19062: Set connection var ansible_connection to ssh 7166 1727096448.19069: Set connection var ansible_timeout to 10 7166 1727096448.19091: variable 'ansible_shell_executable' from source: unknown 7166 1727096448.19094: variable 'ansible_connection' from source: unknown 7166 1727096448.19096: variable 'ansible_module_compression' from source: unknown 7166 1727096448.19099: variable 'ansible_shell_type' from source: unknown 7166 1727096448.19102: variable 'ansible_shell_executable' from source: unknown 7166 1727096448.19104: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.19106: variable 'ansible_pipelining' from source: unknown 7166 1727096448.19108: variable 'ansible_timeout' from source: unknown 7166 1727096448.19112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.19209: 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__) 7166 1727096448.19217: variable 'omit' from source: magic vars 7166 1727096448.19221: starting attempt loop 7166 1727096448.19223: running the handler 7166 1727096448.19233: _low_level_execute_command(): starting 7166 1727096448.19239: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7166 1727096448.19747: 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 <<< 7166 1727096448.19750: 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.40.92 originally 10.31.40.92 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7166 1727096448.19753: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.92 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.40.92 originally 10.31.40.92 debug2: match found <<< 7166 1727096448.19756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.19809: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' debug2: fd 3 setting O_NONBLOCK <<< 7166 1727096448.19813: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7166 1727096448.19918: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7166 1727096448.21697: stdout chunk (state=3): >>>/root <<< 7166 1727096448.21793: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7166 1727096448.21832: stderr chunk (state=3): >>><<< 7166 1727096448.21835: stdout chunk (state=3): >>><<< 7166 1727096448.21854: _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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' 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 7166 1727096448.21869: _low_level_execute_command(): starting 7166 1727096448.21873: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500 `" && echo ansible-tmp-1727096448.21856-7185-186328960949500="` echo /root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500 `" ) && sleep 0' 7166 1727096448.22320: 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 <<< 7166 1727096448.22323: 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.40.92 originally 10.31.40.92 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.22325: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.92 is address debug1: re-parsing configuration <<< 7166 1727096448.22327: stderr chunk (state=3): >>>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 <<< 7166 1727096448.22329: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.22386: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' debug2: fd 3 setting O_NONBLOCK <<< 7166 1727096448.22389: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7166 1727096448.22476: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7166 1727096448.24442: stdout chunk (state=3): >>>ansible-tmp-1727096448.21856-7185-186328960949500=/root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500 <<< 7166 1727096448.24541: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7166 1727096448.24568: stderr chunk (state=3): >>><<< 7166 1727096448.24571: stdout chunk (state=3): >>><<< 7166 1727096448.24590: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096448.21856-7185-186328960949500=/root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500 , 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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' 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 7166 1727096448.24640: variable 'ansible_module_compression' from source: unknown 7166 1727096448.24682: ANSIBALLZ: Using lock for stat 7166 1727096448.24687: ANSIBALLZ: Acquiring lock 7166 1727096448.24690: ANSIBALLZ: Lock acquired: 140068866468144 7166 1727096448.24692: ANSIBALLZ: Creating module 7166 1727096448.33497: ANSIBALLZ: Writing module into payload 7166 1727096448.33568: ANSIBALLZ: Writing module 7166 1727096448.33583: ANSIBALLZ: Renaming module 7166 1727096448.33593: ANSIBALLZ: Done creating module 7166 1727096448.33606: variable 'ansible_facts' from source: unknown 7166 1727096448.33613: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7166 1727096448.33621: _low_level_execute_command(): starting 7166 1727096448.33626: _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' 7166 1727096448.34342: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7166 1727096448.34346: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7166 1727096448.34349: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7166 1727096448.34351: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7166 1727096448.34354: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.92 originally 10.31.40.92 <<< 7166 1727096448.34356: stderr chunk (state=3): >>>debug2: match not found <<< 7166 1727096448.34358: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.34360: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7166 1727096448.34363: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.40.92 is address <<< 7166 1727096448.34365: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7166 1727096448.34367: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7166 1727096448.34369: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7166 1727096448.34371: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7166 1727096448.34373: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.92 originally 10.31.40.92 <<< 7166 1727096448.34375: stderr chunk (state=3): >>>debug2: match found <<< 7166 1727096448.34468: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.34472: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' <<< 7166 1727096448.34474: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7166 1727096448.34526: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7166 1727096448.34714: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7166 1727096448.36518: stdout chunk (state=3): >>>PLATFORM <<< 7166 1727096448.36598: stdout chunk (state=3): >>>Linux <<< 7166 1727096448.36604: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7166 1727096448.36769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7166 1727096448.37040: stdout chunk (state=3): >>><<< 7166 1727096448.37045: stderr chunk (state=3): >>><<< 7166 1727096448.37048: _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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' 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 7166 1727096448.37059 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 7166 1727096448.37063: _low_level_execute_command(): starting 7166 1727096448.37065: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 7166 1727096448.37308: Sending initial data 7166 1727096448.37311: Sent initial data (1181 bytes) 7166 1727096448.38149: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7166 1727096448.38153: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7166 1727096448.38198: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.92 originally 10.31.40.92 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.38211: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.38392: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' <<< 7166 1727096448.38404: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7166 1727096448.38519: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7166 1727096448.42316: 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"} <<< 7166 1727096448.42462: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7166 1727096448.42494: stderr chunk (state=3): >>><<< 7166 1727096448.42506: stdout chunk (state=3): >>><<< 7166 1727096448.42693: _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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' 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 7166 1727096448.42697: variable 'ansible_facts' from source: unknown 7166 1727096448.42699: variable 'ansible_facts' from source: unknown 7166 1727096448.42701: variable 'ansible_module_compression' from source: unknown 7166 1727096448.42703: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7166i3a10e8b/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7166 1727096448.42715: variable 'ansible_facts' from source: unknown 7166 1727096448.42796: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/AnsiballZ_stat.py 7166 1727096448.42940: Sending initial data 7166 1727096448.42949: Sent initial data (149 bytes) 7166 1727096448.43590: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7166 1727096448.43604: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7166 1727096448.43700: 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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.43730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' debug2: fd 3 setting O_NONBLOCK <<< 7166 1727096448.43753: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7166 1727096448.43878: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7166 1727096448.45601: 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 debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 7166 1727096448.45715: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7166 1727096448.45813: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7166i3a10e8b/tmp4wqwtc93 /root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/AnsiballZ_stat.py <<< 7166 1727096448.45817: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/AnsiballZ_stat.py" <<< 7166 1727096448.45968: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7166i3a10e8b/tmp4wqwtc93" to remote "/root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/AnsiballZ_stat.py" <<< 7166 1727096448.47557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7166 1727096448.47791: stderr chunk (state=3): >>><<< 7166 1727096448.47795: stdout chunk (state=3): >>><<< 7166 1727096448.47797: done transferring module to remote 7166 1727096448.47800: _low_level_execute_command(): starting 7166 1727096448.47802: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/ /root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/AnsiballZ_stat.py && sleep 0' 7166 1727096448.49045: 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 <<< 7166 1727096448.49060: 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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 <<< 7166 1727096448.49103: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.49220: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7166 1727096448.49497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7166 1727096448.51630: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7166 1727096448.51667: stderr chunk (state=3): >>><<< 7166 1727096448.51670: stdout chunk (state=3): >>><<< 7166 1727096448.51697: _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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' 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 7166 1727096448.51706: _low_level_execute_command(): starting 7166 1727096448.51829: _low_level_execute_command(): using become for this command 7166 1727096448.51833: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-rfcdtybmhkxbbxwrxazachiqkyhqpwom ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/AnsiballZ_stat.py'"'"' && sleep 0' 7166 1727096448.52060: Initial state: awaiting_escalation: BECOME-SUCCESS-rfcdtybmhkxbbxwrxazachiqkyhqpwom 7166 1727096448.52975: stderr chunk (state=1): >>>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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.52982: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' debug2: fd 3 setting O_NONBLOCK <<< 7166 1727096448.53324: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 7166 1727096448.64472: stdout chunk (state=1): >>>BECOME-SUCCESS-rfcdtybmhkxbbxwrxazachiqkyhqpwom <<< 7166 1727096448.64504: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-rfcdtybmhkxbbxwrxazachiqkyhqpwom' 7166 1727096448.64754: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7166 1727096448.64799: stdout chunk (state=3): >>>import _imp # builtin <<< 7166 1727096448.64816: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7166 1727096448.64894: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7166 1727096448.64929: stdout chunk (state=3): >>>import 'posix' # <<< 7166 1727096448.64963: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7166 1727096448.64996: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7166 1727096448.65064: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7166 1727096448.65089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 7166 1727096448.65120: stdout chunk (state=3): >>>import 'codecs' # <<< 7166 1727096448.65146: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7166 1727096448.65213: 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 0x7f41ca6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca5e7a10> <<< 7166 1727096448.65216: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.65243: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca61a960> import '_signal' # <<< 7166 1727096448.65295: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 7166 1727096448.65307: stdout chunk (state=3): >>>import 'io' # <<< 7166 1727096448.65330: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7166 1727096448.65426: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7166 1727096448.65455: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7166 1727096448.65545: stdout chunk (state=3): >>>import 'os' # <<< 7166 1727096448.65549: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7166 1727096448.65605: stdout chunk (state=3): >>>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 <<< 7166 1727096448.65621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7166 1727096448.65624: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca408fe0> <<< 7166 1727096448.65702: 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 # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7166 1727096448.65725: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca409f10> <<< 7166 1727096448.65743: stdout chunk (state=3): >>>import 'site' # <<< 7166 1727096448.65763: 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. <<< 7166 1727096448.66016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7166 1727096448.66043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7166 1727096448.66072: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.66076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7166 1727096448.66148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7166 1727096448.66170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7166 1727096448.66214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca447e00> <<< 7166 1727096448.66217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7166 1727096448.66270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7166 1727096448.66274: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca447ec0> <<< 7166 1727096448.66308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7166 1727096448.66325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7166 1727096448.66348: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7166 1727096448.66411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7166 1727096448.66429: stdout chunk (state=3): >>>import 'itertools' # <<< 7166 1727096448.66476: 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 0x7f41ca47f800> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7166 1727096448.66501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca47fe90> <<< 7166 1727096448.66512: stdout chunk (state=3): >>>import '_collections' # <<< 7166 1727096448.66577: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca45fad0> <<< 7166 1727096448.66586: stdout chunk (state=3): >>>import '_functools' # <<< 7166 1727096448.66604: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca45d1f0> <<< 7166 1727096448.66701: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca444fb0> <<< 7166 1727096448.66741: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7166 1727096448.66767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 7166 1727096448.66802: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7166 1727096448.66827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7166 1727096448.66848: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7166 1727096448.66884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca49f7d0> <<< 7166 1727096448.67120: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca49e3f0> <<< 7166 1727096448.67124: stdout chunk (state=3): >>># /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 0x7f41ca45e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca49cbc0> # /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 0x7f41ca4d4800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca444230> # /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 0x7f41ca4d4cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d4b60> # 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 0x7f41ca4d4f50> <<< 7166 1727096448.67203: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca442d50> # /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' <<< 7166 1727096448.67223: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d5310> import 'importlib.machinery' # <<< 7166 1727096448.67255: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.67295: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d6510> import 'importlib.util' # <<< 7166 1727096448.67356: stdout chunk (state=3): >>>import 'runpy' # <<< 7166 1727096448.67370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7166 1727096448.67493: stdout chunk (state=3): >>># 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 0x7f41ca4ec740> <<< 7166 1727096448.67501: stdout chunk (state=3): >>>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 0x7f41ca4ede20> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7166 1727096448.67530: stdout chunk (state=3): >>># 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' <<< 7166 1727096448.67543: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4eecc0> <<< 7166 1727096448.67624: 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 0x7f41ca4ef2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4ee210> <<< 7166 1727096448.67628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7166 1727096448.67631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7166 1727096448.67695: stdout chunk (state=3): >>># 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 0x7f41ca4efd70> <<< 7166 1727096448.67698: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4ef4a0> <<< 7166 1727096448.67733: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d6570> <<< 7166 1727096448.67758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7166 1727096448.67794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7166 1727096448.67910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7166 1727096448.67936: stdout chunk (state=3): >>># 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 0x7f41ca267c80> # /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 0x7f41ca290710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca290470> <<< 7166 1727096448.67958: stdout chunk (state=3): >>># 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 0x7f41ca290740> <<< 7166 1727096448.67996: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.68077: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7166 1727096448.68200: 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 0x7f41ca291070> <<< 7166 1727096448.68347: stdout chunk (state=3): >>># 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 0x7f41ca291a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca290920> <<< 7166 1727096448.68420: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca265e20> <<< 7166 1727096448.68462: stdout chunk (state=3): >>># /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 <<< 7166 1727096448.68538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca292e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca291b80> <<< 7166 1727096448.68564: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d6c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7166 1727096448.68598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7166 1727096448.68672: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.68686: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca2b71a0> <<< 7166 1727096448.68787: stdout chunk (state=3): >>># /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 <<< 7166 1727096448.68800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7166 1727096448.68833: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca2df4d0> <<< 7166 1727096448.68855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7166 1727096448.68905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7166 1727096448.69007: stdout chunk (state=3): >>>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 0x7f41ca3402c0> <<< 7166 1727096448.69215: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7166 1727096448.69219: stdout chunk (state=3): >>># 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 0x7f41ca342a20> <<< 7166 1727096448.69284: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca3403e0> <<< 7166 1727096448.69331: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca30d2b0> <<< 7166 1727096448.69362: 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 0x7f41ca141370> <<< 7166 1727096448.69383: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca2de2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca293d70> <<< 7166 1727096448.69507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7166 1727096448.69525: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41ca2de8d0> <<< 7166 1727096448.69691: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_qmdosd_j/ansible_stat_payload.zip' # zipimport: zlib available <<< 7166 1727096448.69822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.69855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7166 1727096448.69881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7166 1727096448.70031: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.70098: 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' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca1970e0> import '_typing' # <<< 7166 1727096448.70321: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca175fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca175160> # zipimport: zlib available <<< 7166 1727096448.70388: stdout chunk (state=3): >>>import 'ansible' # <<< 7166 1727096448.70422: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 7166 1727096448.70522: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.72213: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.73756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7166 1727096448.73791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca194fb0> # /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' <<< 7166 1727096448.73813: 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' # 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 0x7f41ca1beab0> <<< 7166 1727096448.73868: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca1be840> <<< 7166 1727096448.73903: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca1be150> <<< 7166 1727096448.73937: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7166 1727096448.73950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7166 1727096448.74010: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca1be5a0> <<< 7166 1727096448.74019: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca197d70> import 'atexit' # <<< 7166 1727096448.74072: stdout chunk (state=3): >>># 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 0x7f41ca1bf830> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7166 1727096448.74110: 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 0x7f41ca1bfa70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7166 1727096448.74168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7166 1727096448.74228: stdout chunk (state=3): >>>import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca1bffb0> <<< 7166 1727096448.74283: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7166 1727096448.74304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7166 1727096448.74341: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b09cd0> <<< 7166 1727096448.74387: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7166 1727096448.74408: 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 0x7f41c9b0b8f0> <<< 7166 1727096448.74442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7166 1727096448.74446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7166 1727096448.74482: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b0c2f0> <<< 7166 1727096448.74525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7166 1727096448.74567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b0d490> <<< 7166 1727096448.74596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7166 1727096448.74640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7166 1727096448.74677: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.74737: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b0ff50> <<< 7166 1727096448.74792: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 7166 1727096448.74807: stdout chunk (state=3): >>># 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 0x7f41ca2dfad0> <<< 7166 1727096448.74837: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b0e210> <<< 7166 1727096448.74849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7166 1727096448.74900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7166 1727096448.74920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7166 1727096448.74934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7166 1727096448.75015: stdout chunk (state=3): >>># /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 0x7f41c9b17e60> <<< 7166 1727096448.75034: stdout chunk (state=3): >>>import '_tokenize' # <<< 7166 1727096448.75125: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b16930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b166c0> <<< 7166 1727096448.75152: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.75299: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b16c00> <<< 7166 1727096448.75308: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b0e720> <<< 7166 1727096448.75344: stdout chunk (state=3): >>># 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 0x7f41c9b5fec0> <<< 7166 1727096448.75367: 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 # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b60200> <<< 7166 1727096448.75397: 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 <<< 7166 1727096448.75418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7166 1727096448.75496: 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' # 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 0x7f41c9b61ca0> <<< 7166 1727096448.75511: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b61a60> <<< 7166 1727096448.75544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7166 1727096448.75855: stdout chunk (state=3): >>># 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 0x7f41c9b64260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b62390> # /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' # <<< 7166 1727096448.75905: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b67a10> <<< 7166 1727096448.76053: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b643e0> <<< 7166 1727096448.76124: 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' <<< 7166 1727096448.76139: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41c9b688f0> <<< 7166 1727096448.76168: 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' <<< 7166 1727096448.76182: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f41c9b68b90> <<< 7166 1727096448.76224: 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 0x7f41c9b68b30> <<< 7166 1727096448.76269: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b60410> <<< 7166 1727096448.76278: 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 # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7166 1727096448.76318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7166 1727096448.76321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7166 1727096448.76364: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7166 1727096448.76394: 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 0x7f41c9bf4260> <<< 7166 1727096448.76573: stdout chunk (state=3): >>># 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 0x7f41c9bf5640> <<< 7166 1727096448.76608: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b6a9f0> <<< 7166 1727096448.76645: 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 0x7f41c9b6bda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b6a630> # zipimport: zlib available <<< 7166 1727096448.76662: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7166 1727096448.76688: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.76794: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.76915: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.76925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.76962: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 7166 1727096448.77114: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.77239: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.77941: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.78647: stdout chunk (state=3): >>>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' # <<< 7166 1727096448.78696: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7166 1727096448.78699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7166 1727096448.78787: 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 0x7f41c9bf9730> <<< 7166 1727096448.78883: stdout chunk (state=3): >>># /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' <<< 7166 1727096448.78920: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9bfa4b0> <<< 7166 1727096448.78927: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9bf5490> <<< 7166 1727096448.78972: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7166 1727096448.79015: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.79018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.79051: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7166 1727096448.79254: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.79423: 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' <<< 7166 1727096448.79444: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9bf92b0> # zipimport: zlib available <<< 7166 1727096448.79912: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.80362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.80434: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.80519: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7166 1727096448.80532: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.80559: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.80610: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 7166 1727096448.80687: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.80777: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7166 1727096448.80807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.80822: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7166 1727096448.80862: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.80909: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 7166 1727096448.81153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.81390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7166 1727096448.81449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7166 1727096448.81472: stdout chunk (state=3): >>>import '_ast' # <<< 7166 1727096448.81548: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9bfb560> <<< 7166 1727096448.81551: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.81620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.81728: stdout chunk (state=3): >>>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' # <<< 7166 1727096448.81741: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.81788: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.81836: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 7166 1727096448.81888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.81937: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.81996: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.82066: 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 <<< 7166 1727096448.82107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7166 1727096448.82205: 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 0x7f41c9a06060> <<< 7166 1727096448.82239: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9a00f80> <<< 7166 1727096448.82283: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7166 1727096448.82297: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.82355: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.82416: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.82450: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.82511: 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 # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7166 1727096448.82535: 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 <<< 7166 1727096448.82572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7166 1727096448.82575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7166 1727096448.82647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7166 1727096448.82672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7166 1727096448.82689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7166 1727096448.82734: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca1f6930> <<< 7166 1727096448.82781: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca20e600> <<< 7166 1727096448.82878: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9a06120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9bf8230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7166 1727096448.82909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.82939: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7166 1727096448.83019: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7166 1727096448.83055: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 7166 1727096448.83058: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.83197: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.83395: stdout chunk (state=3): >>># zipimport: zlib available <<< 7166 1727096448.83524: 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"}}} # destroy __main__ <<< 7166 1727096448.84102: stdout chunk (state=3): >>># 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 <<< 7166 1727096448.84248: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7166 1727096448.84276: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 7166 1727096448.84282: stdout chunk (state=3): >>># 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 <<< 7166 1727096448.84324: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 7166 1727096448.84396: 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 # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7166 1727096448.84400: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 7166 1727096448.84450: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7166 1727096448.84490: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7166 1727096448.84546: 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 # 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 <<< 7166 1727096448.84622: stdout chunk (state=3): >>># 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 <<< 7166 1727096448.84628: 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 # 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 <<< 7166 1727096448.84655: stdout chunk (state=3): >>># 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 <<< 7166 1727096448.84806: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7166 1727096448.84817: stdout chunk (state=3): >>># destroy _socket <<< 7166 1727096448.84856: stdout chunk (state=3): >>># destroy _collections <<< 7166 1727096448.84899: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7166 1727096448.84902: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7166 1727096448.84919: stdout chunk (state=3): >>># destroy _typing <<< 7166 1727096448.84954: 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 # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7166 1727096448.85069: stdout chunk (state=3): >>># 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 <<< 7166 1727096448.85099: stdout chunk (state=3): >>># destroy time <<< 7166 1727096448.85113: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7166 1727096448.85144: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 7166 1727096448.85155: stdout chunk (state=3): >>># destroy itertools <<< 7166 1727096448.85191: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7166 1727096448.85830: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.40.92 closed. <<< 7166 1727096448.85988: stderr chunk (state=3): >>><<< 7166 1727096448.85992: stdout chunk (state=3): >>><<< 7166 1727096448.86292: _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 0x7f41ca6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca5e7a10> # /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 0x7f41ca61a960> 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 0x7f41ca408fe0> # /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 0x7f41ca409f10> 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 0x7f41ca447e00> # /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 0x7f41ca447ec0> # /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 0x7f41ca47f800> # /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 0x7f41ca47fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca45fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca45d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca444fb0> # /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 0x7f41ca49f7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca49e3f0> # /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 0x7f41ca45e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca49cbc0> # /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 0x7f41ca4d4800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca444230> # /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 0x7f41ca4d4cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d4b60> # 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 0x7f41ca4d4f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca442d50> # /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 0x7f41ca4d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d5310> 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 0x7f41ca4d6510> 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 0x7f41ca4ec740> 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 0x7f41ca4ede20> # /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 0x7f41ca4eecc0> # 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 0x7f41ca4ef2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4ee210> # /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 0x7f41ca4efd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4ef4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d6570> # /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 0x7f41ca267c80> # /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 0x7f41ca290710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca290470> # 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 0x7f41ca290740> # /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 0x7f41ca291070> # 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 0x7f41ca291a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca290920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca265e20> # /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 0x7f41ca292e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca291b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca4d6c60> # /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 0x7f41ca2b71a0> # /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 0x7f41ca2df4d0> # /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 0x7f41ca3402c0> # /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 0x7f41ca342a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca3403e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca30d2b0> # /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 0x7f41ca141370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca2de2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca293d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f41ca2de8d0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_qmdosd_j/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 0x7f41ca1970e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca175fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca175160> # 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 0x7f41ca194fb0> # /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 0x7f41ca1beab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca1be840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca1be150> # /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 0x7f41ca1be5a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca197d70> 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 0x7f41ca1bf830> # 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 0x7f41ca1bfa70> # /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 0x7f41ca1bffb0> 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 0x7f41c9b09cd0> # 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 0x7f41c9b0b8f0> # /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 0x7f41c9b0c2f0> # /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 0x7f41c9b0d490> # /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 0x7f41c9b0ff50> # 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 0x7f41ca2dfad0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b0e210> # /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 0x7f41c9b17e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b16930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b166c0> # /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 0x7f41c9b16c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b0e720> # 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 0x7f41c9b5fec0> # /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 0x7f41c9b60200> # /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 0x7f41c9b61ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b61a60> # /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 0x7f41c9b64260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b62390> # /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 0x7f41c9b67a10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b643e0> # 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 0x7f41c9b688f0> # 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 0x7f41c9b68b90> # 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 0x7f41c9b68b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b60410> # /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 0x7f41c9bf4260> # 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 0x7f41c9bf5640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b6a9f0> # 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 0x7f41c9b6bda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9b6a630> # 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 0x7f41c9bf9730> # /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 0x7f41c9bfa4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9bf5490> 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 0x7f41c9bf92b0> # 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 0x7f41c9bfb560> # 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 0x7f41c9a06060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9a00f80> 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 0x7f41ca1f6930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41ca20e600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9a06120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f41c9bf8230> # 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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' 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.40.92 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_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 7166 1727096448.87011: 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-1727096448.21856-7185-186328960949500/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7166 1727096448.87015: _low_level_execute_command(): starting 7166 1727096448.87017: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096448.21856-7185-186328960949500/ > /dev/null 2>&1 && sleep 0' 7166 1727096448.87625: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7166 1727096448.87640: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7166 1727096448.87662: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7166 1727096448.87682: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7166 1727096448.87771: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7166 1727096448.87796: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' <<< 7166 1727096448.87819: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7166 1727096448.87835: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7166 1727096448.87974: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7166 1727096448.89956: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7166 1727096448.89970: stdout chunk (state=3): >>><<< 7166 1727096448.90389: stderr chunk (state=3): >>><<< 7166 1727096448.90393: _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.40.92 originally 10.31.40.92 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.40.92 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.40.92 originally 10.31.40.92 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/66f4cd7e35' 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 7166 1727096448.90395: handler run complete 7166 1727096448.90397: variable 'ansible_facts' from source: unknown 7166 1727096448.90400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.90401: variable 'ansible_facts' from source: unknown 7166 1727096448.90403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.90405: attempt loop complete, returning result 7166 1727096448.90407: _execute() done 7166 1727096448.90409: dumping result to json 7166 1727096448.90410: done dumping result, returning 7166 1727096448.90412: done running TaskExecutor() for managed_node1/TASK: Check if system is ostree [121ff75e-a0f1-d568-3cfa-000000000013] 7166 1727096448.90414: sending task result for task 121ff75e-a0f1-d568-3cfa-000000000013 7166 1727096448.90477: done sending task result for task 121ff75e-a0f1-d568-3cfa-000000000013 7166 1727096448.90485: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 7166 1727096448.90577: no more pending results, returning what we have 7166 1727096448.90592: results queue empty 7166 1727096448.90593: checking for any_errors_fatal 7166 1727096448.90598: done checking for any_errors_fatal 7166 1727096448.90599: checking for max_fail_percentage 7166 1727096448.90601: done checking for max_fail_percentage 7166 1727096448.90601: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.90602: done checking to see if all hosts have failed 7166 1727096448.90603: getting the remaining hosts for this loop 7166 1727096448.90605: done getting the remaining hosts for this loop 7166 1727096448.90609: getting the next task for host managed_node1 7166 1727096448.90616: done getting next task for host managed_node1 7166 1727096448.90618: ^ task is: TASK: Set flag to indicate system is ostree 7166 1727096448.90621: ^ 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 7166 1727096448.90625: getting variables 7166 1727096448.90626: in VariableManager get_vars() 7166 1727096448.90655: Calling all_inventory to load vars for managed_node1 7166 1727096448.90658: Calling groups_inventory to load vars for managed_node1 7166 1727096448.90661: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.90672: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.90675: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.90678: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.90723: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.90754: done with get_vars() 7166 1727096448.90762: done getting variables 7166 1727096448.91064: 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-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Monday 23 September 2024 09:00:48 -0400 (0:00:00.738) 0:00:00.925 ****** 7166 1727096448.91272: entering _queue_task() for managed_node1/set_fact 7166 1727096448.92163: worker is 1 (out of 1 available) 7166 1727096448.92174: exiting _queue_task() for managed_node1/set_fact 7166 1727096448.92187: done queuing things up, now waiting for results queue to drain 7166 1727096448.92188: waiting for pending results... 7166 1727096448.92331: running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree 7166 1727096448.92466: in run() - task 121ff75e-a0f1-d568-3cfa-000000000014 7166 1727096448.92494: variable 'ansible_search_path' from source: unknown 7166 1727096448.92502: variable 'ansible_search_path' from source: unknown 7166 1727096448.92547: calling self._execute() 7166 1727096448.92627: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.92642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.92655: variable 'omit' from source: magic vars 7166 1727096448.93184: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7166 1727096448.93482: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7166 1727096448.93540: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7166 1727096448.93588: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7166 1727096448.93673: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7166 1727096448.93735: 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) 7166 1727096448.93769: 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) 7166 1727096448.93851: 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) 7166 1727096448.93854: 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) 7166 1727096448.93978: Evaluated conditional (not __rhc_is_ostree is defined): True 7166 1727096448.93995: variable 'omit' from source: magic vars 7166 1727096448.94075: variable 'omit' from source: magic vars 7166 1727096448.94220: variable '__ostree_booted_stat' from source: set_fact 7166 1727096448.94282: variable 'omit' from source: magic vars 7166 1727096448.94311: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7166 1727096448.94384: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7166 1727096448.94387: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7166 1727096448.94390: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7166 1727096448.94400: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7166 1727096448.94421: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7166 1727096448.94444: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7166 1727096448.94476: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7166 1727096448.94488: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.94495: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.94615: Set connection var ansible_shell_executable to /bin/sh 7166 1727096448.94647: Set connection var ansible_module_compression to ZIP_DEFLATED 7166 1727096448.94649: Set connection var ansible_pipelining to False 7166 1727096448.94651: Set connection var ansible_shell_type to sh 7166 1727096448.94653: Set connection var ansible_connection to ssh 7166 1727096448.94655: Set connection var ansible_timeout to 10 7166 1727096448.94681: variable 'ansible_shell_executable' from source: unknown 7166 1727096448.94756: variable 'ansible_connection' from source: unknown 7166 1727096448.94759: variable 'ansible_module_compression' from source: unknown 7166 1727096448.94761: variable 'ansible_shell_type' from source: unknown 7166 1727096448.94763: variable 'ansible_shell_executable' from source: unknown 7166 1727096448.94764: variable 'ansible_host' from source: host vars for 'managed_node1' 7166 1727096448.94766: variable 'ansible_pipelining' from source: unknown 7166 1727096448.94768: variable 'ansible_timeout' from source: unknown 7166 1727096448.94769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7166 1727096448.94826: 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) 7166 1727096448.94842: variable 'omit' from source: magic vars 7166 1727096448.94850: starting attempt loop 7166 1727096448.94856: running the handler 7166 1727096448.94884: handler run complete 7166 1727096448.94893: attempt loop complete, returning result 7166 1727096448.94974: _execute() done 7166 1727096448.94977: dumping result to json 7166 1727096448.94980: done dumping result, returning 7166 1727096448.94982: done running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree [121ff75e-a0f1-d568-3cfa-000000000014] 7166 1727096448.94984: sending task result for task 121ff75e-a0f1-d568-3cfa-000000000014 7166 1727096448.95046: done sending task result for task 121ff75e-a0f1-d568-3cfa-000000000014 7166 1727096448.95049: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7166 1727096448.95106: no more pending results, returning what we have 7166 1727096448.95109: results queue empty 7166 1727096448.95109: checking for any_errors_fatal 7166 1727096448.95116: done checking for any_errors_fatal 7166 1727096448.95116: checking for max_fail_percentage 7166 1727096448.95118: done checking for max_fail_percentage 7166 1727096448.95119: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.95119: done checking to see if all hosts have failed 7166 1727096448.95120: getting the remaining hosts for this loop 7166 1727096448.95121: done getting the remaining hosts for this loop 7166 1727096448.95125: getting the next task for host managed_node1 7166 1727096448.95132: done getting next task for host managed_node1 7166 1727096448.95134: ^ task is: TASK: meta (end_play) 7166 1727096448.95137: ^ 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 7166 1727096448.95140: getting variables 7166 1727096448.95142: in VariableManager get_vars() 7166 1727096448.95171: Calling all_inventory to load vars for managed_node1 7166 1727096448.95173: Calling groups_inventory to load vars for managed_node1 7166 1727096448.95176: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.95197: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.95200: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.95203: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.95243: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.95269: done with get_vars() 7166 1727096448.95277: done getting variables TASK [Skip if there is no Insights support] ************************************ task path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 Monday 23 September 2024 09:00:48 -0400 (0:00:00.043) 0:00:00.968 ****** 7166 1727096448.95611: in VariableManager get_vars() 7166 1727096448.95622: Calling all_inventory to load vars for managed_node1 7166 1727096448.95624: Calling groups_inventory to load vars for managed_node1 7166 1727096448.95627: Calling all_plugins_inventory to load vars for managed_node1 7166 1727096448.95631: Calling all_plugins_play to load vars for managed_node1 7166 1727096448.95633: Calling groups_plugins_inventory to load vars for managed_node1 7166 1727096448.95636: Calling groups_plugins_play to load vars for managed_node1 7166 1727096448.95663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7166 1727096448.95684: done with get_vars() 7166 1727096448.95977: variable 'lsr_rhc_test_data' from source: include_vars 7166 1727096448.96009: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 7166 1727096448.96020: done queuing things up, now waiting for results queue to drain 7166 1727096448.96022: results queue empty 7166 1727096448.96023: checking for any_errors_fatal 7166 1727096448.96025: done checking for any_errors_fatal 7166 1727096448.96026: checking for max_fail_percentage 7166 1727096448.96027: done checking for max_fail_percentage 7166 1727096448.96028: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.96028: done checking to see if all hosts have failed 7166 1727096448.96029: getting the remaining hosts for this loop 7166 1727096448.96030: done getting the remaining hosts for this loop 7166 1727096448.96033: getting the next task for host managed_node1 7166 1727096448.96035: host managed_node1 is done iterating, returning 7166 1727096448.96036: done queuing things up, now waiting for results queue to drain 7166 1727096448.96037: results queue empty 7166 1727096448.96037: checking for any_errors_fatal 7166 1727096448.96038: done checking for any_errors_fatal 7166 1727096448.96039: checking for max_fail_percentage 7166 1727096448.96040: done checking for max_fail_percentage 7166 1727096448.96040: checking to see if all hosts have failed and the running result is not ok 7166 1727096448.96046: done checking to see if all hosts have failed 7166 1727096448.96048: getting the next task for host managed_node1 7166 1727096448.96050: host managed_node1 is done iterating, returning PLAY RECAP ********************************************************************* managed_node1 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Monday 23 September 2024 09:00:48 -0400 (0:00:00.005) 0:00:00.974 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.74s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Set local lsr_rhc_test_data --------------------------------------------- 0.04s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Set flag to indicate system is ostree ----------------------------------- 0.04s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get facts for external test data ---------------------------------------- 0.04s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Import test data -------------------------------------------------------- 0.04s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.03s /tmp/collections-0BF/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-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 7166 1727096448.96121: RUNNING CLEANUP