[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. 6989 1727096443.66753: 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 6989 1727096443.67045: Added group all to inventory 6989 1727096443.67047: Added group ungrouped to inventory 6989 1727096443.67050: Group all now contains ungrouped 6989 1727096443.67052: Examining possible inventory source: /tmp/rhc-NqQ/inventory.yml 6989 1727096443.75956: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 6989 1727096443.76003: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 6989 1727096443.76020: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 6989 1727096443.76057: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 6989 1727096443.76110: Loaded config def from plugin (inventory/script) 6989 1727096443.76112: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 6989 1727096443.76139: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 6989 1727096443.76196: Loaded config def from plugin (inventory/yaml) 6989 1727096443.76197: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 6989 1727096443.76256: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 6989 1727096443.76536: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 6989 1727096443.76539: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 6989 1727096443.76541: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 6989 1727096443.76545: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 6989 1727096443.76549: Loading data from /tmp/rhc-NqQ/inventory.yml 6989 1727096443.76592: /tmp/rhc-NqQ/inventory.yml was not parsable by auto 6989 1727096443.76634: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 6989 1727096443.76664: Loading data from /tmp/rhc-NqQ/inventory.yml 6989 1727096443.76718: group all already in inventory 6989 1727096443.76723: set inventory_file for managed_node1 6989 1727096443.76726: set inventory_dir for managed_node1 6989 1727096443.76726: Added host managed_node1 to inventory 6989 1727096443.76728: Added host managed_node1 to group all 6989 1727096443.76728: set ansible_host for managed_node1 6989 1727096443.76729: set ansible_ssh_extra_args for managed_node1 6989 1727096443.76731: set inventory_file for managed_node2 6989 1727096443.76732: set inventory_dir for managed_node2 6989 1727096443.76733: Added host managed_node2 to inventory 6989 1727096443.76734: Added host managed_node2 to group all 6989 1727096443.76734: set ansible_host for managed_node2 6989 1727096443.76735: set ansible_ssh_extra_args for managed_node2 6989 1727096443.76736: set inventory_file for managed_node3 6989 1727096443.76737: set inventory_dir for managed_node3 6989 1727096443.76738: Added host managed_node3 to inventory 6989 1727096443.76738: Added host managed_node3 to group all 6989 1727096443.76739: set ansible_host for managed_node3 6989 1727096443.76739: set ansible_ssh_extra_args for managed_node3 6989 1727096443.76741: Reconcile groups and hosts in inventory. 6989 1727096443.76743: Group ungrouped now contains managed_node1 6989 1727096443.76745: Group ungrouped now contains managed_node2 6989 1727096443.76746: Group ungrouped now contains managed_node3 6989 1727096443.76802: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 6989 1727096443.76881: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 6989 1727096443.76912: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 6989 1727096443.76929: Loaded config def from plugin (vars/host_group_vars) 6989 1727096443.76930: 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) 6989 1727096443.76935: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 6989 1727096443.76940: 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) 6989 1727096443.76969: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 6989 1727096443.77203: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096443.77265: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 6989 1727096443.77293: Loaded config def from plugin (connection/local) 6989 1727096443.77295: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 6989 1727096443.77666: Loaded config def from plugin (connection/paramiko_ssh) 6989 1727096443.77668: 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) 6989 1727096443.78230: 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) 6989 1727096443.78253: Loaded config def from plugin (connection/psrp) 6989 1727096443.78255: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 6989 1727096443.78661: 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) 6989 1727096443.78686: Loaded config def from plugin (connection/ssh) 6989 1727096443.78690: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 6989 1727096443.79944: 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) 6989 1727096443.79967: Loaded config def from plugin (connection/winrm) 6989 1727096443.79969: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 6989 1727096443.79993: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 6989 1727096443.80037: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 6989 1727096443.80074: Loaded config def from plugin (shell/cmd) 6989 1727096443.80076: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 6989 1727096443.80092: 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) 6989 1727096443.80134: Loaded config def from plugin (shell/powershell) 6989 1727096443.80136: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 6989 1727096443.80170: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 6989 1727096443.80275: Loaded config def from plugin (shell/sh) 6989 1727096443.80276: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 6989 1727096443.80301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 6989 1727096443.80372: Loaded config def from plugin (become/runas) 6989 1727096443.80373: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 6989 1727096443.80484: Loaded config def from plugin (become/su) 6989 1727096443.80486: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 6989 1727096443.80580: Loaded config def from plugin (become/sudo) 6989 1727096443.80582: 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 6989 1727096443.80604: Loading data from /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_client_register.yml 6989 1727096443.81003: in VariableManager get_vars() 6989 1727096443.81018: done with get_vars() 6989 1727096443.81024: 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 6989 1727096443.81100: in VariableManager get_vars() 6989 1727096443.81113: done with get_vars() 6989 1727096443.81131: 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 6989 1727096443.81368: trying /usr/local/lib/python3.12/site-packages/ansible/modules 6989 1727096443.83762: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 6989 1727096443.83935: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 6989 1727096443.84216: in VariableManager get_vars() 6989 1727096443.84227: done with get_vars() 6989 1727096443.84245: 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 6989 1727096443.84438: in VariableManager get_vars() 6989 1727096443.84447: done with get_vars() 6989 1727096443.84541: in VariableManager get_vars() 6989 1727096443.84549: done with get_vars() 6989 1727096443.84741: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 6989 1727096443.84750: 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 6989 1727096443.84906: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 6989 1727096443.85004: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 6989 1727096443.85005: 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) 6989 1727096443.85026: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 6989 1727096443.85042: 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) 6989 1727096443.85140: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 6989 1727096443.85178: Loaded config def from plugin (callback/default) 6989 1727096443.85181: 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) 6989 1727096443.85913: Loaded config def from plugin (callback/junit) 6989 1727096443.85915: 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) 6989 1727096443.85946: 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) 6989 1727096443.85984: Loaded config def from plugin (callback/minimal) 6989 1727096443.85985: 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) 6989 1727096443.86013: 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) 6989 1727096443.86050: Loaded config def from plugin (callback/tree) 6989 1727096443.86052: 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 6989 1727096443.86125: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 6989 1727096443.86127: 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_client_register.yml *********************************** 1 plays in /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_insights_client_register.yml 6989 1727096443.86146: in VariableManager get_vars() 6989 1727096443.86154: done with get_vars() 6989 1727096443.86158: in VariableManager get_vars() 6989 1727096443.86163: done with get_vars() 6989 1727096443.86170: variable 'omit' from source: magic vars 6989 1727096443.86197: in VariableManager get_vars() 6989 1727096443.86206: done with get_vars() 6989 1727096443.86219: variable 'omit' from source: magic vars PLAY [Basic insights-client register/unregister] ******************************* 6989 1727096443.87819: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 6989 1727096443.87869: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 6989 1727096443.87900: getting the remaining hosts for this loop 6989 1727096443.87901: done getting the remaining hosts for this loop 6989 1727096443.87903: getting the next task for host managed_node3 6989 1727096443.87906: done getting next task for host managed_node3 6989 1727096443.87907: ^ task is: TASK: meta (flush_handlers) 6989 1727096443.87908: ^ 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 6989 1727096443.87910: getting variables 6989 1727096443.87910: in VariableManager get_vars() 6989 1727096443.87917: Calling all_inventory to load vars for managed_node3 6989 1727096443.87918: Calling groups_inventory to load vars for managed_node3 6989 1727096443.87920: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096443.87928: Calling all_plugins_play to load vars for managed_node3 6989 1727096443.87934: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096443.87936: Calling groups_plugins_play to load vars for managed_node3 6989 1727096443.87957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096443.87993: done with get_vars() 6989 1727096443.88000: done getting variables 6989 1727096443.88029: in VariableManager get_vars() 6989 1727096443.88035: Calling all_inventory to load vars for managed_node3 6989 1727096443.88036: Calling groups_inventory to load vars for managed_node3 6989 1727096443.88038: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096443.88040: Calling all_plugins_play to load vars for managed_node3 6989 1727096443.88041: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096443.88043: Calling groups_plugins_play to load vars for managed_node3 6989 1727096443.88059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096443.88067: done with get_vars() 6989 1727096443.88073: done queuing things up, now waiting for results queue to drain 6989 1727096443.88074: results queue empty 6989 1727096443.88075: checking for any_errors_fatal 6989 1727096443.88075: done checking for any_errors_fatal 6989 1727096443.88076: checking for max_fail_percentage 6989 1727096443.88076: done checking for max_fail_percentage 6989 1727096443.88077: checking to see if all hosts have failed and the running result is not ok 6989 1727096443.88077: done checking to see if all hosts have failed 6989 1727096443.88078: getting the remaining hosts for this loop 6989 1727096443.88078: done getting the remaining hosts for this loop 6989 1727096443.88088: getting the next task for host managed_node3 6989 1727096443.88093: done getting next task for host managed_node3 6989 1727096443.88095: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 6989 1727096443.88097: ^ 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 6989 1727096443.88099: getting variables 6989 1727096443.88100: in VariableManager get_vars() 6989 1727096443.88108: Calling all_inventory to load vars for managed_node3 6989 1727096443.88110: Calling groups_inventory to load vars for managed_node3 6989 1727096443.88112: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096443.88115: Calling all_plugins_play to load vars for managed_node3 6989 1727096443.88117: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096443.88119: Calling groups_plugins_play to load vars for managed_node3 6989 1727096443.88140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096443.88155: done with get_vars() 6989 1727096443.88161: done getting variables 6989 1727096443.88201: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:43 -0400 (0:00:00.021) 0:00:00.021 ****** 6989 1727096443.88220: entering _queue_task() for managed_node3/set_fact 6989 1727096443.88221: Creating lock for set_fact 6989 1727096443.88491: worker is 1 (out of 1 available) 6989 1727096443.88504: exiting _queue_task() for managed_node3/set_fact 6989 1727096443.88517: done queuing things up, now waiting for results queue to drain 6989 1727096443.88522: waiting for pending results... 6989 1727096443.88646: running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable 6989 1727096443.88718: in run() - task 121ff75e-a0f1-af1d-1e13-00000000000c 6989 1727096443.88729: variable 'ansible_search_path' from source: unknown 6989 1727096443.88732: variable 'ansible_search_path' from source: unknown 6989 1727096443.88760: calling self._execute() 6989 1727096443.88807: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096443.88811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096443.88819: variable 'omit' from source: magic vars 6989 1727096443.88889: variable 'omit' from source: magic vars 6989 1727096443.88927: variable 'omit' from source: magic vars 6989 1727096443.89284: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 6989 1727096443.89390: Loaded config def from plugin (lookup/env) 6989 1727096443.89397: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 6989 1727096443.89443: variable 'omit' from source: magic vars 6989 1727096443.89463: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6989 1727096443.89482: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6989 1727096443.89502: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6989 1727096443.89515: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6989 1727096443.89523: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6989 1727096443.89548: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6989 1727096443.89551: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096443.89554: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096443.89609: Set connection var ansible_connection to ssh 6989 1727096443.89617: Set connection var ansible_pipelining to False 6989 1727096443.89622: Set connection var ansible_timeout to 10 6989 1727096443.89628: Set connection var ansible_module_compression to ZIP_DEFLATED 6989 1727096443.89634: Set connection var ansible_shell_executable to /bin/sh 6989 1727096443.89637: Set connection var ansible_shell_type to sh 6989 1727096443.89657: variable 'ansible_shell_executable' from source: unknown 6989 1727096443.89660: variable 'ansible_connection' from source: unknown 6989 1727096443.89663: variable 'ansible_module_compression' from source: unknown 6989 1727096443.89665: variable 'ansible_shell_type' from source: unknown 6989 1727096443.89668: variable 'ansible_shell_executable' from source: unknown 6989 1727096443.89670: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096443.89673: variable 'ansible_pipelining' from source: unknown 6989 1727096443.89675: variable 'ansible_timeout' from source: unknown 6989 1727096443.89678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096443.89755: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6989 1727096443.89759: variable 'omit' from source: magic vars 6989 1727096443.89762: starting attempt loop 6989 1727096443.89764: running the handler 6989 1727096443.89775: handler run complete 6989 1727096443.89783: attempt loop complete, returning result 6989 1727096443.89786: _execute() done 6989 1727096443.89791: dumping result to json 6989 1727096443.89794: done dumping result, returning 6989 1727096443.89797: done running TaskExecutor() for managed_node3/TASK: Get LSR_RHC_TEST_DATA environment variable [121ff75e-a0f1-af1d-1e13-00000000000c] 6989 1727096443.89801: sending task result for task 121ff75e-a0f1-af1d-1e13-00000000000c 6989 1727096443.89876: done sending task result for task 121ff75e-a0f1-af1d-1e13-00000000000c 6989 1727096443.89880: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 6989 1727096443.89942: no more pending results, returning what we have 6989 1727096443.89944: results queue empty 6989 1727096443.89945: checking for any_errors_fatal 6989 1727096443.89947: done checking for any_errors_fatal 6989 1727096443.89948: checking for max_fail_percentage 6989 1727096443.89949: done checking for max_fail_percentage 6989 1727096443.89950: checking to see if all hosts have failed and the running result is not ok 6989 1727096443.89951: done checking to see if all hosts have failed 6989 1727096443.89952: getting the remaining hosts for this loop 6989 1727096443.89953: done getting the remaining hosts for this loop 6989 1727096443.89956: getting the next task for host managed_node3 6989 1727096443.89962: done getting next task for host managed_node3 6989 1727096443.89964: ^ task is: TASK: Import test data 6989 1727096443.89967: ^ 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 6989 1727096443.89969: getting variables 6989 1727096443.89971: in VariableManager get_vars() 6989 1727096443.89996: Calling all_inventory to load vars for managed_node3 6989 1727096443.89998: Calling groups_inventory to load vars for managed_node3 6989 1727096443.90000: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096443.90007: Calling all_plugins_play to load vars for managed_node3 6989 1727096443.90009: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096443.90012: Calling groups_plugins_play to load vars for managed_node3 6989 1727096443.90044: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096443.90069: done with get_vars() 6989 1727096443.90074: done getting variables 6989 1727096443.90143: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:43 -0400 (0:00:00.019) 0:00:00.040 ****** 6989 1727096443.90164: entering _queue_task() for managed_node3/include_vars 6989 1727096443.90165: Creating lock for include_vars 6989 1727096443.90355: worker is 1 (out of 1 available) 6989 1727096443.90368: exiting _queue_task() for managed_node3/include_vars 6989 1727096443.90381: done queuing things up, now waiting for results queue to drain 6989 1727096443.90382: waiting for pending results... 6989 1727096443.90497: running TaskExecutor() for managed_node3/TASK: Import test data 6989 1727096443.90560: in run() - task 121ff75e-a0f1-af1d-1e13-00000000000e 6989 1727096443.90569: variable 'ansible_search_path' from source: unknown 6989 1727096443.90572: variable 'ansible_search_path' from source: unknown 6989 1727096443.90608: calling self._execute() 6989 1727096443.90649: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096443.90652: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096443.90661: variable 'omit' from source: magic vars 6989 1727096443.90972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6989 1727096443.92343: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6989 1727096443.92393: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6989 1727096443.92418: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6989 1727096443.92447: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6989 1727096443.92463: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6989 1727096443.92519: 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) 6989 1727096443.92538: 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) 6989 1727096443.92558: 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) 6989 1727096443.92586: 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) 6989 1727096443.92598: 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) 6989 1727096443.92677: variable 'lsr_rhc_test_data_file' from source: set_fact 6989 1727096443.92704: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 6989 1727096443.92707: when evaluation is False, skipping this task 6989 1727096443.92710: _execute() done 6989 1727096443.92712: dumping result to json 6989 1727096443.92714: done dumping result, returning 6989 1727096443.92719: done running TaskExecutor() for managed_node3/TASK: Import test data [121ff75e-a0f1-af1d-1e13-00000000000e] 6989 1727096443.92723: sending task result for task 121ff75e-a0f1-af1d-1e13-00000000000e 6989 1727096443.92802: done sending task result for task 121ff75e-a0f1-af1d-1e13-00000000000e 6989 1727096443.92804: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 6989 1727096443.92864: no more pending results, returning what we have 6989 1727096443.92866: results queue empty 6989 1727096443.92867: checking for any_errors_fatal 6989 1727096443.92871: done checking for any_errors_fatal 6989 1727096443.92871: checking for max_fail_percentage 6989 1727096443.92873: done checking for max_fail_percentage 6989 1727096443.92873: checking to see if all hosts have failed and the running result is not ok 6989 1727096443.92874: done checking to see if all hosts have failed 6989 1727096443.92875: getting the remaining hosts for this loop 6989 1727096443.92876: done getting the remaining hosts for this loop 6989 1727096443.92881: getting the next task for host managed_node3 6989 1727096443.92886: done getting next task for host managed_node3 6989 1727096443.92890: ^ task is: TASK: Get facts for external test data 6989 1727096443.92893: ^ 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 6989 1727096443.92896: getting variables 6989 1727096443.92897: in VariableManager get_vars() 6989 1727096443.92924: Calling all_inventory to load vars for managed_node3 6989 1727096443.92927: Calling groups_inventory to load vars for managed_node3 6989 1727096443.92930: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096443.92937: Calling all_plugins_play to load vars for managed_node3 6989 1727096443.92939: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096443.92942: Calling groups_plugins_play to load vars for managed_node3 6989 1727096443.92972: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096443.92992: done with get_vars() 6989 1727096443.92997: 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:43 -0400 (0:00:00.028) 0:00:00.069 ****** 6989 1727096443.93060: entering _queue_task() for managed_node3/setup 6989 1727096443.93235: worker is 1 (out of 1 available) 6989 1727096443.93248: exiting _queue_task() for managed_node3/setup 6989 1727096443.93259: done queuing things up, now waiting for results queue to drain 6989 1727096443.93260: waiting for pending results... 6989 1727096443.93376: running TaskExecutor() for managed_node3/TASK: Get facts for external test data 6989 1727096443.93443: in run() - task 121ff75e-a0f1-af1d-1e13-00000000000f 6989 1727096443.93453: variable 'ansible_search_path' from source: unknown 6989 1727096443.93456: variable 'ansible_search_path' from source: unknown 6989 1727096443.93483: calling self._execute() 6989 1727096443.93533: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096443.93536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096443.93544: variable 'omit' from source: magic vars 6989 1727096443.93916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6989 1727096443.95333: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6989 1727096443.95378: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6989 1727096443.95407: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6989 1727096443.95433: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6989 1727096443.95458: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6989 1727096443.95524: 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) 6989 1727096443.95543: 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) 6989 1727096443.95561: 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) 6989 1727096443.95596: 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) 6989 1727096443.95607: 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) 6989 1727096443.95783: variable 'lsr_rhc_test_data_file' from source: set_fact 6989 1727096443.95787: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 6989 1727096443.95789: when evaluation is False, skipping this task 6989 1727096443.95791: _execute() done 6989 1727096443.95793: dumping result to json 6989 1727096443.95795: done dumping result, returning 6989 1727096443.95796: done running TaskExecutor() for managed_node3/TASK: Get facts for external test data [121ff75e-a0f1-af1d-1e13-00000000000f] 6989 1727096443.95798: sending task result for task 121ff75e-a0f1-af1d-1e13-00000000000f 6989 1727096443.95854: done sending task result for task 121ff75e-a0f1-af1d-1e13-00000000000f 6989 1727096443.95856: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 6989 1727096443.95918: no more pending results, returning what we have 6989 1727096443.95921: results queue empty 6989 1727096443.95922: checking for any_errors_fatal 6989 1727096443.95925: done checking for any_errors_fatal 6989 1727096443.95926: checking for max_fail_percentage 6989 1727096443.95927: done checking for max_fail_percentage 6989 1727096443.95928: checking to see if all hosts have failed and the running result is not ok 6989 1727096443.95928: done checking to see if all hosts have failed 6989 1727096443.95929: getting the remaining hosts for this loop 6989 1727096443.95930: done getting the remaining hosts for this loop 6989 1727096443.95933: getting the next task for host managed_node3 6989 1727096443.95940: done getting next task for host managed_node3 6989 1727096443.95942: ^ task is: TASK: Set local lsr_rhc_test_data 6989 1727096443.95944: ^ 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 6989 1727096443.95948: getting variables 6989 1727096443.95949: in VariableManager get_vars() 6989 1727096443.95972: Calling all_inventory to load vars for managed_node3 6989 1727096443.95974: Calling groups_inventory to load vars for managed_node3 6989 1727096443.95977: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096443.95988: Calling all_plugins_play to load vars for managed_node3 6989 1727096443.95991: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096443.95994: Calling groups_plugins_play to load vars for managed_node3 6989 1727096443.96025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096443.96042: done with get_vars() 6989 1727096443.96049: done getting variables 6989 1727096443.96089: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:43 -0400 (0:00:00.030) 0:00:00.100 ****** 6989 1727096443.96113: entering _queue_task() for managed_node3/include_vars 6989 1727096443.96288: worker is 1 (out of 1 available) 6989 1727096443.96301: exiting _queue_task() for managed_node3/include_vars 6989 1727096443.96313: done queuing things up, now waiting for results queue to drain 6989 1727096443.96314: waiting for pending results... 6989 1727096443.96442: running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data 6989 1727096443.96516: in run() - task 121ff75e-a0f1-af1d-1e13-000000000011 6989 1727096443.96527: variable 'ansible_search_path' from source: unknown 6989 1727096443.96531: variable 'ansible_search_path' from source: unknown 6989 1727096443.96563: calling self._execute() 6989 1727096443.96651: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096443.96655: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096443.96665: variable 'omit' from source: magic vars 6989 1727096443.96991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 6989 1727096443.98357: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 6989 1727096443.98408: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 6989 1727096443.98435: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 6989 1727096443.98459: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 6989 1727096443.98478: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 6989 1727096443.98540: 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) 6989 1727096443.98560: 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) 6989 1727096443.98577: 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) 6989 1727096443.98607: 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) 6989 1727096443.98619: 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) 6989 1727096443.98700: variable 'lsr_rhc_test_data_file' from source: set_fact 6989 1727096443.98728: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 6989 1727096443.98731: variable 'omit' from source: magic vars 6989 1727096443.98763: variable 'omit' from source: magic vars 6989 1727096443.98792: variable 'omit' from source: magic vars 6989 1727096443.98808: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6989 1727096443.98829: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6989 1727096443.98844: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6989 1727096443.98857: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6989 1727096443.98865: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6989 1727096443.98892: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6989 1727096443.98895: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096443.98898: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096443.98956: Set connection var ansible_connection to ssh 6989 1727096443.98964: Set connection var ansible_pipelining to False 6989 1727096443.98970: Set connection var ansible_timeout to 10 6989 1727096443.98975: Set connection var ansible_module_compression to ZIP_DEFLATED 6989 1727096443.98981: Set connection var ansible_shell_executable to /bin/sh 6989 1727096443.98986: Set connection var ansible_shell_type to sh 6989 1727096443.99004: variable 'ansible_shell_executable' from source: unknown 6989 1727096443.99007: variable 'ansible_connection' from source: unknown 6989 1727096443.99009: variable 'ansible_module_compression' from source: unknown 6989 1727096443.99012: variable 'ansible_shell_type' from source: unknown 6989 1727096443.99014: variable 'ansible_shell_executable' from source: unknown 6989 1727096443.99016: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096443.99021: variable 'ansible_pipelining' from source: unknown 6989 1727096443.99023: variable 'ansible_timeout' from source: unknown 6989 1727096443.99027: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096443.99099: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6989 1727096443.99107: variable 'omit' from source: magic vars 6989 1727096443.99111: starting attempt loop 6989 1727096443.99114: running the handler 6989 1727096443.99123: evaluation_path: /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 6989 1727096443.99138: 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 6989 1727096443.99226: handler run complete 6989 1727096443.99234: attempt loop complete, returning result 6989 1727096443.99236: _execute() done 6989 1727096443.99239: dumping result to json 6989 1727096443.99244: done dumping result, returning 6989 1727096443.99250: done running TaskExecutor() for managed_node3/TASK: Set local lsr_rhc_test_data [121ff75e-a0f1-af1d-1e13-000000000011] 6989 1727096443.99255: sending task result for task 121ff75e-a0f1-af1d-1e13-000000000011 6989 1727096443.99393: done sending task result for task 121ff75e-a0f1-af1d-1e13-000000000011 6989 1727096443.99396: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 6989 1727096443.99494: no more pending results, returning what we have 6989 1727096443.99496: results queue empty 6989 1727096443.99497: checking for any_errors_fatal 6989 1727096443.99500: done checking for any_errors_fatal 6989 1727096443.99501: checking for max_fail_percentage 6989 1727096443.99502: done checking for max_fail_percentage 6989 1727096443.99503: checking to see if all hosts have failed and the running result is not ok 6989 1727096443.99504: done checking to see if all hosts have failed 6989 1727096443.99504: getting the remaining hosts for this loop 6989 1727096443.99505: done getting the remaining hosts for this loop 6989 1727096443.99508: getting the next task for host managed_node3 6989 1727096443.99514: done getting next task for host managed_node3 6989 1727096443.99516: ^ task is: TASK: Check if system is ostree 6989 1727096443.99519: ^ 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 6989 1727096443.99521: getting variables 6989 1727096443.99522: in VariableManager get_vars() 6989 1727096443.99539: Calling all_inventory to load vars for managed_node3 6989 1727096443.99540: Calling groups_inventory to load vars for managed_node3 6989 1727096443.99542: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096443.99549: Calling all_plugins_play to load vars for managed_node3 6989 1727096443.99550: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096443.99552: Calling groups_plugins_play to load vars for managed_node3 6989 1727096443.99577: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096443.99602: done with get_vars() 6989 1727096443.99608: 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:43 -0400 (0:00:00.035) 0:00:00.135 ****** 6989 1727096443.99664: entering _queue_task() for managed_node3/stat 6989 1727096443.99841: worker is 1 (out of 1 available) 6989 1727096443.99855: exiting _queue_task() for managed_node3/stat 6989 1727096443.99867: done queuing things up, now waiting for results queue to drain 6989 1727096443.99868: waiting for pending results... 6989 1727096443.99996: running TaskExecutor() for managed_node3/TASK: Check if system is ostree 6989 1727096444.00063: in run() - task 121ff75e-a0f1-af1d-1e13-000000000013 6989 1727096444.00074: variable 'ansible_search_path' from source: unknown 6989 1727096444.00077: variable 'ansible_search_path' from source: unknown 6989 1727096444.00109: calling self._execute() 6989 1727096444.00154: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096444.00157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096444.00165: variable 'omit' from source: magic vars 6989 1727096444.00483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6989 1727096444.00665: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6989 1727096444.00700: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6989 1727096444.00724: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6989 1727096444.00747: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6989 1727096444.00811: 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) 6989 1727096444.00827: 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) 6989 1727096444.00845: 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) 6989 1727096444.00861: 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) 6989 1727096444.00948: Evaluated conditional (not __rhc_is_ostree is defined): True 6989 1727096444.00951: variable 'omit' from source: magic vars 6989 1727096444.00991: variable 'omit' from source: magic vars 6989 1727096444.01018: variable 'omit' from source: magic vars 6989 1727096444.01036: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6989 1727096444.01056: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6989 1727096444.01071: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6989 1727096444.01085: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6989 1727096444.01095: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6989 1727096444.01117: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6989 1727096444.01120: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096444.01122: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096444.01183: Set connection var ansible_connection to ssh 6989 1727096444.01195: Set connection var ansible_pipelining to False 6989 1727096444.01199: Set connection var ansible_timeout to 10 6989 1727096444.01202: Set connection var ansible_module_compression to ZIP_DEFLATED 6989 1727096444.01204: Set connection var ansible_shell_executable to /bin/sh 6989 1727096444.01240: Set connection var ansible_shell_type to sh 6989 1727096444.01243: variable 'ansible_shell_executable' from source: unknown 6989 1727096444.01246: variable 'ansible_connection' from source: unknown 6989 1727096444.01248: variable 'ansible_module_compression' from source: unknown 6989 1727096444.01250: variable 'ansible_shell_type' from source: unknown 6989 1727096444.01253: variable 'ansible_shell_executable' from source: unknown 6989 1727096444.01255: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096444.01256: variable 'ansible_pipelining' from source: unknown 6989 1727096444.01258: variable 'ansible_timeout' from source: unknown 6989 1727096444.01261: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096444.01339: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 6989 1727096444.01347: variable 'omit' from source: magic vars 6989 1727096444.01357: starting attempt loop 6989 1727096444.01360: running the handler 6989 1727096444.01370: _low_level_execute_command(): starting 6989 1727096444.01377: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 6989 1727096444.01878: 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 <<< 6989 1727096444.01884: 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.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.01890: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 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 <<< 6989 1727096444.01893: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.01941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6989 1727096444.01944: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6989 1727096444.01946: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6989 1727096444.02046: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6989 1727096444.03769: stdout chunk (state=3): >>>/root <<< 6989 1727096444.03864: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6989 1727096444.03895: stderr chunk (state=3): >>><<< 6989 1727096444.03901: stdout chunk (state=3): >>><<< 6989 1727096444.03917: _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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6989 1727096444.03931: _low_level_execute_command(): starting 6989 1727096444.03942: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821 `" && echo ansible-tmp-1727096444.0391812-7004-157967419625821="` echo /root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821 `" ) && sleep 0' 6989 1727096444.04383: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6989 1727096444.04386: 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.43.142 originally 10.31.43.142 debug2: match not found <<< 6989 1727096444.04391: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.04394: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6989 1727096444.04396: 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.04443: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6989 1727096444.04446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6989 1727096444.04450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6989 1727096444.04534: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6989 1727096444.06462: stdout chunk (state=3): >>>ansible-tmp-1727096444.0391812-7004-157967419625821=/root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821 <<< 6989 1727096444.06567: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6989 1727096444.06597: stderr chunk (state=3): >>><<< 6989 1727096444.06600: stdout chunk (state=3): >>><<< 6989 1727096444.06618: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096444.0391812-7004-157967419625821=/root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821 , 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6989 1727096444.06660: variable 'ansible_module_compression' from source: unknown 6989 1727096444.06707: ANSIBALLZ: Using lock for stat 6989 1727096444.06711: ANSIBALLZ: Acquiring lock 6989 1727096444.06713: ANSIBALLZ: Lock acquired: 140361393401840 6989 1727096444.06715: ANSIBALLZ: Creating module 6989 1727096444.14236: ANSIBALLZ: Writing module into payload 6989 1727096444.14307: ANSIBALLZ: Writing module 6989 1727096444.14320: ANSIBALLZ: Renaming module 6989 1727096444.14325: ANSIBALLZ: Done creating module 6989 1727096444.14339: variable 'ansible_facts' from source: unknown 6989 1727096444.14345: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6989 1727096444.14352: _low_level_execute_command(): starting 6989 1727096444.14358: _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' 6989 1727096444.14827: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6989 1727096444.14830: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 6989 1727096444.14834: 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.43.142 originally 10.31.43.142 debug2: match not found <<< 6989 1727096444.14837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.14839: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6989 1727096444.14842: 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.43.142 originally 10.31.43.142 <<< 6989 1727096444.14844: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.14891: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6989 1727096444.14894: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6989 1727096444.14897: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6989 1727096444.14997: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6989 1727096444.16692: stdout chunk (state=3): >>>PLATFORM <<< 6989 1727096444.16793: stdout chunk (state=3): >>>Linux <<< 6989 1727096444.16796: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 6989 1727096444.16800: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 6989 1727096444.16928: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6989 1727096444.16955: stderr chunk (state=3): >>><<< 6989 1727096444.16958: stdout chunk (state=3): >>><<< 6989 1727096444.16972: _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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6989 1727096444.16984 [managed_node3]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 6989 1727096444.17018: _low_level_execute_command(): starting 6989 1727096444.17021: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 6989 1727096444.17094: Sending initial data 6989 1727096444.17097: Sent initial data (1181 bytes) 6989 1727096444.17465: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6989 1727096444.17468: 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.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.17471: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address <<< 6989 1727096444.17473: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6989 1727096444.17475: 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.17524: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6989 1727096444.17527: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6989 1727096444.17616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6989 1727096444.21036: 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"} <<< 6989 1727096444.21412: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6989 1727096444.21440: stderr chunk (state=3): >>><<< 6989 1727096444.21443: stdout chunk (state=3): >>><<< 6989 1727096444.21457: _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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6989 1727096444.21514: variable 'ansible_facts' from source: unknown 6989 1727096444.21522: variable 'ansible_facts' from source: unknown 6989 1727096444.21530: variable 'ansible_module_compression' from source: unknown 6989 1727096444.21564: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-6989yk1fp620/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 6989 1727096444.21580: variable 'ansible_facts' from source: unknown 6989 1727096444.21628: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/AnsiballZ_stat.py 6989 1727096444.21725: Sending initial data 6989 1727096444.21728: Sent initial data (151 bytes) 6989 1727096444.22184: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6989 1727096444.22190: 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.43.142 originally 10.31.43.142 debug2: match not found <<< 6989 1727096444.22192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.22195: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 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.43.142 originally 10.31.43.142 <<< 6989 1727096444.22197: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.22245: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6989 1727096444.22249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6989 1727096444.22253: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6989 1727096444.22335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6989 1727096444.23939: 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 <<< 6989 1727096444.24022: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 6989 1727096444.24108: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-6989yk1fp620/tmpkj34lnew /root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/AnsiballZ_stat.py <<< 6989 1727096444.24116: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/AnsiballZ_stat.py" <<< 6989 1727096444.24197: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-6989yk1fp620/tmpkj34lnew" to remote "/root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/AnsiballZ_stat.py" <<< 6989 1727096444.24200: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/AnsiballZ_stat.py" <<< 6989 1727096444.24916: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6989 1727096444.24960: stderr chunk (state=3): >>><<< 6989 1727096444.24963: stdout chunk (state=3): >>><<< 6989 1727096444.25002: done transferring module to remote 6989 1727096444.25017: _low_level_execute_command(): starting 6989 1727096444.25021: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/ /root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/AnsiballZ_stat.py && sleep 0' 6989 1727096444.25483: 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 <<< 6989 1727096444.25486: 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.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.25488: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6989 1727096444.25491: 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.43.142 originally 10.31.43.142 debug2: match found <<< 6989 1727096444.25493: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.25540: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6989 1727096444.25547: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6989 1727096444.25549: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6989 1727096444.25631: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6989 1727096444.27431: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6989 1727096444.27456: stderr chunk (state=3): >>><<< 6989 1727096444.27459: stdout chunk (state=3): >>><<< 6989 1727096444.27472: _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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6989 1727096444.27475: _low_level_execute_command(): starting 6989 1727096444.27482: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/AnsiballZ_stat.py && sleep 0' 6989 1727096444.27926: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 6989 1727096444.27929: 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 <<< 6989 1727096444.27932: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.27934: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 6989 1727096444.27936: 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.43.142 originally 10.31.43.142 debug2: match found <<< 6989 1727096444.27938: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.27985: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6989 1727096444.27989: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 6989 1727096444.28086: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6989 1727096444.30245: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 6989 1727096444.30276: stdout chunk (state=3): >>>import _imp # builtin<<< 6989 1727096444.30285: stdout chunk (state=3): >>> <<< 6989 1727096444.30311: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 6989 1727096444.30390: stdout chunk (state=3): >>>import '_io' # <<< 6989 1727096444.30396: stdout chunk (state=3): >>>import 'marshal' # <<< 6989 1727096444.30427: stdout chunk (state=3): >>>import 'posix' # <<< 6989 1727096444.30462: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 6989 1727096444.30467: stdout chunk (state=3): >>># installing zipimport hook <<< 6989 1727096444.30498: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # <<< 6989 1727096444.30503: stdout chunk (state=3): >>># installed zipimport hook <<< 6989 1727096444.30550: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 6989 1727096444.30554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.30575: stdout chunk (state=3): >>>import '_codecs' # <<< 6989 1727096444.30599: stdout chunk (state=3): >>>import 'codecs' # <<< 6989 1727096444.30636: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 6989 1727096444.30655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 6989 1727096444.30668: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f15bc4d0> <<< 6989 1727096444.30682: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f158bb00> <<< 6989 1727096444.30703: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 6989 1727096444.30706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 6989 1727096444.30717: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f15bea50> <<< 6989 1727096444.30741: stdout chunk (state=3): >>>import '_signal' # <<< 6989 1727096444.30758: stdout chunk (state=3): >>>import '_abc' # <<< 6989 1727096444.30775: stdout chunk (state=3): >>>import 'abc' # <<< 6989 1727096444.30786: stdout chunk (state=3): >>>import 'io' # <<< 6989 1727096444.30822: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 6989 1727096444.30914: stdout chunk (state=3): >>>import '_collections_abc' # <<< 6989 1727096444.30938: stdout chunk (state=3): >>>import 'genericpath' # <<< 6989 1727096444.30942: stdout chunk (state=3): >>>import 'posixpath' # <<< 6989 1727096444.30967: stdout chunk (state=3): >>>import 'os' # <<< 6989 1727096444.31001: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 6989 1727096444.31004: stdout chunk (state=3): >>>Processing user site-packages <<< 6989 1727096444.31008: stdout chunk (state=3): >>>Processing global site-packages <<< 6989 1727096444.31026: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 6989 1727096444.31031: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 6989 1727096444.31063: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 6989 1727096444.31066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 6989 1727096444.31096: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f15cd130> <<< 6989 1727096444.31143: 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 <<< 6989 1727096444.31159: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.31169: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f15cdfa0> <<< 6989 1727096444.31198: stdout chunk (state=3): >>>import 'site' # <<< 6989 1727096444.31225: 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. <<< 6989 1727096444.31455: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 6989 1727096444.31463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 6989 1727096444.31497: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 6989 1727096444.31500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.31519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 6989 1727096444.31557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 6989 1727096444.31580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 6989 1727096444.31606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 6989 1727096444.31623: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13ebe60> <<< 6989 1727096444.31634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 6989 1727096444.31656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 6989 1727096444.31680: stdout chunk (state=3): >>>import '_operator' # <<< 6989 1727096444.31685: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13ebef0> <<< 6989 1727096444.31701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 6989 1727096444.31730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 6989 1727096444.31754: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 6989 1727096444.31804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.31825: stdout chunk (state=3): >>>import 'itertools' # <<< 6989 1727096444.31849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 6989 1727096444.31854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1423860> <<< 6989 1727096444.31875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 6989 1727096444.31891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1423ef0> <<< 6989 1727096444.31907: stdout chunk (state=3): >>>import '_collections' # <<< 6989 1727096444.31954: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1403b30> <<< 6989 1727096444.31973: stdout chunk (state=3): >>>import '_functools' # <<< 6989 1727096444.31997: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1401220> <<< 6989 1727096444.32092: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13e9010> <<< 6989 1727096444.32114: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 6989 1727096444.32139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 6989 1727096444.32147: stdout chunk (state=3): >>>import '_sre' # <<< 6989 1727096444.32171: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 6989 1727096444.32194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 6989 1727096444.32217: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 6989 1727096444.32222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 6989 1727096444.32258: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f14437a0> <<< 6989 1727096444.32268: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f14423c0> <<< 6989 1727096444.32304: 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 0x7f00f14020f0> <<< 6989 1727096444.32307: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13ea8d0> <<< 6989 1727096444.32363: stdout chunk (state=3): >>># /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' <<< 6989 1727096444.32385: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f14787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13e8290> <<< 6989 1727096444.32402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 6989 1727096444.32407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 6989 1727096444.32437: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.32440: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f00f1478c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1478b30> <<< 6989 1727096444.32494: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.32497: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f00f1478f20> <<< 6989 1727096444.32499: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13e6db0> <<< 6989 1727096444.32531: stdout chunk (state=3): >>># /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' <<< 6989 1727096444.32553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 6989 1727096444.32589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 6989 1727096444.32608: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f14795e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f14792b0> <<< 6989 1727096444.32614: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 6989 1727096444.32641: 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' <<< 6989 1727096444.32666: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f147a4b0> <<< 6989 1727096444.32684: stdout chunk (state=3): >>>import 'importlib.util' # <<< 6989 1727096444.32692: stdout chunk (state=3): >>>import 'runpy' # <<< 6989 1727096444.32717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 6989 1727096444.32749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 6989 1727096444.32775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 6989 1727096444.32778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f14906b0> <<< 6989 1727096444.32800: stdout chunk (state=3): >>>import 'errno' # <<< 6989 1727096444.32832: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.32838: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f00f1491d60> <<< 6989 1727096444.32857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 6989 1727096444.32872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 6989 1727096444.32893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 6989 1727096444.32910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 6989 1727096444.32914: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1492c00> <<< 6989 1727096444.32953: 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 0x7f00f1493260> <<< 6989 1727096444.32968: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1492150> <<< 6989 1727096444.32993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 6989 1727096444.32996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 6989 1727096444.33043: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.33054: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f00f1493ce0> <<< 6989 1727096444.33060: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1493410> <<< 6989 1727096444.33107: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f147a420> <<< 6989 1727096444.33126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 6989 1727096444.33156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 6989 1727096444.33173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 6989 1727096444.33198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 6989 1727096444.33226: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.33231: stdout chunk (state=3): >>># 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 0x7f00f120fc50> <<< 6989 1727096444.33254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 6989 1727096444.33260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 6989 1727096444.33286: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.33291: stdout chunk (state=3): >>># 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 0x7f00f12387a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1238500> <<< 6989 1727096444.33315: 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 0x7f00f12386b0> <<< 6989 1727096444.33347: 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' <<< 6989 1727096444.33429: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.33557: 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 0x7f00f1239040><<< 6989 1727096444.33562: stdout chunk (state=3): >>> <<< 6989 1727096444.33675: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.33681: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f00f1239a30> <<< 6989 1727096444.33700: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12388f0> <<< 6989 1727096444.33705: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f120ddf0> <<< 6989 1727096444.33728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 6989 1727096444.33745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 6989 1727096444.33776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 6989 1727096444.33782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 6989 1727096444.33799: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f123adb0> <<< 6989 1727096444.33817: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1238ec0> <<< 6989 1727096444.33838: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f147abd0> <<< 6989 1727096444.33863: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 6989 1727096444.33925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.33942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 6989 1727096444.33984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 6989 1727096444.34008: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12670b0> <<< 6989 1727096444.34064: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 6989 1727096444.34076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.34098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 6989 1727096444.34117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 6989 1727096444.34160: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f128b440> <<< 6989 1727096444.34182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 6989 1727096444.34230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 6989 1727096444.34278: stdout chunk (state=3): >>>import 'ntpath' # <<< 6989 1727096444.34305: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12e81d0> <<< 6989 1727096444.34327: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 6989 1727096444.34354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 6989 1727096444.34386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 6989 1727096444.34420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 6989 1727096444.34509: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12ea930> <<< 6989 1727096444.34585: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12e82f0> <<< 6989 1727096444.34623: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12b51f0> <<< 6989 1727096444.34645: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 6989 1727096444.34649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12b59a0> <<< 6989 1727096444.34675: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f128a240> <<< 6989 1727096444.34677: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f123bcb0> <<< 6989 1727096444.34797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 6989 1727096444.34811: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f00f128a5a0> <<< 6989 1727096444.34930: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_w3hqcb7s/ansible_stat_payload.zip' <<< 6989 1727096444.34934: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.35058: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.35092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 6989 1727096444.35095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 6989 1727096444.35140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 6989 1727096444.35216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 6989 1727096444.35246: 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 0x7f00f1142fc0> <<< 6989 1727096444.35258: stdout chunk (state=3): >>>import '_typing' # <<< 6989 1727096444.35446: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1121eb0> <<< 6989 1727096444.35450: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1121070> # zipimport: zlib available <<< 6989 1727096444.35484: stdout chunk (state=3): >>>import 'ansible' # <<< 6989 1727096444.35491: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.35512: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.35522: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.35545: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 6989 1727096444.35556: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.36955: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.38044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 6989 1727096444.38050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1140e90> <<< 6989 1727096444.38076: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 6989 1727096444.38082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.38103: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 6989 1727096444.38133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 6989 1727096444.38137: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 6989 1727096444.38139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 6989 1727096444.38169: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.38174: stdout chunk (state=3): >>># 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 0x7f00f1172960> <<< 6989 1727096444.38212: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f11726f0> <<< 6989 1727096444.38248: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1172030> <<< 6989 1727096444.38263: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 6989 1727096444.38277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 6989 1727096444.38309: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1172480> <<< 6989 1727096444.38322: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f11439e0> <<< 6989 1727096444.38325: stdout chunk (state=3): >>>import 'atexit' # <<< 6989 1727096444.38358: 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 0x7f00f11736e0> <<< 6989 1727096444.38390: stdout chunk (state=3): >>># 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 0x7f00f1173920> <<< 6989 1727096444.38412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 6989 1727096444.38455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 6989 1727096444.38473: stdout chunk (state=3): >>>import '_locale' # <<< 6989 1727096444.38515: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1173e60> <<< 6989 1727096444.38531: stdout chunk (state=3): >>>import 'pwd' # <<< 6989 1727096444.38552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 6989 1727096444.38577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 6989 1727096444.38611: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b11b80> <<< 6989 1727096444.38641: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.38645: 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 0x7f00f0b137a0> <<< 6989 1727096444.38673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 6989 1727096444.38682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 6989 1727096444.38721: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b13fb0> <<< 6989 1727096444.38737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 6989 1727096444.38776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 6989 1727096444.38788: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b19220> <<< 6989 1727096444.38808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 6989 1727096444.38839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 6989 1727096444.38862: 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' <<< 6989 1727096444.38921: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1bcb0> <<< 6989 1727096444.38957: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.38961: 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 0x7f00f1267020> <<< 6989 1727096444.38980: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b19fa0> <<< 6989 1727096444.39004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 6989 1727096444.39027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 6989 1727096444.39051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 6989 1727096444.39078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 6989 1727096444.39105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 6989 1727096444.39129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 6989 1727096444.39150: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1fc80> <<< 6989 1727096444.39158: stdout chunk (state=3): >>>import '_tokenize' # <<< 6989 1727096444.39229: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1e750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1e4b0> <<< 6989 1727096444.39255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 6989 1727096444.39259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 6989 1727096444.39342: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1ea20> <<< 6989 1727096444.39365: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1a4b0> <<< 6989 1727096444.39396: 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 0x7f00f0b67e60> <<< 6989 1727096444.39431: 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 0x7f00f0b67f20> <<< 6989 1727096444.39448: 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 <<< 6989 1727096444.39470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 6989 1727096444.39493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 6989 1727096444.39498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 6989 1727096444.39539: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.39542: stdout chunk (state=3): >>># 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 0x7f00f0b69af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b698b0> <<< 6989 1727096444.39561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 6989 1727096444.39675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 6989 1727096444.39729: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f00f0b6bfe0> <<< 6989 1727096444.39732: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b6a180> <<< 6989 1727096444.39766: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 6989 1727096444.39800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.39827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 6989 1727096444.39830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 6989 1727096444.39844: stdout chunk (state=3): >>>import '_string' # <<< 6989 1727096444.39889: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b6f710> <<< 6989 1727096444.40013: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b6c1d0> <<< 6989 1727096444.40074: 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' <<< 6989 1727096444.40084: stdout chunk (state=3): >>># 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 0x7f00f0b70830> <<< 6989 1727096444.40105: stdout chunk (state=3): >>># extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so' import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f00f0b707d0> <<< 6989 1727096444.40151: 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 0x7f00f0b70a40> <<< 6989 1727096444.40172: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b681d0> <<< 6989 1727096444.40195: 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' <<< 6989 1727096444.40211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 6989 1727096444.40238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 6989 1727096444.40263: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.40290: 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 0x7f00f0bfc110> <<< 6989 1727096444.40437: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.40444: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f00f0bfd6a0> <<< 6989 1727096444.40457: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b728d0> <<< 6989 1727096444.40490: 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 0x7f00f0b73c80> <<< 6989 1727096444.40500: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b724e0> <<< 6989 1727096444.40503: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.40534: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 6989 1727096444.40545: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.40640: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.40723: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.40744: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 6989 1727096444.40764: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.40775: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 6989 1727096444.40793: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.40916: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.41032: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.41572: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.42108: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 6989 1727096444.42120: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 6989 1727096444.42125: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 6989 1727096444.42145: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 6989 1727096444.42165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.42217: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 6989 1727096444.42222: stdout chunk (state=3): >>># 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 0x7f00f0a01820> <<< 6989 1727096444.42303: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 6989 1727096444.42310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 6989 1727096444.42327: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a025d0> <<< 6989 1727096444.42336: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0bfd4f0> <<< 6989 1727096444.42383: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 6989 1727096444.42396: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.42415: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.42436: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 6989 1727096444.42442: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.42595: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.42746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 6989 1727096444.42754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 6989 1727096444.42765: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a022d0> <<< 6989 1727096444.42783: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.43238: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.43675: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.43745: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.43817: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 6989 1727096444.43822: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.43862: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.43895: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 6989 1727096444.43905: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.43971: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44052: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 6989 1727096444.44059: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44089: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44093: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 6989 1727096444.44095: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44129: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44172: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 6989 1727096444.44175: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44415: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 6989 1727096444.44707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 6989 1727096444.44716: stdout chunk (state=3): >>>import '_ast' # <<< 6989 1727096444.44792: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a036b0> <<< 6989 1727096444.44796: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44873: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.44950: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 6989 1727096444.44958: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 6989 1727096444.44973: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 6989 1727096444.44985: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45030: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45070: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 6989 1727096444.45084: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45123: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45178: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45225: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45299: 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 <<< 6989 1727096444.45331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.45421: 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 0x7f00f0a0e090> <<< 6989 1727096444.45457: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a0b110> <<< 6989 1727096444.45491: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 6989 1727096444.45494: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 6989 1727096444.45509: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45571: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45628: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45661: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.45703: 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 <<< 6989 1727096444.45708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 6989 1727096444.45727: 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 <<< 6989 1727096444.45756: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 6989 1727096444.45777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 6989 1727096444.45839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 6989 1727096444.45855: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 6989 1727096444.45877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 6989 1727096444.45930: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f11c29c0> <<< 6989 1727096444.45977: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f11b26c0> <<< 6989 1727096444.46058: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a0e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a032f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 6989 1727096444.46070: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.46101: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.46125: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 6989 1727096444.46130: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 6989 1727096444.46183: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 6989 1727096444.46198: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.46211: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.46228: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 6989 1727096444.46372: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.46557: stdout chunk (state=3): >>># zipimport: zlib available <<< 6989 1727096444.46677: 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"}}} <<< 6989 1727096444.46683: stdout chunk (state=3): >>># destroy __main__ <<< 6989 1727096444.47013: 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 <<< 6989 1727096444.47035: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47041: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47062: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47083: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47097: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47113: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47151: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47159: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47177: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47418: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 6989 1727096444.47429: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 6989 1727096444.47453: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 6989 1727096444.47472: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 6989 1727096444.47494: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 6989 1727096444.47499: stdout chunk (state=3): >>># destroy ipaddress <<< 6989 1727096444.47518: stdout chunk (state=3): >>># destroy ntpath <<< 6989 1727096444.47539: stdout chunk (state=3): >>># destroy importlib <<< 6989 1727096444.47549: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47571: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 6989 1727096444.47590: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 6989 1727096444.47597: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 6989 1727096444.47604: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 6989 1727096444.47632: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 6989 1727096444.47644: stdout chunk (state=3): >>># destroy datetime <<< 6989 1727096444.47659: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 6989 1727096444.47708: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 6989 1727096444.47718: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47743: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 6989 1727096444.47750: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47775: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47805: 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 <<< 6989 1727096444.47811: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc <<< 6989 1727096444.47840: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.47852: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 6989 1727096444.47859: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon<<< 6989 1727096444.47865: stdout chunk (state=3): >>> # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 6989 1727096444.48004: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 6989 1727096444.48017: stdout chunk (state=3): >>># destroy _collections <<< 6989 1727096444.48031: stdout chunk (state=3): >>># destroy platform <<< 6989 1727096444.48048: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 6989 1727096444.48055: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 6989 1727096444.48090: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.48099: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 6989 1727096444.48112: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 6989 1727096444.48120: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 6989 1727096444.48217: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 6989 1727096444.48221: stdout chunk (state=3): >>># 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 <<< 6989 1727096444.48235: stdout chunk (state=3): >>># destroy time <<< 6989 1727096444.48253: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 6989 1727096444.48273: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 6989 1727096444.48299: stdout chunk (state=3): >>># destroy itertools <<< 6989 1727096444.48308: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 6989 1727096444.48318: stdout chunk (state=3): >>># clear sys.audit hooks <<< 6989 1727096444.48666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.43.142 closed. <<< 6989 1727096444.48700: stderr chunk (state=3): >>><<< 6989 1727096444.48703: stdout chunk (state=3): >>><<< 6989 1727096444.48761: _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 0x7f00f15bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f158bb00> # /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 0x7f00f15bea50> 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 0x7f00f15cd130> # /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 0x7f00f15cdfa0> 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 0x7f00f13ebe60> # /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 0x7f00f13ebef0> # /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 0x7f00f1423860> # /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 0x7f00f1423ef0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1403b30> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1401220> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13e9010> # /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 0x7f00f14437a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f14423c0> # /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 0x7f00f14020f0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13ea8d0> # /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 0x7f00f14787d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13e8290> # /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 0x7f00f1478c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1478b30> # 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 0x7f00f1478f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f13e6db0> # /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 0x7f00f14795e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f14792b0> 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 0x7f00f147a4b0> 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 0x7f00f14906b0> 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 0x7f00f1491d60> # /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 0x7f00f1492c00> # 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 0x7f00f1493260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1492150> # /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 0x7f00f1493ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1493410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f147a420> # /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 0x7f00f120fc50> # /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 0x7f00f12387a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1238500> # 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 0x7f00f12386b0> # /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 0x7f00f1239040> # 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 0x7f00f1239a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12388f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f120ddf0> # /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 0x7f00f123adb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1238ec0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f147abd0> # /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 0x7f00f12670b0> # /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 0x7f00f128b440> # /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 0x7f00f12e81d0> # /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 0x7f00f12ea930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12e82f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f12b51f0> # /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 0x7f00f12b59a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f128a240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f123bcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f00f128a5a0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_w3hqcb7s/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 0x7f00f1142fc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1121eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1121070> # 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 0x7f00f1140e90> # /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 0x7f00f1172960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f11726f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f1172030> # /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 0x7f00f1172480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f11439e0> 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 0x7f00f11736e0> # 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 0x7f00f1173920> # /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 0x7f00f1173e60> 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 0x7f00f0b11b80> # 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 0x7f00f0b137a0> # /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 0x7f00f0b13fb0> # /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 0x7f00f0b19220> # /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 0x7f00f0b1bcb0> # 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 0x7f00f1267020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b19fa0> # /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 0x7f00f0b1fc80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1e750> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1e4b0> # /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 0x7f00f0b1ea20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b1a4b0> # 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 0x7f00f0b67e60> # /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 0x7f00f0b67f20> # /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 0x7f00f0b69af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b698b0> # /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 0x7f00f0b6bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b6a180> # /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 0x7f00f0b6f710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b6c1d0> # 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 0x7f00f0b70830> # 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 0x7f00f0b707d0> # 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 0x7f00f0b70a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b681d0> # /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 0x7f00f0bfc110> # 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 0x7f00f0bfd6a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b728d0> # 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 0x7f00f0b73c80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0b724e0> # 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 0x7f00f0a01820> # /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 0x7f00f0a025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0bfd4f0> 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 0x7f00f0a022d0> # 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 0x7f00f0a036b0> # 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 0x7f00f0a0e090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a0b110> 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 0x7f00f11c29c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f11b26c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a0e150> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f00f0a032f0> # 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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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.43.142 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 6989 1727096444.49266: 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-1727096444.0391812-7004-157967419625821/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 6989 1727096444.49269: _low_level_execute_command(): starting 6989 1727096444.49272: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096444.0391812-7004-157967419625821/ > /dev/null 2>&1 && sleep 0' 6989 1727096444.49422: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 6989 1727096444.49426: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 6989 1727096444.49448: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.43.142 originally 10.31.43.142 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.49451: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.43.142 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 6989 1727096444.49454: 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 6989 1727096444.49509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' <<< 6989 1727096444.49512: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 6989 1727096444.49515: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 6989 1727096444.49604: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 6989 1727096444.51460: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 6989 1727096444.51486: stderr chunk (state=3): >>><<< 6989 1727096444.51490: stdout chunk (state=3): >>><<< 6989 1727096444.51506: _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.43.142 originally 10.31.43.142 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.43.142 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.43.142 originally 10.31.43.142 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/f8bdc2c638' 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 6989 1727096444.51511: handler run complete 6989 1727096444.51522: variable 'ansible_facts' from source: unknown 6989 1727096444.51547: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096444.51569: variable 'ansible_facts' from source: unknown 6989 1727096444.51593: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096444.51602: attempt loop complete, returning result 6989 1727096444.51605: _execute() done 6989 1727096444.51607: dumping result to json 6989 1727096444.51611: done dumping result, returning 6989 1727096444.51619: done running TaskExecutor() for managed_node3/TASK: Check if system is ostree [121ff75e-a0f1-af1d-1e13-000000000013] 6989 1727096444.51622: sending task result for task 121ff75e-a0f1-af1d-1e13-000000000013 6989 1727096444.51705: done sending task result for task 121ff75e-a0f1-af1d-1e13-000000000013 6989 1727096444.51708: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 6989 1727096444.51799: no more pending results, returning what we have 6989 1727096444.51802: results queue empty 6989 1727096444.51803: checking for any_errors_fatal 6989 1727096444.51808: done checking for any_errors_fatal 6989 1727096444.51808: checking for max_fail_percentage 6989 1727096444.51810: done checking for max_fail_percentage 6989 1727096444.51811: checking to see if all hosts have failed and the running result is not ok 6989 1727096444.51812: done checking to see if all hosts have failed 6989 1727096444.51813: getting the remaining hosts for this loop 6989 1727096444.51814: done getting the remaining hosts for this loop 6989 1727096444.51824: getting the next task for host managed_node3 6989 1727096444.51829: done getting next task for host managed_node3 6989 1727096444.51831: ^ task is: TASK: Set flag to indicate system is ostree 6989 1727096444.51833: ^ 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 6989 1727096444.51837: getting variables 6989 1727096444.51838: in VariableManager get_vars() 6989 1727096444.51865: Calling all_inventory to load vars for managed_node3 6989 1727096444.51867: Calling groups_inventory to load vars for managed_node3 6989 1727096444.51870: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096444.51883: Calling all_plugins_play to load vars for managed_node3 6989 1727096444.51886: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096444.51888: Calling groups_plugins_play to load vars for managed_node3 6989 1727096444.51923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096444.51949: done with get_vars() 6989 1727096444.51957: done getting variables 6989 1727096444.52012: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:44 -0400 (0:00:00.523) 0:00:00.659 ****** 6989 1727096444.52036: entering _queue_task() for managed_node3/set_fact 6989 1727096444.52224: worker is 1 (out of 1 available) 6989 1727096444.52236: exiting _queue_task() for managed_node3/set_fact 6989 1727096444.52249: done queuing things up, now waiting for results queue to drain 6989 1727096444.52250: waiting for pending results... 6989 1727096444.52385: running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree 6989 1727096444.52450: in run() - task 121ff75e-a0f1-af1d-1e13-000000000014 6989 1727096444.52460: variable 'ansible_search_path' from source: unknown 6989 1727096444.52463: variable 'ansible_search_path' from source: unknown 6989 1727096444.52496: calling self._execute() 6989 1727096444.52545: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096444.52549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096444.52557: variable 'omit' from source: magic vars 6989 1727096444.52885: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 6989 1727096444.53087: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 6989 1727096444.53119: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 6989 1727096444.53147: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 6989 1727096444.53171: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 6989 1727096444.53236: 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) 6989 1727096444.53256: 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) 6989 1727096444.53273: 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) 6989 1727096444.53294: 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) 6989 1727096444.53383: Evaluated conditional (not __rhc_is_ostree is defined): True 6989 1727096444.53387: variable 'omit' from source: magic vars 6989 1727096444.53425: variable 'omit' from source: magic vars 6989 1727096444.53509: variable '__ostree_booted_stat' from source: set_fact 6989 1727096444.53553: variable 'omit' from source: magic vars 6989 1727096444.53571: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 6989 1727096444.53599: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 6989 1727096444.53613: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 6989 1727096444.53626: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6989 1727096444.53634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 6989 1727096444.53656: variable 'inventory_hostname' from source: host vars for 'managed_node3' 6989 1727096444.53659: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096444.53662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096444.53729: Set connection var ansible_connection to ssh 6989 1727096444.53737: Set connection var ansible_pipelining to False 6989 1727096444.53742: Set connection var ansible_timeout to 10 6989 1727096444.53747: Set connection var ansible_module_compression to ZIP_DEFLATED 6989 1727096444.53752: Set connection var ansible_shell_executable to /bin/sh 6989 1727096444.53757: Set connection var ansible_shell_type to sh 6989 1727096444.53775: variable 'ansible_shell_executable' from source: unknown 6989 1727096444.53778: variable 'ansible_connection' from source: unknown 6989 1727096444.53783: variable 'ansible_module_compression' from source: unknown 6989 1727096444.53785: variable 'ansible_shell_type' from source: unknown 6989 1727096444.53791: variable 'ansible_shell_executable' from source: unknown 6989 1727096444.53794: variable 'ansible_host' from source: host vars for 'managed_node3' 6989 1727096444.53796: variable 'ansible_pipelining' from source: unknown 6989 1727096444.53798: variable 'ansible_timeout' from source: unknown 6989 1727096444.53800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 6989 1727096444.53868: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 6989 1727096444.53876: variable 'omit' from source: magic vars 6989 1727096444.53881: starting attempt loop 6989 1727096444.53885: running the handler 6989 1727096444.53894: handler run complete 6989 1727096444.53902: attempt loop complete, returning result 6989 1727096444.53904: _execute() done 6989 1727096444.53907: dumping result to json 6989 1727096444.53917: done dumping result, returning 6989 1727096444.53919: done running TaskExecutor() for managed_node3/TASK: Set flag to indicate system is ostree [121ff75e-a0f1-af1d-1e13-000000000014] 6989 1727096444.53921: sending task result for task 121ff75e-a0f1-af1d-1e13-000000000014 6989 1727096444.53995: done sending task result for task 121ff75e-a0f1-af1d-1e13-000000000014 6989 1727096444.53998: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 6989 1727096444.54073: no more pending results, returning what we have 6989 1727096444.54076: results queue empty 6989 1727096444.54077: checking for any_errors_fatal 6989 1727096444.54082: done checking for any_errors_fatal 6989 1727096444.54083: checking for max_fail_percentage 6989 1727096444.54085: done checking for max_fail_percentage 6989 1727096444.54085: checking to see if all hosts have failed and the running result is not ok 6989 1727096444.54086: done checking to see if all hosts have failed 6989 1727096444.54089: getting the remaining hosts for this loop 6989 1727096444.54090: done getting the remaining hosts for this loop 6989 1727096444.54093: getting the next task for host managed_node3 6989 1727096444.54099: done getting next task for host managed_node3 6989 1727096444.54101: ^ task is: TASK: meta (end_play) 6989 1727096444.54103: ^ 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 6989 1727096444.54107: getting variables 6989 1727096444.54108: in VariableManager get_vars() 6989 1727096444.54138: Calling all_inventory to load vars for managed_node3 6989 1727096444.54140: Calling groups_inventory to load vars for managed_node3 6989 1727096444.54143: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096444.54151: Calling all_plugins_play to load vars for managed_node3 6989 1727096444.54153: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096444.54155: Calling groups_plugins_play to load vars for managed_node3 6989 1727096444.54194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096444.54212: done with get_vars() 6989 1727096444.54218: 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:44 -0400 (0:00:00.022) 0:00:00.681 ****** 6989 1727096444.54282: in VariableManager get_vars() 6989 1727096444.54290: Calling all_inventory to load vars for managed_node3 6989 1727096444.54292: Calling groups_inventory to load vars for managed_node3 6989 1727096444.54293: Calling all_plugins_inventory to load vars for managed_node3 6989 1727096444.54296: Calling all_plugins_play to load vars for managed_node3 6989 1727096444.54298: Calling groups_plugins_inventory to load vars for managed_node3 6989 1727096444.54299: Calling groups_plugins_play to load vars for managed_node3 6989 1727096444.54316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 6989 1727096444.54327: done with get_vars() 6989 1727096444.54508: variable 'lsr_rhc_test_data' from source: include_vars 6989 1727096444.54525: Evaluated conditional (not lsr_rhc_test_data.insights): True META: ending play 6989 1727096444.54531: done queuing things up, now waiting for results queue to drain 6989 1727096444.54532: results queue empty 6989 1727096444.54533: checking for any_errors_fatal 6989 1727096444.54534: done checking for any_errors_fatal 6989 1727096444.54535: checking for max_fail_percentage 6989 1727096444.54535: done checking for max_fail_percentage 6989 1727096444.54536: checking to see if all hosts have failed and the running result is not ok 6989 1727096444.54536: done checking to see if all hosts have failed 6989 1727096444.54537: getting the remaining hosts for this loop 6989 1727096444.54537: done getting the remaining hosts for this loop 6989 1727096444.54539: getting the next task for host managed_node3 6989 1727096444.54540: host managed_node3 is done iterating, returning 6989 1727096444.54540: done queuing things up, now waiting for results queue to drain 6989 1727096444.54541: results queue empty 6989 1727096444.54541: checking for any_errors_fatal 6989 1727096444.54542: done checking for any_errors_fatal 6989 1727096444.54542: checking for max_fail_percentage 6989 1727096444.54543: done checking for max_fail_percentage 6989 1727096444.54543: checking to see if all hosts have failed and the running result is not ok 6989 1727096444.54543: done checking to see if all hosts have failed 6989 1727096444.54544: getting the next task for host managed_node3 6989 1727096444.54545: host managed_node3 is done iterating, returning PLAY RECAP ********************************************************************* managed_node3 : ok=4 changed=0 unreachable=0 failed=0 skipped=2 rescued=0 ignored=0 Monday 23 September 2024 09:00:44 -0400 (0:00:00.003) 0:00:00.685 ****** =============================================================================== Check if system is ostree ----------------------------------------------- 0.52s /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 Get facts for external test data ---------------------------------------- 0.03s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Import test data -------------------------------------------------------- 0.03s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Set flag to indicate system is ostree ----------------------------------- 0.02s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Get LSR_RHC_TEST_DATA environment variable ------------------------------ 0.02s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Skip if there is no Insights support ------------------------------------ 0.00s /tmp/collections-0BF/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_insights.yml:8 6989 1727096444.54600: RUNNING CLEANUP